* tests/depcomp2.test: Pass CC='gcc' as an argument to ./configure
authorAlexandre Duret-Lutz <adl@gnu.org>
Wed, 4 Dec 2002 18:07:43 +0000 (18:07 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Wed, 4 Dec 2002 18:07:43 +0000 (18:07 +0000)
not in the environment.  Otherwise the test will fail when
run with ksh and VERBOSE=x.
Reported by Paul Jarc.

ChangeLog
THANKS
tests/depcomp2.test

index 41273a9..3109e41 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
 
diff --git a/THANKS b/THANKS
index 8b5979f..47cf7a0 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -151,6 +151,7 @@ Patrik Weiskircher  me@justp.at
 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
index 93b8c74..2821c9c 100755 (executable)
@@ -52,5 +52,5 @@ export CFLAGS
 $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`"