]> granicus.if.org Git - python/commitdiff
SF bug #427073: DLINCLDIR defined incorrectly (Skip Montanaro).
authorGuido van Rossum <guido@python.org>
Wed, 5 Sep 2001 19:13:16 +0000 (19:13 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 5 Sep 2001 19:13:16 +0000 (19:13 +0000)
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. ;-)

configure
configure.in

index 78f83b246eaedffdd8ea5ff754fcb9d1a3554fb4..a599480a302cdbf5ec733735a0d3387a15c3e2c5 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.253 
+# From configure.in Revision: 1.254 
 
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.13 
@@ -4435,7 +4435,7 @@ fi
 
 # -I${DLINCLDIR} is added to the compile rule for importdl.o
 
-DLINCLDIR=/
+DLINCLDIR=.
 
 echo $ac_n "checking for --with-sgi-dl""... $ac_c" 1>&6
 echo "configure:4442: checking for --with-sgi-dl" >&5
index ce059d19b4b431a90a5d15d5b5861d91749dac1d..c13e84828a5746a5fcd48c09c24f2d02ae2d6a2c 100644 (file)
@@ -1167,7 +1167,7 @@ fi],
 
 # -I${DLINCLDIR} is added to the compile rule for importdl.o
 AC_SUBST(DLINCLDIR)
-DLINCLDIR=/
+DLINCLDIR=.
 
 AC_MSG_CHECKING(for --with-sgi-dl)
 AC_ARG_WITH(sgi-dl,