aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 174092b7..cd483612 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -27,7 +27,7 @@ if test "$OSTYPE" = "IRIX" -o "$OSTYPE" = "IRIX64"; then
fi
echo "Running aclocal"
-aclocal || giveup
+aclocal -I ./m4 || giveup
#echo "Running autoheader"
#autoheader || giveup
echo "Running libtoolize"