Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8abedde

Browse files
committed
Removed setup.cfg from the list of generated files
Fixed typo in message
1 parent 03184e2 commit 8abedde

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

configure

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22

3-
# From configure.in Revision: 1.195
3+
# From configure.in Revision: 1.196
44

55
# Guess values for system-dependent variables and create Makefiles.
66
# Generated automatically using autoconf version 2.13
@@ -5417,7 +5417,7 @@ else
54175417
int main() {
54185418
54195419
/* Ultrix mips cc rejects this. */
5420-
typedef int charset[2]; const charset x = {0,0};
5420+
typedef int charset[2]; const charset x;
54215421
/* SunOS 4.1.1 cc rejects this. */
54225422
char const *const *ccp;
54235423
char **p;
@@ -6545,8 +6545,8 @@ fi
65456545

65466546

65476547
SRCDIRS="Parser Grammar Objects Python Modules"
6548-
echo $ac_n "checking for build directoris""... $ac_c" 1>&6
6549-
echo "configure:6550: checking for build directoris" >&5
6548+
echo $ac_n "checking for build directories""... $ac_c" 1>&6
6549+
echo "configure:6550: checking for build directories" >&5
65506550
for dir in $SRCDIRS; do
65516551
if test ! -d $dir; then
65526552
mkdir $dir
@@ -6656,7 +6656,7 @@ done
66566656
ac_given_srcdir=$srcdir
66576657
ac_given_INSTALL="$INSTALL"
66586658
6659-
trap 'rm -fr `echo "Makefile.pre Modules/Setup.config setup.cfg config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
6659+
trap 'rm -fr `echo "Makefile.pre Modules/Setup.config config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
66606660
EOF
66616661
cat >> $CONFIG_STATUS <<EOF
66626662
@@ -6781,7 +6781,7 @@ EOF
67816781

67826782
cat >> $CONFIG_STATUS <<EOF
67836783
6784-
CONFIG_FILES=\${CONFIG_FILES-"Makefile.pre Modules/Setup.config setup.cfg"}
6784+
CONFIG_FILES=\${CONFIG_FILES-"Makefile.pre Modules/Setup.config"}
67856785
EOF
67866786
cat >> $CONFIG_STATUS <<\EOF
67876787
for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1397,7 +1397,7 @@ AC_CHECK_TYPE(socklen_t, int)
13971397

13981398
AC_SUBST(SRCDIRS)
13991399
SRCDIRS="Parser Grammar Objects Python Modules"
1400-
AC_MSG_CHECKING(for build directoris)
1400+
AC_MSG_CHECKING(for build directories)
14011401
for dir in $SRCDIRS; do
14021402
if test ! -d $dir; then
14031403
mkdir $dir
@@ -1406,7 +1406,7 @@ done
14061406
AC_MSG_RESULT(done)
14071407

14081408
# generate output files
1409-
AC_OUTPUT(Makefile.pre Modules/Setup.config setup.cfg)
1409+
AC_OUTPUT(Makefile.pre Modules/Setup.config)
14101410

14111411
echo "creating Setup"
14121412
if test ! -f Modules/Setup

0 commit comments

Comments
 (0)