I wrote, in response to Christian's bug report:
> OK, I found a few computers where autopoint is apparently skipped if the
> AM_GNU_GETTEXT_VERSION macro is missing, so forget my questions. The
> solution remains the same though :-)
Note that to build from Git since this change, if you have built
previously, you need to:
# in the source directory
autopoint --force
# in the build directory (can be the same as the source,
# but I personally prefer a separate one):
rm -f config.cache
./config.status --recheck
./config.status
make clean
and only then build, else you get bogus libintl.h failures on some
systems that go away with the procedure shown above.
HTH
Best regards
Matthias
|