summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-10 05:17:38 +0000
committerJim Meyering <jim@meyering.net>1999-05-10 05:17:38 +0000
commitd845b9a5a38ef9f6002a8f82a2c8c65a4cc9a379 (patch)
tree57d2d600de8a87b9aa2ca309f2db8f9d8922fb35 /m4
parentf1b3fb4f3b77652040333d63d15800991cd9cd5f (diff)
downloadcoreutils-d845b9a5a38ef9f6002a8f82a2c8c65a4cc9a379.tar.xz
Require 2.14.1, since we use newly-renamed AC_FUNC_MKTIME.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 702e065c2..52220ca4d 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -4,7 +4,7 @@ dnl Misc type-related macros for fileutils, sh-utils, textutils.
AC_DEFUN(jm_MACROS,
[
- AC_PREREQ(2.13) dnl Minimum Autoconf version required.
+ AC_PREREQ(2.14.1) dnl Minimum Autoconf version required.
GNU_PACKAGE="GNU $PACKAGE"
AC_DEFINE_UNQUOTED(GNU_PACKAGE, "$GNU_PACKAGE",