From dfa886ef48ce6b76b39cc213a479c1b1d35a9123 Mon Sep 17 00:00:00 2001 From: John Bowler Date: Sun, 14 May 2006 08:21:23 +0000 Subject: [PATCH] * 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. --- ChangeLog | 8 ++++++++ NEWS | 2 ++ THANKS | 2 ++ ltmain.in | 2 +- 4 files changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cbc39255c..f49319b95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-05-14 John Bowler + + * 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 * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [ linux ]: diff --git a/NEWS b/NEWS index 4ed64671a..eacb2a3ae 100644 --- 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. New in 1.5.22: 2005-12-18; CVS version 1.5.21a, Libtool team: diff --git a/THANKS b/THANKS index 242a56499..cd48b640c 100644 --- 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 diff --git a/ltmain.in b/ltmain.in index 16f7ed226..4010af05a 100644 --- 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" -- 2.47.3