|
From: | Martin d'Anjou |
Subject: | Re: secondexpansion interference |
Date: | Sun, 27 Apr 2014 12:45:41 -0400 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 |
On 14-04-27 12:16 PM, Martin d'Anjou wrote:
On 14-04-27 09:11 AM, Paul Smith wrote:I do have gettext 0.18.1, but it is installed locally in my home directory. How do I specify an alternative location for gettext to autoreconf -i?I think you need to use the -B (--prepend-dir) flag to autoreconf and add the aclocal directory for your local gettext.
Sorry about the multiple postings. I was able to compile the latest make by doing the following:
Change configure.ac: #AM_PROG_AR m4_pattern_allow([AM_PROG_AR], [AM_PROG_AR]) #AM_GNU_GETTEXT_VERSION([0.18.1]) AM_GNU_GETTEXT_VERSION([0.17]) Next type these (providing gettext 0.17 in on the PATH): touch ABOUT-NLS config/config.rpath po/Makefile.in.in aclocal -I /usr/share/aclocal -I config autoheader automake --add-missing autoconf ./configure make make The version I compiled is: git log -n 1 commit 8411528fdd21e978076365df2f49e2b934becb84I still see the problem I posted at first. I will send Paul the valgrind on this latest make version.
Martin
[Prev in Thread] | Current Thread | [Next in Thread] |