]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
GNU libtool 1.5.16 is released. release-1-5-16
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 25 Apr 2005 18:13:26 +0000 (18:13 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 25 Apr 2005 18:13:26 +0000 (18:13 +0000)
ChangeLog
NEWS
README
THANKS
config.guess
config.sub
configure.ac

index 0f001f30c0fad05d6dbe28c49b13f02a5dcda0bc..f391840978061c9731be6ee215b2f9c9da776b2d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2005-04-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       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  <Ralf.Wildenhues@gmx.de>
diff --git a/NEWS b/NEWS
index d3d3e993c13411808542ba338af7e64e2da32948..fffe666f3fb8e3d2834b1857aedbf94115639c2d 100644 (file)
--- 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'.
 \f
 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 c269475f686e992a569cdb36c9379086c7d70a54..492a4e230b8b16a5846252bbef6efb8b94b34641 100644 (file)
--- 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 104dcff1706815b4df0b52f605597277d986b585..e145de514627969e1f080b7b6efed92fdd517e56 100644 (file)
--- a/THANKS
+++ b/THANKS
   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
   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
index 772ec36ab9b8e81a6583bd2c220465d46c14acdc..45bee139873061344c27d4e7ca547ca8930374e7 100755 (executable)
@@ -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
index 1a7fd81155c2a1a43bfc446773a66ecc68673690..87a1ee49e67b1ab68f3ba88dc81eb3bc4449d96d 100755 (executable)
@@ -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-* \
index ad3810fae4b03c5ff193c86f5e3f8caca2b21b49..39c9512ec066b4e2482ac407bed6b5b44136f863 100644 (file)
@@ -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])