Allow setting cppflags hints. This may affect Darwin (Mac OS X)
Jarkko Hietaniemi [Wed, 25 Apr 2001 00:04:18 +0000 (00:04 +0000)]
(which is actually the reason for the change, we need to pass
cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
EP/IX, OS/2, and TitanOS, based on the hints files.

p4raw-id: //depot/perl@9828

Configure

index 4531138..2fad9f4 100755 (executable)
--- 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 Apr 19 03:28:20 EET DST 2001 [metaconfig 3.0 PL70]
+# Generated on Wed Apr 25 03:57:52 EET DST 2001 [metaconfig 3.0 PL70]
 # (with additional metaconfig patches by perlbug@perl.org)
 
 cat >c1$$ <<EOF
@@ -4062,7 +4062,10 @@ none) ccflags='';;
 esac
 
 : the following weeds options from ccflags that are of no interest to cpp
-cppflags="$ccflags"
+case "$cppflags" in
+'') cppflags="$ccflags" ;;
+*)  cppflags="$cppflags $ccflags" ;;
+esac
 case "$gccversion" in
 1*) cppflags="$cppflags -D__GNUC__"
 esac