Require autoconf-2.13 here.
authorJim Meyering <jim@meyering.net>
Sun, 10 Jan 1999 22:42:57 +0000 (22:42 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 10 Jan 1999 22:42:57 +0000 (22:42 +0000)
m4/jm-macros.m4

index 52f3ed7..c7b7a3c 100644 (file)
@@ -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