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
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
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
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
-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
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
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".
> >>
>
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
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
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,
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
11 matches
Mail list logo