From: Andy Dougherty Date: Mon, 20 Jul 1998 12:46:33 +0000 (-0400) Subject: fix hints/hpux.sh for cpp recognition X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f1c73faff486d8cc820539ef43970bf49c246509;p=p5sagit%2Fp5-mst-13.2.git fix hints/hpux.sh for cpp recognition Message-Id: Subject: RE: Configure misses preprocessor on HP-UX p4raw-id: //depot/perl@1602 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index 8466924..281f289 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -199,6 +199,7 @@ case "$cppstdin" in cpprun="${cc:-cc} -E -Aa" cppstdin="$cpprun" cppminus='-' + cpplast='-' ;; esac ;;