aboutsummaryrefslogtreecommitdiff
path: root/common/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'common/autogen.sh')
-rwxr-xr-xcommon/autogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/autogen.sh b/common/autogen.sh
index 3e88258..21dcf50 100755
--- a/common/autogen.sh
+++ b/common/autogen.sh
@@ -11,7 +11,7 @@ MY_AHDIRS="."
MY_AMDIRS="."
MY_ACDIRS="."
-test -z "$ACLOCAL" && ACLOCAL="aclocal -I m4"
+test -z "$ACLOCAL" && ACLOCAL="aclocal -I common/m4"
test -z "$AUTOHEADER" && AUTOHEADER=autoheader
test -z "$AUTOMAKE" && AUTOMAKE=automake
test -z "$AUTOCONF" && AUTOCONF=autoconf