bug-coreutils
[Top][All Lists]
Advanced

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

Re: Coreutils 5.0.1: spurious error from uniq


From: Paul Eggert
Subject: Re: Coreutils 5.0.1: spurious error from uniq
Date: 18 Jul 2003 11:45:36 -0700
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Andreas Schwab <address@hidden> writes:

> 2003-07-18  Andreas Schwab  <address@hidden>
> 
>       * jm-macros.m4 (jm_MACROS): Check for strcoll.

For this part of your patch I think it'd be better to use the gnulib
module for memcoll.  Something like this, and also copy m4/memcoll.m4
from gnulib.

2003-07-18  Paul Eggert  <address@hidden>

        * jm-macros.m4 (jm_MACROS): Invoke gl_MEMCOLL.
        * memcoll.m4: New file, from gnulib.

Index: m4/jm-macros.m4
===================================================================
RCS file: /cvsroot/coreutils/coreutils/m4/jm-macros.m4,v
retrieving revision 1.171
diff -p -u -r1.171 jm-macros.m4
--- m4/jm-macros.m4     12 Jul 2003 18:47:29 -0000      1.171
+++ m4/jm-macros.m4     18 Jul 2003 18:15:40 -0000
@@ -66,6 +66,7 @@ AC_DEFUN([jm_MACROS],
   AC_REQUIRE([AC_FUNC_STRERROR_R])
   AC_REQUIRE([jm_FUNC_NANOSLEEP])
   AC_REQUIRE([jm_FUNC_MEMCMP])
+  AC_REQUIRE([gl_MEMCOLL])
   AC_REQUIRE([jm_FUNC_GLIBC_UNLOCKED_IO])
   AC_REQUIRE([AC_FUNC_FNMATCH_GNU])
   AC_REQUIRE([jm_FUNC_GROUP_MEMBER])




reply via email to

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