]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
Newer libtool for configure.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 22 Dec 2009 08:28:24 +0000 (08:28 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 22 Dec 2009 08:28:24 +0000 (08:28 +0000)
git-svn-id: file:///svn/unbound/trunk@1945 be551aaa-1e26-0410-a405-d3ace91eadb9

aclocal.m4
configure
doc/Changelog
install-sh
ltmain.sh

index 7c01b0da1c028feeb7ee5b48bb645e18bbd62a45..450e3cb710bc49801a84dd88802c61c7c9f0d147 100644 (file)
@@ -7854,15 +7854,15 @@ m4_define([lt_dict_filter],
 
 # Generated from ltversion.in.
 
-# serial 3012 ltversion.m4
+# serial 3017 ltversion.m4
 # This file is part of GNU Libtool
 
-m4_define([LT_PACKAGE_VERSION], [2.2.6])
-m4_define([LT_PACKAGE_REVISION], [1.3012])
+m4_define([LT_PACKAGE_VERSION], [2.2.6b])
+m4_define([LT_PACKAGE_REVISION], [1.3017])
 
 AC_DEFUN([LTVERSION_VERSION],
-[macro_version='2.2.6'
-macro_revision='1.3012'
+[macro_version='2.2.6b'
+macro_revision='1.3017'
 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
 _LT_DECL(, macro_revision, 0)
 ])
index 3a5539943b76e2af6993d021710370bec7a5de87..9d9473c495b07cc665aaefa8e7a6e90e1c41cfb8 100755 (executable)
--- a/configure
+++ b/configure
@@ -6805,8 +6805,8 @@ esac
 
 
 
-macro_version='2.2.6'
-macro_revision='1.3012'
+macro_version='2.2.6b'
+macro_revision='1.3017'
 
 
 
index af5a4fa5aafa74408ddf883b25aa30f51667078c..fabe44b9a3dc3ee806c61bd32bca51cee93717a4 100644 (file)
@@ -1,3 +1,6 @@
+22 December 2009: Wouter
+       - configure with newer libtool 2.2.6b.
+
 17 December 2009: Wouter
        - review comments.
        - tag 1.4.1.
index a5897de6ea7f74f83fd793474bb4738d32884719..6781b987bdbcbc23efe6bbe1654a1e3637b9af07 100755 (executable)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2006-12-25.00
+scriptversion=2009-04-28.21; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -515,5 +515,6 @@ done
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-end: "$"
+# time-stamp-time-zone: "UTC"
+# time-stamp-end: "; # UTC"
 # End:
index 6939dcc4a662e3d520a779614b60eeb998bb5f7a..a72f2fd78bfc86bb35a404d1954c4ca9bb923c06 100644 (file)
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -1,6 +1,6 @@
 # Generated from ltmain.m4sh.
 
-# ltmain.sh (GNU libtool) 2.2.6
+# ltmain.sh (GNU libtool) 2.2.6b
 # Written by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007 2008 Free Software Foundation, Inc.
@@ -65,7 +65,7 @@
 #       compiler:              $LTCC
 #       compiler flags:                $LTCFLAGS
 #       linker:                $LD (gnu? $with_gnu_ld)
-#       $progname:             (GNU libtool) 2.2.6
+#       $progname:             (GNU libtool) 2.2.6b
 #       automake:              $automake_version
 #       autoconf:              $autoconf_version
 #
@@ -73,9 +73,9 @@
 
 PROGRAM=ltmain.sh
 PACKAGE=libtool
-VERSION=2.2.6
+VERSION=2.2.6b
 TIMESTAMP=""
-package_revision=1.3012
+package_revision=1.3017
 
 # Be Bourne compatible
 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then