From: Andrew M. Kuchling Date: Fri, 26 Jan 2001 22:55:24 +0000 (+0000) Subject: Removed setup.cfg from the list of generated files X-Git-Tag: v2.1a2~146 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8abedde53a126d988bc6ccc99eec983826744c90;p=python Removed setup.cfg from the list of generated files Fixed typo in message --- diff --git a/configure b/configure index 3472343cbb..fd3ff671f1 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh -# From configure.in Revision: 1.195 +# From configure.in Revision: 1.196 # Guess values for system-dependent variables and create Makefiles. # Generated automatically using autoconf version 2.13 @@ -5417,7 +5417,7 @@ else int main() { /* Ultrix mips cc rejects this. */ -typedef int charset[2]; const charset x = {0,0}; +typedef int charset[2]; const charset x; /* SunOS 4.1.1 cc rejects this. */ char const *const *ccp; char **p; @@ -6545,8 +6545,8 @@ fi SRCDIRS="Parser Grammar Objects Python Modules" -echo $ac_n "checking for build directoris""... $ac_c" 1>&6 -echo "configure:6550: checking for build directoris" >&5 +echo $ac_n "checking for build directories""... $ac_c" 1>&6 +echo "configure:6550: checking for build directories" >&5 for dir in $SRCDIRS; do if test ! -d $dir; then mkdir $dir @@ -6656,7 +6656,7 @@ done ac_given_srcdir=$srcdir ac_given_INSTALL="$INSTALL" -trap 'rm -fr `echo "Makefile.pre Modules/Setup.config setup.cfg config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 +trap 'rm -fr `echo "Makefile.pre Modules/Setup.config config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15 EOF cat >> $CONFIG_STATUS <> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then diff --git a/configure.in b/configure.in index 8426b32b98..78c07d6704 100644 --- a/configure.in +++ b/configure.in @@ -1397,7 +1397,7 @@ AC_CHECK_TYPE(socklen_t, int) AC_SUBST(SRCDIRS) SRCDIRS="Parser Grammar Objects Python Modules" -AC_MSG_CHECKING(for build directoris) +AC_MSG_CHECKING(for build directories) for dir in $SRCDIRS; do if test ! -d $dir; then mkdir $dir @@ -1406,7 +1406,7 @@ done AC_MSG_RESULT(done) # generate output files -AC_OUTPUT(Makefile.pre Modules/Setup.config setup.cfg) +AC_OUTPUT(Makefile.pre Modules/Setup.config) echo "creating Setup" if test ! -f Modules/Setup