Re: [bug-gnulib] Re: bootstrap script failing due to gettext AM_CPPFLAGS change

2006-04-26 Thread Bruno Haible
Paul Eggert wrote: > As I understand it, the long-term goal is to eliminate the -I../intl > approach entirely, since it had problems and core utilities don't use > it any more. "gettextize --intl" is not recommended any more for a few years, but there are no plans to remove it. > I'd prefer it if

Re: [bug-gnulib] Re: bootstrap script failing due to gettext AM_CPPFLAGS change

2006-04-26 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > Another fix would be to define AM_CPPFLAGS to empty in lib/Makefile.am, Yes, I thought of that, but that would result in an unused -I../intl option being output by 'make' for every compilation command. I dislike longer 'gcc ...' lines, since they make i

Re: [bug-gnulib] Re: bootstrap script failing due to gettext AM_CPPFLAGS change

2006-04-26 Thread Bruno Haible
Paul Eggert wrote: > 2006-04-25 Paul Eggert <[EMAIL PROTECTED]> > > * bootstrap: Comment out the AM_CPPFLAGS line, since we don't use > that variable and the line breaks the bootstrap. Problem reported > by Juan M. Guerrero. Another fix would be to define AM_CPPFLAGS to empty

Re: bootstrap script failing due to gettext AM_CPPFLAGS change

2006-04-25 Thread Paul Eggert
Juan Manuel Guerrero <[EMAIL PROTECTED]> writes: > ./bootstrap: Bootstrapping CVS bison... > ./bootstrap: getting gnulib files... > [snip] ... > lib/gnulib.mk:29: AM_CPPFLAGS must be set with `=' before using `+=' > lib/Makefile.am:53: `lib/gnulib.mk' included from here > configure.ac: installin