changeset 39731:573d2b8ee469

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.
author Jim Meyering <meyering@fb.com>
date Sat, 30 Jun 2018 19:57:07 -0700
parents 65d6b6e14d50
children c3122105e7e7
files ChangeLog build-aux/bootstrap
diffstat 2 files changed, 17 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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  <meyering@fb.com>
+
+	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  <eggert@cs.ucla.edu>
 
 	manywarnings: omit -Wswitch-default
--- 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