|
|
| version 1.202, 2020/12/07 16:45:41 | version 1.210, 2021/01/15 20:26:25 |
|---|---|
| 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.69 for parser 3.4.6b. | # Generated by GNU Autoconf 2.69 for parser 3.4.6rc. |
| # | # |
| # | # |
| # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. | # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
| Line 591 MAKEFLAGS= | Line 591 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.6b' | PACKAGE_VERSION='3.4.6rc' |
| PACKAGE_STRING='parser 3.4.6b' | PACKAGE_STRING='parser 3.4.6rc' |
| PACKAGE_BUGREPORT='' | PACKAGE_BUGREPORT='' |
| PACKAGE_URL='' | PACKAGE_URL='' |
| Line 806 with_coverage | Line 806 with_coverage |
| with_profiler | with_profiler |
| with_assertions | with_assertions |
| with_sjlj_exceptions | with_sjlj_exceptions |
| with_system_config | with_system_cfg |
| with_system_log | |
| enable_safe_mode | enable_safe_mode |
| enable_execs | enable_execs |
| enable_stringstream | enable_stringstream |
| Line 1395 if test "$ac_init_help" = "long"; then | Line 1394 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.6b to adapt to many kinds of systems. | \`configure' configures parser 3.4.6rc to adapt to many kinds of systems. |
| Usage: $0 [OPTION]... [VAR=VALUE]... | Usage: $0 [OPTION]... [VAR=VALUE]... |
| Line 1466 fi | Line 1465 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.6b:";; | short | recursive ) echo "Configuration of parser 3.4.6rc:";; |
| esac | esac |
| cat <<\_ACEOF | cat <<\_ACEOF |
| Line 1503 Optional Packages: | Line 1502 Optional Packages: |
| --with-assertions to enable assertions | --with-assertions to enable assertions |
| --with-sjlj-exceptions to enable simple 'throw' from dynamic library | --with-sjlj-exceptions to enable simple 'throw' from dynamic library |
| --with-system-cfg=FILE to specify system-wide auto.p | --with-system-cfg=FILE to specify system-wide auto.p |
| --with-system-log=FILE to specify system-wide parser3.log | |
| --with-gc=DIR DIR is the directory where | --with-gc=DIR DIR is the directory where |
| Boehm garbage collecting library is installed | Boehm garbage collecting library is installed |
| --with-pcre=DIR DIR is the directory where | --with-pcre=DIR DIR is the directory where |
| Line 1611 fi | Line 1609 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.6b | parser configure 3.4.6rc |
| generated by GNU Autoconf 2.69 | generated by GNU Autoconf 2.69 |
| Copyright (C) 2012 Free Software Foundation, Inc. | Copyright (C) 2012 Free Software Foundation, Inc. |
| Line 2308 cat >config.log <<_ACEOF | Line 2306 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.6b, which was | It was created by parser $as_me 3.4.6rc, which was |
| generated by GNU Autoconf 2.69. Invocation command line was | generated by GNU Autoconf 2.69. Invocation command line was |
| $ $0 $@ | $ $0 $@ |
| Line 3174 fi | Line 3172 fi |
| # Define the identity of the package. | # Define the identity of the package. |
| PACKAGE='parser' | PACKAGE='parser' |
| VERSION='3.4.6b' | VERSION='3.4.6rc' |
| cat >>confdefs.h <<_ACEOF | cat >>confdefs.h <<_ACEOF |
| Line 4967 fi | Line 4965 fi |
| # Check whether --with-system-config was given. | # Check whether --with-system-cfg was given. |
| if test "${with_system_config+set}" = set; then : | if test "${with_system_cfg+set}" = set; then : |
| withval=$with_system_config; | withval=$with_system_cfg; |
| $as_echo "#define SYSTEM_CONFIG_FILE \$withval" >>confdefs.h | cat >>confdefs.h <<_ACEOF |
| #define SYSTEM_CONFIG_FILE "$withval" | |
| _ACEOF | |
| fi | |
| # Check whether --with-system-log was given. | |
| if test "${with_system_log+set}" = set; then : | |
| withval=$with_system_log; | |
| $as_echo "#define SYSTEM_LOG_FILE \$withval" >>confdefs.h | |
| fi | fi |
| Line 18320 fi | Line 18309 fi |
| done | done |
| for ac_header in assert.h limits.h ctype.h math.h process.h stdarg.h setjmp.h signal.h | for ac_header in assert.h limits.h ctype.h math.h process.h stdarg.h setjmp.h signal.h pthread.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 18900 $as_echo "no" >&6; } | Line 18889 $as_echo "no" >&6; } |
| fi | fi |
| rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gettid" >&5 | |
| $as_echo_n "checking for gettid... " >&6; } | |
| cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
| /* end confdefs.h. */ | |
| #include <sys/types.h> | |
| #include <sys/syscall.h> | |
| int | |
| main () | |
| { | |
| uint tid=syscall(__NR_gettid); | |
| ; | |
| return 0; | |
| } | |
| _ACEOF | |
| if ac_fn_c_try_compile "$LINENO"; then : | |
| $as_echo "#define HAVE_GETTID 1" >>confdefs.h | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
| $as_echo "yes" >&6; } | |
| else | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| $as_echo "no" >&6; } | |
| fi | |
| rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking for TLS" >&5 | |
| $as_echo_n "checking for TLS... " >&6; } | |
| cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
| /* end confdefs.h. */ | |
| __thread int i=0; | |
| int | |
| main () | |
| { | |
| ; | |
| return 0; | |
| } | |
| _ACEOF | |
| if ac_fn_c_try_compile "$LINENO"; then : | |
| $as_echo "#define HAVE_TLS 1" >>confdefs.h | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 | |
| $as_echo "yes" >&6; } | |
| else | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 | |
| $as_echo "no" >&6; } | |
| fi | |
| rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 0..9999 year date range support" >&5 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 0..9999 year date range support" >&5 |
| $as_echo_n "checking for 0..9999 year date range support... " >&6; } | $as_echo_n "checking for 0..9999 year date range support... " >&6; } |
| if test "$cross_compiling" = yes; then : | if test "$cross_compiling" = yes; then : |
| Line 18943 fi | Line 18981 fi |
| 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 19511 cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri | Line 19551 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.6b, which was | This file was extended by parser $as_me 3.4.6rc, which was |
| generated by GNU Autoconf 2.69. Invocation command line was | generated by GNU Autoconf 2.69. Invocation command line was |
| CONFIG_FILES = $CONFIG_FILES | CONFIG_FILES = $CONFIG_FILES |
| Line 19577 _ACEOF | Line 19617 _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.6b | parser config.status 3.4.6rc |
| configured by $0, generated by GNU Autoconf 2.69, | configured by $0, generated by GNU Autoconf 2.69, |
| with options \\"\$ac_cs_config\\" | with options \\"\$ac_cs_config\\" |