[glibc x gettext] Bad po files ?
Andreas Jaeger
aj@suse.de
Thu Apr 19 12:17:00 GMT 2001
Ulrich Drepper <drepper@redhat.com> writes:
> Andreas Jaeger <aj@suse.de> writes:
>
> > Here's a patch. Will this work with gettext 0.10.35 or do we require
> > 0.10.36 now?
> >
> > Shall I commit this?
>
> Yes. And we need a check for gettext 0.10.36 and not compile the .po
Ok, committed. What shall I do with el.po? Is my patch for
po/Makefile ok?
> files otherwise.
Like this? configure reject 0.10.35 now and accepts 0.10.36 (just
tested both),
Andreas
2001-04-19 Andreas Jaeger <aj@suse.de>
* configure.in: Require gettext 0.10.36 or newer.
* manual/install.texi (Tools for Compilation): Mention gettext
0.10.36.
============================================================
Index: FAQ.in
--- FAQ.in 2001/04/09 04:54:11 1.126
+++ FAQ.in 2001/04/19 19:14:35
@@ -118,9 +118,7 @@
`message catalog' files containing translated versions of system
messages. See ftp://ftp.gnu.org/pub/gnu or better any mirror
site. (We distribute compiled message catalogs, but they may not be
- updated in patches.) Please note that the required minimal version
- (0.10.35) of gettext is alpha software and available from
- ftp://alpha.gnu.org/gnu .
+ updated in patches.)
* Some files are built with special tools. E.g., files ending in .gperf
need a `gperf' program. The GNU version (now available in a separate
============================================================
Index: configure.in
--- configure.in 2001/04/17 14:37:40 1.313
+++ configure.in 2001/04/19 19:14:37
@@ -574,7 +574,7 @@
AC_CHECK_PROG_VER(MSGFMT, gnumsgfmt gmsgfmt msgfmt, --version,
[GNU gettext.* \([0-9]*\.[0-9.]*\)],
- [0.[1-9][0-9].* | [1-9].*], MSGFMT=: aux_missing=t)
+ [0.10.3[6-9]*| 0.1[4-9].* |0.[2-9][0-9].* | [1-9].*], MSGFMT=: aux_missing=t)
AC_CHECK_PROG_VER(MAKEINFO, makeinfo, --version,
[GNU texinfo.* \([0-9][0-9.]*\)],
[4.*], MAKEINFO=: aux_missing=t)
============================================================
Index: manual/install.texi
--- manual/install.texi 2001/04/09 04:54:53 1.52
+++ manual/install.texi 2001/04/19 19:14:38
@@ -406,8 +406,7 @@
@itemize @bullet
@item
-GNU @code{gettext} 0.10.35 or later (version 0.10.35 is a alpha release
-and available via ftp from alpha.gnu.org/gnu)
+GNU @code{gettext} 0.10.36 or later
@end itemize
@noindent
--
Andreas Jaeger
SuSE Labs aj@suse.de
private aj@arthur.inka.de
http://www.suse.de/~aj
More information about the Libc-alpha
mailing list