From 05508146844ca41ee55b74c2c5fcd8d2265f57bb Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 18 Sep 2002 21:44:00 +0000 Subject: [PATCH] aclocal helper thingie Original commit message from CVS: aclocal helper thingie --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 855f4e7..d6c094b 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,8 @@ AM_CONFIG_HEADER(config.h) dnl Add parameters for aclocal dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL) -ACLOCAL="$ACLOCAL -I common/m4 $ACLOCAL_FLAGS" +ACLOCAL_FLAGS="-I common/m4 $ACLOCAL_FLAGS" +AC_SUBST(ACLOCAL_AMFLAGS, $ACLOCAL_FLAGS) AC_PROG_CC AM_PROG_CC_STDC -- 2.7.4