summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-01 17:29:19 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-01 17:29:19 +0000
commit029030770c563f3609779903193c1116bea9d7eb (patch)
tree828a113da6c209f518156de4e7b61e0c8bb8a756 /Configure
parentf72f5f8993f881ab1e0cb378ff33e0935207ff8c (diff)
downloadperl-029030770c563f3609779903193c1116bea9d7eb.tar.gz
If gccosandvers is equal to osname, clear gccosandvers.
p4raw-id: //depot/perl@6479
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure8
1 files changed, 5 insertions, 3 deletions
diff --git a/Configure b/Configure
index 859b9f6924..5a541b84e0 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 Sat Jul 29 02:48:03 EET DST 2000 [metaconfig 3.0 PL70]
+# Generated on Tue Aug 1 20:27:06 EET DST 2000 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -3185,7 +3185,8 @@ case "$gccversion" in
'') gccosandvers='' ;;
*) gccosandvers=`$cc -v 2>&1|grep '/specs$'|sed 's!.*/[^-]*-[^-]*-\([^/]*\)/'$gccversion'/specs$!\1!'`
case "$gccosandvers" in
- $osname$osvers) ;;
+ $osname) gccosandvers='' ;; # linux gccs seem to have no linux osvers, grr
+ $osname$osvers) ;; # looking good
$osname*) cat <<EOM >&4
*** WHOA THERE!!! ***
@@ -3199,7 +3200,8 @@ case "$gccversion" in
I'm trying to be optimistic here, though, and will continue.
If later during the configuration and build icky compilation
- problems appear, I suggest reinstalling the gcc to match
+ problems appear (headerfile conflicts being the most common
+ manifestation), I suggest reinstalling the gcc to match
your operating system release.
EOM