Configure patches -01 and -02 for 5.004_61.
[p5sagit/p5-mst-13.2.git] / hints / solaris_2.sh
index 55d0416..7f7a856 100644 (file)
@@ -116,6 +116,10 @@ END
 fi
 rm -f make.vers
 
+# XXX EXPERIMENTAL  A.D.  2/27/1998
+# XXX This script UU/cc.cbu will get 'called-back' by Configure after it
+# XXX has prompted the user for the C compiler to use.
+cat > UU/cc.cbu <<'EOSH'
 # If the C compiler is gcc:
 #   - check the fixed-includes
 #   - check as(1) and ld(1), they should not be GNU
@@ -223,6 +227,9 @@ fi
 # as --version or ld --version might dump core.
 rm -f core
 
+# XXX
+EOSH
+
 if [ "X$usethreads" != "X" ]; then
     ccflags="-D_REENTRANT $ccflags"
     # -lpthread needs to come before -lc but after other libraries such