Finally figured out that HP's cpp won't do ANSI preprocessing constructs

unless you feed it -Aa or -Ae switch.  Autoconf does not know about this,
but we can fix it in the hpux_cc template file.  I knew templates were
good for something ;-)
This commit is contained in:
Tom Lane 2000-04-21 03:07:51 +00:00
parent f084cc4939
commit ef6c33f3b9
1 changed files with 1 additions and 0 deletions

View File

@ -8,5 +8,6 @@ DLSUFFIX:.sl
YFLAGS:-d
YACC:
CC:cc
CPP:cc -E -Ae
# Make aCC be first C++ compiler name tried...
CCC:aCC