Diff for /parser3/configure between versions 1.156 and 1.158

version 1.156, 2013/03/10 19:47:27 version 1.158, 2013/07/16 14:38:42
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 2200  cat >config.log <<_ACEOF Line 2200  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 3018  fi Line 3018  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 4628  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 4628  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 17924  ac_compiler_gnu=$ac_cv_cxx_compiler_gnu Line 17921  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 17996  cat confdefs.h - <<_ACEOF >conftest.$ac_ Line 17990  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 18022  cat confdefs.h - <<_ACEOF >conftest.$ac_ Line 18013  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 18048  cat confdefs.h - <<_ACEOF >conftest.$ac_ Line 18036  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 18074  cat confdefs.h - <<_ACEOF >conftest.$ac_ Line 18059  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 18099  rm -f core conftest.err conftest.$ac_obj Line 18081  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 18676  cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri Line 18654  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 18742  _ACEOF Line 18720  _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\\"
   

Removed from v.1.156  
changed lines
  Added in v.1.158


E-mail: