fix: remove autoconf features default value in help message
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 12 Nov 2021 19:51:57 +0000 (14:51 -0500)
committerSimon Marchi <simon.marchi@efficios.com>
Mon, 22 Nov 2021 21:56:28 +0000 (16:56 -0500)
commit7cf80be345190813bcd972b7688bcb928e58224d
tree0c7504faea9775e7735df2de11cf9b98b343dfab
parent8aed890cabf4bf9b2366adacf00e4a237e585649
fix: remove autoconf features default value in help message

The default values of yes|no can be confusing combined with the
--enable / --disable switches of autoconf, remove them from the help
message.

Before :

  --disable-man-pages     Do not build and install man pages (already built in
                          a distributed tarball
                          [default=yes]

After :

  --disable-man-pages     Do not build and install man pages (already built in
                          a distributed tarball

Change-Id: I7a290aaacbcd0d04e0efd161357755451e5d4d4d
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/6742
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
Tested-by: jenkins <jenkins@lttng.org>
m4/ae_config_feature.m4
This page took 0.024174 seconds and 4 git commands to generate.