aclocal nicety
authorThomas Vander Stichele <thomas@apestaart.org>
Wed, 18 Sep 2002 22:06:14 +0000 (22:06 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Wed, 18 Sep 2002 22:06:14 +0000 (22:06 +0000)
Original commit message from CVS:
aclocal nicety

configure.ac

index 931c525..1a64ece 100644 (file)
@@ -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