libmemcached-0.30-1.x86_64.rpm
libmemcached-0.31-1.src.rpm
libmemcached-0.31-1.x86_64.rpm
+config/plugin.ac
. 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
dnl with or without modifications, as long as this notice is preserved.
dnl Which version of the canonical setup we're using
-AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.45])
+AC_DEFUN([PANDORA_CANONICAL_VERSION],[0.46])
AC_DEFUN([PANDORA_FORCE_DEPEND_TRACKING],[
dnl Force dependency tracking on for Sun Studio builds
AC_DEFUN([PANDORA_ADD_PLUGIN_DEP_LIB],[
PANDORA_PLUGIN_DEP_LIBS="${PANDORA_PLUGIN_DEP_LIBS} $*"
-])
\ No newline at end of file
+])