# HG changeset patch # User Jim Meyering # Date 1530413827 25200 # Node ID 573d2b8ee4692cbb93119691822c82018b92836a # Parent 65d6b6e14d5073efa1d255a2ecd04c4d23fd9ccb 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 -r 65d6b6e14d50 -r 573d2b8ee469 ChangeLog --- a/ChangeLog Sun Jul 01 07:08:32 2018 -0700 +++ b/ChangeLog Sat Jun 30 19:57:07 2018 -0700 @@ -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 -r 65d6b6e14d50 -r 573d2b8ee469 build-aux/bootstrap --- a/build-aux/bootstrap Sun Jul 01 07:08:32 2018 -0700 +++ b/build-aux/bootstrap Sat Jun 30 19:57:07 2018 -0700 @@ -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 @@ 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