From f1c73faff486d8cc820539ef43970bf49c246509 Mon Sep 17 00:00:00 2001 From: Andy Dougherty Date: Mon, 20 Jul 1998 08:46:33 -0400 Subject: [PATCH] fix hints/hpux.sh for cpp recognition Message-Id: Subject: RE: Configure misses preprocessor on HP-UX p4raw-id: //depot/perl@1602 --- hints/hpux.sh | 1 + 1 file changed, 1 insertion(+) 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 ;; -- 2.7.4