[Python-checkins] CVS: python/dist/src configure,1.167,1.168

Guido van Rossum python-dev@python.org
Thu, 2 Nov 2000 11:33:56 -0800


Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv31920

Modified Files:
	configure 
Log Message:
New configure script from latest configure.in with autoconf 2.13

Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.167
retrieving revision 1.168
diff -C2 -r1.167 -r1.168
*** configure	2000/10/30 17:45:07	1.167
--- configure	2000/11/02 19:33:53	1.168
***************
*** 1,5 ****
  #! /bin/sh
  
! # From configure.in Revision: 1.175 
  
  # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
  #! /bin/sh
  
! # From configure.in Revision: 1.176 
  
  # Guess values for system-dependent variables and create Makefiles.
***************
*** 5976,5979 ****
--- 5976,5982 ----
  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