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

Skip to content

Commit a179503

Browse files
Reran autoconf.
1 parent 59bb080 commit a179503

2 files changed

Lines changed: 39 additions & 92 deletions

File tree

config.h.in

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -404,9 +404,6 @@
404404
/* Define if you have the readlink function. */
405405
#undef HAVE_READLINK
406406

407-
/* Define if you have the rint function. */
408-
#undef HAVE_RINT
409-
410407
/* Define if you have the select function. */
411408
#undef HAVE_SELECT
412409

configure

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

3-
# From configure.in Revision: 1.142
3+
# From configure.in Revision: 1.145
44

55
# Guess values for system-dependent variables and create Makefiles.
66
# Generated automatically using autoconf version 2.13
@@ -5084,66 +5084,14 @@ fi
50845084
# checks for system services
50855085
# (none yet)
50865086

5087-
# Cope with the DB mess. If we detect libdba, assume it's a version 2
5088-
# or later DB and should be linked first (before the DB 1.xx stuff in glibc).
5089-
# Also define an appropriate symbol so we can conditionalize code in the
5090-
# dbmmodule; the API has changed since 1.xx.
5091-
echo $ac_n "checking for __db_mutex_lock in -ldba""... $ac_c" 1>&6
5092-
echo "configure:5093: checking for __db_mutex_lock in -ldba" >&5
5093-
ac_lib_var=`echo dba'_'__db_mutex_lock | sed 'y%./+-%__p_%'`
5094-
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
5095-
echo $ac_n "(cached) $ac_c" 1>&6
5096-
else
5097-
ac_save_LIBS="$LIBS"
5098-
LIBS="-ldba $LIBS"
5099-
cat > conftest.$ac_ext <<EOF
5100-
#line 5101 "configure"
5101-
#include "confdefs.h"
5102-
/* Override any gcc2 internal prototype to avoid an error. */
5103-
/* We use char because int might match the return type of a gcc2
5104-
builtin and then its argument prototype would still apply. */
5105-
char __db_mutex_lock();
5106-
5107-
int main() {
5108-
__db_mutex_lock()
5109-
; return 0; }
5110-
EOF
5111-
if { (eval echo configure:5112: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5112-
rm -rf conftest*
5113-
eval "ac_cv_lib_$ac_lib_var=yes"
5114-
else
5115-
echo "configure: failed program was:" >&5
5116-
cat conftest.$ac_ext >&5
5117-
rm -rf conftest*
5118-
eval "ac_cv_lib_$ac_lib_var=no"
5119-
fi
5120-
rm -f conftest*
5121-
LIBS="$ac_save_LIBS"
5122-
5123-
fi
5124-
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
5125-
echo "$ac_t""yes" 1>&6
5126-
ac_tr_lib=HAVE_LIB`echo dba | sed -e 's/[^a-zA-Z0-9_]/_/g' \
5127-
-e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/'`
5128-
cat >> confdefs.h <<EOF
5129-
#define $ac_tr_lib 1
5130-
EOF
5131-
5132-
LIBS="-ldba $LIBS"
5133-
5134-
else
5135-
echo "$ac_t""no" 1>&6
5136-
fi
5137-
5138-
51395087
# Linux requires this for correct f.p. operations
51405088
echo $ac_n "checking for __fpu_control""... $ac_c" 1>&6
5141-
echo "configure:5142: checking for __fpu_control" >&5
5089+
echo "configure:5090: checking for __fpu_control" >&5
51425090
if eval "test \"`echo '$''{'ac_cv_func___fpu_control'+set}'`\" = set"; then
51435091
echo $ac_n "(cached) $ac_c" 1>&6
51445092
else
51455093
cat > conftest.$ac_ext <<EOF
5146-
#line 5147 "configure"
5094+
#line 5095 "configure"
51475095
#include "confdefs.h"
51485096
/* System header to define __stub macros and hopefully few prototypes,
51495097
which can conflict with char __fpu_control(); below. */
@@ -5166,7 +5114,7 @@ __fpu_control();
51665114
51675115
; return 0; }
51685116
EOF
5169-
if { (eval echo configure:5170: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5117+
if { (eval echo configure:5118: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
51705118
rm -rf conftest*
51715119
eval "ac_cv_func___fpu_control=yes"
51725120
else
@@ -5184,15 +5132,15 @@ if eval "test \"`echo '$ac_cv_func_'__fpu_control`\" = yes"; then
51845132
else
51855133
echo "$ac_t""no" 1>&6
51865134
echo $ac_n "checking for __fpu_control in -lieee""... $ac_c" 1>&6
5187-
echo "configure:5188: checking for __fpu_control in -lieee" >&5
5135+
echo "configure:5136: checking for __fpu_control in -lieee" >&5
51885136
ac_lib_var=`echo ieee'_'__fpu_control | sed 'y%./+-%__p_%'`
51895137
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
51905138
echo $ac_n "(cached) $ac_c" 1>&6
51915139
else
51925140
ac_save_LIBS="$LIBS"
51935141
LIBS="-lieee $LIBS"
51945142
cat > conftest.$ac_ext <<EOF
5195-
#line 5196 "configure"
5143+
#line 5144 "configure"
51965144
#include "confdefs.h"
51975145
/* Override any gcc2 internal prototype to avoid an error. */
51985146
/* We use char because int might match the return type of a gcc2
@@ -5203,7 +5151,7 @@ int main() {
52035151
__fpu_control()
52045152
; return 0; }
52055153
EOF
5206-
if { (eval echo configure:5207: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5154+
if { (eval echo configure:5155: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
52075155
rm -rf conftest*
52085156
eval "ac_cv_lib_$ac_lib_var=yes"
52095157
else
@@ -5236,7 +5184,7 @@ fi
52365184

52375185
# Check for --with-fpectl
52385186
echo $ac_n "checking for --with-fpectl""... $ac_c" 1>&6
5239-
echo "configure:5240: checking for --with-fpectl" >&5
5187+
echo "configure:5188: checking for --with-fpectl" >&5
52405188
# Check whether --with-fpectl or --without-fpectl was given.
52415189
if test "${with_fpectl+set}" = set; then
52425190
withval="$with_fpectl"
@@ -5261,7 +5209,7 @@ BeOS) ;;
52615209
*) LIBM=-lm
52625210
esac
52635211
echo $ac_n "checking for --with-libm=STRING""... $ac_c" 1>&6
5264-
echo "configure:5265: checking for --with-libm=STRING" >&5
5212+
echo "configure:5213: checking for --with-libm=STRING" >&5
52655213
# Check whether --with-libm or --without-libm was given.
52665214
if test "${with_libm+set}" = set; then
52675215
withval="$with_libm"
@@ -5282,7 +5230,7 @@ fi
52825230
# check for --with-libc=...
52835231

52845232
echo $ac_n "checking for --with-libc=STRING""... $ac_c" 1>&6
5285-
echo "configure:5286: checking for --with-libc=STRING" >&5
5233+
echo "configure:5234: checking for --with-libc=STRING" >&5
52865234
# Check whether --with-libc or --without-libc was given.
52875235
if test "${with_libc+set}" = set; then
52885236
withval="$with_libc"
@@ -5306,12 +5254,12 @@ LIBS="$LIBS $LIBM"
53065254
for ac_func in hypot
53075255
do
53085256
echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
5309-
echo "configure:5310: checking for $ac_func" >&5
5257+
echo "configure:5258: checking for $ac_func" >&5
53105258
if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
53115259
echo $ac_n "(cached) $ac_c" 1>&6
53125260
else
53135261
cat > conftest.$ac_ext <<EOF
5314-
#line 5315 "configure"
5262+
#line 5263 "configure"
53155263
#include "confdefs.h"
53165264
/* System header to define __stub macros and hopefully few prototypes,
53175265
which can conflict with char $ac_func(); below. */
@@ -5334,7 +5282,7 @@ $ac_func();
53345282
53355283
; return 0; }
53365284
EOF
5337-
if { (eval echo configure:5338: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
5285+
if { (eval echo configure:5286: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then
53385286
rm -rf conftest*
53395287
eval "ac_cv_func_$ac_func=yes"
53405288
else
@@ -5364,15 +5312,15 @@ LIBS=$LIBS_SAVE
53645312

53655313
# check for getopt
53665314
echo $ac_n "checking for genuine getopt""... $ac_c" 1>&6
5367-
echo "configure:5368: checking for genuine getopt" >&5
5315+
echo "configure:5316: checking for genuine getopt" >&5
53685316
if eval "test \"`echo '$''{'ac_cv_func_getopt'+set}'`\" = set"; then
53695317
echo $ac_n "(cached) $ac_c" 1>&6
53705318
else
53715319
if test "$cross_compiling" = yes; then
53725320
ac_cv_func_getopt=no
53735321
else
53745322
cat > conftest.$ac_ext <<EOF
5375-
#line 5376 "configure"
5323+
#line 5324 "configure"
53765324
#include "confdefs.h"
53775325
#include <stdio.h>
53785326
extern int optind, opterr, getopt();
@@ -5384,7 +5332,7 @@ int main() {
53845332
exit(0);
53855333
}
53865334
EOF
5387-
if { (eval echo configure:5388: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5335+
if { (eval echo configure:5336: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
53885336
then
53895337
ac_cv_func_getopt=yes
53905338
else
@@ -5402,15 +5350,15 @@ test $ac_cv_func_getopt = no && LIBOBJS="$LIBOBJS getopt.o"
54025350

54035351
# check whether malloc(0) returns NULL or not
54045352
echo $ac_n "checking what malloc(0) returns""... $ac_c" 1>&6
5405-
echo "configure:5406: checking what malloc(0) returns" >&5
5353+
echo "configure:5354: checking what malloc(0) returns" >&5
54065354
if eval "test \"`echo '$''{'ac_cv_malloc_zero'+set}'`\" = set"; then
54075355
echo $ac_n "(cached) $ac_c" 1>&6
54085356
else
54095357
if test "$cross_compiling" = yes; then
54105358
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
54115359
else
54125360
cat > conftest.$ac_ext <<EOF
5413-
#line 5414 "configure"
5361+
#line 5362 "configure"
54145362
#include "confdefs.h"
54155363
#include <stdio.h>
54165364
#ifdef HAVE_STDLIB
@@ -5429,7 +5377,7 @@ main() {
54295377
exit(0);
54305378
}
54315379
EOF
5432-
if { (eval echo configure:5433: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5380+
if { (eval echo configure:5381: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
54335381
then
54345382
ac_cv_malloc_zero=nonnull
54355383
else
@@ -5455,17 +5403,17 @@ fi
54555403
# check for wchar.h
54565404
ac_safe=`echo "wchar.h" | sed 'y%./+-%__p_%'`
54575405
echo $ac_n "checking for wchar.h""... $ac_c" 1>&6
5458-
echo "configure:5459: checking for wchar.h" >&5
5406+
echo "configure:5407: checking for wchar.h" >&5
54595407
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
54605408
echo $ac_n "(cached) $ac_c" 1>&6
54615409
else
54625410
cat > conftest.$ac_ext <<EOF
5463-
#line 5464 "configure"
5411+
#line 5412 "configure"
54645412
#include "confdefs.h"
54655413
#include <wchar.h>
54665414
EOF
54675415
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
5468-
{ (eval echo configure:5469: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
5416+
{ (eval echo configure:5417: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
54695417
ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
54705418
if test -z "$ac_err"; then
54715419
rm -rf conftest*
@@ -5495,12 +5443,12 @@ fi
54955443
# check for usable wchar_t
54965444
usable_wchar_t="unkown"
54975445
echo $ac_n "checking for usable wchar_t""... $ac_c" 1>&6
5498-
echo "configure:5499: checking for usable wchar_t" >&5
5446+
echo "configure:5447: checking for usable wchar_t" >&5
54995447
if test "$cross_compiling" = yes; then
55005448
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
55015449
else
55025450
cat > conftest.$ac_ext <<EOF
5503-
#line 5504 "configure"
5451+
#line 5452 "configure"
55045452
#include "confdefs.h"
55055453
55065454
#include "wchar.h"
@@ -5514,7 +5462,7 @@ main() {
55145462
}
55155463
55165464
EOF
5517-
if { (eval echo configure:5518: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5465+
if { (eval echo configure:5466: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
55185466
then
55195467
cat >> confdefs.h <<\EOF
55205468
#define HAVE_USABLE_WCHAR_T 1
@@ -5533,14 +5481,14 @@ echo "$ac_t""$usable_wchar_t" 1>&6
55335481

55345482
# check for endianness
55355483
echo $ac_n "checking whether byte ordering is bigendian""... $ac_c" 1>&6
5536-
echo "configure:5537: checking whether byte ordering is bigendian" >&5
5484+
echo "configure:5485: checking whether byte ordering is bigendian" >&5
55375485
if eval "test \"`echo '$''{'ac_cv_c_bigendian'+set}'`\" = set"; then
55385486
echo $ac_n "(cached) $ac_c" 1>&6
55395487
else
55405488
ac_cv_c_bigendian=unknown
55415489
# See if sys/param.h defines the BYTE_ORDER macro.
55425490
cat > conftest.$ac_ext <<EOF
5543-
#line 5544 "configure"
5491+
#line 5492 "configure"
55445492
#include "confdefs.h"
55455493
#include <sys/types.h>
55465494
#include <sys/param.h>
@@ -5551,11 +5499,11 @@ int main() {
55515499
#endif
55525500
; return 0; }
55535501
EOF
5554-
if { (eval echo configure:5555: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5502+
if { (eval echo configure:5503: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
55555503
rm -rf conftest*
55565504
# It does; now see whether it defined to BIG_ENDIAN or not.
55575505
cat > conftest.$ac_ext <<EOF
5558-
#line 5559 "configure"
5506+
#line 5507 "configure"
55595507
#include "confdefs.h"
55605508
#include <sys/types.h>
55615509
#include <sys/param.h>
@@ -5566,7 +5514,7 @@ int main() {
55665514
#endif
55675515
; return 0; }
55685516
EOF
5569-
if { (eval echo configure:5570: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
5517+
if { (eval echo configure:5518: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
55705518
rm -rf conftest*
55715519
ac_cv_c_bigendian=yes
55725520
else
@@ -5586,7 +5534,7 @@ if test "$cross_compiling" = yes; then
55865534
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
55875535
else
55885536
cat > conftest.$ac_ext <<EOF
5589-
#line 5590 "configure"
5537+
#line 5538 "configure"
55905538
#include "confdefs.h"
55915539
main () {
55925540
/* Are we little or big endian? From Harbison&Steele. */
@@ -5599,7 +5547,7 @@ main () {
55995547
exit (u.c[sizeof (long) - 1] == 1);
56005548
}
56015549
EOF
5602-
if { (eval echo configure:5603: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5550+
if { (eval echo configure:5551: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
56035551
then
56045552
ac_cv_c_bigendian=no
56055553
else
@@ -5626,7 +5574,7 @@ fi
56265574
# Check whether right shifting a negative integer extends the sign bit
56275575
# or fills with zeros (like the Cray J90, according to Tim Peters).
56285576
echo $ac_n "checking whether right shift extends the sign bit""... $ac_c" 1>&6
5629-
echo "configure:5630: checking whether right shift extends the sign bit" >&5
5577+
echo "configure:5578: checking whether right shift extends the sign bit" >&5
56305578
if eval "test \"`echo '$''{'ac_cv_rshift_extends_sign'+set}'`\" = set"; then
56315579
echo $ac_n "(cached) $ac_c" 1>&6
56325580
else
@@ -5635,7 +5583,7 @@ if test "$cross_compiling" = yes; then
56355583
{ echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
56365584
else
56375585
cat > conftest.$ac_ext <<EOF
5638-
#line 5639 "configure"
5586+
#line 5587 "configure"
56395587
#include "confdefs.h"
56405588
56415589
int main()
@@ -5644,7 +5592,7 @@ int main()
56445592
}
56455593
56465594
EOF
5647-
if { (eval echo configure:5648: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
5595+
if { (eval echo configure:5596: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null
56485596
then
56495597
ac_cv_rshift_extends_sign=yes
56505598
else
@@ -5676,12 +5624,12 @@ cat >> confdefs.h <<\EOF
56765624
#endif
56775625
EOF
56785626
echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
5679-
echo "configure:5680: checking for socklen_t" >&5
5627+
echo "configure:5628: checking for socklen_t" >&5
56805628
if eval "test \"`echo '$''{'ac_cv_type_socklen_t'+set}'`\" = set"; then
56815629
echo $ac_n "(cached) $ac_c" 1>&6
56825630
else
56835631
cat > conftest.$ac_ext <<EOF
5684-
#line 5685 "configure"
5632+
#line 5633 "configure"
56855633
#include "confdefs.h"
56865634
#include <sys/types.h>
56875635
#if STDC_HEADERS
@@ -5813,6 +5761,7 @@ ac_given_srcdir=$srcdir
58135761
trap 'rm -fr `echo "Makefile \
58145762
Objects/Makefile \
58155763
Parser/Makefile \
5764+
Grammar/Makefile \
58165765
Python/Makefile \
58175766
Modules/Makefile.pre \
58185767
Modules/Setup.config config.h" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
@@ -5926,6 +5875,7 @@ cat >> $CONFIG_STATUS <<EOF
59265875
CONFIG_FILES=\${CONFIG_FILES-"Makefile \
59275876
Objects/Makefile \
59285877
Parser/Makefile \
5878+
Grammar/Makefile \
59295879
Python/Makefile \
59305880
Modules/Makefile.pre \
59315881
Modules/Setup.config"}

0 commit comments

Comments
 (0)