[PATCH 3/3] gnulib: update to the latest

2019-05-11 Thread Bernhard Voelker
Run 'make update-gnulib-to-latest'. * gnulib: Update. * tests/init.sh: Sync from 'gnulib/tests/init.sh'. --- gnulib| 2 +- tests/init.sh | 507 -- 2 files changed, 283 insertions(+), 226 deletions(-) diff --git a/gnulib b/gnulib index 5dd

[PATCH 1/3] maint: bump build prerequisite versions

2019-05-11 Thread Bernhard Voelker
* bootstrap.conf (buildreq): Require at least autoconf-2.59, automake-1.11.2, and gettext-0.19.2. --- bootstrap.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bootstrap.conf b/bootstrap.conf index 080a6ab0..8ad22165 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @

[PATCH 0/3] gnulib update and build-related commits

2019-05-11 Thread Bernhard Voelker
[PATCH 1/3] maint: bump build prerequisite versions [PATCH 2/3] maint: change from gettext to gettext-h gnulib module [PATCH 3/3] gnulib: update to the latest Have a nice day, Berny

[PATCH 2/3] maint: change from gettext to gettext-h gnulib module

2019-05-11 Thread Bernhard Voelker
This avoids this bootstrap warning: Notice from module gettext: This module is obsolete. Use the module 'gettext-h' instead to make your program capable of internationalization, when GNU gettext is also used. * bootstrap.conf (gnulib_modules): s/gettext/&-h/ --- bootstrap.conf | 2 +