From: Ilya Zakharevich Date: Tue, 29 May 2001 03:52:25 +0000 (-0400) Subject: [PATCH 5.6.1] signal names in Configure X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a938a3bb4f83b541c773e70276e436c6e0a05ab8;p=p5sagit%2Fp5-mst-13.2.git [PATCH 5.6.1] signal names in Configure Date: Tue, 29 May 2001 03:52:25 -0400 Message-ID: <20010529035225.A9400@math.ohio-state.edu> Subject: [PATCH 5.6.1] older perl in Configure From: Ilya Zakharevich Date: Tue, 29 May 2001 03:55:40 -0400 Message-ID: <20010529035539.A9411@math.ohio-state.edu> Subject: [PATCH 5.6.1] goofs in Configure From: Ilya Zakharevich Date: Tue, 29 May 2001 04:13:07 -0400 Message-ID: <20010529041307.A9658@math.ohio-state.edu> Configure portability tweaks. p4raw-id: //depot/perl@10283 --- diff --git a/Configure b/Configure index caa4ca1..5ac9dbe 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 Thu May 24 17:54:36 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Tue May 29 17:16:31 EET DST 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ </dev/null 2>&1; then + if $test -x $tdir/perl$exe_ext && $tdir/perl -Mless -e 'use 5.005;' >/dev/null 2>&1; then perl5=$tdir/perl break; - elif $test -x $tdir/perl5 && $tdir/perl5 -Mless -e 'use 5.005;' >/dev/null 2>&1; then - perl5=$tdir/perl + elif $test -x $tdir/perl5$exe_ext && $tdir/perl5 -Mless -e 'use 5.005;' >/dev/null 2>&1; then + perl5=$tdir/perl5 break; fi done @@ -6763,7 +6763,7 @@ else { EOPL chmod +x getverlist case "$inc_version_list" in -'') if test -x "$perl5"; then +'') if test -x "$perl5$exe_ext"; then dflt=`$perl5 getverlist` else dflt='none' @@ -14588,7 +14588,7 @@ else xxx=`echo '#include ' | $cppstdin $cppminus $cppflags 2>/dev/null | $grep '^[ ]*#.*include' | - $awk "{print \\$$fieldn}" | $sed 's!"!!g' | $sort | $uniq` + $awk "{print \\$$fieldn}" | $sed 's!"!!g' | $sed 's!\\\\\\\\!/!g' | $sort | $uniq` fi : Check this list of files to be sure we have parsed the cpp output ok. : This will also avoid potentially non-existent files, such