diff --git a/ChangeLog b/ChangeLog index c2982c95..7f5cb1bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-06-11 Bob Friesenhahn + + * Update libtool to version 2.2.10. + 2010-06-10 Bob Friesenhahn * libtiff/tiffiop.h (TIFFSafeMultiply): Work properly if diff --git a/build/Makefile.in b/build/Makefile.in index dc89e5e5..51a63113 100644 --- a/build/Makefile.in +++ b/build/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ -# $Id: Makefile.in,v 1.1.2.13 2010-06-10 22:52:45 bfriesen Exp $ +# $Id: Makefile.in,v 1.1.2.14 2010-06-11 20:31:21 bfriesen Exp $ # # Tag Image File Format (TIFF) Software # diff --git a/config/ltmain.sh b/config/ltmain.sh index be43f418..04eaea40 100755 --- a/config/ltmain.sh +++ b/config/ltmain.sh @@ -1,6 +1,6 @@ # Generated from ltmain.m4sh. -# libtool (GNU libtool) 2.2.8 +# libtool (GNU libtool) 2.2.10 # Written by Gordon Matzigkeit , 1996 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, @@ -70,7 +70,7 @@ # compiler: $LTCC # compiler flags: $LTCFLAGS # linker: $LD (gnu? $with_gnu_ld) -# $progname: (GNU libtool) 2.2.8 +# $progname: (GNU libtool) 2.2.10 # automake: $automake_version # autoconf: $autoconf_version # @@ -78,9 +78,9 @@ PROGRAM=libtool PACKAGE=libtool -VERSION=2.2.8 +VERSION=2.2.10 TIMESTAMP="" -package_revision=1.3169 +package_revision=1.3175 # Be Bourne compatible if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then @@ -124,10 +124,6 @@ export LANGUAGE LC_ALL $lt_unset CDPATH - - - - # Work around backward compatibility issue on IRIX 6.5. On IRIX 6.4+, sh # is ksh but when the shell is invoked as "sh" and the current value of # the _XPG environment variable is not equal to 1 (one), the special @@ -655,7 +651,6 @@ func_show_eval_locale () } - # func_version # Echo version message to standard output and exit. func_version () @@ -664,7 +659,7 @@ func_version () :more /\./!{ N - s/\n# // + s/\n# / / b more } :go diff --git a/configure b/configure index df215806..520e4817 100755 --- a/configure +++ b/configure @@ -5652,8 +5652,8 @@ esac -macro_version='2.2.8' -macro_revision='1.3169' +macro_version='2.2.10' +macro_revision='1.3175' diff --git a/contrib/dbs/xtiff/Makefile.in b/contrib/dbs/xtiff/Makefile.in index 72d3f9aa..6be16b3e 100644 --- a/contrib/dbs/xtiff/Makefile.in +++ b/contrib/dbs/xtiff/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ -# $Id: Makefile.in,v 1.36.2.13 2010-06-10 22:52:45 bfriesen Exp $ +# $Id: Makefile.in,v 1.36.2.14 2010-06-11 20:31:22 bfriesen Exp $ # # Tag Image File Format (TIFF) Software # diff --git a/html/Makefile.in b/html/Makefile.in index 4f63d946..439fc42f 100644 --- a/html/Makefile.in +++ b/html/Makefile.in @@ -15,7 +15,7 @@ @SET_MAKE@ -# $Id: Makefile.in,v 1.49.2.13 2010-06-10 22:52:45 bfriesen Exp $ +# $Id: Makefile.in,v 1.49.2.14 2010-06-11 20:31:22 bfriesen Exp $ # # Tag Image File Format (TIFF) Software # diff --git a/m4/ltversion.m4 b/m4/ltversion.m4 index 2e8f9292..93fc7712 100644 --- a/m4/ltversion.m4 +++ b/m4/ltversion.m4 @@ -9,15 +9,15 @@ # Generated from ltversion.in. -# serial 3169 ltversion.m4 +# serial 3175 ltversion.m4 # This file is part of GNU Libtool -m4_define([LT_PACKAGE_VERSION], [2.2.8]) -m4_define([LT_PACKAGE_REVISION], [1.3169]) +m4_define([LT_PACKAGE_VERSION], [2.2.10]) +m4_define([LT_PACKAGE_REVISION], [1.3175]) AC_DEFUN([LTVERSION_VERSION], -[macro_version='2.2.8' -macro_revision='1.3169' +[macro_version='2.2.10' +macro_revision='1.3175' _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?]) _LT_DECL(, macro_revision, 0) ])