From: Sebastian Dröge Date: Thu, 4 Dec 2008 20:12:41 +0000 (+0000) Subject: configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro... X-Git-Tag: 1.19.3~499^2~1462 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=225169317d1ec8b994080a660498a237d87915f5;p=platform%2Fupstream%2Fgstreamer.git configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro directory, reverting last change. Original commit message from CVS: * configure.ac: Apparently AC_CONFIG_MACRO_DIR breaks when using more than one macro directory, reverting last change. --- diff --git a/ChangeLog b/ChangeLog index 37e23f0..96ce395 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,12 @@ 2008-12-04 Sebastian Dröge * configure.ac: + Apparently AC_CONFIG_MACRO_DIR breaks when using more + than one macro directory, reverting last change. + +2008-12-04 Sebastian Dröge + + * configure.ac: Set AC_CONFIG_MACRO_DIR to common/m4 to point autoconf to our M4 macros. diff --git a/configure.ac b/configure.ac index 48deabf..e1cbc39 100644 --- a/configure.ac +++ b/configure.ac @@ -21,9 +21,6 @@ AS_NANO(GST_CVS="no", GST_CVS="yes") dnl can autoconf find the source ? AC_CONFIG_SRCDIR([ext/ffmpeg/gstffmpeg.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])