]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in (link mode): For version_type `none', we still need
authorJohn Bowler <jbowler@acm.org>
Sun, 14 May 2006 08:21:23 +0000 (08:21 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 14 May 2006 08:21:23 +0000 (08:21 +0000)
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
ltmain.in

index cbc39255ce110526924bf65fd7c91e4a5bd7b062..f49319b95b529d9b6c4a293101cc8020ce3798af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-05-14  John Bowler  <jbowler@acm.org>
+
+       * ltmain.in (link mode): 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-03-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [ linux ]:
diff --git a/NEWS b/NEWS
index 4ed64671ac8c50b19bd8f0bafd32852da5c05b5d..eacb2a3ae81bff29043da2997cd4b620eb30c9b1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ New in 1.5.23a: 2006-??-??; CVS version 1.5.23a, Libtool team:
 * Let libltdl know that FreeBSD and DragonFly dlopen causes dependent
   modules to be loaded.  This fixes excessive load times for modules
   with large library dependency graphs.
+* Fix error with -version-info on systems with version_type=none, such
+  as BeOS.
 * Bug Fixes.
 \f
 New in 1.5.22: 2005-12-18; CVS version 1.5.21a, 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 16f7ed2268ce0b658bf35b6e990012666edad501..4010af05a9155da5283f0cbef936012dd4886784 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -3224,7 +3224,7 @@ EOF
          # 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"