]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/config/ltmain.m4sh (func_mode_link): For version_type
authorJohn Bowler <jbowler@acm.org>
Sun, 14 May 2006 08:20:11 +0000 (08:20 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 14 May 2006 08:20:11 +0000 (08:20 +0000)
`none', we still need to set `current', `age', and `revision',
so that our checks don't barf.  The values won't be used later.
Apparently reported by several people, several times, for BeOS.
* NEWS, THANKS: Update.

ChangeLog
NEWS
THANKS
libltdl/config/ltmain.m4sh

index 6f1d6ab67fa0d5dff1c73d278a91b8788c33943b..9314756ff016f2ec9fe9d9dbaadc80edbff67130 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-05-14  John Bowler  <jbowler@acm.org>
+
+       * libltdl/config/ltmain.m4sh (func_mode_link): For version_type
+       `none', we still need to set `current', `age', and `revision',
+       so that our checks don't barf.  The values won't be used later.
+       Apparently reported by several people, several times, for BeOS.
+       * NEWS, THANKS: Update.
+
 2006-05-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * tests/fail.at: Use "test -x" if available, for testing of
diff --git a/NEWS b/NEWS
index 6b20a9ef53924ce50ba71ea18031f8233a5d14a9..2d2fe41fa85b07018703ecd538b289f1017d1582 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,8 @@ New in 1.9h: 2005-??-??; CVS version 2.1a, Libtool team:
 * Support for Interix 3 (Windows SFU).
 * Basic support for PIE (position-independent executables).
 * Initial support for RDOS.
+* Fix error with -version-info on systems with version_type=none, such
+  as BeOS.
 * Bug fixes.
 \f
 New in 1.9f: 2004-10-23; CVS version 1.9e, Libtool team:
diff --git a/THANKS b/THANKS
index 242a56499b00db175f513da48190836859630afa..cd48b640c904ac09ed8701d90216581004c8935f 100644 (file)
--- a/THANKS
+++ b/THANKS
@@ -74,6 +74,7 @@
   Bruno Haible                 haible@ilog.fr
   Carl D. Roth                 roth@cse.ucsc.edu
   Chris P. Ross                        cross@eng.us.uu.net
+  Christian Biesinger          cbiesinger@web.de
   Dalibor Topic                        robilad@kaffe.org
   Daniel Reed                  n@ml.org
   DJ Delorie                   dj@delorie.com
@@ -90,6 +91,7 @@
   Jeremy C. Reed               reed@reedmedia.net
   Joel N. Weber II             devnull@gnu.org
   Joerg Sonnenberger           joerg@netbsd.org
+  John Bowler                  jbowler@acm.org
   Joseph Beckenbach III                jrb3@best.com
   Kenneth Albanowski           kjahds@kjahds.com
   Kevin Ryde                   user42@zip.com.au
index 596c9d29fd7c104465dfc114c466466d3f404354..c461303edbf8aa8cd4b0ca097c3dc4a952f6d52e 100644 (file)
@@ -4299,7 +4299,7 @@ func_mode_link ()
          # which has an extra 1 added just for fun
          #
          case $version_type in
-         darwin|linux|osf|windows)
+         darwin|linux|osf|windows|none)
            current=`expr $number_major + $number_minor`
            age="$number_minor"
            revision="$number_revision"