From: Alexandre Duret-Lutz Date: Wed, 4 Dec 2002 18:07:43 +0000 (+0000) Subject: * tests/depcomp2.test: Pass CC='gcc' as an argument to ./configure X-Git-Tag: v1.10.2~1060 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9749491541fda828a9eb5aa82ed01c32943c1067;p=platform%2Fupstream%2Fautomake.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 41273a9..3109e41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2002-12-04 Alexandre Duret-Lutz + * 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 --- 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 diff --git a/tests/depcomp2.test b/tests/depcomp2.test index 93b8c74..2821c9c 100755 --- a/tests/depcomp2.test +++ b/tests/depcomp2.test @@ -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`"