bug-gnulib
[Top][All Lists]
Advanced

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

Re: [Bug-gnulib] more merges from coreutils


From: Bruno Haible
Subject: Re: [Bug-gnulib] more merges from coreutils
Date: Sun, 8 Aug 2004 19:43:50 +0200
User-agent: KMail/1.5

Paul Eggert wrote:
> 2004-08-06  Paul Eggert  <address@hidden>
>
>       * lib/fnmatch.c, lib/fnmatch_loop.c

These changes should be moved to glibc also, I think?

>       * lib/setenv.c

Agreed, thanks for removing old cruft.

> *** m4/md5.m4 9 Sep 2003 23:33:53 -0000       1.3
> --- m4/md5.m4 7 Aug 2004 00:09:12 -0000
> ***************
> *** 9,15 ****
>   AC_DEFUN([gl_MD5],
>   [
>     dnl Prerequisites of lib/md5.h.
> !   AC_REQUIRE([AC_C_INLINE])
>   
> !   dnl No prerequisites of lib/md5.c.
>   ])
> --- 9,17 ----
>   AC_DEFUN([gl_MD5],
>   [
>     dnl Prerequisites of lib/md5.h.
> !   AC_REQUIRE([gl_AC_TYPE_UINT32_T])
>   
> !   dnl Prerequisites of lib/md5.c.
> !   AC_REQUIRE([AC_C_BIGENDIAN])
> !   :
>   ])

I don't find gl_AC_TYPE_UINT32_T in gnulib. Could you please add it and
make module md5 depend on it?

Bruno





reply via email to

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