Diff for /parser3/configure between versions 1.142 and 1.145

version 1.142, 2012/06/13 21:47:09 version 1.145, 2012/06/14 20:31:17
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.59 for parser 3.4.2b.  # Generated by GNU Autoconf 2.59 for parser 3.4.2 RC.
 #  #
 # Copyright (C) 2003 Free Software Foundation, Inc.  # Copyright (C) 2003 Free Software Foundation, Inc.
 # This configure script is free software; the Free Software Foundation  # This configure script is free software; the Free Software Foundation
Line 273  SHELL=${CONFIG_SHELL-/bin/sh} Line 273  SHELL=${CONFIG_SHELL-/bin/sh}
 # Identity of this package.  # Identity of this package.
 PACKAGE_NAME='parser'  PACKAGE_NAME='parser'
 PACKAGE_TARNAME='parser'  PACKAGE_TARNAME='parser'
 PACKAGE_VERSION='3.4.2b'  PACKAGE_VERSION='3.4.2 RC'
 PACKAGE_STRING='parser 3.4.2b'  PACKAGE_STRING='parser 3.4.2 RC'
 PACKAGE_BUGREPORT=''  PACKAGE_BUGREPORT=''
   
 ac_unique_file="README"  ac_unique_file="README"
Line 797  if test "$ac_init_help" = "long"; then Line 797  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.2b to adapt to many kinds of systems.  \`configure' configures parser 3.4.2 RC to adapt to many kinds of systems.
   
 Usage: $0 [OPTION]... [VAR=VALUE]...  Usage: $0 [OPTION]... [VAR=VALUE]...
   
Line 863  fi Line 863  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.2b:";;       short | recursive ) echo "Configuration of parser 3.4.2 RC:";;
    esac     esac
   cat <<\_ACEOF    cat <<\_ACEOF
   
Line 1031  fi Line 1031  fi
 test -n "$ac_init_help" && exit 0  test -n "$ac_init_help" && exit 0
 if $ac_init_version; then  if $ac_init_version; then
   cat <<\_ACEOF    cat <<\_ACEOF
 parser configure 3.4.2b  parser configure 3.4.2 RC
 generated by GNU Autoconf 2.59  generated by GNU Autoconf 2.59
   
 Copyright (C) 2003 Free Software Foundation, Inc.  Copyright (C) 2003 Free Software Foundation, Inc.
Line 1045  cat >&5 <<_ACEOF Line 1045  cat >&5 <<_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.2b, which was  It was created by parser $as_me 3.4.2 RC, which was
 generated by GNU Autoconf 2.59.  Invocation command line was  generated by GNU Autoconf 2.59.  Invocation command line was
   
   $ $0 $@    $ $0 $@
Line 1691  fi Line 1691  fi
   
 # Define the identity of the package.  # Define the identity of the package.
  PACKAGE='parser'   PACKAGE='parser'
  VERSION='3.4.2b'   VERSION='3.4.2 RC'
   
   
 cat >>confdefs.h <<_ACEOF  cat >>confdefs.h <<_ACEOF
Line 1888  echo "/* edit configure.in to change ver Line 1888  echo "/* edit configure.in to change ver
 echo "#define PARSER_VERSION \"$PARSER_VERSION\"" >> $srcdir/src/include/pa_version.h.new  echo "#define PARSER_VERSION \"$PARSER_VERSION\"" >> $srcdir/src/include/pa_version.h.new
 cmp $srcdir/src/include/pa_version.h.new $srcdir/src/include/pa_version.h >/dev/null 2>&1  cmp $srcdir/src/include/pa_version.h.new $srcdir/src/include/pa_version.h >/dev/null 2>&1
 if test $? -ne 0 ; then  if test $? -ne 0 ; then
         rm -f $srcdir/src/include/pa_version.h && mv $srcdir/src/include/pa_version.h.new $srcdir/src/include/pa_version.h && \          mv $srcdir/src/include/pa_version.h.new $srcdir/src/include/pa_version.h
         echo Updated $srcdir/src/include/pa_version.h          { echo "$as_me:$LINENO: WARNING: Updated $srcdir/src/include/pa_version.h" >&5
   echo "$as_me: WARNING: Updated $srcdir/src/include/pa_version.h" >&2;}
 else  else
         rm -f $srcdir/src/include/pa_version.h.new          rm -f $srcdir/src/include/pa_version.h.new
 fi  fi
Line 8022  test -z "$OBJDUMP" && OBJDUMP=objdump Line 8023  test -z "$OBJDUMP" && OBJDUMP=objdump
   
   
   
   # Check whether --with-pic or --without-pic was given.
   if test "${with_pic+set}" = set; then
     withval="$with_pic"
     lt_p=${PACKAGE-default}
       case $withval in
       yes|no) pic_mode=$withval ;;
       *)
         pic_mode=default
         # Look at the argument we got.  We use all the common list separators.
         lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
         for lt_pkg in $withval; do
           IFS="$lt_save_ifs"
           if test "X$lt_pkg" = "X$lt_p"; then
             pic_mode=yes
           fi
         done
         IFS="$lt_save_ifs"
         ;;
       esac
   else
     pic_mode=default
   fi;
   
   test -z "$pic_mode" && pic_mode=no
   
   
   
   
   
   
   
   
   
Line 8089  fi; Line 8120  fi;
   
   
   
 # Check whether --with-pic or --without-pic was given.  
 if test "${with_pic+set}" = set; then  
   withval="$with_pic"  
   lt_p=${PACKAGE-default}  
     case $withval in  
     yes|no) pic_mode=$withval ;;  
     *)  
       pic_mode=default  
       # Look at the argument we got.  We use all the common list separators.  
       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"  
       for lt_pkg in $withval; do  
         IFS="$lt_save_ifs"  
         if test "X$lt_pkg" = "X$lt_p"; then  
           pic_mode=yes  
         fi  
       done  
       IFS="$lt_save_ifs"  
       ;;  
     esac  
 else  
   pic_mode=default  
 fi;  
   
 test -z "$pic_mode" && pic_mode=default  
   
   
   
   
   
   
   
   # Check whether --enable-fast-install or --disable-fast-install was given.    # Check whether --enable-fast-install or --disable-fast-install was given.
 if test "${enable_fast_install+set}" = set; then  if test "${enable_fast_install+set}" = set; then
   enableval="$enable_fast_install"    enableval="$enable_fast_install"
Line 15829  ac_compiler_gnu=$ac_cv_c_compiler_gnu Line 15829  ac_compiler_gnu=$ac_cv_c_compiler_gnu
 # Only expand once:  # Only expand once:
   
   
 #LT_INIT(disable-shared dlopen win32-dll)  
 echo "$as_me:$LINENO: checking which extension is used for runtime loadable modules" >&5  echo "$as_me:$LINENO: checking which extension is used for runtime loadable modules" >&5
 echo $ECHO_N "checking which extension is used for runtime loadable modules... $ECHO_C" >&6  echo $ECHO_N "checking which extension is used for runtime loadable modules... $ECHO_C" >&6
 if test "${libltdl_cv_shlibext+set}" = set; then  if test "${libltdl_cv_shlibext+set}" = set; then
Line 20410  _ASBOX Line 20409  _ASBOX
 } >&5  } >&5
 cat >&5 <<_CSEOF  cat >&5 <<_CSEOF
   
 This file was extended by parser $as_me 3.4.2b, which was  This file was extended by parser $as_me 3.4.2 RC, which was
 generated by GNU Autoconf 2.59.  Invocation command line was  generated by GNU Autoconf 2.59.  Invocation command line was
   
   CONFIG_FILES    = $CONFIG_FILES    CONFIG_FILES    = $CONFIG_FILES
Line 20473  _ACEOF Line 20472  _ACEOF
   
 cat >>$CONFIG_STATUS <<_ACEOF  cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\  ac_cs_version="\\
 parser config.status 3.4.2b  parser config.status 3.4.2 RC
 configured by $0, generated by GNU Autoconf 2.59,  configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"    with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
   
Line 20587  macro_revision='`$ECHO "$macro_revision" Line 20586  macro_revision='`$ECHO "$macro_revision"
 AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'  AS='`$ECHO "$AS" | $SED "$delay_single_quote_subst"`'
 DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'  DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'  OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
   pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'  enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'  enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'  
 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'  enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'  SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'  ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
Line 21951  DLLTOOL=$lt_DLLTOOL Line 21950  DLLTOOL=$lt_DLLTOOL
 # Object dumper program.  # Object dumper program.
 OBJDUMP=$lt_OBJDUMP  OBJDUMP=$lt_OBJDUMP
   
   # What type of objects to build.
   pic_mode=$pic_mode
   
 # Whether or not to build shared libraries.  # Whether or not to build shared libraries.
 build_libtool_libs=$enable_shared  build_libtool_libs=$enable_shared
   
 # Whether or not to build static libraries.  # Whether or not to build static libraries.
 build_old_libs=$enable_static  build_old_libs=$enable_static
   
 # What type of objects to build.  
 pic_mode=$pic_mode  
   
 # Whether or not to optimize for fast installation.  # Whether or not to optimize for fast installation.
 fast_install=$enable_fast_install  fast_install=$enable_fast_install
   

Removed from v.1.142  
changed lines
  Added in v.1.145


E-mail: