summaryrefslogtreecommitdiff
path: root/m4/jm-macros.m4
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-01-03 23:43:39 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-01-03 23:43:39 +0000
commit30fa7301bccee2b8e827e8df7033f642951df779 (patch)
tree2420f8df51a9480a1239f231f8532f419ca0074e /m4/jm-macros.m4
parentb93b030de600eaf75ef28af3e65902c05d306af2 (diff)
downloadcoreutils-30fa7301bccee2b8e827e8df7033f642951df779.tar.xz
* m4/jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
* m4/ullong_max.m4: New file. * src/system.h: Undo previous change; we now use Autoconf.
Diffstat (limited to 'm4/jm-macros.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 e03225c54..fd5a000f5 100644
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -64,6 +64,7 @@ AC_DEFUN([gl_MACROS],
# 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([gl_ULLONG_MAX])
AC_REQUIRE([gl_FUNC_GETGROUPS])