[Python-checkins] CVS: python/dist/src configure,1.245,1.246
Guido van Rossum
gvanrossum@users.sourceforge.net
Wed, 05 Sep 2001 12:13:19 -0700
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv19552
Modified Files:
configure
Log Message:
SF bug #427073: DLINCLDIR defined incorrectly (Skip Montanaro).
I don't know what difference it makes, but '/' indeed makes less sense
as an include dir than '.', so I'm changing the default. Just so I
can close the bug. ;-)
Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.245
retrieving revision 1.246
diff -C2 -d -r1.245 -r1.246
*** configure 2001/09/05 14:58:11 1.245
--- configure 2001/09/05 19:13:16 1.246
***************
*** 1,5 ****
#! /bin/sh
! # From configure.in Revision: 1.253
# Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
#! /bin/sh
! # From configure.in Revision: 1.254
# Guess values for system-dependent variables and create Makefiles.
***************
*** 4436,4440 ****
# -I${DLINCLDIR} is added to the compile rule for importdl.o
! DLINCLDIR=/
echo $ac_n "checking for --with-sgi-dl""... $ac_c" 1>&6
--- 4436,4440 ----
# -I${DLINCLDIR} is added to the compile rule for importdl.o
! DLINCLDIR=.
echo $ac_n "checking for --with-sgi-dl""... $ac_c" 1>&6