From 1f9e3f23b38a258a49403adc879e85956677b485 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 8 Aug 2017 16:59:57 +0200 Subject: [PATCH] Update gnulib. --- .gnulib | 2 +- bootstrap | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gnulib b/.gnulib index 5409298..aae6a42 160000 --- a/.gnulib +++ b/.gnulib @@ -1 +1 @@ -Subproject commit 54092987e47225837c5d9aeb2bf68006066b4288 +Subproject commit aae6a4227b4727f6c89394c9745eeeeeb37c3ad5 diff --git a/bootstrap b/bootstrap index 5d3c289..932ff85 100755 --- a/bootstrap +++ b/bootstrap @@ -1,10 +1,10 @@ #! /bin/sh # Print a version string. -scriptversion=2016-11-03.18; # UTC +scriptversion=2017-01-09.19; # UTC # Bootstrap this package from checked-out sources. -# Copyright (C) 2003-2016 Free Software Foundation, Inc. +# Copyright (C) 2003-2017 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 @@ -790,7 +790,7 @@ symlink_to_dir() # Leave any existing symlink alone, if it already points to the source, # so that broken build tools that care about symlink times # aren't confused into doing unnecessary builds. Conversely, if the - # existing symlink's time stamp is older than the source, make it afresh, + # existing symlink's timestamp is older than the source, make it afresh, # so that broken tools aren't confused into skipping needed builds. See # . test -h "$dst" && -- 2.11.4.GIT