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: makestup should be called correctly
Type: Stage:
Components: Build Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: nascheme Nosy List: nascheme, sjoerd
Priority: normal Keywords: patch

Created on 2001-04-19 12:03 by sjoerd, last changed 2022-04-10 16:03 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
@diff sjoerd, 2001-04-19 12:03 diff with CVS version
Messages (2)
msg36426 - (view) Author: Sjoerd Mullender (sjoerd) * (Python committer) Date: 2001-04-19 12:03
The calls to makesetup in the Makefile and in configure
should be the same.  It is very important that the
order of the Setup files are the same.  The order in
the Makefile is the correct one since it allows you to
override things in Setup.local.

This pertains to Python 2.1.
msg36427 - (view) Author: Neil Schemenauer (nascheme) * (Python committer) Date: 2001-04-21 17:42
Logged In: YES 
user_id=35752

Applied to configure.in 1.217.
History
Date User Action Args
2022-04-10 16:03:58adminsetgithub: 34373
2001-04-19 12:03:23sjoerdcreate