]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(jm_MACROS): Require gt_INTTYPES_PRI.
authorJim Meyering <jim@meyering.net>
Wed, 25 Sep 2002 12:52:45 +0000 (12:52 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 25 Sep 2002 12:52:45 +0000 (12:52 +0000)
m4/jm-macros.m4

index 888663a6663adda2624b5e38f11631272615697c..c9638ecebe4c402945991b18f7c13a5ed49b3d05 100644 (file)
@@ -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"