mirror of
git://git.savannah.gnu.org/libtool.git
synced 2025-01-18 14:16:00 +08:00
* 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.
This commit is contained in:
parent
d129c269b0
commit
ebfa770bf4
@ -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
|
||||
|
2
NEWS
2
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:
|
||||
|
2
THANKS
2
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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user