I18N: automatic determination of potfiles list

Zack Weinberg zack@codesourcery.com
Wed Oct 31 18:52:00 GMT 2001


On Wed, Oct 31, 2001 at 11:03:28PM +0100, Toon Moene wrote:
> 
> toon@laptop:~/compilers/snapshots/build/gcc$ egrep "(build|install)-po"
> Makefile
> native: config.status auto-host.h intl.all build-po $(LANGUAGES) \
>     $(INSTALL_CPP) install-man install-info intl.install install-po \
> .PHONY: build- install- build-po install-po update-po 
> # "build-po" and "install-po" above, when NLS is disabled.
> build-po: $(CATALOGS)
> install-po:

Okay, so there is a bug in the autoconf macros that probe for these
tools.  Could you post the equivalent chunk of your configure output
to the fragment below, please?

checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for bison... bison
checking version of bison... 1.28, ok
checking for catalogs to be installed...  sv

zw



More information about the Gcc-patches mailing list