diff options
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 95d8337ac..62e8eb2da 100755 --- a/autogen.sh +++ b/autogen.sh @@ -123,7 +123,7 @@ fi echo "Generating configuration files for $package, please wait...." -ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I $PWD/m4" +ACLOCAL_FLAGS="$ACLOCAL_FLAGS -I m4" # /usr/share/aclocal is most likely included by default, already... ac_local_paths=' |