From Tim Van Holder <tim.van.holder@pandora.be>
2001-06-29 Gary V. Vaughan <gary@gnu.org>
+ From Tim Van Holder <tim.van.holder@pandora.be>
+ * tests/suffix.test: Typo in 2nd for loop.
+
From Tim Van Holder <tim.van.holder@pandora.be>
* libltdl/Makefile.am (OBJECTS): This was an implicit variable.
instead state the list of object variables explicitly.
for name in $bad_names; do
if ($libtool -n --mode=compile compiler -c $name 2>&1; exit 0) | grep 'cannot'; then :
else
- echo "recognized foo.$ext as a valid source file"
+ echo "recognized $name as a valid source file"
status=1
fi
done