aboutsummaryrefslogtreecommitdiffstats
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 df0e774b6..1a114eab0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,7 +6,7 @@ touch stamp-h
# add aclocal.m4 to current dir
echo "aclocal..."
-aclocal
+aclocal -I $PWD/m4
# rerun libtoolize
echo "libtoolize..."