new modules unistr/u{8,16,32}-strcoll

2009-02-07 Thread Bruno Haible
The unistr/* modules so far don't have a locale aware comparison of Unicode strings. This commit adds such functions. 2009-02-07 Bruno Haible * lib/unistr.h (u8_strcoll, u16_strcoll, u32_strcoll): New declations. New module 'unistr/u32-strcoll'. * modules/unistr/u32-s

Re: The havelib module

2009-02-07 Thread Simon Josefsson
Sylvain Beucler writes: > It looks like you're explicitely defining --with-openssl: > > http://libssh2.cvs.sourceforge.net/viewvc/libssh2/libssh2/configure.in?revision=1.63&view=markup > >79 AC_ARG_WITH(openssl, >80 AC_HELP_STRING([--with-openssl],[Use OpenSSL for crypto]), >81 us

Re: The havelib module

2009-02-07 Thread Sylvain Beucler
On Sat, Feb 07, 2009 at 07:57:50PM +0100, Simon Josefsson wrote: > Sylvain Beucler writes: > > > I'm working upon GNUpdf's configure.ac: > > > > AC_LIB_HAVE_LINKFLAGS( > > [jbig2dec], dnl lib name > > [], dnl no dependencies > > [], dnl not checking because it re

Re: The havelib module

2009-02-07 Thread Sylvain Beucler
On Sat, Feb 07, 2009 at 12:55:50PM -0700, Eric Blake wrote: > According to Sylvain Beucler on 2/7/2009 11:04 AM: > > AC_LIB_HAVE_LINKFLAGS( > > [jbig2dec], dnl lib name > > [], > > Careful with your m4 quoting here - by adding a dnl after the comma, the > leading whitespace on the next

Re: The havelib module

2009-02-07 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Sylvain Beucler on 2/7/2009 11:04 AM: > AC_LIB_HAVE_LINKFLAGS( > [jbig2dec], dnl lib name > [], Careful with your m4 quoting here - by adding a dnl after the comma, the leading whitespace on the next line is no longer strip

Re: The havelib module

2009-02-07 Thread Simon Josefsson
Sylvain Beucler writes: > I'm working upon GNUpdf's configure.ac: > > AC_LIB_HAVE_LINKFLAGS( > [jbig2dec], dnl lib name > [], dnl no dependencies > [], dnl not checking because it requires >dnl (for uint8_t) from Gnulib which isn't buil

Re: The havelib module

2009-02-07 Thread Sylvain Beucler
On Sat, Feb 07, 2009 at 02:44:24PM +0100, Simon Josefsson wrote: > Sylvain Beucler writes: > > On Fri, Feb 06, 2009 at 11:49:51PM +0100, Simon Josefsson wrote: > >> Sylvain Beucler writes: > >> > >> > The AC_LIB_HAVE_LINKFLAGS macro generates options like > >> > "--with-libmylib-prefix". > >> >

gen-ctype warnings

2009-02-07 Thread Bruno Haible
Compiling the gen-ctype program on a 64-bit platforms led to warnings. Fixed like this: 2009-02-07 Bruno Haible Make 64-bit clean. * lib/unictype/gen-ctype.c (output_predicate, output_category, output_combclass, output_bidi_category, output_decimal_digit, outpu

Re: The havelib module

2009-02-07 Thread Simon Josefsson
Sylvain Beucler writes: > On Fri, Feb 06, 2009 at 11:49:51PM +0100, Simon Josefsson wrote: >> Sylvain Beucler writes: >> >> > The AC_LIB_HAVE_LINKFLAGS macro generates options like >> > "--with-libmylib-prefix". >> >> Note that it also generate options like --with-libmylib. >> >> The --with-l

Re: dirfd, mingw, errno

2009-02-07 Thread Bruno Haible
Jim Meyering wrote: > Subject: [PATCH] dirfd: set errno upon failure > > * lib/dirfd.c: Include . > Set errno to ENOTSUP when returning -1. > * modules/dirfd (Depends-on): Add errno. > Suggested by John Kodis . This behaviour of dirfd is more than POSIX requires. POSIX only says that "Otherwise,

Re: The havelib module

2009-02-07 Thread Sylvain Beucler
On Fri, Feb 06, 2009 at 11:49:51PM +0100, Simon Josefsson wrote: > Sylvain Beucler writes: > > > The AC_LIB_HAVE_LINKFLAGS macro generates options like > > "--with-libmylib-prefix". > > Note that it also generate options like --with-libmylib. > > The --with-libmylib-prefix is there to allow use