[Python-checkins] CVS: python/dist/src configure,1.187,1.188

Neil Schemenauer nascheme@users.sourceforge.net
Fri, 26 Jan 2001 08:15:23 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv25023

Modified Files:
	configure 
Log Message:
The usual.


Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.187
retrieving revision 1.188
diff -C2 -r1.187 -r1.188
*** configure	2001/01/24 17:25:28	1.187
--- configure	2001/01/26 16:15:20	1.188
***************
*** 1179,1182 ****
--- 1179,1191 ----
  esac
  
+ 
+ echo $ac_n "checking LIBRARY""... $ac_c" 1>&6
+ echo "configure:1184: checking LIBRARY" >&5
+ if test -z "$LIBRARY"
+ then
+ 	LIBRARY='libpython$(VERSION).a'
+ fi
[...4181 lines suppressed...]
--- 6960,6978 ----
  test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  
+ 
+ echo "creating Setup"
+ if test ! -f Modules/Setup
+ then
+ 	cp $srcdir/Modules/Setup.dist Modules/Setup
+ fi
+ 
+ echo "creating Setup.local"
+ if test ! -f Modules/Setup.local
+ then
+ 	echo "# Edit this file for local setup changes" >Modules/Setup.local
+ fi
+ 
+ echo "creating Makefile"
+ $SHELL $srcdir/Modules/makesetup -c $srcdir/Modules/config.c.in \
+ 			-s Modules Modules/Setup.config \
+ 			Modules/Setup Modules/Setup.local