summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-02-10 16:37:27 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-02-10 16:37:27 +0000
commitea8cf18d3af7ebc3baea8750ed5057e14392b1d4 (patch)
treea0317952916137a8d64ed931e5acee8dc4973775 /configure.ac
parentccc329b9021bc057b1932bfa41634f84a1349cff (diff)
fixing aclocal
Original commit message from CVS: fixing aclocal
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ca6586fe..b45c2796 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AM_CONFIG_HEADER(config.h)
dnl Add parameters for aclocal
dnl (This must come after AM_INIT_AUTOMAKE, since it modifies ACLOCAL)
-ACLOCAL="cat m4/*.m4>acinclude.m4;$ACLOCAL $ACLOCAL_FLAGS"
+ACLOCAL="$ACLOCAL -I m4 -I common/m4 $ACLOCAL_FLAGS"
AM_MAINTAINER_MODE