diff options
author | pthomas <pthomas@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-22 22:33:45 +0000 |
---|---|---|
committer | pthomas <pthomas@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-22 22:33:45 +0000 |
commit | d44980fa5456681af6c29b493e5f8e3c67e61539 (patch) | |
tree | 1a116b57378399cd22e99724656f57eacc4d390f /gcc/ABOUT-GCC-NLS | |
parent | 32d89b47e88e05e3c276d97f7f860d865cc031c7 (diff) | |
download | gcc-d44980fa5456681af6c29b493e5f8e3c67e61539.tar.gz |
* ABOUT-GCC-NLS: Now that gettext 0.10.37 is out,
require it instead of the CVS version.
* cpperror.c (v_message): Put a blank before the macro
body to not confuse exgettext.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41493 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ABOUT-GCC-NLS')
-rw-r--r-- | gcc/ABOUT-GCC-NLS | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/ABOUT-GCC-NLS b/gcc/ABOUT-GCC-NLS index 33714830137..e6e15271c6a 100644 --- a/gcc/ABOUT-GCC-NLS +++ b/gcc/ABOUT-GCC-NLS @@ -36,15 +36,10 @@ line, where MSGID does not contain `%' or `}', corresponds to a message MSGID that requires translation; this is needed to identify diagnostics in GCC spec strings. -If you modify source files, you'll need to use a special version of the +If you modify source files, you'll need at least version 0.10.37 of the GNU gettext package to propagate the modifications to the translation tables. -All patches needed for GCC have been incorporated into the official -gettext CVS. These sources may be accessed via anonymous cvs. The root for -the gettext CVS is :pserver:anoncvs@anoncvs.cygnus.com:/cvs/gettext -Password is `anoncvs' like for the GCC CVS. - After having built and installed these gettext tools, you have to configure GCC with --enable-maintainer-mode to get the master catalog rebuilt. |