diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2006-06-28 22:00:33 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-06-28 22:00:33 +0000 |
commit | 41872b2d6bf37334d28d4943d8c26eb480be96e4 (patch) | |
tree | a2b59269341235c965eb8464465c981d0fe6ca15 /m4/ChangeLog | |
parent | c1f8b7eba9407a0e9057b4ca5b276007c0fe9abb (diff) | |
download | coreutils-41872b2d6bf37334d28d4943d8c26eb480be96e4.tar.xz |
Don't require AC_C_CONST, since it's obsolete.
Require Autoconf 2.60.
Diffstat (limited to 'm4/ChangeLog')
-rw-r--r-- | m4/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog index f31ec45f7..5ceac6cf3 100644 --- a/m4/ChangeLog +++ b/m4/ChangeLog @@ -1,3 +1,12 @@ +2006-06-28 Paul Eggert <eggert@cs.ucla.edu> + + * 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. + + * jm-macros.m4 (jl_MACROS): Require 2.60, not 2.59d. + 2006-06-19 Paul Eggert <eggert@cs.ucla.edu> * lib-ignore.m4 (gl_IGNORE_UNUSED_LIBRARIES): Prefer binutils's |