diff options
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2001-04-21 17:41:16 (GMT) |
---|---|---|
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2001-04-21 17:41:16 (GMT) |
commit | f8b71c598431667835b76ad4e78d49e9936047f0 (patch) | |
tree | 841a7777076b4bbad9b79f03778d6edb9155f23e /configure | |
parent | 8b48cf9016a1eee969717854df20b59c2656a801 (diff) | |
download | cpython-f8b71c598431667835b76ad4e78d49e9936047f0.zip cpython-f8b71c598431667835b76ad4e78d49e9936047f0.tar.gz cpython-f8b71c598431667835b76ad4e78d49e9936047f0.tar.bz2 |
Process Setup* files with makesetup in the same order as the makefile.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5106,7 +5106,7 @@ else int main() { /* Ultrix mips cc rejects this. */ -typedef int charset[2]; const charset x; +typedef int charset[2]; const charset x = {0,0}; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; @@ -6642,5 +6642,5 @@ fi echo "creating Makefile" $SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \ -s Modules Modules/Setup.config \ - Modules/Setup Modules/Setup.local + Modules/Setup.local Modules/Setup mv config.c Modules |