diff options
| author | Bernhard Voelker <mail@bernhard-voelker.de> | 2020-04-19 15:25:45 +0200 |
|---|---|---|
| committer | Bernhard Voelker <mail@bernhard-voelker.de> | 2020-04-22 19:38:19 +0200 |
| commit | c1dd7c8a94480f6088c2397cad3e1d9b49dde37b (patch) | |
| tree | 52cae6f042e51e77a53ef07fbd1ac93bf70869ae | |
| parent | 7642d172e10a890975696d28278e5192d81afc5b (diff) | |
| download | findutils-c1dd7c8a9.tar.gz | |
maint: bootstrap gnulib with --symlink
* bootstrap.conf (gnulib_tool_option_extras): Add --symlink option.
| -rw-r--r-- | bootstrap.conf | 2 |
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. |
