[glibc x gettext] Bad po files ?
Bruno Haible
haible@ilog.fr
Thu Apr 19 15:06:00 GMT 2001
Andreas Jaeger writes:
> > > Here's a patch. Will this work with gettext 0.10.35 or do we require
> > > 0.10.36 now?
0.10.36 is required. Btw, I recommend the just-released 0.10.37, which
fixes the bugs that have been reported for 0.10.36.
> ============================================================
> 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)
This is not ok, it excludes the version 0.10.40 to 0.10.99 and 0.11 to
0.13. Better use
[0.10.3[6-9]* | 0.10.[4-9][0-9]* | 0.1[1-9]* | 0.[2-9][0-9]* | [1-9].*], MSGFMT=: aux_missing=t)
Bruno
More information about the Libc-alpha
mailing list