changeset 5593:2f87180c3a9f

(gl_MACROS): Require gl_ULLONG_MAX. (gl_MACROS): Assume localeconv exists. (gl_MACROS): Require gl_FUNC_CHDIR_LONG.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 18 Jan 2005 23:34:45 +0000
parents 7438e152d02d
children 5ef33e9d78e3
files m4/jm-macros.m4
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/m4/jm-macros.m4
+++ b/m4/jm-macros.m4
@@ -1,8 +1,8 @@
-#serial 79   -*- autoconf -*-
+#serial 82   -*- autoconf -*-
 
 dnl Misc type-related macros for coreutils.
 
-# Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004 Free Software
+# Copyright (C) 1998, 2000, 2001, 2002, 2003, 2004, 2005 Free Software
 # Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
@@ -64,6 +64,7 @@
   # 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])
 
@@ -109,7 +110,6 @@
     iswspace \
     lchown \
     listmntent \
-    localeconv \
     memcpy \
     mempcpy \
     mkfifo \
@@ -177,6 +177,7 @@
   AC_CHECK_FUNC([fchdir], , [AC_LIBOBJ(fchdir-stub)])
 
   AC_REQUIRE([gl_FUNC_FREE])
+  AC_REQUIRE([gl_FUNC_CHDIR_LONG])
 ])
 
 # These tests must be run before any use of AC_CHECK_TYPE,