Remove redundant variable, some indendation fixes.
Originally committed to SVN as r2029.
This commit is contained in:
parent
3b7dce9c8e
commit
2ecfca5ac8
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue