From: Ralf Wildenhues Date: Mon, 25 Apr 2005 18:13:26 +0000 (+0000) Subject: GNU libtool 1.5.16 is released. X-Git-Tag: release-1-5-16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fa8386bcbc3358a61ce997ac14a4a159c88bed67;p=thirdparty%2Flibtool.git GNU libtool 1.5.16 is released. --- diff --git a/ChangeLog b/ChangeLog index 0f001f30c..f39184097 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 2005-04-24 Ralf Wildenhues + GNU libtool 1.5.16 is released. + + * configure.ac: Bump version. + * NEWS, README: Updated. + * config.guess, config.sub: Updated. + * THANKS: Updated. + * libtool.m4 (_LT_CC_BASENAME): Ignore `compile'. 2005-04-23 Ralf Wildenhues diff --git a/NEWS b/NEWS index d3d3e993c..fffe666f3 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,12 @@ NEWS - list of user-visible changes between releases of GNU Libtool -New in 1.5.15a: 2005-??-??; CVS version 1.5.15a, Libtool team: +New in 1.5.16: 2005-04-24; CVS version 1.5.15a, Libtool team: * Allow shell special characters like `$' in source file names, but not in object names, to enhance GCJ support. * Detection of compiler wrappers like distcc/ccache and $host_alias prefix. * More robust tests for PIC flag, `-c -o', in presence of warnings. -* Bug Fixes. +* Bug Fixes, among others for convenience archives regression on Solaris + and timestamp-preserving `libtoolize --copy --ltdl'. New in 1.5.14: 2005-02-12; CVS version 1.5.13a, Libtool team: * Make -pthread work when building executabless too. diff --git a/README b/README index c269475f6..492a4e230 100644 --- a/README +++ b/README @@ -108,3 +108,17 @@ all recent releases of XEmacs. 6) The default shell on UNICOS 9, a ksh 88e variant, is too buggy to correctly execute the libtool script. Users are advised to install a modern shell such as GNU bash. + +7) Note in some cases you might need to put ABI-changing compiler flags +into the compiler name. For example, use of + configure CC='gcc -m32' +rather than + configure CC=gcc CFLAGS=-m32 LDFLAGS=-m32 +might help with this Libtool release. This will be fixed in Libtool-2.0. + +8) Note that use of libltdl and a native dlopening mechanism for the +same module within one program is not supported. This includes modules +loaded through inter-module dependencies. + +9) Note that newer Sun Studio Fortran compilers might need Autoconf macros +not yet present in 2.59 but only in CVS Autoconf. diff --git a/THANKS b/THANKS index 104dcff17..e145de514 100644 --- a/THANKS +++ b/THANKS @@ -90,7 +90,10 @@ Patrick Welche prlw1@newn.cam.ac.uk Paul Eggert eggert@twinsun.com Peter Eisentraut peter_e@gmx.net + Peter Ekberg peda@lysator.liu.se Rainer Orth ro@TechFak.Uni-Bielefeld.DE + Ralf Menzel menzel@ls6.cs.uni-dortmund.de + Robert Ögren lists@roboros.com Sebastian Wilhelmi wilhelmi@ira.uka.de Stephan Kulow coolo@kde.org Steven M. Schultz sms@wlv.iipo.gtegsc.com @@ -100,6 +103,7 @@ Tor Lillqvist tml@iki.fi Ulrich Drepper drepper@ipd.info.uni-karlsruhe.de Xavier Pianet xavier@xingo.com + Пухальский Юрий Андреевич pooh@cryptopro.ru * And, not forgetting everyone that was kind enough to spend time testing diff --git a/config.guess b/config.guess index 772ec36ab..45bee1398 100755 --- a/config.guess +++ b/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2005-02-10' +timestamp='2005-04-22' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -17,7 +17,7 @@ timestamp='2005-02-10' # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -1140,6 +1140,10 @@ EOF # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 exit 0 ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit 0 ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos @@ -1419,7 +1423,9 @@ This script, last modified $timestamp, has failed to recognize the operating system you are using. It is advised that you download the most up to date version of the config scripts from - ftp://ftp.gnu.org/pub/gnu/config/ + http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess +and + http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub If the version you run ($0) is already up to date, please send the following data and any information you think might be diff --git a/config.sub b/config.sub index 1a7fd8115..87a1ee49e 100755 --- a/config.sub +++ b/config.sub @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. -timestamp='2005-02-10' +timestamp='2005-04-22' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -21,8 +21,8 @@ timestamp='2005-02-10' # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software -# Foundation, Inc., 51 Franklin Street, Fifth Floor, -# Boston, MA 02110-1301, USA. +# Foundation, Inc., 59 Temple Place - Suite 330, +# Boston, MA 02111-1307, USA. # As a special exception to the GNU General Public License, if you # distribute this file as part of a program that contains a @@ -231,6 +231,7 @@ case $basic_machine in | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ | am33_2.0 \ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ + | bfin \ | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ | fr30 | frv \ @@ -262,7 +263,8 @@ case $basic_machine in | pyramid \ | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv8 | sparcv9 | sparcv9b \ + | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b \ | strongarm \ | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ @@ -298,7 +300,7 @@ case $basic_machine in | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ | avr-* \ - | bs2000-* \ + | bfin-* | bs2000-* \ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ @@ -336,7 +338,8 @@ case $basic_machine in | romp-* | rs6000-* \ | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \ + | sparclite-* \ | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ | tahoe-* | thumb-* \ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \ diff --git a/configure.ac b/configure.ac index ad3810fae..39c9512ec 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ AC_PREREQ(2.50) ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5.15a], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5.16], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in])