]> Savannah Git Hosting - gnulib.git/commitdiff
bootstrap: s/--option val/--option=val/
authorJim Meyering <meyering@fb.com>
Sun, 1 Jul 2018 02:57:07 +0000 (19:57 -0700)
committerJim Meyering <meyering@fb.com>
Sun, 1 Jul 2018 14:48:33 +0000 (07:48 -0700)
* 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.

ChangeLog
build-aux/bootstrap

index 5f3ab00cc92e0a57fc25c44a21058225ac0f3c1d..f556f04fbbc74e2f91af34d61aacb694a9a80403 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 002edf68db44023d64c9e04492ff74f9ac5f44b3..ed3b0a4b70a1f5b957e0a9abc5f06d0857b3ac52 100755 (executable)
@@ -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