diff options
author | Philipp Thomas <pthomas@suse.de> | 2000-10-24 04:00:07 +0000 |
---|---|---|
committer | Philipp Thomas <pthomas@gcc.gnu.org> | 2000-10-24 04:00:07 +0000 |
commit | 4adee315bd4ea1693998fcf877a0ad7a493ad176 (patch) | |
tree | 7ed0f8986c074382a9dfa81a953802e5b88e5f89 /gcc/ChangeLog | |
parent | 8a959ea52ed701328f6e062950b43140792af5bb (diff) | |
download | gcc-4adee315bd4ea1693998fcf877a0ad7a493ad176.zip gcc-4adee315bd4ea1693998fcf877a0ad7a493ad176.tar.gz gcc-4adee315bd4ea1693998fcf877a0ad7a493ad176.tar.bz2 |
Makefile.in (check-po): New target for doing checks in the po subdir if all languages configured.
2000-10-24 Philipp Thomas <pthomas@suse.de>
* Makefile.in (check-po): New target for doing checks in the po
subdir if all languages configured.
(CHECK_TARGETS): Add @CHECK_PO@, replaced with check-po via
configure if NLS is enabled.
* configure.in: If NLS is enabled, substitute CHECK_PO by check-po,
otherwise leave empty.
* configure: Regenerate.
From-SVN: r37030
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1f6efff..9eba1ad 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,13 @@ +2000-10-24 Philipp Thomas <pthomas@suse.de> + + * Makefile.in (check-po): New target for doing checks in the po + subdir if all languages configured. + (CHECK_TARGETS): Add @CHECK_PO@, replaced with check-po via + configure if NLS is enabled. + * configure.in: If NLS is enabled, substitute CHECK_PO by check-po, + otherwise leave empty. + * configure: Regenerate. + 2000-10-23 Richard Henderson <rth@cygnus.com> * config/ia64/ia64.c (ia64_expand_prologue): Mark extra |