diff options
author | Guido van Rossum <guido@python.org> | 2000-11-02 19:33:53 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2000-11-02 19:33:53 (GMT) |
commit | 262cf20f0c67208e01c83e68b9d79118fe3efdf0 (patch) | |
tree | 2d1cd5df2931ccf105a90d1fb9e2c2fcfaeabb79 | |
parent | 884d3ba9dd8f5e91cdbba267d57622723f358658 (diff) | |
download | cpython-262cf20f0c67208e01c83e68b9d79118fe3efdf0.zip cpython-262cf20f0c67208e01c83e68b9d79118fe3efdf0.tar.gz cpython-262cf20f0c67208e01c83e68b9d79118fe3efdf0.tar.bz2 |
New configure script from latest configure.in with autoconf 2.13
-rwxr-xr-x | configure | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.175 +# From configure.in Revision: 1.176 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -5975,6 +5975,9 @@ fi echo $ac_n "checking for Modules/Setup""... $ac_c" 1>&6 echo "configure:5977: checking for Modules/Setup" >&5 if test ! -f Modules/Setup ; then + if test ! -d Modules ; then + mkdir Modules + fi cp "$srcdir/Modules/Setup.dist" Modules/Setup echo "$ac_t""creating" 1>&6 else |