From: Paul Eggert Date: Wed, 28 Jun 2006 21:59:07 +0000 (+0000) Subject: (gl_CHECK_ALL_TYPES): Don't require AC_C_CONST, since it's obsolete. X-Git-Tag: v6.0~270 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4333e76636b08664f7f8dc42b15972d7ae509667;p=thirdparty%2Fcoreutils.git (gl_CHECK_ALL_TYPES): Don't require AC_C_CONST, since it's obsolete. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index d3a6e3ae8a..833cbc9c64 100644 --- a/m4/jm-macros.m4 +++ b/m4/jm-macros.m4 @@ -1,4 +1,4 @@ -#serial 98 -*- autoconf -*- +#serial 99 -*- autoconf -*- dnl Misc type-related macros for coreutils. @@ -23,7 +23,7 @@ dnl Misc type-related macros for coreutils. AC_DEFUN([gl_MACROS], [ - AC_PREREQ(2.59d) + AC_PREREQ(2.60) GNU_PACKAGE="GNU $PACKAGE" AC_DEFINE_UNQUOTED(GNU_PACKAGE, "$GNU_PACKAGE", @@ -226,7 +226,6 @@ AC_DEFUN([gl_CHECK_ALL_TYPES], dnl Checks for typedefs, structures, and compiler characteristics. AC_REQUIRE([AC_C_BIGENDIAN]) - AC_REQUIRE([AC_C_CONST]) AC_REQUIRE([AC_C_VOLATILE]) AC_REQUIRE([AC_C_INLINE]) AC_REQUIRE([AC_C_LONG_DOUBLE])