(gl_MACROS): Require gl_ULLONG_MAX.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Jan 2005 23:34:45 +0000 (23:34 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 18 Jan 2005 23:34:45 +0000 (23:34 +0000)
(gl_MACROS): Assume localeconv exists.
(gl_MACROS): Require gl_FUNC_CHDIR_LONG.

m4/jm-macros.m4

index b90149ee09cada55a4bef383a7a4c5479ef2e729..567d2d1c39ff06854e459941fa57f35d6c77d17d 100644 (file)
@@ -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 @@ 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])
 
@@ -109,7 +110,6 @@ AC_DEFUN([gl_MACROS],
     iswspace \
     lchown \
     listmntent \
-    localeconv \
     memcpy \
     mempcpy \
     mkfifo \
@@ -177,6 +177,7 @@ AC_DEFUN([gl_MACROS],
   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,