Richard W.M. Jones wrote:
On Wed, Dec 08, 2010 at 09:21:04AM +0000, Richard W.M. Jones wrote:
> On Wed, Dec 08, 2010 at 09:18:09AM +0000, Richard W.M. Jones wrote:
> > On Wed, Dec 08, 2010 at 09:16:52AM +0000, Richard W.M. Jones wrote:
> > > This is a big mess ... I'm going to try removing
> > > AM_GNU_GETTEXT_VERSION completely.
> >
> > Removing it breaks ./bootstrap:
> >
> > autopoint: *** Missing version: please specify in configure.ac through
> > a line 'AM_GNU_GETTEXT_VERSION(x.yy.zz)' the gettext version the
> > package is using
>
> But apparently this is only a warning ...
Removing this works, but you have to run 'gettextize' after a git
checkout before building. 'autopoint' refuses to run at all (with no
ill effect).
So I think we should remove AM_GNU_GETTEXT_VERSION.
Sounds good to me.