summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-09-25 12:52:45 +0000
committerJim Meyering <jim@meyering.net>2002-09-25 12:52:45 +0000
commitb79c9e46a9eed41335a1a568ad6671283e251212 (patch)
tree390fb19b558c674f1ef4fce9c49552631e61fa90 /m4
parent0b797ed05677fd7000d1ea84072ae5b83741a855 (diff)
downloadcoreutils-b79c9e46a9eed41335a1a568ad6671283e251212.tar.xz
(jm_MACROS): Require gt_INTTYPES_PRI.
Diffstat (limited to 'm4')
-rw-r--r--m4/jm-macros.m46
1 files changed, 5 insertions, 1 deletions
diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4
index 888663a66..c9638eceb 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,4 +1,4 @@
-#serial 51 -*- autoconf -*-
+#serial 52 -*- autoconf -*-
dnl Misc type-related macros for fileutils, sh-utils, textutils.
@@ -61,6 +61,10 @@ AC_DEFUN([jm_MACROS],
AC_REQUIRE([jm_FUNC_MKTIME])
AC_REQUIRE([jm_FUNC_FPENDING])
+ # This is for od and stat, and any other program that
+ # uses the PRI.MAX macros from inttypes.h.
+ AC_REQUIRE([gt_INTTYPES_PRI])
+
AC_REQUIRE([jm_FUNC_GETGROUPS])
test -n "$GETGROUPS_LIB" && LIBS="$GETGROUPS_LIB $LIBS"