summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-09-18 22:06:14 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-09-18 22:06:14 +0000
commit82145392f6754a099ad7e2f0699c7ab0eeeb3a6c (patch)
tree9ba3e51439523330f5d5f0eaba179a51758a9085 /configure.ac
parent3ae06c12762b528eb1be0a9c73183f49887e9401 (diff)
downloadgst-plugins-bad-82145392f6754a099ad7e2f0699c7ab0eeeb3a6c.tar.gz
gst-plugins-bad-82145392f6754a099ad7e2f0699c7ab0eeeb3a6c.tar.bz2
gst-plugins-bad-82145392f6754a099ad7e2f0699c7ab0eeeb3a6c.zip
aclocal nicety
Original commit message from CVS: aclocal nicety
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 931c5254..1a64ece5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,8 @@ AM_CONFIG_HEADER(config.h)
dnl Add parameters for aclocal
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
-ACLOCAL_AMFLAGS="-I m4 -I common/m4"
+ACLOCAL_FLAGS="-I m4 -I common/m4"
+AC_SUBST(ACLOCAL_AMFLAGS, $ACLOCAL_FLAGS)
AC_PROG_CC
AM_PROG_CC_STDC