aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 8c02d61ae..baee6c3e6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -8,7 +8,7 @@ glib-gettextize --force --copy
# add aclocal.m4 to current dir
echo "aclocal..."
-aclocal -I $PWD/m4
+aclocal -I m4
# This generates the configure script from configure.in
echo "autoconf..."