]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
GNU libtool 1.5.14 is released. release-1-5-14
authorPeter O'Gorman <peter@pogma.com>
Sat, 12 Feb 2005 12:12:33 +0000 (12:12 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sat, 12 Feb 2005 12:12:33 +0000 (12:12 +0000)
* ChangeLog: Upped version to 1.5.14.
* NEWS: Updated.
* config.guess, config.sub: Updated.

ChangeLog
NEWS
config.guess
config.sub
configure.ac

index 05d46446d0784c0360104c12379c681ddbb0a7c1..fffa741bef7bdb43a6b663736f405999493b8a4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2005-02-12  Peter O'Gorman  <peter@pogma.com>
+
+       GNU libtool 1.5.14 is released.
+
+       * ChangeLog: Upped version to 1.5.14.
+       * NEWS: Updated.
+       * config.guess, config.sub: Updated.
+
 2005-02-10  Peter O'Gorman  <peter@pogma.com>
 
        * ltmain.in, libtoolize.in: --version should show "(C) 2005".
diff --git a/NEWS b/NEWS
index b60c2acb11ec3bdf6c47dbde488e01b770486aab..555f110c44d0340787ad30549b93f92dbc18eaca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 1.5.13a: 2005-??-??; CVS version 1.5.13a, Libtool team:
+New in 1.5.14: 2005-02-12; CVS version 1.5.13a, Libtool team:
+* Make -pthread work when building executabless too.
 * Bug Fixes.
 \f
 New in 1.5.12: 2004-02-05; CVS version 1.5.11a, Libtool team:
index 82294713260e37ecfdb3ae9ffeaa5ffad9c5b460..892833f9484bffa443384460ef3dd5ee86266cce 100755 (executable)
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Attempt to guess a canonical system name.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
-timestamp='2004-11-12'
+timestamp='2005-02-10'
 
 # 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
@@ -53,7 +53,7 @@ version="\
 GNU config.guess ($timestamp)
 
 Originally written by Per Bothner.
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
@@ -804,6 +804,9 @@ EOF
     i*:UWIN*:*)
        echo ${UNAME_MACHINE}-pc-uwin
        exit 0 ;;
+    amd64:CYGWIN*:*:*)
+       echo x86_64-unknown-cygwin
+       exit 0 ;;
     p*:CYGWIN*:*)
        echo powerpcle-unknown-cygwin
        exit 0 ;;
@@ -1197,6 +1200,9 @@ EOF
     *:QNX:*:4*)
        echo i386-pc-qnx
        exit 0 ;;
+    NSE-?:NONSTOP_KERNEL:*:*)
+       echo nse-tandem-nsk${UNAME_RELEASE}
+       exit 0 ;;
     NSR-?:NONSTOP_KERNEL:*:*)
        echo nsr-tandem-nsk${UNAME_RELEASE}
        exit 0 ;;
index 987b17d814153a566eda7829e10959a295ba42d7..d8fd2f8fa2f58cb9a31d7494d75d7ed8b7135dfe 100755 (executable)
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Configuration validation subroutine script.
 #   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-#   2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+#   2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
 
-timestamp='2004-11-30'
+timestamp='2005-02-10'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -70,7 +70,7 @@ Report bugs and patches to <config-patches@gnu.org>."
 version="\
 GNU config.sub ($timestamp)
 
-Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
+Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
 Free Software Foundation, Inc.
 
 This is free software; see the source for copying conditions.  There is NO
index 688286038fab239ebba28a4ea653ec629e82d7ef..d7a12cf2cef9ef526fc81c879e6fa313aa9872ba 100644 (file)
@@ -25,7 +25,7 @@ AC_PREREQ(2.50)
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libtool], [1.5.13a], [bug-libtool@gnu.org])
+AC_INIT([libtool], [1.5.14], [bug-libtool@gnu.org])
 AC_CONFIG_SRCDIR([ltmain.in])