Commit acbf9ef7 authored by Neil Schemenauer's avatar Neil Schemenauer

Don't create the Include directory if building outside of the source

directory.  Closes SF #403930.
parent 3c823aa4
#! /bin/sh #! /bin/sh
# From configure.in Revision: 1.204 # From configure.in Revision: 1.205
# Guess values for system-dependent variables and create Makefiles. # Guess values for system-dependent variables and create Makefiles.
# Generated automatically using autoconf version 2.13 # Generated automatically using autoconf version 2.13
...@@ -5020,7 +5020,7 @@ else ...@@ -5020,7 +5020,7 @@ else
int main() { int main() {
/* Ultrix mips cc rejects this. */ /* 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. */ /* SunOS 4.1.1 cc rejects this. */
char const *const *ccp; char const *const *ccp;
char **p; char **p;
...@@ -6147,7 +6147,7 @@ fi ...@@ -6147,7 +6147,7 @@ fi
#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 $ac_n "checking for build directories""... $ac_c" 1>&6
echo "configure:6153: checking for build directories" >&5 echo "configure:6153: checking for build directories" >&5
for dir in $SRCDIRS; do for dir in $SRCDIRS; do
......
...@@ -1295,7 +1295,7 @@ AC_CHECK_TYPE(socklen_t, int) ...@@ -1295,7 +1295,7 @@ AC_CHECK_TYPE(socklen_t, int)
#fi #fi
AC_SUBST(SRCDIRS) AC_SUBST(SRCDIRS)
SRCDIRS="Include Parser Grammar Objects Python Modules" SRCDIRS="Parser Grammar Objects Python Modules"
AC_MSG_CHECKING(for build directories) AC_MSG_CHECKING(for build directories)
for dir in $SRCDIRS; do for dir in $SRCDIRS; do
if test ! -d $dir; then if test ! -d $dir; then
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment