bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gnulib] jm-macros.m4 sync from coreutils


From: Paul Eggert
Subject: [bug-gnulib] jm-macros.m4 sync from coreutils
Date: Tue, 18 Jan 2005 15:37:36 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

I installed this to sync from coreutils.

Here, the code is quite specific to coreutils so I assume that the GPL
is more appropriate and I left it GPLed.  (I assume jm-macros is in
gnulib mostly as an exemplar? or perhaps for historical reasons only?)

2005-01-18  Paul Eggert  <address@hidden>

        Merge from coreutils.
        * jm-macros.m4 (gl_MACROS): Require gl_ULLONG_MAX.
        (gl_MACROS): Assume localeconv exists.

2005-01-18  Jim Meyering  <address@hidden>

        * jm-macros.m4 (gl_MACROS): Require gl_FUNC_CHDIR_LONG.

Index: m4/jm-macros.m4
===================================================================
RCS file: /cvsroot/gnulib/gnulib/m4/jm-macros.m4,v
retrieving revision 1.155
diff -p -u -r1.155 jm-macros.m4
--- m4/jm-macros.m4     26 Nov 2004 08:35:30 -0000      1.155
+++ m4/jm-macros.m4     18 Jan 2005 23:16:12 -0000
@@ -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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]