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