diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index e71ab7bfe..491255306 100755 --- a/autogen.sh +++ b/autogen.sh @@ -96,7 +96,7 @@ fi echo "Generating configuration files for $package, please wait...." -ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I ./m4" +ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $PWD/m4" if [ -d /usr/local/share/aclocal ]; then ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I /usr/local/share/aclocal" fi |