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.

classification
Title: autoconf target does not behave correctly
Type: behavior Stage: patch review
Components: Build Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: eitan.adler, vstinner
Priority: normal Keywords: patch

Created on 2018-05-13 18:51 by eitan.adler, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 6782 open eitan.adler, 2018-05-13 18:58
Messages (2)
msg316472 - (view) Author: Eitan Adler (eitan.adler) * Date: 2018-05-13 18:51
The current "autoconf" target is suboptimal in a few ways:
- it does not use a quoted srcdir
- it uses autoheader and autoconf instead of autoreconf
- it does act sanely if 'cd' fails.
msg342996 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2019-05-21 09:42
> it uses autoheader and autoconf instead of autoreconf

How is this an issue?

Is autoreconf also available when autoheader and autoconf are available?
History
Date User Action Args
2022-04-11 14:59:00adminsetgithub: 77666
2019-05-21 09:42:43vstinnersetnosy: + vstinner
messages: + msg342996
2018-05-13 18:58:23eitan.adlersetkeywords: + patch
stage: patch review
pull_requests: + pull_request6469
2018-05-13 18:52:17eitan.adlersettitle: autoconf target does not -> autoconf target does not behave correctly
2018-05-13 18:51:58eitan.adlercreate