From: John Bowler Date: Sun, 14 May 2006 08:20:11 +0000 (+0000) Subject: * libltdl/config/ltmain.m4sh (func_mode_link): For version_type X-Git-Tag: release-2-1b~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebfa770bf40e9f3b4db6b83b9024f468e780c37a;p=thirdparty%2Flibtool.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 6f1d6ab67..9314756ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-05-14 John Bowler + + * 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 * tests/fail.at: Use "test -x" if available, for testing of diff --git a/NEWS b/NEWS index 6b20a9ef5..2d2fe41fa 100644 --- 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. New in 1.9f: 2004-10-23; CVS version 1.9e, 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/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh index 596c9d29f..c461303ed 100644 --- a/libltdl/config/ltmain.m4sh +++ b/libltdl/config/ltmain.m4sh @@ -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"