diff options
Diffstat (limited to 'macros/autogen.sh')
-rw-r--r-- | macros/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/autogen.sh b/macros/autogen.sh index 4ece8483b7..a1530b20d6 100644 --- a/macros/autogen.sh +++ b/macros/autogen.sh @@ -77,7 +77,7 @@ do ## debug test -n "$macrodirs" && echo \`aclocal\' will also look in \`$macrodirs\' (cd $i; \ - aclocalinclude=""; \ + aclocalinclude="$ACLOCAL_FLAGS"; \ for k in $macrodirs; do \ if test -d $k; then aclocalinclude="$aclocalinclude -I $k"; \ else echo "**Warning**: No such directory \`$k'. Ignored."; fi; \ |