From: Nicholas Clark Date: Tue, 29 Oct 2002 15:01:39 +0000 (+0000) Subject: Changed the warning detection pattern because of: X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=48fe685d5098bdc7e2779da74c52af7e601b5c7e;p=p5sagit%2Fp5-mst-13.2.git Changed the warning detection pattern because of: Subject: ccache gcc3.2 doesn't work Message-ID: <20021029150139.J82080@plum.flirble.org> p4raw-id: //depot/perl@18094 --- diff --git a/Configure b/Configure index f156b15..98c637f 100755 --- a/Configure +++ b/Configure @@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Oct 2 11:55:39 METDST 2002 [metaconfig 3.0 PL70] +# Generated on Mon Nov 4 18:09:25 MET 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <try.c for incdir in $locincpth; do warn=`$cc $ccflags -I$incdir -c try.c 2>&1 | \ - grep '^cc1: warning: changing search order '` + grep '^c[cp]p*[01]: warning: changing search order '` if test "X$warn" != X; then locincpth=`echo " $locincpth " | sed "s! $incdir ! !"` fi @@ -6445,9 +6445,9 @@ else $cat <