* configure.in: Require gettext 0.10.36 or newer.
* manual/install.texi (Tools for Compilation): Mention gettext
0.10.36.
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.
+
* po/zh_TW.po: Remove extraneous backslashes.
* sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Remove unused
`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
`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
and if you change any of the message translation files you will need
- * GNU `gettext' 0.10.35 or later (version 0.10.35 is a alpha release
- and available via ftp from alpha.gnu.org/gnu)
+ * GNU `gettext' 0.10.36 or later
You may also need these packages if you upgrade your source tree using
patches, although we try to avoid this.
alpha*-*-linux
arm-*-linux
+ cris-*-linux
hppa-*-linux
iX86-*-gnu
iX86-*-linux
ac_prog_version=`$MSGFMT --version 2>&1 | sed -n 's/^.*GNU gettext.* \([0-9]*\.[0-9.]*\).*$/\1/p'`
case $ac_prog_version in
'') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;;
- 0.[1-9][0-9].* | [1-9].*)
+ 0.10.3[6-9]*| 0.1[4-9].* |0.[2-9][0-9].* | [1-9].*)
ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;;
*) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;;
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)
@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