--- parser3/configure 2020/12/07 17:17:09 1.203 +++ parser3/configure 2021/01/15 20:26:52 1.211 @@ -1,6 +1,6 @@ #! /bin/sh # 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. @@ -591,8 +591,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='parser' PACKAGE_TARNAME='parser' -PACKAGE_VERSION='3.4.6b' -PACKAGE_STRING='parser 3.4.6b' +PACKAGE_VERSION='3.4.6rc' +PACKAGE_STRING='parser 3.4.6rc' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -807,7 +807,6 @@ with_profiler with_assertions with_sjlj_exceptions with_system_cfg -with_system_log enable_safe_mode enable_execs enable_stringstream @@ -1395,7 +1394,7 @@ if test "$ac_init_help" = "long"; then # 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. 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]... @@ -1466,7 +1465,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of parser 3.4.6b:";; + short | recursive ) echo "Configuration of parser 3.4.6rc:";; esac cat <<\_ACEOF @@ -1503,7 +1502,6 @@ Optional Packages: --with-assertions to enable assertions --with-sjlj-exceptions to enable simple 'throw' from dynamic library --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 Boehm garbage collecting library is installed --with-pcre=DIR DIR is the directory where @@ -1611,7 +1609,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -parser configure 3.4.6b +parser configure 3.4.6rc generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2308,7 +2306,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while 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 $ $0 $@ @@ -3174,7 +3172,7 @@ fi # Define the identity of the package. PACKAGE='parser' - VERSION='3.4.6b' + VERSION='3.4.6rc' cat >>confdefs.h <<_ACEOF @@ -4979,19 +4977,6 @@ fi - -# Check whether --with-system-log was given. -if test "${with_system_log+set}" = set; then : - withval=$with_system_log; -cat >>confdefs.h <<_ACEOF -#define SYSTEM_LOG_FILE "$withval" -_ACEOF - - -fi - - - # Check whether --enable-safe-mode was given. if test "${enable_safe_mode+set}" = set; then : enableval=$enable_safe_mode; @@ -18324,7 +18309,7 @@ fi 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 : 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" @@ -18904,6 +18889,55 @@ $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 gettid" >&5 +$as_echo_n "checking for gettid... " >&6; } +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +#include +#include + +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_n "checking for 0..9999 year date range support... " >&6; } if test "$cross_compiling" = yes; then : @@ -18947,6 +18981,8 @@ fi + + ac_config_headers="$ac_config_headers src/include/pa_config_auto.h" @@ -19515,7 +19551,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. 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 CONFIG_FILES = $CONFIG_FILES @@ -19581,7 +19617,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -parser config.status 3.4.6b +parser config.status 3.4.6rc configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\"