Diff for /parser3/configure between versions 1.114 and 1.119

version 1.114, 2009/10/06 13:17:27 version 1.119, 2009/12/04 04:45:26
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 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_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 CURL_INCLUDES 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 891  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    --with-static-pcre=D    D is the directory where
                           PCRE library is installed (static lib)                            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
                           Gnome XML libraries are installed (static libs)                            Gnome XML libraries are installed (static libs)
     --with-curl=D           D is the curl includes directory
   --with-glib-config=FILE FILE is glib library    --with-glib-config=FILE FILE is glib library
                           configuration file (search for glib*-config)                            configuration file (search for glib*-config)
   --with-shared-mailreceive=D is the directory where    --with-shared-mailreceive=D is the directory where
Line 1668  fi Line 1669  fi
   
 # Define the identity of the package.  # Define the identity of the package.
  PACKAGE=parser   PACKAGE=parser
  VERSION=3.4.0b   VERSION=3.4.1b
   
   
 # Some tools Automake needs.  # Some tools Automake needs.
Line 4302  fi; Line 4303  fi;
   
   
   
   # Check whether --with-curl or --without-curl was given.
   if test "${with_curl+set}" = set; then
     withval="$with_curl"
   
           CURLINC=$withval
   
           if test \! -d $CURLINC -o \! -r $CURLINC/curl.h; then
                   { { echo "$as_me:$LINENO: error: $CURLINC does not seem to be valid curl includes directory" >&5
   echo "$as_me: error: $CURLINC does not seem to be valid curl includes directory" >&2;}
      { (exit 1); exit 1; }; }
           fi
   
   
   cat >>confdefs.h <<\_ACEOF
   #define HAVE_CURL
   _ACEOF
   
   
           CURL_INCLUDES="-I$CURLINC"
   
   fi;
   
   
   
 # Check whether --with-glib-config or --without-glib-config was given.  # Check whether --with-glib-config or --without-glib-config was given.
 if test "${with_glib_config+set}" = set; then  if test "${with_glib_config+set}" = set; then
   withval="$with_glib_config"    withval="$with_glib_config"
Line 8282  s,@PCRE_INCLUDES@,$PCRE_INCLUDES,;t t Line 8307  s,@PCRE_INCLUDES@,$PCRE_INCLUDES,;t t
 s,@PCRE_LIBS@,$PCRE_LIBS,;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,@CURL_INCLUDES@,$CURL_INCLUDES,;t t
 s,@MIME_INCLUDES@,$MIME_INCLUDES,;t t  s,@MIME_INCLUDES@,$MIME_INCLUDES,;t t
 s,@MIME_LIBS@,$MIME_LIBS,;t t  s,@MIME_LIBS@,$MIME_LIBS,;t t
 s,@APACHE13@,$APACHE13,;t t  s,@APACHE13@,$APACHE13,;t t

Removed from v.1.114  
changed lines
  Added in v.1.119


E-mail: