]> granicus.if.org Git - python/commitdiff
New configure script from latest configure.in with autoconf 2.13
authorGuido van Rossum <guido@python.org>
Thu, 2 Nov 2000 19:33:53 +0000 (19:33 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 2 Nov 2000 19:33:53 +0000 (19:33 +0000)
configure

index 7e0cdd5173fc51fd564045c6facf53cb57dc22a8..93df88fce9bd232c733a5eda8ab8ca2e779ef8ce 100755 (executable)
--- a/configure
+++ b/configure
@@ -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