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:09:19 +0000 (20:09 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Thu, 4 Dec 2008 20:09:19 +0000 (20:09 +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 9179b31b03470582c37a9494753069fa4d8b81ad..3f03b5569f1776ce0f67c79fe615c35a1e5a4797 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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:
index c67183f5b950c29b57b7e38e4e5efdc1ab668425..4163ad3fe91448f6deca730a4ee709631aacb224 100644 (file)
@@ -23,9 +23,6 @@ AS_NANO(GST_CVS="no", GST_CVS="yes")
 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])