From 2ecfca5ac8e5b6ea93cbe814dff39135377ae7d7 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Wed, 12 Mar 2008 21:39:44 +0000 Subject: [PATCH] Remove redundant variable, some indendation fixes. Originally committed to SVN as r2029. --- autogen.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/autogen.sh b/autogen.sh index ac729b962..0660c3ca3 100755 --- a/autogen.sh +++ b/autogen.sh @@ -217,15 +217,15 @@ if test -z "$*"; then fi + if test -z "$ACLOCAL_FLAGS"; then acdir=`$ACLOCAL --print-ac-dir` - m4list=$REQUIRED_M4 - for file in $m4list; + for file in $REQUIRED_M4; do if [ ! -f "$acdir/$file" ]; then - echo - echo "WARNING: aclocal's directory is $acdir, but..." + echo + echo "WARNING: aclocal's directory is $acdir, but..." echo " no file $acdir/$file" echo " You may see fatal macro warnings below." echo " If these files are installed in /some/dir, set the "