Diff for /parser3/configure between versions 1.98 and 1.124

version 1.98, 2008/05/30 13:11:03 version 1.124, 2010/11/28 14:23:01
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 CURL_INCLUDES MIME_INCLUDES MIME_LIBS APACHE APACHE_INC APACHE_CFLAGS COMPILE_APACHE_MODULE_TRUE COMPILE_APACHE_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
                             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 904  Optional Packages: Line 907  Optional Packages:
   \"--with-sendmail=COMMAND\" forces this command to send mail.    \"--with-sendmail=COMMAND\" forces this command to send mail.
                           example: \"--with-sendmail=/usr/sbin/sendmail -t\"                            example: \"--with-sendmail=/usr/sbin/sendmail -t\"
                           (makes parser ignore user-defined sendmail commands)                            (makes parser ignore user-defined sendmail commands)
   --with-apache13=D       D is the Apache13 source distribution directory    --with-apache=FILE is the full path for APXS
                           builds library for apache_module using that dir                            builds apache DSO module using apxs
                           (do not add /src)  
   
 Some influential environment variables:  Some influential environment variables:
   CXX         C++ compiler command    CXX         C++ compiler command
Line 1666  fi Line 1668  fi
   
 # Define the identity of the package.  # Define the identity of the package.
  PACKAGE=parser   PACKAGE=parser
  VERSION=3.2.4b   VERSION=3.4.1b
   
   
 # Some tools Automake needs.  # Some tools Automake needs.
Line 4139  fi; Line 4141  fi;
 if test "${with_static_gc+set}" = set; then  if test "${with_static_gc+set}" = set; then
   withval="$with_static_gc"    withval="$with_static_gc"
   
         GC_LIBS="-L$withval -Wl,-Bstatic -l$GC_LIB_NAME -Wl,-Bdynamic"          GC_LIBS="$withval/lib$GC_LIB_NAME.a"
   
 fi;  fi;
 if test -z "$GC_LIBS"; then  if test -z "$GC_LIBS"; then
Line 4215  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 4277  fi; Line 4302  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 -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 4384  fi; Line 4433  fi;
   
   
   
 # Check whether --with-apache13 or --without-apache13 was given.  # Check whether --with-apache or --without-apache was given.
 if test "${with_apache13+set}" = set; then  if test "${with_apache+set}" = set; then
   withval="$with_apache13"    withval="$with_apache"
   APACHE13=$withval  
         if test \! -f "$APACHE13/src/include/httpd.h"; then          APXS=$withval
                 { { echo "$as_me:$LINENO: error: $APACHE13 does not seem to be valid Apache13 source distribution directory" >&5  
 echo "$as_me: error: $APACHE13 does not seem to be valid Apache13 source distribution directory" >&2;}          if test -z "$APXS" -o "$APXS" = "yes"; then
                   APXS=`which apxs 2>/dev/null`
           fi;
   
           APACHE=`$APXS -q TARGET 2>/dev/null`
   
           if test -z "$APACHE"; then
                   { { echo "$as_me:$LINENO: error: $APXS does not seem to be valid apache apxs utility path" >&5
   echo "$as_me: error: $APXS does not seem to be valid apache apxs utility path" >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
         fi          fi
   
           APACHE_MAIN_INC=`$APXS -q INCLUDEDIR`
           APACHE_EXTRA_INC=`$APXS -q EXTRA_INCLUDES 2>/dev/null`
           APACHE_INC="-I$APACHE_MAIN_INC $APACHE_EXTRA_INC"
           APACHE_CFLAGS=`$APXS -q CFLAGS`
   
 fi;  fi;
   
   
   
 if test -n "$APACHE13"; then  
   COMPILE_APACHE13_MODULE_TRUE=  
   COMPILE_APACHE13_MODULE_FALSE='#'  if test -n "$APACHE"; then
     COMPILE_APACHE_MODULE_TRUE=
     COMPILE_APACHE_MODULE_FALSE='#'
 else  else
   COMPILE_APACHE13_MODULE_TRUE='#'    COMPILE_APACHE_MODULE_TRUE='#'
   COMPILE_APACHE13_MODULE_FALSE=    COMPILE_APACHE_MODULE_FALSE=
 fi  fi
   
   
Line 6188  done Line 6252  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 6862  fi Line 6933  fi
   
   
   
   
 for ac_func in flock \  for ac_func in flock \
 _locking \  _locking \
 fcntl \  fcntl \
 lockf \  lockf \
 ftruncate \  ftruncate \
   fchmod \
 getrusage \  getrusage \
 gettimeofday \  gettimeofday \
 crypt \  crypt \
Line 7496  rm -f conftest.err conftest.$ac_objext c Line 7569  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/pa-include/Makefile src/lib/json/Makefile src/targets/Makefile src/targets/cgi/Makefile src/targets/apache/Makefile 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 7609  echo "$as_me: error: conditional \"am__f Line 7682  echo "$as_me: error: conditional \"am__f
 Usually this means the macro was only invoked conditionally." >&2;}  Usually this means the macro was only invoked conditionally." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 fi  fi
 if test -z "${COMPILE_APACHE13_MODULE_TRUE}" && test -z "${COMPILE_APACHE13_MODULE_FALSE}"; then  if test -z "${COMPILE_APACHE_MODULE_TRUE}" && test -z "${COMPILE_APACHE_MODULE_FALSE}"; then
   { { echo "$as_me:$LINENO: error: conditional \"COMPILE_APACHE13_MODULE\" was never defined.    { { echo "$as_me:$LINENO: error: conditional \"COMPILE_APACHE_MODULE\" was never defined.
 Usually this means the macro was only invoked conditionally." >&5  Usually this means the macro was only invoked conditionally." >&5
 echo "$as_me: error: conditional \"COMPILE_APACHE13_MODULE\" was never defined.  echo "$as_me: error: conditional \"COMPILE_APACHE_MODULE\" was never defined.
 Usually this means the macro was only invoked conditionally." >&2;}  Usually this means the macro was only invoked conditionally." >&2;}
    { (exit 1); exit 1; }; }     { (exit 1); exit 1; }; }
 fi  fi
Line 8072  do Line 8145  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/pa-include/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/sdbm/pa-include/Makefile" ;;
     "src/lib/json/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/lib/json/Makefile" ;;
   "src/targets/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/targets/Makefile" ;;    "src/targets/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/targets/Makefile" ;;
   "src/targets/cgi/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/targets/cgi/Makefile" ;;    "src/targets/cgi/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/targets/cgi/Makefile" ;;
   "src/targets/apache13core/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/targets/apache13core/Makefile" ;;    "src/targets/apache/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/targets/apache/Makefile" ;;
   "src/targets/apache13/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/targets/apache13/Makefile" ;;  
   "src/targets/apache13/p3runConfigure" ) CONFIG_FILES="$CONFIG_FILES src/targets/apache13/p3runConfigure" ;;  
   "src/targets/isapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/targets/isapi/Makefile" ;;    "src/targets/isapi/Makefile" ) CONFIG_FILES="$CONFIG_FILES src/targets/isapi/Makefile" ;;
   "etc/Makefile" ) CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;    "etc/Makefile" ) CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
   "etc/parser3.charsets/Makefile" ) CONFIG_FILES="$CONFIG_FILES etc/parser3.charsets/Makefile" ;;    "etc/parser3.charsets/Makefile" ) CONFIG_FILES="$CONFIG_FILES etc/parser3.charsets/Makefile" ;;
Line 8244  s,@oracle_client@,$oracle_client,;t t Line 8316  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,@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,@APACHE@,$APACHE,;t t
 s,@COMPILE_APACHE13_MODULE_TRUE@,$COMPILE_APACHE13_MODULE_TRUE,;t t  s,@APACHE_INC@,$APACHE_INC,;t t
 s,@COMPILE_APACHE13_MODULE_FALSE@,$COMPILE_APACHE13_MODULE_FALSE,;t t  s,@APACHE_CFLAGS@,$APACHE_CFLAGS,;t t
   s,@COMPILE_APACHE_MODULE_TRUE@,$COMPILE_APACHE_MODULE_TRUE,;t t
   s,@COMPILE_APACHE_MODULE_FALSE@,$COMPILE_APACHE_MODULE_FALSE,;t t
 s,@INCLTDL@,$INCLTDL,;t t  s,@INCLTDL@,$INCLTDL,;t t
 s,@LIBLTDL@,$LIBLTDL,;t t  s,@LIBLTDL@,$LIBLTDL,;t t
 s,@subdirs@,$subdirs,;t t  s,@subdirs@,$subdirs,;t t

Removed from v.1.98  
changed lines
  Added in v.1.124


E-mail: