bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gettext] gettext version 0.18 but the autoconf macros are from


From: Bruno Haible
Subject: Re: [bug-gettext] gettext version 0.18 but the autoconf macros are from gettext version @GETTEXT_MACRO_VERSION@
Date: Tue, 8 Nov 2011 12:58:43 +0100
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; )

Robert Vogel wrote:
> I'm unable to get rid of this message.
> 
> Making all in po
> make[1]: Entering directory `/home/vogelrl/gmorgan_0.50/po'
> *** error: gettext infrastructure mismatch: using a Makefile.in.in from
> gettext version 0.18 but the autoconf macros are from gettext version
> @GETTEXT_MACRO_VERSION@
> make[1]: *** [check-macro-version] Error 1
> make[1]: Leaving directory `/home/vogelrl/gmorgan_0.50/po'
> 
> And advice ?

1) Check the version of the gettext.m4 macro that you are using in your
package. It ought to be 0.18 as well.

2) Check whether the file gmorgan_0.50/config.status contains a replacement
rule for GETTEXT_MACRO_VERSION.

If yes, then for some reason this replacement was not applied to
po/Makefile.in. Do a "make distclean", reconfigure, and look how
po/Makefile.in is generated.

If no, then possibly you are not using gettext.m4 at all? Did you pass
the necessary -I option to 'aclocal' before running 'autoconf' (it should
point to the subdirectory of gmorgan_0.50 where you have a copy of
gettext.m4)?

Reference:
http://www.gnu.org/software/gettext/manual/html_node/Adjusting-Files.html

Bruno
-- 
In memoriam The inmates of the Daugavpils Ghetto 
<http://en.wikipedia.org/wiki/Daugavpils_Ghetto>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]