fix hints/hpux.sh for cpp recognition
Andy Dougherty [Mon, 20 Jul 1998 12:46:33 +0000 (08:46 -0400)]
Message-Id: <Pine.SUN.3.96.980720124202.6585B-100000@newton.phys>
Subject: RE: Configure misses preprocessor on HP-UX

p4raw-id: //depot/perl@1602

hints/hpux.sh

index 8466924..281f289 100644 (file)
@@ -199,6 +199,7 @@ case "$cppstdin" in
        cpprun="${cc:-cc} -E -Aa"
        cppstdin="$cpprun"
        cppminus='-'
+       cpplast='-'
        ;;
     esac
     ;;