Diff for /parser3/configure between versions 1.93 and 1.110

version 1.93, 2008/01/18 13:23:14 version 1.110, 2009/07/24 09:54:33
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 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_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 PCRE_INCLUDES PCRE_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 889  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-static-pcre=D     D is the directory where
                             PCRE library is installed (static lib)
   --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
Line 1664  fi Line 1668  fi
   
 # Define the identity of the package.  # Define the identity of the package.
  PACKAGE=parser   PACKAGE=parser
  VERSION=3.2.3b   VERSION=3.4.0b
   
   
 # Some tools Automake needs.  # Some tools Automake needs.
Line 3829  _ACEOF Line 3833  _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 3848  _ACEOF Line 3853  _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 3866  fi Line 3872  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 4193  LIBS=$SAVE_LIBS Line 4217  LIBS=$SAVE_LIBS
   
   
   
   # Check whether --with-static-pcre or --without-static-pcre was given.
   if test "${with_static_pcre+set}" = set; then
     withval="$with_static_pcre"
   
           PCRE=$withval
           PCREINC="$PCRE/include"
           PCRELIB="$PCRE/lib"
   
           if test \! -d $PCREINC -o \! -d $PCRELIB; then
                   { { echo "$as_me:$LINENO: error: $PCRE does not seem to be valid PCRE installation directory" >&5
   echo "$as_me: error: $PCRE does not seem to be valid PCRE installation directory" >&2;}
      { (exit 1); exit 1; }; }
           fi
   
           PCRE_INCLUDES="-I$PCREINC"
           PCRE_LIBS="$PCRELIB/libpcre.a"
   
   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 6166  done Line 6213  done
   
   
 case "$host" in  case "$host" in
     *-freebsd4*)
   
   cat >>confdefs.h <<\_ACEOF
   #define FREEBSD4
   _ACEOF
   
     ;;
   *-sunos5.6* | *-solaris2.6*)    *-sunos5.6* | *-solaris2.6*)
   
 echo "$as_me:$LINENO: checking for main in -lxnet" >&5  echo "$as_me:$LINENO: checking for main in -lxnet" >&5
Line 7474  rm -f conftest.err conftest.$ac_objext c Line 7528  rm -f conftest.err conftest.$ac_objext c
   
           ac_config_headers="$ac_config_headers src/include/pa_config_auto.h"            ac_config_headers="$ac_config_headers src/include/pa_config_auto.h"
   
                                                                                                                                                                                                                                                                                                             ac_config_files="$ac_config_files Makefile src/Makefile src/types/Makefile src/classes/Makefile src/include/Makefile src/main/Makefile src/sql/Makefile src/lib/Makefile src/lib/gd/Makefile src/lib/smtp/Makefile src/lib/gc/Makefile src/lib/gc/include/Makefile src/lib/cord/Makefile src/lib/cord/include/Makefile src/lib/cord/include/private/Makefile src/lib/ltdl/Makefile src/lib/pcre/Makefile src/lib/md5/Makefile src/lib/sdbm/Makefile src/lib/sdbm/apr-include/Makefile src/targets/Makefile src/targets/cgi/Makefile src/targets/apache13core/Makefile src/targets/apache13/Makefile src/targets/apache13/p3runConfigure src/targets/isapi/Makefile etc/Makefile etc/parser3.charsets/Makefile bin/Makefile bin/auto.p.dist"                                                                                                                                                                                                                                                                                                              ac_config_files="$ac_config_files Makefile src/Makefile src/types/Makefile src/classes/Makefile src/include/Makefile src/main/Makefile src/sql/Makefile src/lib/Makefile src/lib/gd/Makefile src/lib/smtp/Makefile src/lib/gc/Makefile src/lib/gc/include/Makefile src/lib/pcre/Makefile src/lib/cord/Makefile src/lib/cord/include/Makefile src/lib/cord/include/private/Makefile src/lib/ltdl/Makefile src/lib/md5/Makefile src/lib/sdbm/Makefile src/lib/sdbm/apr-include/Makefile src/targets/Makefile src/targets/cgi/Makefile src/targets/apache13core/Makefile src/targets/apache13/Makefile src/targets/apache13/p3runConfigure src/targets/isapi/Makefile etc/Makefile etc/parser3.charsets/Makefile bin/Makefile bin/auto.p.dist"
 cat >confcache <<\_ACEOF  cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure  # This file is a shell script that caches the results of configure
 # tests run on this system so they can be shared between configure  # tests run on this system so they can be shared between configure
Line 8050  do Line 8104  do
   "src/lib/smtp/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/smtp/Makefile" ;;    "src/lib/smtp/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/smtp/Makefile" ;;
   "src/lib/gc/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gc/Makefile" ;;    "src/lib/gc/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gc/Makefile" ;;
   "src/lib/gc/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gc/include/Makefile" ;;    "src/lib/gc/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/gc/include/Makefile" ;;
     "src/lib/pcre/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/pcre/Makefile" ;;
   "src/lib/cord/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/cord/Makefile" ;;    "src/lib/cord/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/cord/Makefile" ;;
   "src/lib/cord/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/cord/include/Makefile" ;;    "src/lib/cord/include/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/cord/include/Makefile" ;;
   "src/lib/cord/include/private/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/cord/include/private/Makefile" ;;    "src/lib/cord/include/private/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/cord/include/private/Makefile" ;;
   "src/lib/ltdl/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/ltdl/Makefile" ;;    "src/lib/ltdl/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/ltdl/Makefile" ;;
   "src/lib/pcre/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/pcre/Makefile" ;;  
   "src/lib/md5/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/md5/Makefile" ;;    "src/lib/md5/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/md5/Makefile" ;;
   "src/lib/sdbm/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/sdbm/Makefile" ;;    "src/lib/sdbm/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/sdbm/Makefile" ;;
   "src/lib/sdbm/apr-include/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/sdbm/apr-include/Makefile" ;;    "src/lib/sdbm/apr-include/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/sdbm/apr-include/Makefile" ;;
Line 8222  s,@oracle_client@,$oracle_client,;t t Line 8276  s,@oracle_client@,$oracle_client,;t t
 s,@sqlite_client@,$sqlite_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,@PCRE_INCLUDES@,$PCRE_INCLUDES,;t t
   s,@PCRE_LIBS@,$PCRE_LIBS,;t t
 s,@XML_INCLUDES@,$XML_INCLUDES,;t t  s,@XML_INCLUDES@,$XML_INCLUDES,;t t
 s,@XML_LIBS@,$XML_LIBS,;t t  s,@XML_LIBS@,$XML_LIBS,;t t
 s,@MIME_INCLUDES@,$MIME_INCLUDES,;t t  s,@MIME_INCLUDES@,$MIME_INCLUDES,;t t

Removed from v.1.93  
changed lines
  Added in v.1.110


E-mail: