summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2020-04-19 15:25:45 +0200
committerBernhard Voelker <mail@bernhard-voelker.de>2020-04-22 19:38:19 +0200
commitc1dd7c8a94480f6088c2397cad3e1d9b49dde37b (patch)
tree52cae6f042e51e77a53ef07fbd1ac93bf70869ae
parent7642d172e10a890975696d28278e5192d81afc5b (diff)
downloadfindutils-c1dd7c8a9.tar.gz
maint: bootstrap gnulib with --symlink
* bootstrap.conf (gnulib_tool_option_extras): Add --symlink option.
-rw-r--r--bootstrap.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index e645295..2ad23be 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -222,7 +222,7 @@ bootstrap_post_import_hook() {
# For compatibility with 'import-gnulib.sh', add gnulib's test directory.
# 'gnulib-tests/Makefile' is mentioned in 'configure.ac'
-gnulib_tool_option_extras="--tests-base=gnulib-tests --with-tests"
+gnulib_tool_option_extras="--tests-base=gnulib-tests --with-tests --symlink"
# Additional xgettext options to use. Use "\\\newline" to break lines.