Dear Bootstrappers!
On 17 Jan 2012, at 04:03, Jim Meyering wrote:
> Eric Blake wrote:
>> Next problem - autoconf 2.59 (alas, RHEL 5 is still stuck on ancient
>> autotools) didn't understand 'autoreconf --no-recursive'. I'm pushing this:
>>
> ...
>> +bootstrap: cater to autoconf 2.59
>> +
Jim Meyering wrote:
...
> Thanks for the fix.
> In the interests of documenting-in-code (not just in logs)
> and not letting such a kludge hang around forever, I've added comments:
...
> -# Tell autoreconf not to invoke autopoint or libtoolize; they were run above.
> +# Some systems (RHEL 5) are us
Eric Blake wrote:
> Next problem - autoconf 2.59 (alas, RHEL 5 is still stuck on ancient
> autotools) didn't understand 'autoreconf --no-recursive'. I'm pushing this:
>
...
> + bootstrap: cater to autoconf 2.59
> + * build-aux/bootstrap (AUTORCONF): Work even when --no-recursive
> + is
Stefano Lattarini wrote:
> > --- lib/sys_stat.in.h.orig Sun Jan 15 17:32:53 2012
> > +++ lib/sys_stat.in.h Sun Jan 15 17:23:12 2012
> > @@ -62,6 +62,11 @@
> > # include /* mingw64, MSVC 9 */
> > #endif
> >
> > +/* Native Windows platforms declare umask() in . */
> > +#if 0 && ((defined
On 12/17/2011 09:50 AM, Jim Meyering wrote:
> Here is a proposed patch to bring gnulib's bootstrap back
> into sync with the one from coreutils.
>
> -
> +# Tell autoreconf not to invoke autopoint or libtoolize; they were run above.
> +echo "running: AUTOPOINT=true LIBTOOLIZE=true " \
> +"$AUT
Eric Blake wrote:
...
> diff --git a/build-aux/bootstrap b/build-aux/bootstrap
...
> @@ -758,7 +758,7 @@ fi
> # Autoreconf runs aclocal before libtoolize, which causes spurious
> # warnings if the initial aclocal is confused by the libtoolized
> # (or worse out-of-date) macro directory.
> -if gr
On 12/17/2011 09:50 AM, Jim Meyering wrote:
> Here is a proposed patch to bring gnulib's bootstrap back
> into sync with the one from coreutils.
>
> Back in September I made the following two changes to coreutils' bootstrap:
>
> maint: bootstrap: run autopoint and libtoolize *before* gnulib-too
Hi Bruno.
On 01/15/2012 05:51 PM, Bruno Haible wrote:
>
> --- lib/sys_stat.in.h.origSun Jan 15 17:32:53 2012
> +++ lib/sys_stat.in.h Sun Jan 15 17:23:12 2012
> @@ -62,6 +62,11 @@
> # include /* mingw64, MSVC 9 */
> #endif
>
> +/* Native Windows platforms declare umask() in . */
> +#if 0