[Patches] [ python-Patches-405792 ] Run configure instead of config.status

noreply@sourceforge.net noreply@sourceforge.net
Tue, 20 Mar 2001 20:50:36 -0800


Patches item #405792, was updated on 2001-03-03 21:14
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=405792&group_id=5470

Category: Build
Group: None
Status: Open
Priority: 5
Submitted By: Neil Schemenauer (nascheme)
Assigned to: Neil Schemenauer (nascheme)
Summary: Run configure instead of config.status

Initial Comment:
The config.status script does not check configure's
exit status.  This causes an infinite loop if
configure is newer than config.status and configure
fails for some reason.  One way to test this is to
first run configure and then add an "exit 1" line
at the top of configure.  Running make will cause
an infinite loop.  I think its best to avoid
using config.status all together. Its easy to save
the configure arguments.  Assigned to Guido since
it looks like he originally add the WITH variable.
Will anyone care if we get rid of it?

----------------------------------------------------------------------

>Comment By: Neil Schemenauer (nascheme)
Date: 2001-03-20 20:50

Message:
Logged In: YES 
user_id=35752

Please Mr SF, let me upload a patch.

----------------------------------------------------------------------

Comment By: Guido van Rossum (gvanrossum)
Date: 2001-03-20 14:16

Message:
Logged In: YES 
user_id=6380

Neil, can you propose a patch?  I'm not quite clear what you
are proposing here -- a patch would be most clarifying!

Assign back to me with patch.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=405792&group_id=5470