From bd91ea55538dab6f9924163cea0c37804d13dc60 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Sun, 10 Feb 2002 16:37:27 +0000 Subject: fixing aclocal Original commit message from CVS: fixing aclocal --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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 -- cgit v1.2.1