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. Index: NEWS =================================================================== RCS file: /cvsroot/libtool/libtool/NEWS,v retrieving revision 1.192 diff -u -r1.192 NEWS --- NEWS 23 Mar 2006 22:39:41 -0000 1.192 +++ NEWS 14 May 2006 08:17:56 -0000 @@ -31,6 +31,8 @@ * 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: Index: THANKS =================================================================== RCS file: /cvsroot/libtool/libtool/THANKS,v retrieving revision 1.55 diff -u -r1.55 THANKS --- THANKS 23 Mar 2006 22:39:41 -0000 1.55 +++ THANKS 14 May 2006 08:17:56 -0000 @@ -74,6 +74,7 @@ Bruno Haible address@hidden Carl D. Roth address@hidden Chris P. Ross address@hidden + Christian Biesinger address@hidden Dalibor Topic address@hidden Daniel Reed address@hidden DJ Delorie address@hidden @@ -90,6 +91,7 @@ Jeremy C. Reed address@hidden Joel N. Weber II address@hidden Joerg Sonnenberger address@hidden + John Bowler address@hidden Joseph Beckenbach III address@hidden Kenneth Albanowski address@hidden Kevin Ryde address@hidden Index: libltdl/config/ltmain.m4sh =================================================================== RCS file: /cvsroot/libtool/libtool/libltdl/config/ltmain.m4sh,v retrieving revision 1.42 diff -u -r1.42 ltmain.m4sh --- libltdl/config/ltmain.m4sh 22 Apr 2006 18:57:04 -0000 1.42 +++ libltdl/config/ltmain.m4sh 14 May 2006 08:17:58 -0000 @@ -4299,7 +4299,7 @@ # 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"