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

nobody nobody@sourceforge.net
Sat, 03 Mar 2001 21:14:35 -0800


Patches #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
Assigned to: Guido van Rossum
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?

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

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