Release GNU libtool 1.5.26. * NEWS: Update. * libtool.m4, ltdl.m4: Bump serial. * config.guess, config.sub, install-sh, texinfo.tex, INSTALL: Updated from external sources. * configure.ac: Bump version. * README-alpha: Add note about bumping serials and ltdl version.
diff --git a/ChangeLog b/ChangeLog index 5b866eb..b7c12c3 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -1,3 +1,13 @@ +2008-02-01 Peter O'Gorman <peter@pogma.com> + + Release GNU libtool 1.5.26. + * NEWS: Update. + * libtool.m4, ltdl.m4: Bump serial. + * config.guess, config.sub, install-sh, texinfo.tex, INSTALL: + Updated from external sources. + * configure.ac: Bump version. + * README-alpha: Add note about bumping serials and ltdl version. + 2008-01-30 Peter O'Gorman <peter@pogma.com> Backport darwin support reorganization from HEAD.
diff --git a/NEWS b/NEWS index aebee57..7c43c4d 100644 --- a/NEWS +++ b/NEWS
@@ -1,6 +1,7 @@ NEWS - list of user-visible changes between releases of GNU Libtool -New in 1.5.25a: 2008-??-??; CVS version 1.5.25a, Libtool team: +New in 1.5.26: 2008-02-01; CVS version 1.5.25a, Libtool team: +* Improved support for Mac OS X Leopard. * More robust parsing of mangled `.la' files inside libltdl, fixing a possible overrun and a crash due to memory exhaustion. * Fix compile command line for gcj on MinGW.
diff --git a/README-alpha b/README-alpha index eca3fb2..09ee5d0 100644 --- a/README-alpha +++ b/README-alpha
@@ -132,7 +132,8 @@ release announcement. * If not an alpha, replace manual.html with the new one - (generate with `make -f Makefile.maint web-manual'). + (generate with gendocs.sh (see + http://www.gnu.org/prep/maintain/maintain.html). ================================================================ = Alpha release note template
diff --git a/config.guess b/config.guess index 4dc5a78..f32079a 100755 --- a/config.guess +++ b/config.guess
@@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-01-07' +timestamp='2008-01-23' # 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 @@ -56,8 +56,8 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -1484,9 +1484,9 @@ the operating system you are using. It is advised that you download the most up to date version of the config scripts from - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD and - http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD 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 ae780f3..6759825 100755 --- a/config.sub +++ b/config.sub
@@ -1,10 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-01-07' +timestamp='2008-01-16' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -72,8 +72,8 @@ version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -1049,6 +1049,10 @@ basic_machine=tic6x-unknown os=-coff ;; + tile*) + basic_machine=tile-unknown + os=-linux-gnu + ;; tx39) basic_machine=mipstx39-unknown ;;
diff --git a/configure.ac b/configure.ac index 2054a6e..a5b4199 100644 --- a/configure.ac +++ b/configure.ac
@@ -25,7 +25,7 @@ ## ------------------------ ## ## Autoconf initialisation. ## ## ------------------------ ## -AC_INIT([libtool], [1.5.25a], [bug-libtool@gnu.org]) +AC_INIT([libtool], [1.5.26], [bug-libtool@gnu.org]) AC_CONFIG_SRCDIR([ltmain.in])
diff --git a/libltdl/Makefile.am b/libltdl/Makefile.am index 2a1e701..6e1e29b 100644 --- a/libltdl/Makefile.am +++ b/libltdl/Makefile.am
@@ -18,7 +18,7 @@ CLEANFILES = libltdl.la libltdlc.la libltdl_la_SOURCES = ltdl.c -libltdl_la_LDFLAGS = -no-undefined -version-info 4:5:1 +libltdl_la_LDFLAGS = -no-undefined -version-info 4:6:1 libltdl_la_LIBADD = $(LIBADD_DL) libltdlc_la_SOURCES = ltdl.c
diff --git a/libtool.m4 b/libtool.m4 index 9320cd7..a352a65 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 51 AC_PROG_LIBTOOL +# serial 52 AC_PROG_LIBTOOL # AC_PROVIDE_IFELSE(MACRO-NAME, IF-PROVIDED, IF-NOT-PROVIDED)
diff --git a/ltdl.m4 b/ltdl.m4 index b4eec6e..99f0049 100644 --- a/ltdl.m4 +++ b/ltdl.m4
@@ -5,7 +5,7 @@ ## unlimited permission to copy and/or distribute it, with or without ## modifications, as long as this notice is preserved. -# serial 8 AC_LIB_LTDL +# serial 9 AC_LIB_LTDL # AC_WITH_LTDL # ------------