Original commit message from CVS:
* configure.ac:
Apparently AC_CONFIG_MACRO_DIR breaks when using more
than one macro directory, reverting last change.
+2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
+
+ * configure.ac:
+ Apparently AC_CONFIG_MACRO_DIR breaks when using more
+ than one macro directory, reverting last change.
+
2008-12-04 Sebastian Dröge <sebastian.droege@collabora.co.uk>
* configure.ac:
dnl can autoconf find the source ?
AC_CONFIG_SRCDIR([gst/audiotestsrc/gstaudiotestsrc.c])
-dnl where are our m4 macros ?
-AC_CONFIG_MACRO_DIR([common/m4])
-
dnl define the output header for config
AM_CONFIG_HEADER([config.h])