From 67d36a32ff28c09c3f696ceb130d6ab1726d024f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 4 Dec 2008 20:11:33 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ configure.ac | 3 --- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4009118cfb..cf51285575 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +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: diff --git a/configure.ac b/configure.ac index b5eb8aee90..a28c2247e5 100644 --- a/configure.ac +++ b/configure.ac @@ -23,9 +23,6 @@ AS_NANO(GST_CVS="no", GST_CVS="yes") dnl can autoconf find the source ? AC_CONFIG_SRCDIR([ext/mad/gstmad.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)