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

View file

@ -217,11 +217,11 @@ if test -z "$*"; then
fi fi
if test -z "$ACLOCAL_FLAGS"; then if test -z "$ACLOCAL_FLAGS"; then
acdir=`$ACLOCAL --print-ac-dir` acdir=`$ACLOCAL --print-ac-dir`
m4list=$REQUIRED_M4
for file in $m4list; for file in $REQUIRED_M4;
do do
if [ ! -f "$acdir/$file" ]; then if [ ! -f "$acdir/$file" ]; then
echo echo