diff options
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2001-02-16 04:11:41 (GMT) |
---|---|---|
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | 2001-02-16 04:11:41 (GMT) |
commit | 28aa9d39b056604ceeee2ee5c637c05ebb3248f3 (patch) | |
tree | 284aa2976a97eedddf0a9df0ab0f62b3cb189b72 | |
parent | b3531b8638dc2ee61b7ff0e939f475a696446adb (diff) | |
download | cpython-28aa9d39b056604ceeee2ee5c637c05ebb3248f3.zip cpython-28aa9d39b056604ceeee2ee5c637c05ebb3248f3.tar.gz cpython-28aa9d39b056604ceeee2ee5c637c05ebb3248f3.tar.bz2 |
Add Include to the list of source directories.
-rwxr-xr-x | configure | 4 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 diff --git a/configure.in b/configure.in index 02fe99e..c9756f1 100644 --- a/configure.in +++ b/configure.in @@ -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 |