[prev in list] [next in list] [prev in thread] [next in thread] 

List:       perl5-changes
Subject:    Change 33606: detecting Configure test goofs (Was Re: branch prediction hints)
From:       "H.Merijn Brand" <h.m.brand () xs4all ! nl>
Date:       2008-03-30 9:45:02
Message-ID: 20080330094502.8EC4550002 () mx ! activestate ! com
[Download RAW message or body]

Change 33606 by merijn@merijn-nb09 on 2008/03/30 09:33:47

	Subject: detecting Configure test goofs (Was Re: branch prediction hints)
	From: Nicholas Clark <nick@ccl4.org>
	Date: Mon, 24 Mar 2008 16:35:09 +0000
	Message-ID: <20080324163509.GW79799@plum.flirble.org>

Affected files ...

... //depot/perl/Configure#688 edit

Differences ...

==== //depot/perl/Configure#688 (xtext) ====
Index: perl/Configure
--- perl/Configure#687~33598~	2008-03-29 04:21:46.000000000 -0700
+++ perl/Configure	2008-03-30 02:33:47.000000000 -0700
@@ -25,7 +25,7 @@
 
 # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $
 #
-# Generated on Fri Mar 21 11:25:23 CET 2008 [metaconfig 3.5 PL0]
+# Generated on Sun Mar 30 11:17:56 CEST 2008 [metaconfig 3.5 PL0]
 # (with additional metaconfig patches by perlbug@perl.org)
 
 cat >c1$$ <<EOF
@@ -5382,6 +5382,11 @@
 compile='
 mc_file=$1;
 shift;
+case "$usedevel" in $define|true|[yY]*) if $test ! -f "${mc_file}.c"; then
+echo "Internal Configure script bug - compiler test file ${mc_file}.c is missing. \
Please report this to perlbug@perl.org" >&4; +exit 1;
+fi;
+esac;
 $cc -o ${mc_file} $optimize $ccflags $ldflags $* ${mc_file}.c $libs > /dev/null \
2>&1;'  : define a shorthand compile call for compilations that should be ok.
 compile_ok='
End of Patch.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic