summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-02-10 16:37:27 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-02-10 16:37:27 +0000
commitbd91ea55538dab6f9924163cea0c37804d13dc60 (patch)
tree5a7fb17ac07daa6d07b0e8f8e828c833a558b0ae
parentf254813751d62e19646fb266fd411f155bc3d9f8 (diff)
downloadgstreamer-plugins-bad-bd91ea55538dab6f9924163cea0c37804d13dc60.tar.gz
fixing aclocal
Original commit message from CVS: fixing aclocal
m---------common0
-rw-r--r--configure.ac2
2 files changed, 1 insertions, 1 deletions
diff --git a/common b/common
-Subproject 8a9436f47d6e851edbf25d4cceaf071bdc6d11a
+Subproject 2c019822f7097285eba6c1898ef9f3e996fadc8
diff --git a/configure.ac b/configure.ac
index ca6586fe2..b45c2796c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AM_CONFIG_HEADER(config.h)
dnl Add parameters for aclocal
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
-ACLOCAL="cat m4/*.m4>acinclude.m4;$ACLOCAL $ACLOCAL_FLAGS"
+ACLOCAL="$ACLOCAL -I m4 -I common/m4 $ACLOCAL_FLAGS"
AM_MAINTAINER_MODE