summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-12-27 11:27:54 +0100
committerJim Meyering <jim@meyering.net>2006-12-27 11:27:54 +0100
commitf20cd37e51dc566503ff304510be2928b65c2c07 (patch)
tree2698aed8fce1b8700d582a4882ff3eef99d98d6e /ChangeLog
parent4b9e9875542cc1796ae40579c9a76011c9028abc (diff)
downloadcoreutils-f20cd37e51dc566503ff304510be2928b65c2c07.tar.xz
* configure.ac: Require autoconf-2.61 and automake-1.10.
Without the former (even with autoconf-2.60), "make distcheck" would fail (without the 2006-09-26 autoconf AC_CHECK_DECL fix), due to an inttypes.h generated with CFLAGS including -pedantic. With the old decl check, @HAVE_DECL_STRTOUMAX@ would be 0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f1e634aa..5120963b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-12-26 Jim Meyering <jim@meyering.net>
+ * configure.ac: Require autoconf-2.61 and automake-1.10.
+ Without the former (even with autoconf-2.60), "make distcheck"
+ would fail (without the 2006-09-26 autoconf AC_CHECK_DECL fix),
+ due to an inttypes.h generated with CFLAGS including -pedantic.
+ With the old decl check, @HAVE_DECL_STRTOUMAX@ would be 0.
+
* Makefile.maint (VC-tag): Define, so as to gpg-sign each release
tag, using the release version number as the message.
(vc-dist): Use $(VC-tag), rather than "$(VC) tag".