summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>1998-07-20 08:46:33 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-07-21 04:57:43 +0000
commitf1c73faff486d8cc820539ef43970bf49c246509 (patch)
treef1f477c53fb6a5cc6d57babc596b0888a805cbd5
parentcbce877f83f260d9f1664e6a2860d1dd13e47de9 (diff)
downloadperl-f1c73faff486d8cc820539ef43970bf49c246509.tar.gz
fix hints/hpux.sh for cpp recognition
Message-Id: <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys> Subject: RE: Configure misses preprocessor on HP-UX p4raw-id: //depot/perl@1602
-rw-r--r--hints/hpux.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/hpux.sh b/hints/hpux.sh
index 84669242de..281f289c9b 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
;;