summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-04-21 17:41:16 (GMT)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2001-04-21 17:41:16 (GMT)
commitf8b71c598431667835b76ad4e78d49e9936047f0 (patch)
tree841a7777076b4bbad9b79f03778d6edb9155f23e /configure
parent8b48cf9016a1eee969717854df20b59c2656a801 (diff)
downloadcpython-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-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index f6fc007..9033eb4 100755
--- a/configure
+++ b/configure
@@ -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