Diff for /parser3/configure between versions 1.89 and 1.96

version 1.89, 2005/12/19 12:59:34 version 1.96, 2008/05/22 18:02:47
Line 310  ac_includes_default="\ Line 310  ac_includes_default="\
 # include <unistd.h>  # include <unistd.h>
 #endif"  #endif"
   
 ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar P3S build build_cpu build_vendor build_os host host_cpu host_vendor host_os RANLIB ac_ct_RANLIB YACC CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE commentcharset_windows1251 commentcharset_windows1250 commentcharset_windows1257 commentcharset_koi8r dll_extension mysql_client pgsql_client oracle_client CPP_LIBS GC_LIBS XML_INCLUDES XML_LIBS MIME_INCLUDES MIME_LIBS APACHE13 COMPILE_APACHE13_MODULE_TRUE COMPILE_APACHE13_MODULE_FALSE INCLTDL LIBLTDL subdirs LIBADD_DL CPP EGREP LIBOBJS LTLIBOBJS'  ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA CYGPATH_W PACKAGE VERSION ACLOCAL AUTOCONF AUTOMAKE AUTOHEADER MAKEINFO install_sh STRIP ac_ct_STRIP INSTALL_STRIP_PROGRAM mkdir_p AWK SET_MAKE am__leading_dot AMTAR am__tar am__untar P3S build build_cpu build_vendor build_os host host_cpu host_vendor host_os RANLIB ac_ct_RANLIB YACC CXX CXXFLAGS LDFLAGS CPPFLAGS ac_ct_CXX EXEEXT OBJEXT DEPDIR am__include am__quote AMDEP_TRUE AMDEP_FALSE AMDEPBACKSLASH CXXDEPMODE am__fastdepCXX_TRUE am__fastdepCXX_FALSE CC CFLAGS ac_ct_CC CCDEPMODE am__fastdepCC_TRUE am__fastdepCC_FALSE commentcharset_windows1251 commentcharset_windows1250 commentcharset_windows1257 commentcharset_koi8r dll_extension mysql_client pgsql_client oracle_client sqlite_client CPP_LIBS GC_LIBS XML_INCLUDES XML_LIBS MIME_INCLUDES MIME_LIBS APACHE13 COMPILE_APACHE13_MODULE_TRUE COMPILE_APACHE13_MODULE_FALSE INCLTDL LIBLTDL subdirs LIBADD_DL CPP EGREP LIBOBJS LTLIBOBJS'
 ac_subst_files=''  ac_subst_files=''
   
 # Initialize some variables set by options.  # Initialize some variables set by options.
Line 862  Optional Features: Line 862  Optional Features:
   --enable-dependency-tracking   do not reject slow dependency extractors    --enable-dependency-tracking   do not reject slow dependency extractors
   --disable-safe-mode     to enable reading and executing    --disable-safe-mode     to enable reading and executing
                           files belonging to group+user other then effective                            files belonging to group+user other then effective
   --disable-execs         to disable any execs    --disable-execs             to disable any execs
                           (file::exec, file::cgi, unix mail:send)                            (file::exec, file::cgi, unix mail:send)
     --disable-stringstream  to disable stringstream usage.
                             when disabled table.save use more memory but it's safer on freebsd 4.x
   
 Optional Packages:  Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
Line 878  Optional Packages: Line 880  Optional Packages:
                           PgSQL client dynamic library to root config                            PgSQL client dynamic library to root config
   --with-oracle-client=oracleclientlib?withparams    --with-oracle-client=oracleclientlib?withparams
                           Oracle client dynamic library                            Oracle client dynamic library
     --with-sqlite-client=sqliteclientlib?withparams
                             SQLite client dynamic library to root config
   --with-pathlink=LKEY    put dynamic libraries paths to binary    --with-pathlink=LKEY    put dynamic libraries paths to binary
                           using linker key (-R, -rpath-link)                            using linker key (-R, -rpath-link)
   --with-dynamic-stdcpp   link libstdc++ dynamically    --with-dynamic-stdcpp   link libstdc++ dynamically
Line 887  Optional Packages: Line 891  Optional Packages:
                           Boehm garbage collecting library is installed (shared lib)                            Boehm garbage collecting library is installed (shared lib)
   --with-static-gc=D      D is the directory where    --with-static-gc=D      D is the directory where
                           Boehm garbage collecting library is installed (static lib)                            Boehm garbage collecting library is installed (static lib)
   --with-glib-config=FILE FILE is glib library  
                           configuration file (search for glib*-config)  
   --with-shared-xml=D     D is the directory where    --with-shared-xml=D     D is the directory where
                           Gnome XML libraries are installed (shared libs)                            Gnome XML libraries are installed (shared libs)
   --with-static-xml=D     D is the directory where    --with-static-xml=D     D is the directory where
                           Gnome XML libraries are installed (static libs)                            Gnome XML libraries are installed (static libs)
     --with-glib-config=FILE FILE is glib library
                             configuration file (search for glib*-config)
   --with-shared-mailreceive=D is the directory where    --with-shared-mailreceive=D is the directory where
                           Gnome MIME library is installed (shared lib)                            Gnome MIME library is installed (shared lib)
   --with-static-mailreceive=D is the directory where    --with-static-mailreceive=D is the directory where
Line 1662  fi Line 1666  fi
   
 # Define the identity of the package.  # Define the identity of the package.
  PACKAGE=parser   PACKAGE=parser
  VERSION=3.2.0   VERSION=3.2.4b
   
   
 # Some tools Automake needs.  # Some tools Automake needs.
Line 3827  _ACEOF Line 3831  _ACEOF
   
 fi;  fi;
   
   
 # Check whether --enable-safe-mode or --disable-safe-mode was given.  # Check whether --enable-safe-mode or --disable-safe-mode was given.
 if test "${enable_safe_mode+set}" = set; then  if test "${enable_safe_mode+set}" = set; then
   enableval="$enable_safe_mode"    enableval="$enable_safe_mode"
Line 3846  _ACEOF Line 3851  _ACEOF
   
 fi  fi
   
   
 # Check whether --enable-execs or --disable-execs was given.  # Check whether --enable-execs or --disable-execs was given.
 if test "${enable_execs+set}" = set; then  if test "${enable_execs+set}" = set; then
   enableval="$enable_execs"    enableval="$enable_execs"
Line 3864  fi Line 3870  fi
 fi;  fi;
   
   
   # Check whether --enable-stringstream or --disable-stringstream was given.
   if test "${enable_stringstream+set}" = set; then
     enableval="$enable_stringstream"
   
   if test "$enableval" = "no"; then
           { echo "$as_me:$LINENO: WARNING: disabling stringstream usage" >&5
   echo "$as_me: WARNING: disabling stringstream usage" >&2;}
   
   cat >>confdefs.h <<\_ACEOF
   #define NO_STRINGSTREAM
   _ACEOF
   
   fi
   
   
   fi;
   
   
 srccharsetsdir=$srcdir/etc/parser3.charsets  srccharsetsdir=$srcdir/etc/parser3.charsets
 CHARSETS_REQUESTED="windows-1251"  CHARSETS_REQUESTED="windows-1251"
   
Line 3976  fi; Line 4000  fi;
   
   
   
   
 # Check whether --with-pgsql-client or --without-pgsql-client was given.  # Check whether --with-pgsql-client or --without-pgsql-client was given.
 if test "${with_pgsql_client+set}" = set; then  if test "${with_pgsql_client+set}" = set; then
   withval="$with_pgsql_client"    withval="$with_pgsql_client"
   mysql_client=$withval    pgsql_client=$withval
   
 else  else
   echo "$as_me:$LINENO: checking for pgsql client" >&5    echo "$as_me:$LINENO: checking for pgsql client" >&5
Line 4005  fi; Line 4030  fi;
   
   
   
   
 # Check whether --with-oracle-client or --without-oracle-client was given.  # Check whether --with-oracle-client or --without-oracle-client was given.
 if test "${with_oracle_client+set}" = set; then  if test "${with_oracle_client+set}" = set; then
   withval="$with_oracle_client"    withval="$with_oracle_client"
Line 4032  fi; Line 4058  fi;
   
   
   
   # Check whether --with-sqlite-client or --without-sqlite-client was given.
   if test "${with_sqlite_client+set}" = set; then
     withval="$with_sqlite_client"
     sqlite_client=$withval
   
   else
     echo "$as_me:$LINENO: checking for sqlite_client client" >&5
   echo $ECHO_N "checking for sqlite_client client... $ECHO_C" >&6
           for lib in \
                   /usr/local/sqlite/lib/sqlite3.$dll_extension \
                   /usr/local/lib/sqlite3.$dll_extension \
                   /usr/lib/sqlite3.$dll_extension; do
                   if test -f $lib; then sqlite_client=$lib; fi
           done
   
           if test -z "$sqlite_client"; then
                   sqlite_client="-configure could not guess-"
                   echo "$as_me:$LINENO: result: could not guess" >&5
   echo "${ECHO_T}could not guess" >&6
           else
                   echo "$as_me:$LINENO: result: $sqlite_client" >&5
   echo "${ECHO_T}$sqlite_client" >&6
           fi
   
   
   fi;
   
   
   
   
   
 # Check whether --with-pathlink or --without-pathlink was given.  # Check whether --with-pathlink or --without-pathlink was given.
 if test "${with_pathlink+set}" = set; then  if test "${with_pathlink+set}" = set; then
Line 4159  LIBS=$SAVE_LIBS Line 4215  LIBS=$SAVE_LIBS
   
   
   
 # Check whether --with-glib-config or --without-glib-config was given.  
 if test "${with_glib_config+set}" = set; then  
   withval="$with_glib_config"  
   GLIB_CONFIG=$withval  
   
 fi;  
   
   
 # Check whether --with-shared-xml or --without-shared-xml was given.  # Check whether --with-shared-xml or --without-shared-xml was given.
 if test "${with_shared_xml+set}" = set; then  if test "${with_shared_xml+set}" = set; then
   withval="$with_shared_xml"    withval="$with_shared_xml"
Line 4189  _ACEOF Line 4237  _ACEOF
   
   
         LIBXML2_SO_NAME=`cd $XMLLIB ; ls libxml2.?? libxml2.??? 2>/dev/null | grep -v \.la$ | sed 's/lib//' | sed 's/\..*//'`          LIBXML2_SO_NAME=`cd $XMLLIB ; ls libxml2.?? libxml2.??? 2>/dev/null | grep -v \.la$ | sed 's/lib//' | sed 's/\..*//'`
         LIBGDOME_SO_NAME=`cd $XMLLIB ; ls libgdome.?? libgdome.??? 2>/dev/null | grep -v \.la$ | sed 's/lib//' | sed 's/\..*//'`  
         LIBXSLT_SO_NAME=`cd $XMLLIB ; ls libxslt.?? libxslt.??? 2>/dev/null | grep -v \.la$ | sed 's/lib//' | sed 's/\..*//'`          LIBXSLT_SO_NAME=`cd $XMLLIB ; ls libxslt.?? libxslt.??? 2>/dev/null | grep -v \.la$ | sed 's/lib//' | sed 's/\..*//'`
         LIBEXSLT_SO_NAME=`cd $XMLLIB ; ls libexslt.?? libexslt.??? 2>/dev/null | grep -v \.la$ | sed 's/lib//' | sed 's/\..*//'`          LIBEXSLT_SO_NAME=`cd $XMLLIB ; ls libexslt.?? libexslt.??? 2>/dev/null | grep -v \.la$ | sed 's/lib//' | sed 's/\..*//'`
   
         if test -z "$GLIB_CONFIG"; then          XML_INCLUDES="$GLIB_CFLAGS -I$XMLINC -I$XMLINC/libxml2"
                 GLIB_CONFIG=$XMLBIN/glib-config          XML_LIBS="-L$XMLLIB -l$LIBXML2_SO_NAME -l$LIBXSLT_SO_NAME -l$LIBEXSLT_SO_NAME"
                 if test \! -x $GLIB_CONFIG; then  
                         GLIB_CONFIG=$XMLBIN/glib2-config  
                         if test \! -x $GLIB_CONFIG; then  
                                 GLIB_CONFIG=glib-config  
                         fi  
                 fi  
         fi  
         GLIB_CFLAGS=`$GLIB_CONFIG --cflags`  
         GLIB_LIBS=`$GLIB_CONFIG --libs`  
   
         XML_INCLUDES="$GLIB_CFLAGS -I$XMLINC -I$XMLINC/libgdome -I$XMLINC/libxml2"  
         XML_LIBS="$GLIB_LIBS -L$XMLLIB -l$LIBXML2_SO_NAME -l$LIBGDOME_SO_NAME -l$LIBXSLT_SO_NAME -l$LIBEXSLT_SO_NAME"  
         if test \! -z "$LD_PATHLINK"; then          if test \! -z "$LD_PATHLINK"; then
         XML_LIBS="$XML_LIBS -Wl,$LD_PATHLINK -Wl,$XMLLIB"          XML_LIBS="$XML_LIBS -Wl,$LD_PATHLINK -Wl,$XMLLIB"
         fi          fi
Line 4234  cat >>confdefs.h <<\_ACEOF Line 4269  cat >>confdefs.h <<\_ACEOF
 _ACEOF  _ACEOF
   
   
         if test -z "$GLIB_CONFIG"; then          XML_INCLUDES="$GLIB_CFLAGS -I$XMLINC -I$XMLINC/libxml2"
                 GLIB_CONFIG=$XMLBIN/glib-config          XML_LIBS="$XMLLIB/libxslt.a $XMLLIB/libexslt.a $XMLLIB/libxml2.a"
                 if test \! -x $GLIB_CONFIG; then  
                         GLIB_CONFIG=glib-config  
                 fi  
         fi  
         GLIB_CFLAGS=`$GLIB_CONFIG --cflags`  
   
         GLIB_DIR=`$GLIB_CONFIG --libs | sed 's/.*-L\([^ ]*\).*/\1/'`  
         GLIB_NAME=`$GLIB_CONFIG --libs | sed 's/.*-l\([^ ]*\).*/\1/'`  
         XML_INCLUDES="$GLIB_CFLAGS -I$XMLINC -I$XMLINC/libgdome -I$XMLINC/libxml2"  
         XML_LIBS="$XMLLIB/libgdome.a $XMLLIB/libxslt.a $XMLLIB/libexslt.a $XMLLIB/libxml2.a $GLIB_DIR/lib$GLIB_NAME.a"  
   
 fi;  fi;
   
   
   
   
   # Check whether --with-glib-config or --without-glib-config was given.
   if test "${with_glib_config+set}" = set; then
     withval="$with_glib_config"
     GLIB_CONFIG=$withval
   
   fi;
   
   
 # Check whether --with-shared-mailreceive or --without-shared-mailreceive was given.  # Check whether --with-shared-mailreceive or --without-shared-mailreceive was given.
 if test "${with_shared_mailreceive+set}" = set; then  if test "${with_shared_mailreceive+set}" = set; then
   withval="$with_shared_mailreceive"    withval="$with_shared_mailreceive"
Line 4276  _ACEOF Line 4309  _ACEOF
         LIBMIME_SO_NAME=`cd $MIMELIB ; ls libgmime.?? libgmime.??? 2>/dev/null | grep -v \.la$ | sed 's/lib//' | sed 's/\..*//'`          LIBMIME_SO_NAME=`cd $MIMELIB ; ls libgmime.?? libgmime.??? 2>/dev/null | grep -v \.la$ | sed 's/lib//' | sed 's/\..*//'`
   
         if test -z "$GLIB_CONFIG"; then          if test -z "$GLIB_CONFIG"; then
                 GLIB_CONFIG=$MIMEBIN/glib-config                  GLIB_CONFIG=$XMLBIN/glib-config
                 if test \! -x $GLIB_CONFIG; then                  if test \! -x $GLIB_CONFIG; then
                         GLIB_CONFIG=glib-config                          GLIB_CONFIG=$XMLBIN/glib2-config
                           if test \! -x $GLIB_CONFIG; then
                                   GLIB_CONFIG=glib-config
                           fi
                 fi                  fi
         fi          fi
         GLIB_CFLAGS=`$GLIB_CONFIG --cflags`          GLIB_CFLAGS=`$GLIB_CONFIG --cflags`
Line 4314  _ACEOF Line 4350  _ACEOF
   
   
         if test -z "$GLIB_CONFIG"; then          if test -z "$GLIB_CONFIG"; then
                 GLIB_CONFIG=$MIMEBIN/glib-config                  GLIB_CONFIG=$XMLBIN/glib-config
                 if test \! -x $GLIB_CONFIG; then                  if test \! -x $GLIB_CONFIG; then
                         GLIB_CONFIG=glib-config                          GLIB_CONFIG=$XMLBIN/glib2-config
                           if test \! -x $GLIB_CONFIG; then
                                   GLIB_CONFIG=glib-config
                           fi
                 fi                  fi
         fi          fi
         GLIB_CFLAGS=`$GLIB_CONFIG --cflags`          GLIB_CFLAGS=`$GLIB_CONFIG --cflags`
Line 6822  fi Line 6861  fi
   
   
   
   
 for ac_func in flock \  for ac_func in flock \
 _locking \  _locking \
 fcntl \  fcntl \
Line 6831  getrusage \ Line 6871  getrusage \
 gettimeofday \  gettimeofday \
 crypt \  crypt \
 sigsetjmp \  sigsetjmp \
 siglongjmp  siglongjmp \
   unsetenv
   
 do  do
 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`  as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
Line 8200  s,@dll_extension@,$dll_extension,;t t Line 8241  s,@dll_extension@,$dll_extension,;t t
 s,@mysql_client@,$mysql_client,;t t  s,@mysql_client@,$mysql_client,;t t
 s,@pgsql_client@,$pgsql_client,;t t  s,@pgsql_client@,$pgsql_client,;t t
 s,@oracle_client@,$oracle_client,;t t  s,@oracle_client@,$oracle_client,;t t
   s,@sqlite_client@,$sqlite_client,;t t
 s,@CPP_LIBS@,$CPP_LIBS,;t t  s,@CPP_LIBS@,$CPP_LIBS,;t t
 s,@GC_LIBS@,$GC_LIBS,;t t  s,@GC_LIBS@,$GC_LIBS,;t t
 s,@XML_INCLUDES@,$XML_INCLUDES,;t t  s,@XML_INCLUDES@,$XML_INCLUDES,;t t

Removed from v.1.89  
changed lines
  Added in v.1.96


E-mail: