summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-04-28 22:36:42 +0000
committerJim Meyering <jim@meyering.net>2002-04-28 22:36:42 +0000
commitdb37e581bc2198e954cba0c21a54b1b74a50107e (patch)
treebfc0f4a97f564260b78502130a5eecf7bfa2bdb1 /m4
parent75bb9f0a2ad58bf122d67096f964b83ab8363da2 (diff)
downloadcoreutils-db37e581bc2198e954cba0c21a54b1b74a50107e.tar.xz
Don't AC_REQUIRE([AC_PROG_CC_STDC]).
With autoconf-2.53a, it's part of AC_PROG_CC.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index aff96244e..d6d13d863 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -263,7 +263,6 @@ AC_DEFUN([jm_CHECK_ALL_TYPES],
dnl Checks for typedefs, structures, and compiler characteristics.
AC_REQUIRE([AC_C_BIGENDIAN])
- AC_REQUIRE([AC_PROG_CC_STDC])
AC_REQUIRE([AC_C_CONST])
AC_REQUIRE([AC_C_VOLATILE])
AC_REQUIRE([AC_C_INLINE])