summaryrefslogtreecommitdiff
path: root/docs/Makefile.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2008-02-17 17:00:43 +0000
committerColin Watson <cjwatson@debian.org>2008-02-17 17:00:43 +0000
commitfb10c00e05d17cdbe8275c344b89b7c3fc606896 (patch)
tree704d293ee7a2106743df3ce0263bee7e87d3ccf6 /docs/Makefile.in
parenta6819d3b5a2348d32b0642e7407a9e32494a3bd5 (diff)
* Makefile.in, aclocal.m4, config.h.in, configure, docs/Makefile.in,
gnulib, lib/Makefile.in, libdb/Makefile.in, man/Makefile.in, man/de/Makefile.in, man/es/Makefile.in, man/fr/Makefile.in, man/it/Makefile.in, man/ja/Makefile.in, manual/Makefile.in, src/Makefile.in, tools/Makefile.in: Upgrade to Automake 1.10.1 and Gnulib 20080201.
Diffstat (limited to 'docs/Makefile.in')
-rw-r--r--docs/Makefile.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/Makefile.in b/docs/Makefile.in
index 65e17002..deb2aec1 100644
--- a/docs/Makefile.in
+++ b/docs/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.10 from Makefile.am.
+# Makefile.in generated by automake 1.10.1 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
+# 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -265,6 +265,8 @@ GNULIB_STRNDUP = @GNULIB_STRNDUP@
GNULIB_STRNLEN = @GNULIB_STRNLEN@
GNULIB_STRPBRK = @GNULIB_STRPBRK@
GNULIB_STRSEP = @GNULIB_STRSEP@
+GNULIB_STRSIGNAL = @GNULIB_STRSIGNAL@
+GNULIB_STRSTR = @GNULIB_STRSTR@
GNULIB_STRTOK_R = @GNULIB_STRTOK_R@
GNULIB_UNSETENV = @GNULIB_UNSETENV@
GNULIB_VASPRINTF = @GNULIB_VASPRINTF@
@@ -288,6 +290,7 @@ HAVE_DECL_STRERROR = @HAVE_DECL_STRERROR@
HAVE_DECL_STRNCASECMP = @HAVE_DECL_STRNCASECMP@
HAVE_DECL_STRNDUP = @HAVE_DECL_STRNDUP@
HAVE_DECL_STRNLEN = @HAVE_DECL_STRNLEN@
+HAVE_DECL_STRSIGNAL = @HAVE_DECL_STRSIGNAL@
HAVE_DECL_STRTOK_R = @HAVE_DECL_STRTOK_R@
HAVE_DECL_VSNPRINTF = @HAVE_DECL_VSNPRINTF@
HAVE_DECL_WCWIDTH = @HAVE_DECL_WCWIDTH@
@@ -439,7 +442,10 @@ REPLACE_PRINTF = @REPLACE_PRINTF@
REPLACE_PUTENV = @REPLACE_PUTENV@
REPLACE_SNPRINTF = @REPLACE_SNPRINTF@
REPLACE_SPRINTF = @REPLACE_SPRINTF@
+REPLACE_STRCASESTR = @REPLACE_STRCASESTR@
REPLACE_STRERROR = @REPLACE_STRERROR@
+REPLACE_STRSIGNAL = @REPLACE_STRSIGNAL@
+REPLACE_STRSTR = @REPLACE_STRSTR@
REPLACE_VASPRINTF = @REPLACE_VASPRINTF@
REPLACE_VFPRINTF = @REPLACE_VFPRINTF@
REPLACE_VPRINTF = @REPLACE_VPRINTF@