diff options
-rwxr-xr-x | buildtools/configure.pl | 2 | ||||
-rw-r--r-- | doc/HISTORY | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/buildtools/configure.pl b/buildtools/configure.pl index 18643f47..29887642 100755 --- a/buildtools/configure.pl +++ b/buildtools/configure.pl @@ -520,7 +520,7 @@ sub getCompiler($$$) { "TRU64" => 1, "SCO" => 1, "AIX" => 1, - "HP" => 1); + "HP-UX" => 1); my %gccUsualPlatform = ("GNU" => 1, "NETBSD" => 1, diff --git a/doc/HISTORY b/doc/HISTORY index 6b4c98b3..768e2e9c 100644 --- a/doc/HISTORY +++ b/doc/HISTORY @@ -74,6 +74,8 @@ not yet BJH Release 10.47.00 is not set. Don't try different temp file names forever; the problem may not be the filename. + configure: offer Gcc as an optional compiler for HP-UX. + 09.03.29 BJH Release 10.46.00 xwdtopnm: Add -cmapdump . |