Remove redundant variable, some indendation fixes.

Originally committed to SVN as r2029.
This commit is contained in:
Amar Takhar 2008-03-12 21:39:44 +00:00
parent 3b7dce9c8e
commit 2ecfca5ac8
1 changed files with 4 additions and 4 deletions

View File

@ -217,11 +217,11 @@ 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