Claudio Fontana asked:
> > generates the libintl.h only
> > on those platforms that don't have it.
>
> Great, so I can add intl/ to the includes
> unconditionally, and avoid the if in configure.ac,
> right?
Yes.
Bruno
___
bug-gnulib mailing list
bug-
Hello again,
--- Bruno Haible <[EMAIL PROTECTED]> wrote:
> Claudio Fontana wrote:
> > I used gettextize with --intl option.
> > Why is it not common? If the system does not
> provide
> > libintl.h, I do by including intl/* no? What am I
> > missing?
>
> [...] chances are very high that
> libintl
Claudio Fontana wrote:
> I used gettextize with --intl option.
> Why is it not common? If the system does not provide
> libintl.h, I do by including intl/* no? What am I
> missing?
All systems support shared libraries, nowadays. And many packages are
installed as binary packages through package di
Hello,
--- Bruno Haible <[EMAIL PROTECTED]> wrote:
> Claudio Fontana wrote:
> > 1) I use gl_EARLY, gl_SOURCE_BASE, gl_M4_BASE,
> gl_LIB,
> > gl_MODULES, gl_INIT in configure.ac .
> The way to use gnulib-tool has changed. You can
> remove the
> gl_SOURCE_BASE, gl_M4_BASE, gl_LIB, gl_MODULES calls
Claudio Fontana wrote:
> I am looking for information about the Right Way(from
> now on RW) to merge gnulib/autoconf/automake/libintl .
>
> While upgrading the id-utils build system with latest
> gnulib modules I faced following problems:
>
> 1) I use gl_EARLY, gl_SOURCE_BASE, gl_M4_BASE, gl_LIB,
>