[PATCH] gnulib-common.m4: port to GCC 4.2.1 and Sun Studio 12 C++

2014-09-02 Thread Paul Eggert
* m4/gnulib-common.m4 (AC_C_RESTRICT): Override AC_C_RESTRICT unconditionally. Update from autoconf, incorporating: 2014-09-02 autoconf: port 'restrict' to GCC 4.2.1 2009-01-28 Fix AC_C_RESTRICT for Sun Studio 12 C++. --- ChangeLog | 9 + m4/gnulib-common.m4 | 48 +++

Re: [PATCH] gnulib-tool: Fallback to wget when rsync fails

2014-09-02 Thread Bernhard Voelker
On 09/02/2014 05:17 PM, Ben Pfaff wrote: On Tue, Sep 02, 2014 at 05:15:16PM +0200, Bernhard Voelker wrote: On 09/02/2014 05:06 PM, Ben Pfaff wrote: Looking at wget(1), I'm a little surprised that the selected options appear to avoid clobbering files whose names conflict. I would have expected

Re: [PATCH] gnulib-tool: Fallback to wget when rsync fails

2014-09-02 Thread Bernhard Voelker
On 09/02/2014 05:06 PM, Ben Pfaff wrote: Looking at wget(1), I'm a little surprised that the selected options appear to avoid clobbering files whose names conflict. I would have expected that we'd want to overwrite them, to get the fresher version. But the existing wget invocation does the same

Re: [PATCH] gnulib-tool: Fallback to wget when rsync fails

2014-09-02 Thread Ben Pfaff
On Tue, Sep 02, 2014 at 05:15:16PM +0200, Bernhard Voelker wrote: > On 09/02/2014 05:06 PM, Ben Pfaff wrote: > >Looking at wget(1), I'm a little surprised that the selected options > >appear to avoid clobbering files whose names conflict. I would have > >expected that we'd want to overwrite them,

Re: [PATCH] gnulib-tool: Fallback to wget when rsync fails

2014-09-02 Thread Ben Pfaff
On Tue, Sep 02, 2014 at 12:22:54PM +0200, Mathieu Anquetin wrote: > Current implementation only tries to rsync PO files when rsync is > installed on the host. In case of error, no files are downloaded even > if they are available. This leads to bootstrap problems for hosts > that lie behind a restr

[PATCH] gnulib-tool: Fallback to wget when rsync fails

2014-09-02 Thread Mathieu Anquetin
Current implementation only tries to rsync PO files when rsync is installed on the host. In case of error, no files are downloaded even if they are available. This leads to bootstrap problems for hosts that lie behind a restrictive firewall. This patch always tries to rsync by default, falling bac