about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-06-26 01:35:42 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2009-06-26 01:35:42 +0000
commit95fdd0ea269b2677931ff3fe8c1bdf77c2a1086d (patch)
treefab7b3c6084383ec04478b54f5937c5a300b5d61
parenta795e001646b249b311348df2da83f1bb1444976 (diff)
downloadnetpbm-mirror-95fdd0ea269b2677931ff3fe8c1bdf77c2a1086d.tar.gz
netpbm-mirror-95fdd0ea269b2677931ff3fe8c1bdf77c2a1086d.tar.xz
netpbm-mirror-95fdd0ea269b2677931ff3fe8c1bdf77c2a1086d.zip
Release 10.35.65
git-svn-id: http://svn.code.sf.net/p/netpbm/code/stable@934 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-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