------- Comment #2 from fxcoudert at gcc dot gnu dot org  2008-04-06 15:04 
-------
(In reply to comment #0)
> c) In configure.ac
> ZW_GNU_GETTEXT_SISTER_DIR

No, the configury is probably going to be more tricky than that. The macro
above (defined in config/gettext-sister.m4) relates to host, and is used in
libcpp/ and gcc/ to peek at configury info from intl/. The is currently no GCC
target library that supports localisation, so that is useless.

I think the right thing to use is AM_GNU_GETTEXT, defined in config/gettext.m4.

As for the po/ directory, the place to start is to grep for POSUB in
gcc/Makefile.in.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35731

Reply via email to