summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-18 16:32:21 +0000
committerColin Watson <cjwatson@debian.org>2014-02-18 16:32:21 +0000
commit9396caadc5dbb98f7a0932952be15cff8f3428d2 (patch)
tree157ac49d71b8b60a18d8f173064863faac06c1d0 /tools
parent3acc4478060af421bfb66cd29201dcddd27e6e43 (diff)
Upgrade to Gnulib 20140202 and Libtool 2.4.2-1.7 (from Debian).
Diffstat (limited to 'tools')
-rw-r--r--tools/Makefile.in5
-rwxr-xr-xtools/config.rpath2
-rwxr-xr-xtools/gitlog-to-changelog2
-rwxr-xr-xtools/gnupload2
-rw-r--r--tools/ltmain.sh4
-rw-r--r--tools/snippet/arg-nonnull.h2
-rw-r--r--tools/snippet/c++defs.h2
-rw-r--r--tools/snippet/warn-on-use.h2
8 files changed, 13 insertions, 8 deletions
diff --git a/tools/Makefile.in b/tools/Makefile.in
index aab52c54..0bf603c8 100644
--- a/tools/Makefile.in
+++ b/tools/Makefile.in
@@ -92,6 +92,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/man-bdb.m4 \
$(top_srcdir)/m4/man-linguas.m4 $(top_srcdir)/m4/man-po4a.m4 \
$(top_srcdir)/m4/man-trans-subst.m4 \
$(top_srcdir)/gnulib/m4/00gnulib.m4 \
+ $(top_srcdir)/gnulib/m4/absolute-header.m4 \
$(top_srcdir)/gnulib/m4/alloca.m4 \
$(top_srcdir)/gnulib/m4/argp.m4 \
$(top_srcdir)/gnulib/m4/btowc.m4 \
@@ -978,11 +979,13 @@ REPLACE_FUTIMENS = @REPLACE_FUTIMENS@
REPLACE_GETCWD = @REPLACE_GETCWD@
REPLACE_GETDELIM = @REPLACE_GETDELIM@
REPLACE_GETDOMAINNAME = @REPLACE_GETDOMAINNAME@
+REPLACE_GETDTABLESIZE = @REPLACE_GETDTABLESIZE@
REPLACE_GETGROUPS = @REPLACE_GETGROUPS@
REPLACE_GETLINE = @REPLACE_GETLINE@
REPLACE_GETLOGIN_R = @REPLACE_GETLOGIN_R@
REPLACE_GETPAGESIZE = @REPLACE_GETPAGESIZE@
REPLACE_GETTIMEOFDAY = @REPLACE_GETTIMEOFDAY@
+REPLACE_GMTIME = @REPLACE_GMTIME@
REPLACE_ISATTY = @REPLACE_ISATTY@
REPLACE_ISWBLANK = @REPLACE_ISWBLANK@
REPLACE_ISWCNTRL = @REPLACE_ISWCNTRL@
@@ -991,6 +994,7 @@ REPLACE_LCHOWN = @REPLACE_LCHOWN@
REPLACE_LINK = @REPLACE_LINK@
REPLACE_LINKAT = @REPLACE_LINKAT@
REPLACE_LOCALECONV = @REPLACE_LOCALECONV@
+REPLACE_LOCALTIME = @REPLACE_LOCALTIME@
REPLACE_LOCALTIME_R = @REPLACE_LOCALTIME_R@
REPLACE_LSEEK = @REPLACE_LSEEK@
REPLACE_LSTAT = @REPLACE_LSTAT@
@@ -1210,6 +1214,7 @@ program_transform_name = @program_transform_name@
psdir = @psdir@
refer = @refer@
roff_version = @roff_version@
+runstatedir = @runstatedir@
sbindir = @sbindir@
sections = @sections@
sharedstatedir = @sharedstatedir@
diff --git a/tools/config.rpath b/tools/config.rpath
index c38b914d..ab6fd995 100755
--- a/tools/config.rpath
+++ b/tools/config.rpath
@@ -2,7 +2,7 @@
# Output a system dependent set of variables, describing how to set the
# run time search path of shared libraries in an executable.
#
-# Copyright 1996-2013 Free Software Foundation, Inc.
+# Copyright 1996-2014 Free Software Foundation, Inc.
# Taken from GNU libtool, 2001
# Originally by Gordon Matzigkeit <gord@gnu.ai.mit.edu>, 1996
#
diff --git a/tools/gitlog-to-changelog b/tools/gitlog-to-changelog
index e02d34c2..78afff4e 100755
--- a/tools/gitlog-to-changelog
+++ b/tools/gitlog-to-changelog
@@ -9,7 +9,7 @@ my $VERSION = '2012-07-29 06:11'; # UTC
# If you change this file with Emacs, please let the write hook
# do its job. Otherwise, update this string manually.
-# Copyright (C) 2008-2013 Free Software Foundation, Inc.
+# Copyright (C) 2008-2014 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tools/gnupload b/tools/gnupload
index 7a137c1a..2da97d89 100755
--- a/tools/gnupload
+++ b/tools/gnupload
@@ -3,7 +3,7 @@
scriptversion=2013-03-19.17; # UTC
-# Copyright (C) 2004-2013 Free Software Foundation, Inc.
+# Copyright (C) 2004-2014 Free Software Foundation, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/tools/ltmain.sh b/tools/ltmain.sh
index 9fe8f59d..bb5fa024 100644
--- a/tools/ltmain.sh
+++ b/tools/ltmain.sh
@@ -70,7 +70,7 @@
# compiler: $LTCC
# compiler flags: $LTCFLAGS
# linker: $LD (gnu? $with_gnu_ld)
-# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.6
+# $progname: (GNU libtool) 2.4.2 Debian-2.4.2-1.7
# automake: $automake_version
# autoconf: $autoconf_version
#
@@ -80,7 +80,7 @@
PROGRAM=libtool
PACKAGE=libtool
-VERSION="2.4.2 Debian-2.4.2-1.6"
+VERSION="2.4.2 Debian-2.4.2-1.7"
TIMESTAMP=""
package_revision=1.3337
diff --git a/tools/snippet/arg-nonnull.h b/tools/snippet/arg-nonnull.h
index 8ea2a474..9ee8b155 100644
--- a/tools/snippet/arg-nonnull.h
+++ b/tools/snippet/arg-nonnull.h
@@ -1,5 +1,5 @@
/* A C macro for declaring that specific arguments must not be NULL.
- Copyright (C) 2009-2013 Free Software Foundation, Inc.
+ Copyright (C) 2009-2014 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published
diff --git a/tools/snippet/c++defs.h b/tools/snippet/c++defs.h
index b35b933c..67b12335 100644
--- a/tools/snippet/c++defs.h
+++ b/tools/snippet/c++defs.h
@@ -1,5 +1,5 @@
/* C++ compatible function declaration macros.
- Copyright (C) 2010-2013 Free Software Foundation, Inc.
+ Copyright (C) 2010-2014 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published
diff --git a/tools/snippet/warn-on-use.h b/tools/snippet/warn-on-use.h
index 1736a1bd..1c4d7bd4 100644
--- a/tools/snippet/warn-on-use.h
+++ b/tools/snippet/warn-on-use.h
@@ -1,5 +1,5 @@
/* A C macro for emitting warnings if a function is used.
- Copyright (C) 2010-2013 Free Software Foundation, Inc.
+ Copyright (C) 2010-2014 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published