diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1998-07-20 08:46:33 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 04:57:43 +0000 |
commit | f1c73faff486d8cc820539ef43970bf49c246509 (patch) | |
tree | f1f477c53fb6a5cc6d57babc596b0888a805cbd5 /hints/hpux.sh | |
parent | cbce877f83f260d9f1664e6a2860d1dd13e47de9 (diff) | |
download | perl-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
Diffstat (limited to 'hints/hpux.sh')
-rw-r--r-- | hints/hpux.sh | 1 |
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 ;; |