diff options
author | Jim Meyering <jim@meyering.net> | 1999-10-04 07:51:44 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-10-04 07:51:44 +0000 |
commit | 290848dd2b9ba58e7584e3165241514609282bb1 (patch) | |
tree | c7a2ea49b040df81496247bd95e167a1a3636ab1 /m4 | |
parent | 1ac0c21d89be9deb57adecf7b13125cc5afbdfc5 (diff) | |
download | coreutils-290848dd2b9ba58e7584e3165241514609282bb1.tar.xz |
Don't require autoconf-2.14.1.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/jm-macros.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index ab9e19a31..1eb9c598f 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,10 +1,10 @@ -#serial 7 +#serial 8 dnl Misc type-related macros for fileutils, sh-utils, textutils. AC_DEFUN(jm_MACROS, [ - AC_PREREQ(2.14.1) dnl Minimum Autoconf version required. + AC_PREREQ(2.13) dnl Minimum Autoconf version required. GNU_PACKAGE="GNU $PACKAGE" AC_DEFINE_UNQUOTED(GNU_PACKAGE, "$GNU_PACKAGE", |