Re: Building Make out of Git: Gettext requirements

2013-04-20 Thread Eli Zaretskii
> From: Paul Smith > Cc: bug-make@gnu.org > Date: Sat, 20 Apr 2013 14:02:43 -0400 > > I believe this is only a problem building from git. If you build from a > distribution tarball then you don't need to have any particular version > of gettext installed. For developers who build from git, they

Re: Building Make out of Git: Gettext requirements

2013-04-20 Thread Paul Smith
On Sat, 2013-04-20 at 19:38 +0300, Eli Zaretskii wrote: > > From: Paul Smith > > Cc: bug-make@gnu.org > > Date: Sat, 20 Apr 2013 11:44:02 -0400 > > > > On Sat, 2013-04-20 at 13:50 +0300, Eli Zaretskii wrote: > > > Do we really need to require 0.18.1 or can this restriction be lifted? > > > I hack

Re: Building Make out of Git: Gettext requirements

2013-04-20 Thread Stefano Lattarini
On 04/20/2013 07:00 PM, Eli Zaretskii wrote: >> Date: Sat, 20 Apr 2013 17:56:45 +0200 >> From: Stefano Lattarini >> CC: Eli Zaretskii , bug-make@gnu.org >> >> On 04/20/2013 05:44 PM, Paul Smith wrote: >>> On Sat, 2013-04-20 at 13:50 +0300, Eli Zaretskii wrote: Do we really need to require 0.1

Re: Building Make out of Git: Gettext requirements

2013-04-20 Thread Eli Zaretskii
> Date: Sat, 20 Apr 2013 17:56:45 +0200 > From: Stefano Lattarini > CC: Eli Zaretskii , bug-make@gnu.org > > On 04/20/2013 05:44 PM, Paul Smith wrote: > > On Sat, 2013-04-20 at 13:50 +0300, Eli Zaretskii wrote: > >> Do we really need to require 0.18.1 or can this restriction be lifted? > >> I hac

Re: Building Make out of Git: Gettext requirements

2013-04-20 Thread Eli Zaretskii
> From: Paul Smith > Cc: bug-make@gnu.org > Date: Sat, 20 Apr 2013 11:44:02 -0400 > > On Sat, 2013-04-20 at 13:50 +0300, Eli Zaretskii wrote: > > Do we really need to require 0.18.1 or can this restriction be lifted? > > I hacked configure.ac to require 0.17, and didn't see any problems > > after

Re: Building Make out of Git: Gettext requirements

2013-04-20 Thread Stefano Lattarini
On 04/20/2013 05:44 PM, Paul Smith wrote: > On Sat, 2013-04-20 at 13:50 +0300, Eli Zaretskii wrote: >> Do we really need to require 0.18.1 or can this restriction be lifted? >> I hacked configure.ac to require 0.17, and didn't see any problems >> afterwards. > > You can see this bug: > > http://s

Re: Building Make out of Git: Gettext requirements

2013-04-20 Thread Paul Smith
On Sat, 2013-04-20 at 13:50 +0300, Eli Zaretskii wrote: > Do we really need to require 0.18.1 or can this restriction be lifted? > I hacked configure.ac to require 0.17, and didn't see any problems > afterwards. You can see this bug: http://savannah.gnu.org/bugs/?37307 I confess I didn't get a s

Building Make out of Git: Gettext requirements

2013-04-20 Thread Eli Zaretskii
Trying to build the current git head, I get this: $ autoreconf -i autopoint: *** The AM_GNU_GETTEXT_VERSION declaration in your configure.ac file requires the infrastructure from gettext-0.18.1 but this version is older. Please upgrade to gettext-0.18.1 or newer. au