summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2012-04-29 12:52:25 +0200
committerBruno Haible <bruno@clisp.org>2012-04-29 12:52:25 +0200
commitcb90eb82980aa4765abd0406d92dd1c9954c6869 (patch)
tree399dcc1c88e1fe7f2757b892b4894f6ef065e13e
parent35ed3c516a7905383fadb08f0ed3b922612723a8 (diff)
downloadlibunistring-cb90eb82980aa4765abd0406d92dd1c9954c6869.tar.gz
Allow use of autoconf-2.69 and automake-1.12.
-rw-r--r--ChangeLog5
-rwxr-xr-xautogen.sh4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 9382394..a81dcdb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-04-29 Bruno Haible <bruno@clisp.org>
+
+ Allow use of autoconf-2.69 and automake-1.12.
+ * autogen.sh: Update comments.
+
2012-01-15 Bruno Haible <bruno@clisp.org>
Support for MSVC 9.
diff --git a/autogen.sh b/autogen.sh
index 9be9365..f558615 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -4,7 +4,7 @@
# also regenerates all aclocal.m4, config.h.in, Makefile.in, configure files
# with new versions of autoconf or automake.
#
-# This script requires autoconf-2.63..2.68 and automake-1.11 in the PATH.
+# This script requires autoconf-2.63..2.69 and automake-1.11..1.12 in the PATH.
# It also requires either
# - the GNULIB_TOOL environment variable pointing to the gnulib-tool script
# in a gnulib checkout, or
@@ -12,7 +12,7 @@
# It also requires
# - the gperf program.
-# Copyright (C) 2003-2011 Free Software Foundation, Inc.
+# Copyright (C) 2003-2012 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