configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro...
authorSebastian Dröge <slomo@circular-chaos.org>
Thu, 4 Dec 2008 20:10:42 +0000 (20:10 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 4 Dec 2008 20:10:42 +0000 (20:10 +0000)
Original commit message from CVS:
* configure.ac:
Apparently AC_CONFIG_MACRO_DIR breaks when using more
than one macro directory, reverting last change.

ChangeLog
configure.ac

index 4bd7306..b80e2f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 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:
        Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to
        our M4 macros.
 
index 20f7c39..1378640 100644 (file)
@@ -20,9 +20,6 @@ AS_NANO(GST_CVS="no", GST_CVS="yes")
 dnl can autoconf find the source ?
 AC_CONFIG_SRCDIR([gst/gst.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])