about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Makefile.version2
-rwxr-xr-xbuildtools/configure.pl3
-rw-r--r--doc/HISTORY4
3 files changed, 7 insertions, 2 deletions
diff --git a/Makefile.version b/Makefile.version
index 4e5d5ba7..f4246bc8 100644
--- a/Makefile.version
+++ b/Makefile.version
@@ -1,3 +1,3 @@
 NETPBM_MAJOR_RELEASE = 10
 NETPBM_MINOR_RELEASE = 35
-NETPBM_POINT_RELEASE = 64
+NETPBM_POINT_RELEASE = 65
diff --git a/buildtools/configure.pl b/buildtools/configure.pl
index 89eccc61..4248b4c5 100755
--- a/buildtools/configure.pl
+++ b/buildtools/configure.pl
@@ -449,7 +449,7 @@ sub getCompiler($$) {
                                "TRU64"   => 1,
                                "SCO"     => 1,
                                "AIX"     => 1,
-                               "HP"      => 1);
+                               "HP-UX"   => 1);
 
     my %gccUsualPlatform = ("GNU"     => 1,
                             "NETBSD"  => 1,
@@ -1893,6 +1893,7 @@ if ($platform eq "GNU") {
         # We don't know what to do here.  We used to (before 10.20) just
         # just assume the compiler was gcc.  We know that the gcc stuff
         # above does NOT work for HP native compiler.
+        push(@config_mk, "LDSHLIB =\n");
     }
 } elsif ($platform eq "AIX") {
     push(@Makefile_config, 'LDFLAGS = -L /usr/pubsw/lib', "\n");
diff --git a/doc/HISTORY b/doc/HISTORY
index 5913f93c..7a0e7235 100644
--- a/doc/HISTORY
+++ b/doc/HISTORY
@@ -4,6 +4,10 @@ Netpbm.
 CHANGE HISTORY 
 --------------
 
+09.06.26 BJH  Release 10.35.65
+
+              configure: offer Gcc as an optional compiler for HP-UX.
+
 09.05.16 BJH  Release 10.35.64
 
               pnmremap: fix: -firstisdefault uses an arbitrary color from the