summaryrefslogtreecommitdiff
path: root/build-aux/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2018-06-30 19:57:07 -0700
committerJim Meyering <meyering@fb.com>2018-07-01 07:48:33 -0700
commit8cb31815a5093ae1c45ab00c592fc58ac75c9e1e (patch)
tree1d49f272a0a39adef5fcf3682bf9e4102ab9112b /build-aux/bootstrap
parentf24fbe9d9297f57b632fbefd87770b4f39a611ef (diff)
downloadgnulib-8cb31815a5093ae1c45ab00c592fc58ac75c9e1e.tar.gz
bootstrap: s/--option val/--option=val/
* build-aux/bootstrap (gnulib_tool_options): Change the spelling of "--option val" pairs to "--option=val", for aesthetics, and also so that this file no longer triggers a common help2man syntax-check warning when copied into projects like grep, gzip, etc.
Diffstat (limited to 'build-aux/bootstrap')
-rwxr-xr-xbuild-aux/bootstrap16
1 files changed, 8 insertions, 8 deletions
diff --git a/build-aux/bootstrap b/build-aux/bootstrap
index 002edf68db..ed3b0a4b70 100755
--- a/build-aux/bootstrap
+++ b/build-aux/bootstrap
@@ -1,6 +1,6 @@
#! /bin/sh
# Print a version string.
-scriptversion=2018-05-27.20; # UTC
+scriptversion=2018-07-01.02; # UTC
# Bootstrap this package from checked-out sources.
@@ -942,13 +942,13 @@ fi
if $use_gnulib; then
gnulib_tool_options="\
--no-changelog\
- --aux-dir $build_aux\
- --doc-base $doc_base\
- --lib $gnulib_name\
- --m4-base $m4_base/\
- --source-base $source_base/\
- --tests-base $tests_base\
- --local-dir $local_gl_dir\
+ --aux-dir=$build_aux\
+ --doc-base=$doc_base\
+ --lib=$gnulib_name\
+ --m4-base=$m4_base/\
+ --source-base=$source_base/\
+ --tests-base=$tests_base\
+ --local-dir=$local_gl_dir\
$gnulib_tool_option_extras\
"
if test $use_libtool = 1; then