Bruno Haible wrote: > gettext 0.18 will be released in a couple of hours. This patch upgrades the > gnulib macros and module. > > 2010-05-09 Bruno Haible <br...@clisp.org> > > Update to GNU gettext 0.18. > * m4/gettext.m4: Update to GNU gettext 0.17. > * m4/intl.m4: Likewise. > * m4/po.m4: Likewise. > * modules/gettext (Files): Add m4/fcntl-o.m4. > (configure.ac): Require gettext infrastructure from version 0.18.
Hi Bruno, Thanks for the new version of gettext and the update. Note that I have updated coreutils to use the latest from gnulib, which includes the above. If you don't have gettext-0.18 installed, your next build attempt will fail like this, as documented in the gettext manual: make[2]: Entering directory `/w/cu/po' *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.17 but the autoconf macros are from gettext version 0.18 Not surprisingly, installing gettext-0.18 and regenerating po/Makefile.in.in solves the problem. I've just pushed the following, in order to make that apparent earlier in the build process: >From 0c22e841565492279dbeb63b0aa2f075a8342bde Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyer...@redhat.com> Date: Mon, 10 May 2010 12:39:37 +0200 Subject: [PATCH] build: record that when building from git, gettext-0.18 is required * bootstrap.conf (buildreq): Require gettext-0.18. --- bootstrap.conf | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index caa2b1a..8d34d19 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -316,7 +316,7 @@ autoconf 2.62 automake 1.11.1 autopoint - bison - -gettext - +gettext 0.18 git 1.4.4 gperf - gzip - -- 1.7.1.189.g07419