]> granicus.if.org Git - python/commitdiff
Add Include to the list of source directories.
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 16 Feb 2001 04:11:41 +0000 (04:11 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Fri, 16 Feb 2001 04:11:41 +0000 (04:11 +0000)
configure
configure.in

index cbeeab24797b597d2216c94d9f8ee65082ac1989..39659e0cb5518d46cdabf5a3feaf75c788127b7c 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.200 
+# From configure.in Revision: 1.201 
 
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.13 
@@ -6569,7 +6569,7 @@ fi
 #fi
 
 
-SRCDIRS="Parser Grammar Objects Python Modules"
+SRCDIRS="Include Parser Grammar Objects Python Modules"
 echo $ac_n "checking for build directories""... $ac_c" 1>&6
 echo "configure:6575: checking for build directories" >&5
 for dir in $SRCDIRS; do
index 02fe99e75e1cd1341ffa652c822a5d0574f190fa..c9756f1fabfe27186193b947a8a1f95e17ba3792 100644 (file)
@@ -1413,7 +1413,7 @@ AC_CHECK_TYPE(socklen_t, int)
 #fi
 
 AC_SUBST(SRCDIRS)
-SRCDIRS="Parser Grammar Objects Python Modules"
+SRCDIRS="Include Parser Grammar Objects Python Modules"
 AC_MSG_CHECKING(for build directories)
 for dir in $SRCDIRS; do
     if test ! -d $dir; then