aclocal helper thingie
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 18 Sep 2002 21:44:00 +0000 (21:44 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 18 Sep 2002 21:44:00 +0000 (21:44 +0000)
Original commit message from CVS:
aclocal helper thingie

configure.ac

index 855f4e7..d6c094b 100644 (file)
@@ -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