bug-gnulib
[Top][All Lists]
Advanced

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

Re: sharutils-4.11 does not compile on Solaris


From: Bruce Korb
Subject: Re: sharutils-4.11 does not compile on Solaris
Date: Tue, 19 Apr 2011 11:37:17 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.14) Gecko/20110221 SUSE/3.1.8 Thunderbird/3.1.8

On 04/18/11 23:58, Bruno Haible wrote:
Bruce Korb wrote:
He ran gnulib-tool in February
of 2011 and presumed that the latest and greatest would have been pulled in.

The problem is in the sharutils/bootstrap script, which invokes 'autoreconf'
after 'gnulib-tool'. This pitfall is now better documented than it was in
February 2011 (thanks to Ralf for the suggestion). You find the updated doc
here:
<http://www.gnu.org/software/gnulib/manual/html_node/gettextize-and-autopoint.html>

My head hurts.  I just want a small set of commands to run that
will pull in the current and consistent infrastructure.  I can
learn all the intricacies of gettext, but it shouldn't be necessary.
What does that page mean that I should do with this bootstrap code:

    ${glib} --import ${gnulib_libs} | tee import-log.txt
    echo "${extra_dist}" >> lib/Makefile.am
    test -f fdl.texi && mv fdl.texi doc/.
    autoreconf --force --install -Wall || true

Should I add a prefix:
    AUTOPOINT=true \
to the autoreconf line?  Or, should I do the import after
autoreconf?  Thank you. - Bruce



reply via email to

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