pandora-build v0.46 - fixed a plugin system problem when it's not in use.
[awesomized/libmemcached] / config / autorun.sh
index bcf804278fcf5dae92cd5a4031ed1747b94ae56a..c0d388387a20da9d2d5758cb63f500f57b69990f 100755 (executable)
@@ -41,6 +41,12 @@ then
   . config/pre_hook.sh
 fi
 
+# We need to some file here for the m4_sinclude, even if it's just empty
+if ! test -f config/plugin.ac
+then
+  touch config/plugin.ac
+fi
+
 # Try to detect the supported binaries if the user didn't
 # override that by pushing the environment variable
 if test x$LIBTOOLIZE = x; then