diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 6 insertions, 3 deletions
@@ -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. diff --git a/configure.ac b/configure.ac index d2b7beb8..8dcb6745 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([docs/plugins/gst-plugins-bad-plugins-docs.sgml]) -dnl where are our m4 macros ? -AC_CONFIG_MACRO_DIR([common/m4]) - dnl define the output header for config AM_CONFIG_HEADER([config.h]) |