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 in lib/Makefile.am,
paralleling the change that was made in gnulib-tool:
* gnulib-tool (func_emit_lib_Makefile_am): Emit empty default value
for AM_CPPFLAGS.
> I'd rather not complicate all the Bison builds with an unused
> -I../intl flag
Don't you find an unused -I option acceptable? I know it is ugly, but in
the absence of communication between gettextize and gnulib-tool it looked
like an working compromise. Should I try to find a different approach?
Bruno