diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-25 12:52:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-25 12:52:45 +0000 |
commit | b79c9e46a9eed41335a1a568ad6671283e251212 (patch) | |
tree | 390fb19b558c674f1ef4fce9c49552631e61fa90 | |
parent | 0b797ed05677fd7000d1ea84072ae5b83741a855 (diff) | |
download | coreutils-b79c9e46a9eed41335a1a568ad6671283e251212.tar.xz |
(jm_MACROS): Require gt_INTTYPES_PRI.
-rw-r--r-- | m4/jm-macros.m4 | 6 |
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" |