diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-24 07:35:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-24 07:35:28 +0000 |
commit | 850b999dbb89cba6769ce157c14cee824ad5d637 (patch) | |
tree | f317aca97a161acc344c7cc451cf0bbd765314ea /m4 | |
parent | 8ebe82ae292ea3d58beef95d2d06a1a7d03af682 (diff) | |
download | coreutils-850b999dbb89cba6769ce157c14cee824ad5d637.tar.xz |
Require autoconf-2.59d, for its fixed version
of AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-macros.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index fe4eb71a7..d3a6e3ae8 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 97 -*- autoconf -*- +#serial 98 -*- autoconf -*- dnl Misc type-related macros for coreutils. @@ -23,7 +23,7 @@ dnl Misc type-related macros for coreutils. AC_DEFUN([gl_MACROS], [ - AC_PREREQ(2.58) + AC_PREREQ(2.59d) GNU_PACKAGE="GNU $PACKAGE" AC_DEFINE_UNQUOTED(GNU_PACKAGE, "$GNU_PACKAGE", |