Skip to content

Commit

Permalink
* Update libtool to version 2.2.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobfriesenhahn committed Jun 11, 2010
1 parent 5eb5ed1 commit d197d8a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 20 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
2010-06-11 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>

* Update libtool to version 2.2.10.

2010-06-10 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>

* libtiff/tiffiop.h (TIFFSafeMultiply): Work properly if
Expand Down
2 changes: 1 addition & 1 deletion build/Makefile.in
Expand Up @@ -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
#
Expand Down
15 changes: 5 additions & 10 deletions 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 <gord@gnu.ai.mit.edu>, 1996

# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006,
Expand Down Expand Up @@ -70,17 +70,17 @@
# 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
#
# Report bugs to <bug-libtool@gnu.org>.

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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -655,7 +651,6 @@ func_show_eval_locale ()
}



# func_version
# Echo version message to standard output and exit.
func_version ()
Expand All @@ -664,7 +659,7 @@ func_version ()
:more
/\./!{
N
s/\n# //
s/\n# / /
b more
}
:go
Expand Down
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -5652,8 +5652,8 @@ esac



macro_version='2.2.8'
macro_revision='1.3169'
macro_version='2.2.10'
macro_revision='1.3175'



Expand Down
2 changes: 1 addition & 1 deletion contrib/dbs/xtiff/Makefile.in
Expand Up @@ -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
#
Expand Down
2 changes: 1 addition & 1 deletion html/Makefile.in
Expand Up @@ -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
#
Expand Down
10 changes: 5 additions & 5 deletions m4/ltversion.m4
Expand Up @@ -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)
])

0 comments on commit d197d8a

Please sign in to comment.