]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Don't create the Include directory if building outside of the source
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>
Tue, 27 Feb 2001 02:15:14 +0000 (02:15 +0000)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>
Tue, 27 Feb 2001 02:15:14 +0000 (02:15 +0000)
directory.  Closes SF #403930.

configure
configure.in

index 8a95a436d709e26d3495fb1ced30ad2ab1993a28..57545d38f9d4b3e03305e61a5e9d6f589505e09f 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# From configure.in Revision: 1.204 
+# From configure.in Revision: 1.205 
 
 # Guess values for system-dependent variables and create Makefiles.
 # Generated automatically using autoconf version 2.13 
@@ -5020,7 +5020,7 @@ else
 int main() {
 
 /* Ultrix mips cc rejects this.  */
-typedef int charset[2]; const charset x;
+typedef int charset[2]; const charset x = {0,0};
 /* SunOS 4.1.1 cc rejects this.  */
 char const *const *ccp;
 char **p;
@@ -6147,7 +6147,7 @@ fi
 #fi
 
 
-SRCDIRS="Include Parser Grammar Objects Python Modules"
+SRCDIRS="Parser Grammar Objects Python Modules"
 echo $ac_n "checking for build directories""... $ac_c" 1>&6
 echo "configure:6153: checking for build directories" >&5
 for dir in $SRCDIRS; do
index fb298133c194598548ce17d1222c83435c467867..ce4f1b004761c7d9937c25008dc5fd49efbfb32f 100644 (file)
@@ -1295,7 +1295,7 @@ AC_CHECK_TYPE(socklen_t, int)
 #fi
 
 AC_SUBST(SRCDIRS)
-SRCDIRS="Include Parser Grammar Objects Python Modules"
+SRCDIRS="Parser Grammar Objects Python Modules"
 AC_MSG_CHECKING(for build directories)
 for dir in $SRCDIRS; do
     if test ! -d $dir; then