This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libfortran/35731] libfortran should use gettext to for localized error messages



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]