summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index e82459e..b7321c2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -37,9 +37,9 @@ LIBTOOLIZE_FLAGS=--copy
if test ! -d /usr/local/share/aclocal
then
- ACLOCAL_FLAGS=''
+ ACLOCAL_FLAGS='-I m4'
else
- ACLOCAL_FLAGS='-I /usr/local/share/aclocal'
+ ACLOCAL_FLAGS='-I m4 -I /usr/local/share/aclocal'
fi
AUTOHEADER_FLAGS=-Wall
AUTOMAKE_FLAGS='--add-missing --copy -Wall'