changeset 1625:8dc6bc7226ee

Require autoconf-2.13 here.
author Jim Meyering <jim@meyering.net>
date Sun, 10 Jan 1999 22:42:57 +0000
parents 180a92f115a6
children e1ecffa7fc95
files m4/jm-macros.m4
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -4,6 +4,8 @@
 
 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