+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 ]:
* 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:
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
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
# 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"