From: Pavel Hrdina Date: Wed, 11 Dec 2019 09:17:27 +0000 (+0100) Subject: bootstrap.conf: always copy files X-Git-Tag: v6.1.0-rc1~470 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b4140dafb6b3db9ead2e260757f1c3583936f19;p=thirdparty%2Flibvirt.git bootstrap.conf: always copy files Preparation for having bootstrap result in git. Signed-off-by: Pavel Hrdina Reviewed-by: Daniel P. Berrangé --- diff --git a/bootstrap.conf b/bootstrap.conf index 58d1b8e676..b4020ab8ad 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -77,11 +77,7 @@ gnulib_modules="$gnulib_modules wcwidth" SKIP_PO=true -# Enable copy-mode for MSYS/MinGW. MSYS' ln doesn't work well in the way -# bootstrap uses it with relative paths. -if test -n "$MSYSTEM"; then - copy=true -fi +copy=true # Tell gnulib to: