|
1 | 1 | #! /bin/sh |
2 | 2 |
|
3 | | -# From configure.in Revision: 1.195 |
| 3 | +# From configure.in Revision: 1.196 |
4 | 4 |
|
5 | 5 | # Guess values for system-dependent variables and create Makefiles. |
6 | 6 | # Generated automatically using autoconf version 2.13 |
@@ -5417,7 +5417,7 @@ else |
5417 | 5417 | int main() { |
5418 | 5418 |
|
5419 | 5419 | /* Ultrix mips cc rejects this. */ |
5420 | | -typedef int charset[2]; const charset x = {0,0}; |
| 5420 | +typedef int charset[2]; const charset x; |
5421 | 5421 | /* SunOS 4.1.1 cc rejects this. */ |
5422 | 5422 | char const *const *ccp; |
5423 | 5423 | char **p; |
|
6545 | 6545 |
|
6546 | 6546 |
|
6547 | 6547 | 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 |
6550 | 6550 | for dir in $SRCDIRS; do |
6551 | 6551 | if test ! -d $dir; then |
6552 | 6552 | mkdir $dir |
@@ -6656,7 +6656,7 @@ done |
6656 | 6656 | ac_given_srcdir=$srcdir |
6657 | 6657 | ac_given_INSTALL="$INSTALL" |
6658 | 6658 |
|
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 |
6660 | 6660 | EOF |
6661 | 6661 | cat >> $CONFIG_STATUS <<EOF |
6662 | 6662 |
|
@@ -6781,7 +6781,7 @@ EOF |
6781 | 6781 |
|
6782 | 6782 | cat >> $CONFIG_STATUS <<EOF |
6783 | 6783 |
|
6784 | | -CONFIG_FILES=\${CONFIG_FILES-"Makefile.pre Modules/Setup.config setup.cfg"} |
| 6784 | +CONFIG_FILES=\${CONFIG_FILES-"Makefile.pre Modules/Setup.config"} |
6785 | 6785 | EOF |
6786 | 6786 | cat >> $CONFIG_STATUS <<\EOF |
6787 | 6787 | for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then |
|
0 commit comments