From: Jim Meyering Date: Sun, 1 Jul 2018 02:57:07 +0000 (-0700) Subject: bootstrap: s/--option val/--option=val/ X-Git-Tag: v1.0~5532 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=8cb31815a5093ae1c45ab00c592fc58ac75c9e1e;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 5f3ab00cc9..f556f04fbb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2018-06-30 Jim Meyering + + 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. + 2018-07-01 Paul Eggert manywarnings: omit -Wswitch-default 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