[Python-checkins] CVS: python/dist/src configure,1.277,1.278 configure.in,1.286,1.287

Jack Jansen jackjansen@users.sourceforge.net
2001年12月06日 14:36:22 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv23758
Modified Files:
	configure configure.in 
Log Message:
Silly mistake in build directory extension fix.
Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.277
retrieving revision 1.278
diff -C2 -d -r1.277 -r1.278
*** configure	2001年12月06日 21:47:19	1.277
--- configure	2001年12月06日 22:36:16	1.278
***************
*** 1,72 ****
 #! /bin/sh
! 
! # From configure.in Revision: 1.285 
! 
 # Guess values for system-dependent variables and create Makefiles.
! # Generated automatically using autoconf version 2.13 
! # Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
 #
 # This configure script is free software; the Free Software Foundation
 # gives unlimited permission to copy, distribute and modify it.
[...19620 lines suppressed...]
 
+ # configure is writing to config.log, and then calls config.status.
+ # config.status does its own redirection, appending to config.log.
+ # Unfortunately, on DOS this fails, as config.log is still kept open
+ # by configure, so config.status won't be able to write to it; its
+ # output is simply discarded. So we exec the FD to /dev/null,
+ # effectively closing config.log, so it can be properly (re)opened and
+ # appended to by config.status. When coming back to configure, we
+ # need to make the FD available again.
+ if test "$no_create" != yes; then
+ ac_cs_success=:
+ exec 5>/dev/null
+ $SHELL $CONFIG_STATUS || ac_cs_success=false
+ exec 5>>config.log
+ # Use ||, not &&, to avoid exiting from the if with $? = 1, which
+ # would make configure fail if this is the last instruction.
+ $ac_cs_success || { (exit 1); exit 1; }
+ fi
 
 echo "creating Setup"
Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.286
retrieving revision 1.287
diff -C2 -d -r1.286 -r1.287
*** configure.in	2001年12月06日 21:47:19	1.286
--- configure.in	2001年12月06日 22:36:17	1.287
***************
*** 210,214 ****
 else
 	AC_MSG_RESULT(no)
! 	BUILDEXEEXT='$(EXEEXT)'
 fi
 
--- 210,214 ----
 else
 	AC_MSG_RESULT(no)
! 	BUILDEXEEXT=$EXEEXT
 fi
 

AltStyle によって変換されたページ (->オリジナル) /