summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-06-28 22:04:56 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-06-28 22:04:56 +0000
commit3eaec256b7b0c02ac732d71ec4a18929024b56db (patch)
treea2bd6b686bc513b9dce8b29020de416f1f180881
parentd54ac21e441f895ea6ed7a8cc0d164dd4fecc329 (diff)
downloadcoreutils-3eaec256b7b0c02ac732d71ec4a18929024b56db.tar.xz
Fix attribution again.
-rw-r--r--m4/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index 91d6faeda..c57e507c6 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,12 +1,13 @@
2006-06-28 Paul Eggert <eggert@cs.ucla.edu>
* jm-macros.m4 (jl_MACROS): Require 2.60, not 2.59d.
+ * jm-macros.m4 (gl_CHECK_ALL_TYPES): Don't require AC_C_CONST, since
+ it's obsolete.
2006-06-28 Derek Price <derek@ximbiot.com>
* fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Don't require AC_C_CONST, since
it's obsolete.
- * jm-macros.m4 (gl_CHECK_ALL_TYPES): Likewise.
* strftime.m4 (gl_FUNC_GNU_STRFTIME): Likewise.
2006-06-19 Paul Eggert <eggert@cs.ucla.edu>