Diff for /parser3/configure between versions 1.199 and 1.201

version 1.199, 2020/12/07 15:14:53 version 1.201, 2020/12/07 16:45:15
Line 806  with_coverage Line 806  with_coverage
 with_profiler  with_profiler
 with_assertions  with_assertions
 with_sjlj_exceptions  with_sjlj_exceptions
   with_system_config
   with_system_log
 enable_safe_mode  enable_safe_mode
 enable_execs  enable_execs
 enable_stringstream  enable_stringstream
Line 1499  Optional Packages: Line 1501  Optional Packages:
   --with-coverage         to enable gcov code coverage support    --with-coverage         to enable gcov code coverage support
   --with-profiler         to enable gprof code profiler support    --with-profiler         to enable gprof code profiler support
   --with-assertions       to enable assertions    --with-assertions       to enable assertions
   --with-sjlj-exceptions  enable simple 'throw' from dynamic library    --with-sjlj-exceptions  to enable simple 'throw' from dynamic library
   --with-gc=D             D is the directory where    --with-system-cfg=FILE  to specify system-wide auto.p
     --with-system-log=FILE  to specify system-wide parser3.log
     --with-gc=DIR           DIR is the directory where
                           Boehm garbage collecting library is installed                            Boehm garbage collecting library is installed
   --with-pcre=D           D is the directory where    --with-pcre=DIR         DIR is the directory where
                           PCRE library is installed                            PCRE library is installed
   --with-xml=D            D is the directory where    --with-xml=DIR          DIR is the directory where
                           Gnome XML libraries are installed                            Gnome XML libraries are installed
   --with-mailreceive=D is the directory where    --with-mailreceive=DIR  is the directory where
                           Gnome MIME library is installed                            Gnome MIME library is installed
   \"--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\"
Line 4962  fi Line 4966  fi
   
   
   
   
   # Check whether --with-system-config was given.
   if test "${with_system_config+set}" = set; then :
     withval=$with_system_config;
   $as_echo "#define SYSTEM_CONFIG_FILE \$withval" >>confdefs.h
   
   
   fi
   
   
   
   
   # Check whether --with-system-log was given.
   if test "${with_system_log+set}" = set; then :
     withval=$with_system_log;
   $as_echo "#define SYSTEM_LOG_FILE \$withval" >>confdefs.h
   
   
   fi
   
   
   
 # Check whether --enable-safe-mode was given.  # Check whether --enable-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 5068  else Line 5094  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }  $as_echo "no" >&6; }
                 if test -z "$GC"; then                  if test -z "$GC"; then
                         as_fn_error $? "please specify path to libgc: --with-gc=D" "$LINENO" 5                          as_fn_error $? "please specify path to libgc: --with-gc=DIR" "$LINENO" 5
                 else                  else
                         as_fn_error $? "$GC does not seem to be valid libgc installation directory" "$LINENO" 5                          as_fn_error $? "$GC does not seem to be valid libgc installation directory" "$LINENO" 5
                 fi                  fi
Line 5138  else Line 5164  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }  $as_echo "no" >&6; }
                 if test -z "$PCRE"; then                  if test -z "$PCRE"; then
                         as_fn_error $? "please specify path to PCRE: --with-pcre=D" "$LINENO" 5                          as_fn_error $? "please specify path to PCRE: --with-pcre=DIR" "$LINENO" 5
                 else                  else
                         as_fn_error $? "$PCRE does not seem to be valid PCRE installation directory" "$LINENO" 5                          as_fn_error $? "$PCRE does not seem to be valid PCRE installation directory" "$LINENO" 5
                 fi                  fi
Line 5201  else Line 5227  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }  $as_echo "no" >&6; }
                         if test -z "$XML"; then                          if test -z "$XML"; then
                                 as_fn_error $? "please specify path to Gnome XML libraries: --with-xml=D" "$LINENO" 5                                  as_fn_error $? "please specify path to Gnome XML libraries: --with-xml=DIR" "$LINENO" 5
                         else                          else
                                 as_fn_error $? "$XML does not seem to be valid Gnome XML installation directory" "$LINENO" 5                                  as_fn_error $? "$XML does not seem to be valid Gnome XML installation directory" "$LINENO" 5
                         fi                          fi
Line 5280  else Line 5306  else
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5    { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
 $as_echo "no" >&6; }  $as_echo "no" >&6; }
                         if test -z "$MIME"; then                          if test -z "$MIME"; then
                                 as_fn_error $? "please specify path to Gnome MIME library: --with-mailreceive=D" "$LINENO" 5                                  as_fn_error $? "please specify path to Gnome MIME library: --with-mailreceive=DIR" "$LINENO" 5
                         else                          else
                                 as_fn_error $? "$MIME does not seem to be valid Gnome MIME installation directory" "$LINENO" 5                                  as_fn_error $? "$MIME does not seem to be valid Gnome MIME installation directory" "$LINENO" 5
                         fi                          fi
Line 18920  fi Line 18946  fi
 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/pcre/Makefile src/lib/cord/Makefile src/lib/cord/include/Makefile src/lib/cord/include/private/Makefile src/lib/md5/Makefile src/lib/sdbm/Makefile src/lib/sdbm/pa-include/Makefile src/lib/json/Makefile src/lib/curl/Makefile src/lib/punycode/Makefile src/lib/memcached/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"  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/md5/Makefile src/lib/sdbm/Makefile src/lib/sdbm/pa-include/Makefile src/lib/json/Makefile src/lib/curl/Makefile src/lib/punycode/Makefile src/lib/memcached/Makefile src/targets/Makefile src/targets/cgi/Makefile src/targets/apache/Makefile src/targets/isapi/Makefile etc/Makefile etc/parser3.charsets/Makefile etc/auto.p"
   
 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
Line 20089  do Line 20115  do
     "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" ;;
     "bin/Makefile") CONFIG_FILES="$CONFIG_FILES bin/Makefile" ;;      "etc/auto.p") CONFIG_FILES="$CONFIG_FILES etc/auto.p" ;;
     "bin/auto.p.dist") CONFIG_FILES="$CONFIG_FILES bin/auto.p.dist" ;;  
   
   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;    *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
   esac    esac

Removed from v.1.199  
changed lines
  Added in v.1.201


E-mail: