summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-05-24 07:35:28 +0000
committerJim Meyering <jim@meyering.net>2006-05-24 07:35:28 +0000
commit850b999dbb89cba6769ce157c14cee824ad5d637 (patch)
treef317aca97a161acc344c7cc451cf0bbd765314ea /m4/jm-macros.m4
parent8ebe82ae292ea3d58beef95d2d06a1a7d03af682 (diff)
downloadcoreutils-850b999dbb89cba6769ce157c14cee824ad5d637.tar.xz
Require autoconf-2.59d, for its fixed version
of AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
Diffstat (limited to 'm4/jm-macros.m4')
-rw-r--r--m4/jm-macros.m44
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",