Now that coreutils' vc-list-files has become a gnulib module, I've just made this change:
Pull vc-list-files from gnulib. * bootstrap.conf (gnulib_modules): Add vc-list-files. * build-aux/vc-list-files: Remove file. diff --git a/bootstrap.conf b/bootstrap.conf index 0909450..92bee98 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -1,6 +1,6 @@ # Bootstrap configuration. -# Copyright (C) 2006, 2007 Free Software Foundation, Inc. +# Copyright (C) 2006-2008 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 @@ -83,6 +83,7 @@ gnulib_modules=" unicodeio unistd-safer unlink-busy unlinkdir unlocked-io uptime userspec utimecmp utimens vasprintf-posix + vc-list-files verify version-etc-fsf wcwidth winsz-ioctl winsz-termios write-any-file xalloc xgetcwd xgethostname diff --git a/build-aux/.gitignore b/build-aux/.gitignore index 35c787c..1218be5 100644 --- a/build-aux/.gitignore +++ b/build-aux/.gitignore @@ -11,4 +11,5 @@ link-warning.h mdate-sh missing texinfo.tex +vc-list-files ylwrap diff --git a/build-aux/vc-list-files b/build-aux/vc-list-files deleted file mode 100755 index 72a6f54..0000000 --- a/build-aux/vc-list-files +++ /dev/null @@ -1,50 +0,0 @@ -#!/bin/sh ... _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils