[Python-checkins] python/dist/src configure,1.279.6.6,1.279.6.7 configure.in,1.288.6.6,1.288.6.7

mwh@users.sourceforge.net mwh@users.sourceforge.net
2002年8月23日 09:26:22 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv18227
Modified Files:
 Tag: release22-maint
	configure configure.in 
Log Message:
backport loewis' checkin of
 revision 1.309 of configure
 revision 1.319 of configure.in
Use somewhat longer C++ program to detect whether linking requires the C++
compiler. Fixes #559429. 2.2 bugfix candidate.
Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.279.6.6
retrieving revision 1.279.6.7
diff -C2 -d -r1.279.6.6 -r1.279.6.7
*** configure	2 Jun 2002 17:34:45 -0000	1.279.6.6
--- configure	23 Aug 2002 16:26:06 -0000	1.279.6.7
***************
*** 1,5 ****
 #! /bin/sh
 
! # From configure.in Revision: 1.288.6.5 
 
 # Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
 #! /bin/sh
 
! # From configure.in Revision: 1.288.6.6 
 
 # Guess values for system-dependent variables and create Makefiles.
***************
*** 1416,1420 ****
 LINKCC="\$(PURIFY) \$(CC)"
 else
! echo 'int main(){return 0;}' > conftest.$ac_ext
 $CXX -c conftest.$ac_ext 2>&5
 if $CC -o conftest$ac_exeext conftest.$ac_objext 2>&5 \
--- 1416,1420 ----
 LINKCC="\$(PURIFY) \$(CC)"
 else
! echo 'void foo();int main(){foo();}void foo(){}' > conftest.$ac_ext
 $CXX -c conftest.$ac_ext 2>&5
 if $CC -o conftest$ac_exeext conftest.$ac_objext 2>&5 \
Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.288.6.6
retrieving revision 1.288.6.7
diff -C2 -d -r1.288.6.6 -r1.288.6.7
*** configure.in	2 Jun 2002 17:34:47 -0000	1.288.6.6
--- configure.in	23 Aug 2002 16:26:17 -0000	1.288.6.7
***************
*** 280,284 ****
 LINKCC="\$(PURIFY) \$(CC)"
 else
! echo 'int main(){return 0;}' > conftest.$ac_ext
 $CXX -c conftest.$ac_ext 2>&5
 if $CC -o conftest$ac_exeext conftest.$ac_objext 2>&5 \
--- 280,284 ----
 LINKCC="\$(PURIFY) \$(CC)"
 else
! echo 'void foo();int main(){foo();}void foo(){}' > conftest.$ac_ext
 $CXX -c conftest.$ac_ext 2>&5
 if $CC -o conftest$ac_exeext conftest.$ac_objext 2>&5 \

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