Re: possible gettext solution
Sebastian Pipping <[email protected]>
| Newsgroups | gmane.comp.gnu.xboard.devel |
|---|---|
| Message-ID | <[email protected]> |
On 20.09.2014 19:40, Arun Persaud wrote: > Let me know how those branches work for you ;) Alright. Approach ./autogen.sh && ./configure && make worked well for both gettext-test and gettext2. Approach autoreconf -i -f && ./configure && make failed for both with error make[2]: Entering directory '[..]/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 Makefile:167: recipe for target 'check-macro-version' failed So guess there is a call missing after autoreconf? Best, Sebastian