bug-gnulib
[Top][All Lists]
Advanced

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

[Bug-gnulib] sync from coreutils to gnulib


From: Paul Eggert
Subject: [Bug-gnulib] sync from coreutils to gnulib
Date: Wed, 10 Nov 2004 20:57:33 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

I installed this:

2004-11-10  Paul Eggert  <address@hidden>

        * prereq.m4 (gl_PREREQ): Require gt_FUNC_SETENV.

2004-11-10  Jim Meyering  <address@hidden>

        * jm-macros.m4 (gl_MACROS): Don't require gl_FUNC_FPENDING.

--- m4/jm-macros.m4     2 Nov 2004 19:20:58 -0000       1.152
+++ m4/jm-macros.m4     11 Nov 2004 04:52:25 -0000
@@ -1,4 +1,4 @@
-#serial 76   -*- autoconf -*-
+#serial 77   -*- autoconf -*-
 
 dnl Misc type-related macros for coreutils.
 
@@ -59,7 +59,6 @@ AC_DEFUN([gl_MACROS],
   AC_REQUIRE([gl_FUNC_GROUP_MEMBER])
   AC_REQUIRE([gl_AFS])
   AC_REQUIRE([gl_AC_FUNC_LINK_FOLLOWS_SYMLINK])
-  AC_REQUIRE([gl_FUNC_FPENDING])
 
   # This is for od and stat, and any other program that
   # uses the PRI.MAX macros from inttypes.h.
--- m4/prereq.m4        9 Aug 2004 17:58:47 -0000       1.70
+++ m4/prereq.m4        11 Nov 2004 04:52:25 -0000
@@ -1,4 +1,4 @@
-#serial 45
+#serial 46
 
 dnl We use gl_ for non Autoconf macros.
 m4_pattern_forbid([^gl_[ABCDEFGHIJKLMNOPQRSTUVXYZ]])dnl
@@ -48,6 +48,7 @@ AC_DEFUN([gl_PREREQ],
   AC_REQUIRE([gl_FUNC_READLINK])
   AC_REQUIRE([gl_FUNC_RMDIR])
   AC_REQUIRE([gl_FUNC_RPMATCH])
+  AC_REQUIRE([gt_FUNC_SETENV])
   AC_REQUIRE([gl_FUNC_SIG2STR])
   AC_REQUIRE([gl_FUNC_STPCPY])
   AC_REQUIRE([gl_FUNC_STRCSPN])




reply via email to

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