From ce6e9cd00e965c92debe331b7c762b18674bbc85 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Fri, 24 Apr 1998 20:48:37 +0000 Subject: Pass the results of the environment variable ACLOCAL_FLAGS to aclocal. Fri Apr 24 16:43:38 1998 Owen Taylor * autogen.sh: Pass the results of the environment variable ACLOCAL_FLAGS to aclocal. This allows, for instance, ACLOCAL_FLAGS="-I /home/owen/share/aclocal/" autogen.sh svn path=/trunk/; revision=192 --- macros/autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/autogen.sh') 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; \ -- cgit v1.2.3