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 8411528fdd21e978076365df2f49e2b934becb84
I still see the problem I posted at first. I will send Paul the valgrind
on this latest make version.
Martin
_______________________________________________
Help-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/help-make