]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
GNU libtool 1.5.24 is released. release-1-5-24
authorPeter O'Gorman <peter@pogma.com>
Sun, 24 Jun 2007 02:25:34 +0000 (02:25 +0000)
committerPeter O'Gorman <peter@pogma.com>
Sun, 24 Jun 2007 02:25:34 +0000 (02:25 +0000)
* configure.ac: Bump version.
* NEWS: Updated.
* config.guess, config.sub, install-sh, texinfo.tex, INSTALL:
Updated from external sources.
* libtool.m4: Bump serial.

ChangeLog
NEWS
config.guess
config.sub
configure.ac
libtool.m4

index 16c52fc9c860184659de61386da5b4764efd2ac7..a9d7a214c767d6247ad64d3adc5e20fc0801e41d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-06-23  Peter O'Gorman  <peter@pogma.com>
+
+       GNU libtool 1.5.24 is released.
+
+       * configure.ac: Bump version.
+       * NEWS: Updated.
+       * config.guess, config.sub, install-sh, texinfo.tex, INSTALL:
+       Updated from external sources.
+       * libtool.m4: Bump serial.
+
 2007-06-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * libtool.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER) [linux]:
diff --git a/NEWS b/NEWS
index c056896334e6b0a46dc63461057195e0577cb1ca..20930108ccbfa59754524f168b73a8f04c25e908 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
 NEWS - list of user-visible changes between releases of GNU Libtool
 
-New in 1.5.23c: 2007-??-??; CVS version 1.5.23c, Libtool team:
+New in 1.5.24: 2007-06-17; CVS version 1.5.23c, Libtool team:
 * Initial support for Interix newer than version 3.
+* Use getconf ARG_MAX to find the max command line length.
 * Bug Fixes.
 \f
 New in 1.5.23b: 2007-02-17; CVS version 1.5.23a, Libtool team:
index 6cc26cd3df1ec315b3208eebfbbe0d3619eaecb4..951383e35544d8c861019b06e0ec4a58f1657a5f 100755 (executable)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-01-15'
+timestamp='2007-05-17'
 
 # 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
@@ -330,7 +330,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
        echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
        exit ;;
-    i86pc:SunOS:5.*:*)
+    i86pc:SunOS:5.*:* | ix86xen:SunOS:5.*:*)
        echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
        exit ;;
     sun4*:SunOS:6*:*)
@@ -791,12 +791,15 @@ EOF
     i*:PW*:*)
        echo ${UNAME_MACHINE}-pc-pw32
        exit ;;
-    x86:Interix*:[3456]*)
-       echo i586-pc-interix${UNAME_RELEASE}
-       exit ;;
-    EM64T:Interix*:[3456]* | authenticamd:Interix*:[3456]*)
-       echo x86_64-unknown-interix${UNAME_RELEASE}
-       exit ;;
+    *:Interix*:[3456]*)
+       case ${UNAME_MACHINE} in
+           x86) 
+               echo i586-pc-interix${UNAME_RELEASE}
+               exit ;;
+           EM64T | authenticamd)
+               echo x86_64-unknown-interix${UNAME_RELEASE}
+               exit ;;
+       esac ;;
     [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
        echo i${UNAME_MACHINE}-pc-mks
        exit ;;
index 5defff65a6e4cd091921d9bcab0ab286092ec39e..c060f4483392e413a117c86be997c656e9186f22 100755 (executable)
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-01-18'
+timestamp='2007-04-29'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -683,6 +683,10 @@ case $basic_machine in
                basic_machine=i386-pc
                os=-mingw32
                ;;
+       mingw32ce)
+               basic_machine=arm-unknown
+               os=-mingw32ce
+               ;;
        miniframe)
                basic_machine=m68000-convergent
                ;;
index 409679395643ff29ab4b845fef8a052a095f4423..f5ce2965fdb08f13e15c4a060d849784ceadbc32 100644 (file)
@@ -25,7 +25,7 @@ AC_PREREQ(2.50)
 ## ------------------------ ##
 ## Autoconf initialisation. ##
 ## ------------------------ ##
-AC_INIT([libtool], [1.5.23c], [bug-libtool@gnu.org])
+AC_INIT([libtool], [1.5.24], [bug-libtool@gnu.org])
 AC_CONFIG_SRCDIR([ltmain.in])
 
 
index e5292dafb823b8f40d993c9dfd6a0f95bb8b6f05..9656eac3a03481594baf888e1fc47535f9fb949e 100644 (file)
@@ -7,7 +7,7 @@
 ## unlimited permission to copy and/or distribute it, with or without
 ## modifications, as long as this notice is preserved.
 
-# serial 50 AC_PROG_LIBTOOL
+# serial 51 AC_PROG_LIBTOOL
 
 
 # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)