bug-gnulib
[Top][All Lists]
Advanced

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

Re: quotearg.c fails when multibyte processing is disabled


From: Bruno Haible
Subject: Re: quotearg.c fails when multibyte processing is disabled
Date: Tue, 23 Aug 2005 18:19:23 +0200
User-agent: KMail/1.5

Simon Josefsson wrote:
> > The invocation of AC_TYPE_MBSTATE_T in m4/quotearg.m4 is supposed to
> > already handle this. On which system did you encounter the problem?
>
> I'm porting GNU SASL to uClinux, and it doesn't run configure, rather
> I'm managing the config.h symbols by hand.

Then you have to go through all possible AC_DEFINEs found in the .m4 files
and decide how to set it for the platform. Or, equivalently, go through
config.h.in and turn the #undefs into #defines selectively.

> If so, I'll add a -Dmbstate_t=.

Your config.h, generated by hand, will need a "#define mbstate_t int".
(There's no point in using -D options when you have a config.h.)

Bruno





reply via email to

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