summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-10 22:42:57 +0000
committerJim Meyering <jim@meyering.net>1999-01-10 22:42:57 +0000
commit97d75acb2c3e7a6089d1010a682645fd181426f9 (patch)
tree915ce5686a4cd216e3e0ef6ab182d6d631bedbcb /m4
parent8d598fb33d338fc09a26e083bbb26c7287e06349 (diff)
downloadcoreutils-97d75acb2c3e7a6089d1010a682645fd181426f9.tar.xz
Require autoconf-2.13 here.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 52f3ed777..c7b7a3cf9 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -4,6 +4,8 @@ dnl Misc type-related macros for fileutils, sh-utils, textutils.
AC_DEFUN(jm_MACROS,
[
+ AC_PREREQ(2.13) dnl Minimum Autoconf version required.
+
dnl This macro actually runs replacement code. See isc-posix.m4.
AC_REQUIRE([AC_ISC_POSIX])dnl