--- parser3/configure 2015/10/23 21:43:16 1.179 +++ parser3/configure 2016/12/23 16:29:27 1.182 @@ -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.4rc. +# Generated by GNU Autoconf 2.69 for parser 3.4.5b. # # # 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.4rc' -PACKAGE_STRING='parser 3.4.4rc' +PACKAGE_VERSION='3.4.5b' +PACKAGE_STRING='parser 3.4.5b' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -795,6 +795,8 @@ ac_user_opts=' enable_option_checking enable_dependency_tracking with_build_warnings +with_coverage +with_profiler with_assertions with_sjlj_exceptions enable_safe_mode @@ -1374,7 +1376,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.4rc to adapt to many kinds of systems. +\`configure' configures parser 3.4.5b to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1444,7 +1446,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of parser 3.4.4rc:";; + short | recursive ) echo "Configuration of parser 3.4.5b:";; esac cat <<\_ACEOF @@ -1472,6 +1474,8 @@ Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) --with-build-warnings to enable build-time compiler warnings if gcc is used + --with-coverage to enable gcov code coverage support + --with-profiler to enable gprof code profiler support --with-assertions to enable assertions --with-sjlj-exceptions enable simple 'throw' from dynamic library --with-gc=D D is the directory where @@ -1581,7 +1585,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -parser configure 3.4.4rc +parser configure 3.4.5b generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2278,7 +2282,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.4rc, which was +It was created by parser $as_me 3.4.5b, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3096,7 +3100,7 @@ fi # Define the identity of the package. PACKAGE='parser' - VERSION='3.4.4rc' + VERSION='3.4.5b' cat >>confdefs.h <<_ACEOF @@ -4724,6 +4728,31 @@ fi +# Check whether --with-coverage was given. +if test "${with_coverage+set}" = set; then : + withval=$with_coverage; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: enabling gcov support" >&5 +$as_echo "$as_me: WARNING: enabling gcov support" >&2;} + CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O0-9*//g'` + CXXFLAGS=`echo "$XXCFLAGS" | $SED -e 's/-O0-9*//g'` + CFLAGS="$CFLAGS -O0 -fprofile-arcs -ftest-coverage" + CXXFLAGS="$CXXFLAGS -O0 -fprofile-arcs -ftest-coverage" + LDFLAGS="$LDFLAGS -lgcov" + +fi + + + +# Check whether --with-profiler was given. +if test "${with_profiler+set}" = set; then : + withval=$with_profiler; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: enabling gprof support" >&5 +$as_echo "$as_me: WARNING: enabling gprof support" >&2;} + CFLAGS="$CFLAGS -pg" + CXXFLAGS="$CXXFLAGS -pg" + +fi + + + # Check whether --with-assertions was given. if test "${with_assertions+set}" = set; then : withval=$with_assertions; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: enabling assertions" >&5 @@ -19253,7 +19282,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.4rc, which was +This file was extended by parser $as_me 3.4.5b, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -19319,7 +19348,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.4rc +parser config.status 3.4.5b configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\"