From 1ca94cd43be6df182bafdcb25ebea72f9c6c2ea9 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Sat, 2 Jan 2021 01:14:37 +0100 Subject: [PATCH] maint: update gnulib to latest Run 'make update-gnulib-to-latest', mainly to update the copyright year numbers with: > maint: run 'make update-copyright' * bootstrap: Sync from gnulib/build-aux/bootstrap. * gnulib: Update to latest. * tests/init.sh: Sync from 'gnulib/tests/init.sh'. --- bootstrap | 22 ++++++++++++++++++---- gnulib | 2 +- tests/init.sh | 4 ++-- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/bootstrap b/bootstrap index 8f76d696..7523f65b 100755 --- a/bootstrap +++ b/bootstrap @@ -1,10 +1,10 @@ #! /bin/sh # Print a version string. -scriptversion=2020-04-13.15; # UTC +scriptversion=2020-11-18.17; # UTC # Bootstrap this package from checked-out sources. -# Copyright (C) 2003-2020 Free Software Foundation, Inc. +# Copyright (C) 2003-2021 Free Software Foundation, Inc. # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -71,7 +71,9 @@ Options: --no-git do not use git to update gnulib. Requires that --gnulib-srcdir point to a correct gnulib snapshot --skip-po do not download po files - +EOF + bootstrap_print_option_usage_hook + cat <