bug-coreutils
[Top][All Lists]
Advanced

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

one more sync from gnulib


From: Paul Eggert
Subject: one more sync from gnulib
Date: Tue, 10 Jan 2006 23:41:18 -0800
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

I installed this to catch up with today's gnulib changes.
It doesn't really affect coreutils as coreutils already
does gl_FUNC_MEMCMP independently.

2006-01-10  Paul Eggert  <address@hidden>

        * m4/argmatch.m4 (gl_ARGMATCH): Don't require gl_FUNC_MEMCMP, for the
        sake of packages that don't want to worry about ancient systems.
        * m4/memcoll.m4 (gl_MEMCOLL): Likewise.

--- m4/argmatch.m4      9 Mar 2005 09:40:56 -0000       1.1
+++ m4/argmatch.m4      11 Jan 2006 07:37:56 -0000
@@ -1,5 +1,5 @@
-#serial 1
-dnl Copyright (C) 2005 Free Software Foundation, Inc.
+#serial 2
+dnl Copyright (C) 2005, 2006 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -8,7 +8,4 @@ AC_DEFUN([gl_ARGMATCH],
 [
   AC_LIBSOURCES([argmatch.c, argmatch.h])
   AC_LIBOBJ([argmatch])
-
-  dnl Prerequisites.
-  AC_REQUIRE([gl_FUNC_MEMCMP])
 ])
--- m4/memcoll.m4       29 Jan 2005 00:16:39 -0000      1.4
+++ m4/memcoll.m4       11 Jan 2006 07:37:56 -0000
@@ -1,5 +1,5 @@
-# memcoll.m4 serial 5
-dnl Copyright (C) 2002, 2003, 2005 Free Software Foundation, Inc.
+# memcoll.m4 serial 6
+dnl Copyright (C) 2002, 2003, 2005, 2006 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
 dnl with or without modifications, as long as this notice is preserved.
@@ -10,6 +10,5 @@ AC_DEFUN([gl_MEMCOLL],
   AC_LIBOBJ([memcoll])
 
   dnl Prerequisites of lib/memcoll.c.
-  AC_REQUIRE([AC_FUNC_MEMCMP])
   AC_FUNC_STRCOLL
 ])




reply via email to

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