summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-22 22:25:25 +0000
committerJim Meyering <jim@meyering.net>2000-01-22 22:25:25 +0000
commit0de00b9e6afa0a1035864c510dfaf7381b1da15d (patch)
tree12ca20ddffb305170788d3ca3f86552ab386cf96 /m4
parentf23d5119d8cfca6b88bec353744775375a073f76 (diff)
downloadcoreutils-0de00b9e6afa0a1035864c510dfaf7381b1da15d.tar.xz
Call AC_PROG_CC_STDC just before AC_C_CONST.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index da8a7a763..29a6cf21d 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -136,6 +136,7 @@ AC_DEFUN(jm_CHECK_ALL_TYPES,
[
dnl Checks for typedefs, structures, and compiler characteristics.
AC_C_BIGENDIAN
+ AC_PROG_CC_STDC
AC_C_CONST
AC_C_INLINE
AC_C_LONG_DOUBLE