|
|
| version 1.155, 2012/07/18 21:42:08 | version 1.162, 2013/07/21 20:36:36 |
|---|---|
| Line 1 | Line 1 |
| #! /bin/sh | #! /bin/sh |
| # Guess values for system-dependent variables and create Makefiles. | # Guess values for system-dependent variables and create Makefiles. |
| # Generated by GNU Autoconf 2.68 for parser 3.4.2. | # Generated by GNU Autoconf 2.68 for parser 3.4.3b. |
| # | # |
| # | # |
| # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, | # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| Line 571 MAKEFLAGS= | Line 571 MAKEFLAGS= |
| # Identity of this package. | # Identity of this package. |
| PACKAGE_NAME='parser' | PACKAGE_NAME='parser' |
| PACKAGE_TARNAME='parser' | PACKAGE_TARNAME='parser' |
| PACKAGE_VERSION='3.4.2' | PACKAGE_VERSION='3.4.3b' |
| PACKAGE_STRING='parser 3.4.2' | PACKAGE_STRING='parser 3.4.3b' |
| PACKAGE_BUGREPORT='' | PACKAGE_BUGREPORT='' |
| PACKAGE_URL='' | PACKAGE_URL='' |
| Line 1355 if test "$ac_init_help" = "long"; then | Line 1355 if test "$ac_init_help" = "long"; then |
| # Omit some internal or obsolete options to make the list less imposing. | # Omit some internal or obsolete options to make the list less imposing. |
| # This message is too long to be a string in the A/UX 3.1 sh. | # This message is too long to be a string in the A/UX 3.1 sh. |
| cat <<_ACEOF | cat <<_ACEOF |
| \`configure' configures parser 3.4.2 to adapt to many kinds of systems. | \`configure' configures parser 3.4.3b to adapt to many kinds of systems. |
| Usage: $0 [OPTION]... [VAR=VALUE]... | Usage: $0 [OPTION]... [VAR=VALUE]... |
| Line 1425 fi | Line 1425 fi |
| if test -n "$ac_init_help"; then | if test -n "$ac_init_help"; then |
| case $ac_init_help in | case $ac_init_help in |
| short | recursive ) echo "Configuration of parser 3.4.2:";; | short | recursive ) echo "Configuration of parser 3.4.3b:";; |
| esac | esac |
| cat <<\_ACEOF | cat <<\_ACEOF |
| Line 1561 fi | Line 1561 fi |
| test -n "$ac_init_help" && exit $ac_status | test -n "$ac_init_help" && exit $ac_status |
| if $ac_init_version; then | if $ac_init_version; then |
| cat <<\_ACEOF | cat <<\_ACEOF |
| parser configure 3.4.2 | parser configure 3.4.3b |
| generated by GNU Autoconf 2.68 | generated by GNU Autoconf 2.68 |
| Copyright (C) 2010 Free Software Foundation, Inc. | Copyright (C) 2010 Free Software Foundation, Inc. |
| Line 2057 $as_echo "$ac_res" >&6; } | Line 2057 $as_echo "$ac_res" >&6; } |
| } # ac_fn_c_check_type | } # ac_fn_c_check_type |
| # ac_fn_c_find_uintX_t LINENO BITS VAR | |
| # ------------------------------------ | |
| # Finds an unsigned integer type with width BITS, setting cache variable VAR | |
| # accordingly. | |
| ac_fn_c_find_uintX_t () | |
| { | |
| as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5 | |
| $as_echo_n "checking for uint$2_t... " >&6; } | |
| if eval \${$3+:} false; then : | |
| $as_echo_n "(cached) " >&6 | |
| else | |
| eval "$3=no" | |
| # Order is important - never check a type that is potentially smaller | |
| # than half of the expected target width. | |
| for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \ | |
| 'unsigned long long int' 'unsigned short int' 'unsigned char'; do | |
| cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
| /* end confdefs.h. */ | |
| $ac_includes_default | |
| int | |
| main () | |
| { | |
| static int test_array [1 - 2 * !((($ac_type) -1 >> ($2 / 2 - 1)) >> ($2 / 2 - 1) == 3)]; | |
| test_array [0] = 0 | |
| ; | |
| return 0; | |
| } | |
| _ACEOF | |
| if ac_fn_c_try_compile "$LINENO"; then : | |
| case $ac_type in #( | |
| uint$2_t) : | |
| eval "$3=yes" ;; #( | |
| *) : | |
| eval "$3=\$ac_type" ;; | |
| esac | |
| fi | |
| rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
| if eval test \"x\$"$3"\" = x"no"; then : | |
| else | |
| break | |
| fi | |
| done | |
| fi | |
| eval ac_res=\$$3 | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
| $as_echo "$ac_res" >&6; } | |
| eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | |
| } # ac_fn_c_find_uintX_t | |
| # ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES | |
| # ---------------------------------------------------- | |
| # Tries to find if the field MEMBER exists in type AGGR, after including | |
| # INCLUDES, setting cache variable VAR accordingly. | |
| ac_fn_c_check_member () | |
| { | |
| as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5 | |
| $as_echo_n "checking for $2.$3... " >&6; } | |
| if eval \${$4+:} false; then : | |
| $as_echo_n "(cached) " >&6 | |
| else | |
| cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
| /* end confdefs.h. */ | |
| $5 | |
| int | |
| main () | |
| { | |
| static $2 ac_aggr; | |
| if (ac_aggr.$3) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
| _ACEOF | |
| if ac_fn_c_try_compile "$LINENO"; then : | |
| eval "$4=yes" | |
| else | |
| cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
| /* end confdefs.h. */ | |
| $5 | |
| int | |
| main () | |
| { | |
| static $2 ac_aggr; | |
| if (sizeof ac_aggr.$3) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
| _ACEOF | |
| if ac_fn_c_try_compile "$LINENO"; then : | |
| eval "$4=yes" | |
| else | |
| eval "$4=no" | |
| fi | |
| rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
| fi | |
| rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
| fi | |
| eval ac_res=\$$4 | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
| $as_echo "$ac_res" >&6; } | |
| eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno | |
| } # ac_fn_c_check_member | |
| # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES | # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES |
| # ------------------------------------------------------- | # ------------------------------------------------------- |
| # Tests whether HEADER exists, giving a warning if it cannot be compiled using | # Tests whether HEADER exists, giving a warning if it cannot be compiled using |
| Line 2147 cat >config.log <<_ACEOF | Line 2257 cat >config.log <<_ACEOF |
| This file contains any messages produced by compilers while | This file contains any messages produced by compilers while |
| running configure, to aid debugging if configure makes a mistake. | running configure, to aid debugging if configure makes a mistake. |
| It was created by parser $as_me 3.4.2, which was | It was created by parser $as_me 3.4.3b, which was |
| generated by GNU Autoconf 2.68. Invocation command line was | generated by GNU Autoconf 2.68. Invocation command line was |
| $ $0 $@ | $ $0 $@ |
| Line 2965 fi | Line 3075 fi |
| # Define the identity of the package. | # Define the identity of the package. |
| PACKAGE='parser' | PACKAGE='parser' |
| VERSION='3.4.2' | VERSION='3.4.3b' |
| cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF |
| Line 4575 ac_compiler_gnu=$ac_cv_c_compiler_gnu | Line 4685 ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dynamic-link library extension" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dynamic-link library extension" >&5 |
| $as_echo_n "checking for dynamic-link library extension... " >&6; } | $as_echo_n "checking for dynamic-link library extension... " >&6; } |
| case "$host_os" in | case "$host_os" in |
| cygwin) | *cygwin* ) dll_extension=dll;; |
| dll_extension=dll | * ) dll_extension=so |
| ;; | |
| *) | |
| dll_extension=so | |
| esac | esac |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dll_extension" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dll_extension" >&5 |
| $as_echo "$dll_extension" >&6; } | $as_echo "$dll_extension" >&6; } |
| Line 17330 _ACEOF | Line 17437 _ACEOF |
| fi | fi |
| ac_fn_c_check_type "$LINENO" "ssize_t" "ac_cv_type_ssize_t" "$ac_includes_default" | |
| if test "x$ac_cv_type_ssize_t" = xyes; then : | |
| else | |
| cat >>confdefs.h <<_ACEOF | |
| #define ssize_t int | |
| _ACEOF | |
| fi | |
| ac_fn_c_find_uintX_t "$LINENO" "8" "ac_cv_c_uint8_t" | |
| case $ac_cv_c_uint8_t in #( | |
| no|yes) ;; #( | |
| *) | |
| $as_echo "#define _UINT8_T 1" >>confdefs.h | |
| cat >>confdefs.h <<_ACEOF | |
| #define uint8_t $ac_cv_c_uint8_t | |
| _ACEOF | |
| ;; | |
| esac | |
| ac_fn_c_find_uintX_t "$LINENO" "32" "ac_cv_c_uint32_t" | |
| case $ac_cv_c_uint32_t in #( | |
| no|yes) ;; #( | |
| *) | |
| $as_echo "#define _UINT32_T 1" >>confdefs.h | |
| cat >>confdefs.h <<_ACEOF | |
| #define uint32_t $ac_cv_c_uint32_t | |
| _ACEOF | |
| ;; | |
| esac | |
| ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t" | |
| case $ac_cv_c_uint64_t in #( | |
| no|yes) ;; #( | |
| *) | |
| $as_echo "#define _UINT64_T 1" >>confdefs.h | |
| cat >>confdefs.h <<_ACEOF | |
| #define uint64_t $ac_cv_c_uint64_t | |
| _ACEOF | |
| ;; | |
| esac | |
| ac_header_dirent=no | |
| for ac_hdr in dirent.h sys/ndir.h sys/dir.h ndir.h; do | |
| as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_hdr that defines DIR" >&5 | |
| $as_echo_n "checking for $ac_hdr that defines DIR... " >&6; } | |
| if eval \${$as_ac_Header+:} false; then : | |
| $as_echo_n "(cached) " >&6 | |
| else | |
| cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <$ac_hdr> | |
| int | |
| main () | |
| { | |
| if ((DIR *) 0) | |
| return 0; | |
| ; | |
| return 0; | |
| } | |
| _ACEOF | |
| if ac_fn_c_try_compile "$LINENO"; then : | |
| eval "$as_ac_Header=yes" | |
| else | |
| eval "$as_ac_Header=no" | |
| fi | |
| rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
| fi | |
| eval ac_res=\$$as_ac_Header | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
| $as_echo "$ac_res" >&6; } | |
| if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | |
| cat >>confdefs.h <<_ACEOF | |
| #define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 | |
| _ACEOF | |
| ac_header_dirent=$ac_hdr; break | |
| fi | |
| done | |
| # Two versions of opendir et al. are in -ldir and -lx on SCO Xenix. | |
| if test $ac_header_dirent = dirent.h; then | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 | |
| $as_echo_n "checking for library containing opendir... " >&6; } | |
| if ${ac_cv_search_opendir+:} false; then : | |
| $as_echo_n "(cached) " >&6 | |
| else | |
| ac_func_search_save_LIBS=$LIBS | |
| cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
| /* end confdefs.h. */ | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char opendir (); | |
| int | |
| main () | |
| { | |
| return opendir (); | |
| ; | |
| return 0; | |
| } | |
| _ACEOF | |
| for ac_lib in '' dir; do | |
| if test -z "$ac_lib"; then | |
| ac_res="none required" | |
| else | |
| ac_res=-l$ac_lib | |
| LIBS="-l$ac_lib $ac_func_search_save_LIBS" | |
| fi | |
| if ac_fn_c_try_link "$LINENO"; then : | |
| ac_cv_search_opendir=$ac_res | |
| fi | |
| rm -f core conftest.err conftest.$ac_objext \ | |
| conftest$ac_exeext | |
| if ${ac_cv_search_opendir+:} false; then : | |
| break | |
| fi | |
| done | |
| if ${ac_cv_search_opendir+:} false; then : | |
| else | |
| ac_cv_search_opendir=no | |
| fi | |
| rm conftest.$ac_ext | |
| LIBS=$ac_func_search_save_LIBS | |
| fi | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 | |
| $as_echo "$ac_cv_search_opendir" >&6; } | |
| ac_res=$ac_cv_search_opendir | |
| if test "$ac_res" != no; then : | |
| test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
| fi | |
| else | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing opendir" >&5 | |
| $as_echo_n "checking for library containing opendir... " >&6; } | |
| if ${ac_cv_search_opendir+:} false; then : | |
| $as_echo_n "(cached) " >&6 | |
| else | |
| ac_func_search_save_LIBS=$LIBS | |
| cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
| /* end confdefs.h. */ | |
| /* Override any GCC internal prototype to avoid an error. | |
| Use char because int might match the return type of a GCC | |
| builtin and then its argument prototype would still apply. */ | |
| #ifdef __cplusplus | |
| extern "C" | |
| #endif | |
| char opendir (); | |
| int | |
| main () | |
| { | |
| return opendir (); | |
| ; | |
| return 0; | |
| } | |
| _ACEOF | |
| for ac_lib in '' x; do | |
| if test -z "$ac_lib"; then | |
| ac_res="none required" | |
| else | |
| ac_res=-l$ac_lib | |
| LIBS="-l$ac_lib $ac_func_search_save_LIBS" | |
| fi | |
| if ac_fn_c_try_link "$LINENO"; then : | |
| ac_cv_search_opendir=$ac_res | |
| fi | |
| rm -f core conftest.err conftest.$ac_objext \ | |
| conftest$ac_exeext | |
| if ${ac_cv_search_opendir+:} false; then : | |
| break | |
| fi | |
| done | |
| if ${ac_cv_search_opendir+:} false; then : | |
| else | |
| ac_cv_search_opendir=no | |
| fi | |
| rm conftest.$ac_ext | |
| LIBS=$ac_func_search_save_LIBS | |
| fi | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_opendir" >&5 | |
| $as_echo "$ac_cv_search_opendir" >&6; } | |
| ac_res=$ac_cv_search_opendir | |
| if test "$ac_res" != no; then : | |
| test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" | |
| fi | |
| fi | |
| ac_fn_c_check_member "$LINENO" "struct dirent" "d_type" "ac_cv_member_struct_dirent_d_type" " | |
| #include <sys/types.h> | |
| #ifdef HAVE_DIRENT_H | |
| # include <dirent.h> | |
| #else | |
| # define dirent direct | |
| # ifdef HAVE_SYS_NDIR_H | |
| # include <sys/ndir.h> | |
| # endif | |
| # ifdef HAVE_SYS_DIR_H | |
| # include <sys/dir.h> | |
| # endif | |
| # ifdef HAVE_NDIR_H | |
| # include <ndir.h> | |
| # endif | |
| #endif | |
| " | |
| if test "x$ac_cv_member_struct_dirent_d_type" = xyes; then : | |
| cat >>confdefs.h <<_ACEOF | |
| #define HAVE_STRUCT_DIRENT_D_TYPE 1 | |
| _ACEOF | |
| fi | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5 | |
| $as_echo_n "checking for ANSI C header files... " >&6; } | |
| if ${ac_cv_header_stdc+:} false; then : | |
| $as_echo_n "(cached) " >&6 | |
| else | |
| cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| #include <stdarg.h> | |
| #include <string.h> | |
| #include <float.h> | |
| int | |
| main () | |
| { | |
| ; | |
| return 0; | |
| } | |
| _ACEOF | |
| if ac_fn_c_try_compile "$LINENO"; then : | |
| ac_cv_header_stdc=yes | |
| else | |
| ac_cv_header_stdc=no | |
| fi | |
| rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
| if test $ac_cv_header_stdc = yes; then | |
| # SunOS 4.x string.h does not declare mem*, contrary to ANSI. | |
| cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
| /* end confdefs.h. */ | |
| #include <string.h> | |
| _ACEOF | |
| if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
| $EGREP "memchr" >/dev/null 2>&1; then : | |
| else | |
| ac_cv_header_stdc=no | |
| fi | |
| rm -f conftest* | |
| fi | |
| if test $ac_cv_header_stdc = yes; then | |
| # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. | |
| cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
| /* end confdefs.h. */ | |
| #include <stdlib.h> | |
| _ACEOF | |
| if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | | |
| $EGREP "free" >/dev/null 2>&1; then : | |
| else | |
| ac_cv_header_stdc=no | |
| fi | |
| rm -f conftest* | |
| fi | |
| if test $ac_cv_header_stdc = yes; then | |
| # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi. | |
| if test "$cross_compiling" = yes; then : | |
| : | |
| else | |
| cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
| /* end confdefs.h. */ | |
| #include <ctype.h> | |
| #include <stdlib.h> | |
| #if ((' ' & 0x0FF) == 0x020) | |
| # define ISLOWER(c) ('a' <= (c) && (c) <= 'z') | |
| # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c)) | |
| #else | |
| # define ISLOWER(c) \ | |
| (('a' <= (c) && (c) <= 'i') \ | |
| || ('j' <= (c) && (c) <= 'r') \ | |
| || ('s' <= (c) && (c) <= 'z')) | |
| # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c)) | |
| #endif | |
| #define XOR(e, f) (((e) && !(f)) || (!(e) && (f))) | |
| int | |
| main () | |
| { | |
| int i; | |
| for (i = 0; i < 256; i++) | |
| if (XOR (islower (i), ISLOWER (i)) | |
| || toupper (i) != TOUPPER (i)) | |
| return 2; | |
| return 0; | |
| } | |
| _ACEOF | |
| if ac_fn_c_try_run "$LINENO"; then : | |
| else | |
| ac_cv_header_stdc=no | |
| fi | |
| rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ | |
| conftest.$ac_objext conftest.beam conftest.$ac_ext | |
| fi | |
| fi | |
| fi | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5 | |
| $as_echo "$ac_cv_header_stdc" >&6; } | |
| if test $ac_cv_header_stdc = yes; then | |
| $as_echo "#define STDC_HEADERS 1" >>confdefs.h | |
| fi | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5 |
| $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } | $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } |
| Line 17368 $as_echo "#define TIME_WITH_SYS_TIME 1" | Line 17828 $as_echo "#define TIME_WITH_SYS_TIME 1" |
| fi | fi |
| for ac_header in assert.h \ | for ac_header in stdio.h sys/types.h sys/stat.h stdlib.h stddef.h memory.h string.h strings.h inttypes.h stdint.h unistd.h |
| signal.h \ | do : |
| unistd.h \ | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| process.h \ | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| stddef.h \ | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| stdarg.h \ | cat >>confdefs.h <<_ACEOF |
| fcntl.h \ | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| sys/stat.h \ | _ACEOF |
| io.h \ | |
| stdio.h \ | fi |
| errno.h \ | |
| ctype.h \ | done |
| math.h \ | |
| crypt.h \ | for ac_header in assert.h limits.h ctype.h math.h process.h stdarg.h setjmp.h signal.h |
| time.h sys/time.h \ | do : |
| string.h \ | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| direct.h \ | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| setjmp.h \ | if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| memory.h \ | cat >>confdefs.h <<_ACEOF |
| limits.h \ | #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| sys/file.h \ | _ACEOF |
| sys/locking.h \ | |
| sys/types.h \ | fi |
| sys/select.h \ | |
| sys/resource.h \ | done |
| winsock.h \ | |
| sys/socket.h \ | |
| netinet/in.h \ | |
| arpa/inet.h \ | |
| netdb.h | |
| for ac_header in errno.h dirent.h fcntl.h io.h sys/file.h sys/locking.h sys/select.h sys/resource.h | |
| do : | do : |
| as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| Line 17411 fi | Line 17867 fi |
| done | done |
| for ac_header in winsock.h sys/socket.h netinet/in.h arpa/inet.h netdb.h | |
| do : | |
| as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` | |
| ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" | |
| if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : | |
| cat >>confdefs.h <<_ACEOF | |
| #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 | |
| _ACEOF | |
| fi | |
| done | |
| Line 17778 fi | Line 18245 fi |
| for ac_func in flock \ | for ac_func in flock _locking fcntl lockf ftruncate fchmod |
| _locking \ | do : |
| fcntl \ | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| lockf \ | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| ftruncate \ | if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| fchmod \ | cat >>confdefs.h <<_ACEOF |
| getrusage \ | #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| gettimeofday \ | _ACEOF |
| crypt \ | |
| sigsetjmp \ | fi |
| siglongjmp \ | done |
| unsetenv | |
| for ac_func in getrusage gettimeofday crypt sigsetjmp siglongjmp unsetenv | |
| do : | do : |
| as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` | as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" | ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| Line 17804 done | Line 18271 done |
| pa_func=sigsetjmp | pa_func=sigsetjmp |
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking for (maybe built-in) function $pa_func" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for (maybe built-in) function $pa_func" >&5 |
| $as_echo_n "checking for (maybe built-in) function $pa_func... " >&6; } | $as_echo_n "checking for (maybe built-in) function $pa_func... " >&6; } |
| Line 17841 rm -f core conftest.err conftest.$ac_obj | Line 18309 rm -f core conftest.err conftest.$ac_obj |
| ac_ext=cpp | ac_ext=cpp |
| ac_cpp='$CXXCPP $CPPFLAGS' | ac_cpp='$CXXCPP $CPPFLAGS' |
| ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' |
| Line 17849 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | Line 18318 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu |
| for pa_func in trunc \ | for pa_func in trunc round sign |
| round \ | |
| sign | |
| do | do |
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking for (maybe built-in) math function $pa_func" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for (maybe built-in) math function $pa_func" >&5 |
| Line 17913 done | Line 18379 done |
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for timezone variable" >&5 |
| $as_echo_n "checking for timezone variable... " >&6; } | $as_echo_n "checking for timezone variable... " >&6; } |
| cat confdefs.h - <<_ACEOF >conftest.$ac_ext | cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| Line 17921 cat confdefs.h - <<_ACEOF >conftest.$ac_ | Line 18388 cat confdefs.h - <<_ACEOF >conftest.$ac_ |
| int | int |
| main () | main () |
| { | { |
| time_t test=timezone; | time_t test=timezone; |
| ; | ; |
| return 0; | return 0; |
| } | } |
| _ACEOF | _ACEOF |
| if ac_fn_c_try_compile "$LINENO"; then : | if ac_fn_c_try_compile "$LINENO"; then : |
| $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h | $as_echo "#define HAVE_TIMEZONE 1" >>confdefs.h |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
| $as_echo "yes" >&6; } | $as_echo "yes" >&6; } |
| else | else |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| Line 17947 cat confdefs.h - <<_ACEOF >conftest.$ac_ | Line 18411 cat confdefs.h - <<_ACEOF >conftest.$ac_ |
| int | int |
| main () | main () |
| { | { |
| int test=daylight; | int test=daylight; |
| ; | ; |
| return 0; | return 0; |
| } | } |
| _ACEOF | _ACEOF |
| if ac_fn_c_try_compile "$LINENO"; then : | if ac_fn_c_try_compile "$LINENO"; then : |
| $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h | $as_echo "#define HAVE_DAYLIGHT 1" >>confdefs.h |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
| $as_echo "yes" >&6; } | $as_echo "yes" >&6; } |
| else | else |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| Line 17973 cat confdefs.h - <<_ACEOF >conftest.$ac_ | Line 18434 cat confdefs.h - <<_ACEOF >conftest.$ac_ |
| int | int |
| main () | main () |
| { | { |
| struct tm tm; | struct tm tm; tm.tm_gmtoff=0; |
| tm.tm_gmtoff=0; | |
| ; | ; |
| return 0; | return 0; |
| } | } |
| _ACEOF | _ACEOF |
| if ac_fn_c_try_compile "$LINENO"; then : | if ac_fn_c_try_compile "$LINENO"; then : |
| $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h | $as_echo "#define HAVE_TM_GMTOFF 1" >>confdefs.h |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
| $as_echo "yes" >&6; } | $as_echo "yes" >&6; } |
| else | else |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| Line 17999 cat confdefs.h - <<_ACEOF >conftest.$ac_ | Line 18457 cat confdefs.h - <<_ACEOF >conftest.$ac_ |
| int | int |
| main () | main () |
| { | { |
| struct tm tm; | struct tm tm; tm.tm_tzadj=0; |
| tm.tm_tzadj=0; | |
| ; | ; |
| return 0; | return 0; |
| } | } |
| _ACEOF | _ACEOF |
| if ac_fn_c_try_compile "$LINENO"; then : | if ac_fn_c_try_compile "$LINENO"; then : |
| $as_echo "#define HAVE_TM_TZADJ 1" >>confdefs.h | $as_echo "#define HAVE_TM_TZADJ 1" >>confdefs.h |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
| $as_echo "yes" >&6; } | $as_echo "yes" >&6; } |
| else | else |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 |
| Line 18023 rm -f core conftest.err conftest.$ac_obj | Line 18478 rm -f core conftest.err conftest.$ac_obj |
| ac_config_headers="$ac_config_headers src/include/pa_config_auto.h" | ac_config_headers="$ac_config_headers src/include/pa_config_auto.h" |
| Line 18611 cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri | Line 19051 cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri |
| # report actual input values of CONFIG_FILES etc. instead of their | # report actual input values of CONFIG_FILES etc. instead of their |
| # values after options handling. | # values after options handling. |
| ac_log=" | ac_log=" |
| This file was extended by parser $as_me 3.4.2, which was | This file was extended by parser $as_me 3.4.3b, which was |
| generated by GNU Autoconf 2.68. Invocation command line was | generated by GNU Autoconf 2.68. Invocation command line was |
| CONFIG_FILES = $CONFIG_FILES | CONFIG_FILES = $CONFIG_FILES |
| Line 18677 _ACEOF | Line 19117 _ACEOF |
| cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 | cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" | ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| ac_cs_version="\\ | ac_cs_version="\\ |
| parser config.status 3.4.2 | parser config.status 3.4.3b |
| configured by $0, generated by GNU Autoconf 2.68, | configured by $0, generated by GNU Autoconf 2.68, |
| with options \\"\$ac_cs_config\\" | with options \\"\$ac_cs_config\\" |