This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dilyan.palauzov
Recipients dilyan.palauzov
Date 2017-05-07.08:12:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494144755.27.0.0714374784041.issue30294@psf.upfronthosting.co.za>
In-reply-to
Content
./configure --help also does not indicate, whether just "./configure" enables or disables IPv6, thread support, dtrace*, computed-gotos*, doc-strings*.

The asterisk features, suggest replacing AC_ARG_WITH with AC_ARG_ENABLE, as there are only two states.

For ensurepip, AS_HELP_STRING shall be "[--with-ensurepip=@<:@=upgrade@:>@]".

AC_ARG_WITH(lto, AS_HELP_STRING([--with-lto], [Enable Link Time Optimization in PGO builds. Disabled by default.]),

Here you see the whole point of the logic, that by inspecting the "--with-"/"--without-" status of ./configure --help, one can conclude what the defaults are.  "Disabled by default" is redundant.
History
Date User Action Args
2017-05-07 08:12:35dilyan.palauzovsetrecipients: + dilyan.palauzov
2017-05-07 08:12:35dilyan.palauzovsetmessageid: <1494144755.27.0.0714374784041.issue30294@psf.upfronthosting.co.za>
2017-05-07 08:12:35dilyan.palauzovlinkissue30294 messages
2017-05-07 08:12:35dilyan.palauzovcreate