From e9454c3456eccf4e30d845b7ca341da8132c4760 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Mon, 13 Apr 2020 17:42:23 +0200 Subject: gnulib: update --- bootstrap | 4 ++-- gnulib | 2 +- lib/.gitignore | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bootstrap b/bootstrap index 70fd73cc..8f76d696 100755 --- a/bootstrap +++ b/bootstrap @@ -1,6 +1,6 @@ #! /bin/sh # Print a version string. -scriptversion=2019-01-04.17; # UTC +scriptversion=2020-04-13.15; # UTC # Bootstrap this package from checked-out sources. @@ -970,7 +970,7 @@ bootstrap_post_import_hook \ # Uninitialized submodules are listed with an initial dash. if $use_git && git submodule | grep '^-' >/dev/null; then die "some git submodules are not initialized. " \ - "Run 'git submodule init' and bootstrap again." + "Run 'git submodule update --init' and bootstrap again." fi # Remove any dangling symlink matching "*.m4" or "*.[ch]" in some diff --git a/gnulib b/gnulib index d279bc6d..64e1ff01 160000 --- a/gnulib +++ b/gnulib @@ -1 +1 @@ -Subproject commit d279bc6d9f9323e19ad8c32b6d12ff96dfb0f5ba +Subproject commit 64e1ff019f9318c63da67d5396ac49a0df53437c diff --git a/lib/.gitignore b/lib/.gitignore index 6bfaa32d..84f80d99 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -58,7 +58,6 @@ /dirname-lgpl.c /dirname.c /dirname.h -/dosname.h /dup-safer-flag.c /dup-safer.c /dup2.c -- cgit v1.2.1