Diff for /parser3/configure between versions 1.173 and 1.185

version 1.173, 2015/04/21 21:47:32 version 1.185, 2017/02/26 21:39:45
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.4b.  # Generated by GNU Autoconf 2.69 for parser 3.4.5.
 #  #
 #  #
 # 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.4b'  PACKAGE_VERSION='3.4.5'
 PACKAGE_STRING='parser 3.4.4b'  PACKAGE_STRING='parser 3.4.5'
 PACKAGE_BUGREPORT=''  PACKAGE_BUGREPORT=''
 PACKAGE_URL=''  PACKAGE_URL=''
   
Line 795  ac_user_opts=' Line 795  ac_user_opts='
 enable_option_checking  enable_option_checking
 enable_dependency_tracking  enable_dependency_tracking
 with_build_warnings  with_build_warnings
   with_coverage
   with_profiler
 with_assertions  with_assertions
 with_sjlj_exceptions  with_sjlj_exceptions
 enable_safe_mode  enable_safe_mode
Line 1374  if test "$ac_init_help" = "long"; then Line 1376  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.4b to adapt to many kinds of systems.  \`configure' configures parser 3.4.5 to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 1444  fi Line 1446  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.4b:";;       short | recursive ) echo "Configuration of parser 3.4.5:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1472  Optional Packages: Line 1474  Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)    --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-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-assertions       to enable assertions
   --with-sjlj-exceptions  enable simple 'throw' from dynamic library    --with-sjlj-exceptions  enable simple 'throw' from dynamic library
   --with-gc=D             D is the directory where    --with-gc=D             D is the directory where
Line 1581  fi Line 1585  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.4b  parser configure 3.4.5
 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 2278  cat >config.log <<_ACEOF Line 2282  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.4b, which was  It was created by parser $as_me 3.4.5, 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 3096  fi Line 3100  fi
   
 # Define the identity of the package.  # Define the identity of the package.
  PACKAGE='parser'   PACKAGE='parser'
  VERSION='3.4.4b'   VERSION='3.4.5'
   
   
 cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
Line 4718  $as_echo "$dll_extension" >&6; } Line 4722  $as_echo "$dll_extension" >&6; }
 if test "${with_build_warnings+set}" = set; then :  if test "${with_build_warnings+set}" = set; then :
   withval=$with_build_warnings; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: enabling compiler warnings" >&5    withval=$with_build_warnings; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: enabling compiler warnings" >&5
 $as_echo "$as_me: WARNING: enabling compiler warnings" >&2;}  $as_echo "$as_me: WARNING: enabling compiler warnings" >&2;}
         CXXFLAGS="$CXXFLAGS -W -Wall -Wstrict-prototypes -Wmissing-prototypes"          CXXFLAGS="$CXXFLAGS -Wextra -Wall -Wno-parentheses"
   
   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 -O0 -pg"
           CXXFLAGS="$CXXFLAGS -O0 -pg"
   
 fi  fi
   
Line 18568  done Line 18597  done
   
   
   
   ac_ext=cpp
   ac_cpp='$CXXCPP $CPPFLAGS'
   ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
   
 { $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 18576  cat confdefs.h - <<_ACEOF >conftest.$ac_ Line 18611  cat confdefs.h - <<_ACEOF >conftest.$ac_
 int  int
 main ()  main ()
 {  {
 time_t test=timezone;  int test=timezone;
   ;    ;
   return 0;    return 0;
 }  }
 _ACEOF  _ACEOF
 if ac_fn_c_try_compile "$LINENO"; then :  if ac_fn_cxx_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; }
Line 18590  else Line 18625  else
 $as_echo "no" >&6; }  $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
   ac_ext=c
   ac_cpp='$CPP $CPPFLAGS'
   ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
   ac_compiler_gnu=$ac_cv_c_compiler_gnu
   
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for daylight variable" >&5  
 $as_echo_n "checking for daylight variable... " >&6; }  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tm_gmtoff in struct tm" >&5
   $as_echo_n "checking for tm_gmtoff in struct tm... " >&6; }
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
 #include <time.h>  #include <time.h>
 int  int
 main ()  main ()
 {  {
 int test=daylight;  struct tm tm; 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_DAYLIGHT 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
Line 18614  $as_echo "no" >&6; } Line 18655  $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 tm_gmtoff in struct tm" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for tm_tzadj in struct tm" >&5
 $as_echo_n "checking for tm_gmtoff in struct tm... " >&6; }  $as_echo_n "checking for tm_tzadj in struct tm... " >&6; }
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
 #include <time.h>  #include <time.h>
 int  int
 main ()  main ()
 {  {
 struct tm tm; tm.tm_gmtoff=0;  struct tm tm; 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_GMTOFF 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
Line 18637  $as_echo "no" >&6; } Line 18678  $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 tm_tzadj in struct tm" >&5  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for 0..9999 year date range support" >&5
 $as_echo_n "checking for tm_tzadj in struct tm... " >&6; }  $as_echo_n "checking for 0..9999 year date range support... " >&6; }
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext  if test "$cross_compiling" = yes; then :
     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
   $as_echo "no" >&6; }
   else
     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */  /* end confdefs.h.  */
   
   #include <string.h>
 #include <time.h>  #include <time.h>
 int  
 main ()  int main() {
 {          struct tm tmL,tmH;
 struct tm tm; tm.tm_tzadj=0;          memset(&tmL, 0, sizeof(tmL));
   ;          memset(&tmH, 0, sizeof(tmH));
   return 0;          tmL.tm_year=-1900;
           tmL.tm_mon=-1;
           tmH.tm_year=9999-1900;
           tmH.tm_mon=12-1;
           tmH.tm_mday=31;
           return mktime(&tmL)==-1 || mktime(&tmH)==-1;
 }  }
   
 _ACEOF  _ACEOF
 if ac_fn_c_try_compile "$LINENO"; then :  if ac_fn_c_try_run "$LINENO"; then :
   $as_echo "#define HAVE_TM_TZADJ 1" >>confdefs.h    $as_echo "#define PA_DATE64 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
 $as_echo "no" >&6; }  $as_echo "no" >&6; }
 fi  fi
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext  rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
     conftest.$ac_objext conftest.beam conftest.$ac_ext
   fi
   
   
   
Line 19227  cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri Line 19282  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.4b, which was  This file was extended by parser $as_me 3.4.5, 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 19293  _ACEOF Line 19348  _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.4b  parser config.status 3.4.5
 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\\"
   

Removed from v.1.173  
changed lines
  Added in v.1.185


E-mail: