* tests/suffix.test: Typo in 2nd for loop.
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 Bruno Haible <haible@ilog.fr>
* libtool.m4: undefine the m4 builtin `symbols', so that the
string `symbols' can be used in the rest of the code without
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