Re: configure issue: getfsstat(), 'struct statfs' and 'struct fsstat'

2018-07-18 Thread Barath Aron
On 07/18/2018 08:33 AM, Barath Aron wrote: In order to test things, I'll install a NetBSD and (probably) a FreeBSD. Despite I have ideas, I want to install these systems before changing/suggesting anything. I didn't have enough time to install them, but I looked into the gnulib itself. I m

Re: [PATCH] bootstrap, gnulib-tool: fix translations rsync

2018-07-18 Thread Colin Watson
On Wed, Jul 18, 2018 at 02:26:03PM +0100, Colin Watson wrote: > diff --git a/build-aux/bootstrap b/build-aux/bootstrap You'll probably want to update scriptversion here too, but this felt like something more readily done by the maintainer applying the commit. -- Colin Watson

[PATCH] bootstrap, gnulib-tool: fix translations rsync

2018-07-18 Thread Colin Watson
Previously, we created files such as $pobase/Makefile.in.in and then the subsequent rsync would immediately delete them. * build-aux/bootstrap (po_download_command_format): Avoid deleting non-.po files in target directory when rsyncing translations. * gnulib-tool (func_import): Likewise. * pygnuli