Re: gettext problems

2014-12-07 Thread Daiki Ueno
Bruce Korb writes: > Since gnulib advertises itself as having the most up-to-the-second > gettext, it seemed mighty odd that my installed version had a > more recent version number than that of gnulib. Oh, well, your > patch worked just fine. I now use my installed gettext and it > is likely to

Re: gettext problems

2014-12-07 Thread Bruce Korb
On 12/06/14 15:05, Daiki Ueno wrote: Looking at sharutils/bootstrap, it invokes autopoint before gnulib-tool --import, and then pulls the 'gettext' module from Gnulib. That means intl.m4 and po.m4 will be replaced with Gnulib's version. I tried the attached patch and it seems to work. Yes, it

Re: gettext problems

2014-12-06 Thread Daiki Ueno
Bruce Korb writes: > The problem is related (somehow) to gnulib-comp.m4. > The original flavor of that file lives in gnulib/m4 and does not contain > the string GNU_GETTEXT_VERSION, but the installed version does: > >> $ find sharutils-bld -type f|xargs fgrep AM_GNU_GETTEXT_VERSION >> [...] >> sh

Re: gettext problems

2014-12-06 Thread Bruce Korb
Hi all, On 12/06/14 10:29, Bruce Korb wrote: I am getting this error message: *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext \ version 0.19 but the autoconf macros are from gettext version 0.18 What's wrong? Do I need to install an older version of gettext

gettext problems

2014-12-06 Thread Bruce Korb
I am getting this error message: *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext \ version 0.19 but the autoconf macros are from gettext version 0.18 Googling yields: https://www.gnu.org/software/gnulib/manual/html_node/gettextize-and-autopoint.html If you ge