summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-15 12:41:17 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-15 12:41:17 +0000
commitb9d7a877e94e394b9d5a9471baf43a6a10b093d7 (patch)
tree4ed4d178fb47f7b6f64fc4603bff6186239d8302 /configure.ac
parent44172d9f61947d94b0b4a2d255da5b772cbb926b (diff)
fix aclocal; ignore configure
Original commit message from CVS: fix aclocal; ignore configure
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 84172ab454..c4279b80ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,9 +39,7 @@ AC_CONFIG_SRCDIR(configure.ac)
AM_CONFIG_HEADER(config.h)
dnl Add parameters for aclocal
-dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
-ACLOCAL_FLAGS="-I m4 -I common/m4"
-AC_SUBST(ACLOCAL_AMFLAGS, $ACLOCAL_FLAGS)
+AC_SUBST(ACLOCAL_AMFLAGS, "-I m4 -I common/m4 $ACLOCAL_FLAGS")
AC_PROG_CC
AM_PROG_CC_STDC