Gary V. Vaughan wrote: > If there is a bug in gnulib-tool, or autopoint that puts unnecessary > 'intl/' references into Makefiles when the presence of > AM_GNU_GETTEXT_VERSION in configure.ac is a declaration that says there > is no need for local 'intl/', then I think the bug should be fixed there > rather than patched around in bootstrap. Unfortunately, some difference > in our environments is preventing me from exploring further since I can't > reproduce your error on my machine :(
It doesn't come from gnulb-tool nor autopoint, but from the gnulib module called 'gettext'. The -Iintl option there is generally safe, except that coreutils activates lots of GCC warnings plus -Werror. This -Iintl option will disappear with gettext version 0.19 - because then "gettextize --intl" will not work any more; it's already deprecated. Bruno -- In memoriam Thomas Sankara <http://en.wikipedia.org/wiki/Thomas_Sankara>