* 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-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
#! /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.
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