From: Jim Meyering Date: Wed, 25 Sep 2002 12:52:45 +0000 (+0000) Subject: (jm_MACROS): Require gt_INTTYPES_PRI. X-Git-Tag: v4.5.2~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b79c9e46a9eed41335a1a568ad6671283e251212;p=thirdparty%2Fcoreutils.git (jm_MACROS): Require gt_INTTYPES_PRI. --- diff --git a/m4/jm-macros.m4 b/m4/jm-macros.m4 index 888663a666..c9638ecebe 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"