>From f8bf408f07542fc57f63344cd4c1b62a2df18d4d Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Sun, 12 Nov 2017 23:31:19 +0100 Subject: [PATCH 1/2] maint: update gnulib to latest * gnulib: Update - mainly for the recent year2038 changes. * bootstrap: Update from gnulib/build-aux/bootstrap. --- bootstrap | 2 +- gnulib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bootstrap b/bootstrap index 85b85c53..03057c37 100755 --- a/bootstrap +++ b/bootstrap @@ -792,7 +792,7 @@ symlink_to_dir() # aren't confused into doing unnecessary builds. Conversely, if the # 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" && src_ls=$(ls -diL "$src" 2>/dev/null) && set $src_ls && src_i=$1 && dst_ls=$(ls -diL "$dst" 2>/dev/null) && set $dst_ls && dst_i=$1 && diff --git a/gnulib b/gnulib index 6803dda5..2a3dbe99 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit 6803dda53781f7da920f568a31610d41e5c3a351 +Subproject commit 2a3dbe99a2aeb058ecb033d7d830e6600e16c91c -- 2.15.0