not in the environment. Otherwise the test will fail when
run with ksh and VERBOSE=x.
Reported by Paul Jarc.
2002-12-04 Alexandre Duret-Lutz <adl@gnu.org>
+ * tests/depcomp2.test: Pass CC='gcc' as an argument to ./configure
+ not in the environment. Otherwise the test will fail when
+ run with ksh and VERBOSE=x.
+ Reported by Paul Jarc.
+
* tests/man2.test: Exercize `make uninstall', to test
the previous change.
Paul Berrevoets paul@swi.com
Paul D. Smith psmith@BayNetworks.COM
Paul Eggert eggert@twinsun.com
+Paul Jarc prj@po.cwru.edu
Paul Martinolich martinol@datasync.com
Pavel Roskin pavel_roskin@geocities.com
Per Bothner bothner@cygnus.com
$ACLOCAL || exit 1
$AUTOMAKE --add-missing || exit 1
$AUTOCONF || exit 1
-CC='gcc' ./configure 2>error.log
+./configure CC='gcc' 2>error.log
test -z "`cat error.log`"