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.
diff --git a/ChangeLog b/ChangeLog index 16c52fc..a9d7a21 100644 --- 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 c056896..2093010 100644 --- 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. New in 1.5.23b: 2007-02-17; CVS version 1.5.23a, Libtool team:
diff --git a/config.guess b/config.guess index 6cc26cd..951383e 100755 --- a/config.guess +++ b/config.guess
@@ -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 @@ 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 @@ 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 ;;
diff --git a/config.sub b/config.sub index 5defff6..c060f44 100755 --- a/config.sub +++ b/config.sub
@@ -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 @@ basic_machine=i386-pc os=-mingw32 ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; miniframe) basic_machine=m68000-convergent ;;
diff --git a/configure.ac b/configure.ac index 4096793..f5ce296 100644 --- a/configure.ac +++ b/configure.ac
@@ -25,7 +25,7 @@ ## ------------------------ ## ## 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])
diff --git a/libtool.m4 b/libtool.m4 index e5292da..9656eac 100644 --- a/libtool.m4 +++ b/libtool.m4
@@ -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)