ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/configure
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/configure (file contents):
Revision 7902 by michael, Sun Nov 27 11:43:27 2016 UTC vs.
Revision 9163 by michael, Fri Jan 17 19:07:00 2020 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 7787 2016-10-09 18:46:10Z michael .
2 > # From configure.ac Id: configure.ac 8977 2019-05-18 20:53:40Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.2.21.
4 > # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.2.26.
5   #
6   # Report bugs to <bugs@ircd-hybrid.org>.
7   #
# Line 593 | Line 593 | MAKEFLAGS=
593   # Identity of this package.
594   PACKAGE_NAME='ircd-hybrid'
595   PACKAGE_TARNAME='ircd-hybrid'
596 < PACKAGE_VERSION='8.2.21'
597 < PACKAGE_STRING='ircd-hybrid 8.2.21'
596 > PACKAGE_VERSION='8.2.26'
597 > PACKAGE_STRING='ircd-hybrid 8.2.26'
598   PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
599   PACKAGE_URL=''
600  
# Line 709 | Line 709 | am__nodep
709   AMDEPBACKSLASH
710   AMDEP_FALSE
711   AMDEP_TRUE
712 am__quote
712   am__include
713   DEPDIR
714   OBJEXT
# Line 768 | Line 767 | infodir
767   docdir
768   oldincludedir
769   includedir
770 + runstatedir
771   localstatedir
772   sharedstatedir
773   sysconfdir
# Line 786 | Line 786 | PACKAGE_VERSION
786   PACKAGE_TARNAME
787   PACKAGE_NAME
788   PATH_SEPARATOR
789 < SHELL'
789 > SHELL
790 > am__quote'
791   ac_subst_files=''
792   ac_user_opts='
793   enable_option_checking
# Line 812 | Line 813 | enable_poll
813   enable_assert
814   enable_debugging
815   enable_warnings
816 + enable_efence
817   enable_openssl
818   enable_gnutls
817 enable_libgeoip
819   '
820        ac_precious_vars='build_alias
821   host_alias
# Line 866 | Line 867 | datadir='${datarootdir}'
867   sysconfdir='${prefix}/etc'
868   sharedstatedir='${prefix}/com'
869   localstatedir='${prefix}/var'
870 + runstatedir='${localstatedir}/run'
871   includedir='${prefix}/include'
872   oldincludedir='/usr/include'
873   docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
# Line 1118 | Line 1120 | do
1120    | -silent | --silent | --silen | --sile | --sil)
1121      silent=yes ;;
1122  
1123 +  -runstatedir | --runstatedir | --runstatedi | --runstated \
1124 +  | --runstate | --runstat | --runsta | --runst | --runs \
1125 +  | --run | --ru | --r)
1126 +    ac_prev=runstatedir ;;
1127 +  -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \
1128 +  | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \
1129 +  | --run=* | --ru=* | --r=*)
1130 +    runstatedir=$ac_optarg ;;
1131 +
1132    -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1133      ac_prev=sbindir ;;
1134    -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
# Line 1255 | Line 1266 | fi
1266   for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1267                  datadir sysconfdir sharedstatedir localstatedir includedir \
1268                  oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1269 <                libdir localedir mandir
1269 >                libdir localedir mandir runstatedir
1270   do
1271    eval ac_val=\$$ac_var
1272    # Remove trailing slashes.
# Line 1368 | Line 1379 | if test "$ac_init_help" = "long"; then
1379    # Omit some internal or obsolete options to make the list less imposing.
1380    # This message is too long to be a string in the A/UX 3.1 sh.
1381    cat <<_ACEOF
1382 < \`configure' configures ircd-hybrid 8.2.21 to adapt to many kinds of systems.
1382 > \`configure' configures ircd-hybrid 8.2.26 to adapt to many kinds of systems.
1383  
1384   Usage: $0 [OPTION]... [VAR=VALUE]...
1385  
# Line 1408 | Line 1419 | Fine tuning of the installation director
1419    --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1420    --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1421    --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1422 +  --runstatedir=DIR       modifiable per-process data [LOCALSTATEDIR/run]
1423    --libdir=DIR            object code libraries [EPREFIX/lib]
1424    --includedir=DIR        C header files [PREFIX/include]
1425    --oldincludedir=DIR     C header files for non-gcc [/usr/include]
# Line 1438 | Line 1450 | fi
1450  
1451   if test -n "$ac_init_help"; then
1452    case $ac_init_help in
1453 <     short | recursive ) echo "Configuration of ircd-hybrid 8.2.21:";;
1453 >     short | recursive ) echo "Configuration of ircd-hybrid 8.2.26:";;
1454     esac
1455    cat <<\_ACEOF
1456  
# Line 1468 | Line 1480 | Optional Features:
1480    --enable-assert         Enable assert() statements
1481    --enable-debugging      Enable debugging.
1482    --enable-warnings       Enable compiler warnings.
1483 +  --enable-efence         Enable linking with Electric Fence 'efence' memory
1484 +                          debugger library.
1485    --enable-openssl=DIR       Enable LibreSSL/OpenSSL support (DIR optional).
1486    --disable-openssl            Disable LibreSSL/OpenSSL support.
1487    --enable-gnutls             Enable GnuTLS support.
1488    --disable-gnutls             Disable GnuTLS support.
1475  --disable-libgeoip      Disable GeoIP support
1489  
1490   Optional Packages:
1491    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
# Line 1573 | Line 1586 | fi
1586   test -n "$ac_init_help" && exit $ac_status
1587   if $ac_init_version; then
1588    cat <<\_ACEOF
1589 < ircd-hybrid configure 8.2.21
1589 > ircd-hybrid configure 8.2.26
1590   generated by GNU Autoconf 2.69
1591  
1592   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 2042 | Line 2055 | cat >config.log <<_ACEOF
2055   This file contains any messages produced by compilers while
2056   running configure, to aid debugging if configure makes a mistake.
2057  
2058 < It was created by ircd-hybrid $as_me 8.2.21, which was
2058 > It was created by ircd-hybrid $as_me 8.2.26, which was
2059   generated by GNU Autoconf 2.69.  Invocation command line was
2060  
2061    $ $0 $@
# Line 2322 | Line 2335 | $as_echo "$as_me: creating cache $cache_
2335    >$cache_file
2336   fi
2337  
2338 + as_fn_append ac_func_list " accept4"
2339   as_fn_append ac_func_list " strtok_r"
2340   as_fn_append ac_func_list " strlcat"
2341   as_fn_append ac_func_list " strlcpy"
2342   as_fn_append ac_header_list " crypt.h"
2329 as_fn_append ac_header_list " sys/resource.h"
2343   as_fn_append ac_header_list " sys/param.h"
2344   as_fn_append ac_header_list " types.h"
2345   as_fn_append ac_header_list " socket.h"
# Line 2399 | Line 2412 | ac_link='$CC -o conftest$ac_exeext $CFLA
2412   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2413  
2414  
2415 < am__api_version='1.15'
2415 > am__api_version='1.16'
2416  
2417   ac_aux_dir=
2418   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2914 | Line 2927 | fi
2927  
2928   # Define the identity of the package.
2929   PACKAGE='ircd-hybrid'
2930 < VERSION='8.2.21'
2930 > VERSION='8.2.26'
2931  
2932  
2933   cat >>confdefs.h <<_ACEOF
# Line 2944 | Line 2957 | MAKEINFO=${MAKEINFO-"${am_missing_run}ma
2957  
2958   # For better backward compatibility.  To be removed once Automake 1.9.x
2959   # dies out for good.  For more background, see:
2960 < # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2961 < # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2960 > # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2961 > # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2962   mkdir_p='$(MKDIR_P)'
2963  
2964   # We need awk for the "check" target (and possibly the TAP driver).  The
# Line 2996 | Line 3009 | END
3009   Aborting the configuration process, to ensure you take notice of the issue.
3010  
3011   You can download and install GNU coreutils to get an 'rm' implementation
3012 < that behaves properly: <http://www.gnu.org/software/coreutils/>.
3012 > that behaves properly: <https://www.gnu.org/software/coreutils/>.
3013  
3014   If you want to complete the configuration process using your problematic
3015   'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
# Line 3040 | Line 3053 | DEPDIR="${am__leading_dot}deps"
3053  
3054   ac_config_commands="$ac_config_commands depfiles"
3055  
3056 <
3057 < am_make=${MAKE-make}
3058 < cat > confinc << 'END'
3056 > { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
3057 > $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
3058 > cat > confinc.mk << 'END'
3059   am__doit:
3060 <        @echo this is the am__doit target
3060 >        @echo this is the am__doit target >confinc.out
3061   .PHONY: am__doit
3062   END
3050 # If we don't find an include directive, just comment out the code.
3051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3052 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3063   am__include="#"
3064   am__quote=
3065 < _am_result=none
3066 < # First try GNU make style include.
3067 < echo "include confinc" > confmf
3068 < # Ignore all kinds of additional output from 'make'.
3069 < case `$am_make -s -f confmf 2> /dev/null` in #(
3070 < *the\ am__doit\ target*)
3071 <  am__include=include
3072 <  am__quote=
3073 <  _am_result=GNU
3074 <  ;;
3075 < esac
3076 < # Now try BSD make style include.
3077 < if test "$am__include" = "#"; then
3078 <   echo '.include "confinc"' > confmf
3079 <   case `$am_make -s -f confmf 2> /dev/null` in #(
3080 <   *the\ am__doit\ target*)
3081 <     am__include=.include
3082 <     am__quote="\""
3083 <     _am_result=BSD
3065 > # BSD make does it like this.
3066 > echo '.include "confinc.mk" # ignored' > confmf.BSD
3067 > # Other make implementations (GNU, Solaris 10, AIX) do it like this.
3068 > echo 'include confinc.mk # ignored' > confmf.GNU
3069 > _am_result=no
3070 > for s in GNU BSD; do
3071 >  { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
3072 >   (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
3073 >   ac_status=$?
3074 >   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3075 >   (exit $ac_status); }
3076 >  case $?:`cat confinc.out 2>/dev/null` in #(
3077 >  '0:this is the am__doit target') :
3078 >    case $s in #(
3079 >  BSD) :
3080 >    am__include='.include' am__quote='"' ;; #(
3081 >  *) :
3082 >    am__include='include' am__quote='' ;;
3083 > esac ;; #(
3084 >  *) :
3085       ;;
3086 <   esac
3087 < fi
3088 <
3089 <
3090 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3091 < $as_echo "$_am_result" >&6; }
3092 < rm -f confinc confmf
3086 > esac
3087 >  if test "$am__include" != "#"; then
3088 >    _am_result="yes ($s style)"
3089 >    break
3090 >  fi
3091 > done
3092 > rm -f confinc.* confmf.*
3093 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
3094 > $as_echo "${_am_result}" >&6; }
3095  
3096   # Check whether --enable-dependency-tracking was given.
3097   if test "${enable_dependency_tracking+set}" = set; then :
# Line 5780 | Line 5793 | linux* | k*bsd*-gnu | kopensolaris*-gnu
5793    lt_cv_deplibs_check_method=pass_all
5794    ;;
5795  
5796 < netbsd*)
5796 > netbsd* | netbsdelf*-gnu)
5797    if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5798      lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5799    else
# Line 6643 | Line 6656 | _LT_EOF
6656    test $ac_status = 0; }; then
6657      # Now try to grab the symbols.
6658      nlist=conftest.nm
6659 <    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6660 <  (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6648 <  ac_status=$?
6649 <  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6650 <  test $ac_status = 0; } && test -s "$nlist"; then
6659 >    $ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5
6660 >    if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then
6661        # Try sorting and uniquifying the output.
6662        if sort "$nlist" | uniq > "$nlist"T; then
6663          mv -f "$nlist"T "$nlist"
# Line 8994 | Line 9004 | lt_prog_compiler_static=
9004          lt_prog_compiler_pic='-KPIC'
9005          lt_prog_compiler_static='-static'
9006          ;;
9007 +      # flang / f18. f95 an alias for gfortran or flang on Debian
9008 +      flang* | f18* | f95*)
9009 +        lt_prog_compiler_wl='-Wl,'
9010 +        lt_prog_compiler_pic='-fPIC'
9011 +        lt_prog_compiler_static='-static'
9012 +        ;;
9013        # icc used to be incompatible with GCC.
9014        # ICC 10 doesn't accept -KPIC any more.
9015        icc* | ifort*)
# Line 9470 | Line 9486 | $as_echo_n "checking whether the $compil
9486    openbsd* | bitrig*)
9487      with_gnu_ld=no
9488      ;;
9489 +  linux* | k*bsd*-gnu | gnu*)
9490 +    link_all_deplibs=no
9491 +    ;;
9492    esac
9493  
9494    ld_shlibs=yes
# Line 9724 | Line 9743 | _LT_EOF
9743        fi
9744        ;;
9745  
9746 <    netbsd*)
9746 >    netbsd* | netbsdelf*-gnu)
9747        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9748          archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9749          wlarc=
# Line 10394 | Line 10413 | $as_echo "$lt_cv_irix_exported_symbol" >
10413          if test yes = "$lt_cv_irix_exported_symbol"; then
10414            archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib'
10415          fi
10416 +        link_all_deplibs=no
10417        else
10418          archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib'
10419          archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib'
# Line 10415 | Line 10435 | $as_echo "$lt_cv_irix_exported_symbol" >
10435        esac
10436        ;;
10437  
10438 <    netbsd*)
10438 >    netbsd* | netbsdelf*-gnu)
10439        if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10440          archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
10441        else
# Line 11530 | Line 11550 | fi
11550    dynamic_linker='GNU/Linux ld.so'
11551    ;;
11552  
11553 + netbsdelf*-gnu)
11554 +  version_type=linux
11555 +  need_lib_prefix=no
11556 +  need_version=no
11557 +  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
11558 +  soname_spec='${libname}${release}${shared_ext}$major'
11559 +  shlibpath_var=LD_LIBRARY_PATH
11560 +  shlibpath_overrides_runpath=no
11561 +  hardcode_into_libs=yes
11562 +  dynamic_linker='NetBSD ld.elf_so'
11563 +  ;;
11564 +
11565   netbsd*)
11566    version_type=sunos
11567    need_lib_prefix=no
# Line 13152 | Line 13184 | else
13184      # at 6.2 and later dlopen does load deplibs.
13185      lt_cv_sys_dlopen_deplibs=yes
13186      ;;
13187 <  netbsd*)
13187 >  netbsd* | netbsdelf*-gnu)
13188      lt_cv_sys_dlopen_deplibs=yes
13189      ;;
13190    openbsd*)
# Line 13727 | Line 13759 | $as_echo "$ssp_cv_lib" >&6; }
13759    fi
13760  
13761  
13730
13731
13732
13733
13734 for flag in -fno-strict-aliasing; do
13735  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
13736 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
13737 $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
13738 if eval \${$as_CACHEVAR+:} false; then :
13739  $as_echo_n "(cached) " >&6
13740 else
13741
13742  ax_check_save_flags=$CFLAGS
13743  CFLAGS="$CFLAGS  $flag"
13744  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13745 /* end confdefs.h.  */
13746
13747 int
13748 main ()
13749 {
13750
13751  ;
13752  return 0;
13753 }
13754 _ACEOF
13755 if ac_fn_c_try_compile "$LINENO"; then :
13756  eval "$as_CACHEVAR=yes"
13757 else
13758  eval "$as_CACHEVAR=no"
13759 fi
13760 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13761  CFLAGS=$ax_check_save_flags
13762 fi
13763 eval ac_res=\$$as_CACHEVAR
13764               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
13765 $as_echo "$ac_res" >&6; }
13766 if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
13767
13768 if ${CFLAGS+:} false; then :
13769
13770  case " $CFLAGS " in #(
13771  *" $flag "*) :
13772    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
13773  (: CFLAGS already contains $flag) 2>&5
13774  ac_status=$?
13775  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13776  test $ac_status = 0; } ;; #(
13777  *) :
13778
13779     as_fn_append CFLAGS " $flag"
13780     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
13781  (: CFLAGS="$CFLAGS") 2>&5
13782  ac_status=$?
13783  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13784  test $ac_status = 0; }
13785     ;;
13786 esac
13787
13788 else
13789
13790  CFLAGS=$flag
13791  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
13792  (: CFLAGS="$CFLAGS") 2>&5
13793  ac_status=$?
13794  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13795  test $ac_status = 0; }
13796
13797 fi
13798
13799 else
13800  :
13801 fi
13802
13803 done
13804
13805
13762    ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13763   if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13764  
# Line 14237 | Line 14193 | done
14193  
14194  
14195  
14196 +
14197 +
14198   # Checks for header files.
14199  
14200  
# Line 14267 | Line 14225 | done
14225  
14226  
14227  
14270
14271
14228   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
14229   $as_echo_n "checking for library containing crypt... " >&6; }
14230   if ${ac_cv_search_crypt+:} false; then :
# Line 14326 | Line 14282 | if test "$ac_res" != no; then :
14282   fi
14283  
14284  
14329 # Define various chunk sizes for the pooling allocator
14330
14331
14332 $as_echo "#define MP_CHUNK_SIZE_CHANNEL 1024*1024" >>confdefs.h
14333
14334
14335 $as_echo "#define MP_CHUNK_SIZE_MEMBER 2048*1024" >>confdefs.h
14336
14337
14338 $as_echo "#define MP_CHUNK_SIZE_BAN 1024*1024" >>confdefs.h
14339
14340
14341 $as_echo "#define MP_CHUNK_SIZE_INVITE 4*1024" >>confdefs.h
14342
14343
14344 $as_echo "#define MP_CHUNK_SIZE_CLIENT 1024*1024" >>confdefs.h
14345
14346
14347 $as_echo "#define MP_CHUNK_SIZE_CONNECTION 512*1024" >>confdefs.h
14348
14349
14350 $as_echo "#define MP_CHUNK_SIZE_DNODE 32*1024" >>confdefs.h
14351
14352
14353 $as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h
14354
14355
14356 $as_echo "#define MP_CHUNK_SIZE_AUTH 128*1024" >>confdefs.h
14357
14358
14359 $as_echo "#define MP_CHUNK_SIZE_DNS 64*1024" >>confdefs.h
14360
14361
14362 $as_echo "#define MP_CHUNK_SIZE_WATCH 8*1024" >>confdefs.h
14363
14364
14365 $as_echo "#define MP_CHUNK_SIZE_USERHOST 128*1024" >>confdefs.h
14366
14367
14368 $as_echo "#define MP_CHUNK_SIZE_IP_ENTRY 128*1024" >>confdefs.h
14369
14370
14371 $as_echo "#define MP_CHUNK_SIZE_WHOWAS 256*1024" >>confdefs.h
14372
14373
14374
14285   # Argument processing.
14286  
14287    desired_iopoll_mechanism="none"
# Line 14474 | Line 14384 | _ACEOF
14384   int
14385   main ()
14386   {
14387 < epoll_create(256);
14387 > epoll_create1(EPOLL_CLOEXEC);
14388    ;
14389    return 0;
14390   }
# Line 14902 | Line 14812 | done
14812  
14813  
14814  
14815 + for flag in -Wcast-function-type; do
14816 +  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14817 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14818 + $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
14819 + if eval \${$as_CACHEVAR+:} false; then :
14820 +  $as_echo_n "(cached) " >&6
14821 + else
14822 +
14823 +  ax_check_save_flags=$CFLAGS
14824 +  CFLAGS="$CFLAGS  $flag"
14825 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14826 + /* end confdefs.h.  */
14827 +
14828 + int
14829 + main ()
14830 + {
14831 +
14832 +  ;
14833 +  return 0;
14834 + }
14835 + _ACEOF
14836 + if ac_fn_c_try_compile "$LINENO"; then :
14837 +  eval "$as_CACHEVAR=yes"
14838 + else
14839 +  eval "$as_CACHEVAR=no"
14840 + fi
14841 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14842 +  CFLAGS=$ax_check_save_flags
14843 + fi
14844 + eval ac_res=\$$as_CACHEVAR
14845 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
14846 + $as_echo "$ac_res" >&6; }
14847 + if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
14848 +
14849 + if ${CFLAGS+:} false; then :
14850 +
14851 +  case " $CFLAGS " in #(
14852 +  *" $flag "*) :
14853 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
14854 +  (: CFLAGS already contains $flag) 2>&5
14855 +  ac_status=$?
14856 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14857 +  test $ac_status = 0; } ;; #(
14858 +  *) :
14859 +
14860 +     as_fn_append CFLAGS " $flag"
14861 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14862 +  (: CFLAGS="$CFLAGS") 2>&5
14863 +  ac_status=$?
14864 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14865 +  test $ac_status = 0; }
14866 +     ;;
14867 + esac
14868 +
14869 + else
14870 +
14871 +  CFLAGS=$flag
14872 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14873 +  (: CFLAGS="$CFLAGS") 2>&5
14874 +  ac_status=$?
14875 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14876 +  test $ac_status = 0; }
14877 +
14878 + fi
14879 +
14880 + else
14881 +  :
14882 + fi
14883 +
14884 + done
14885 +
14886 +
14887 +
14888 +
14889 +
14890   for flag in -Wcast-qual; do
14891    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14892   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 15052 | Line 15037 | done
15037  
15038  
15039  
15040 + for flag in -Wduplicated-cond; do
15041 +  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15042 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
15043 + $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
15044 + if eval \${$as_CACHEVAR+:} false; then :
15045 +  $as_echo_n "(cached) " >&6
15046 + else
15047 +
15048 +  ax_check_save_flags=$CFLAGS
15049 +  CFLAGS="$CFLAGS  $flag"
15050 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15051 + /* end confdefs.h.  */
15052 +
15053 + int
15054 + main ()
15055 + {
15056 +
15057 +  ;
15058 +  return 0;
15059 + }
15060 + _ACEOF
15061 + if ac_fn_c_try_compile "$LINENO"; then :
15062 +  eval "$as_CACHEVAR=yes"
15063 + else
15064 +  eval "$as_CACHEVAR=no"
15065 + fi
15066 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15067 +  CFLAGS=$ax_check_save_flags
15068 + fi
15069 + eval ac_res=\$$as_CACHEVAR
15070 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
15071 + $as_echo "$ac_res" >&6; }
15072 + if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
15073 +
15074 + if ${CFLAGS+:} false; then :
15075 +
15076 +  case " $CFLAGS " in #(
15077 +  *" $flag "*) :
15078 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
15079 +  (: CFLAGS already contains $flag) 2>&5
15080 +  ac_status=$?
15081 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15082 +  test $ac_status = 0; } ;; #(
15083 +  *) :
15084 +
15085 +     as_fn_append CFLAGS " $flag"
15086 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
15087 +  (: CFLAGS="$CFLAGS") 2>&5
15088 +  ac_status=$?
15089 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15090 +  test $ac_status = 0; }
15091 +     ;;
15092 + esac
15093 +
15094 + else
15095 +
15096 +  CFLAGS=$flag
15097 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
15098 +  (: CFLAGS="$CFLAGS") 2>&5
15099 +  ac_status=$?
15100 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15101 +  test $ac_status = 0; }
15102 +
15103 + fi
15104 +
15105 + else
15106 +  :
15107 + fi
15108 +
15109 + done
15110 +
15111 +
15112 +
15113 +
15114 +
15115   for flag in -Wempty-body; do
15116    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15117   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 16102 | Line 16162 | done
16162  
16163  
16164  
16165 + for flag in -Wshift-negative-value; do
16166 +  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
16167 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
16168 + $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
16169 + if eval \${$as_CACHEVAR+:} false; then :
16170 +  $as_echo_n "(cached) " >&6
16171 + else
16172 +
16173 +  ax_check_save_flags=$CFLAGS
16174 +  CFLAGS="$CFLAGS  $flag"
16175 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16176 + /* end confdefs.h.  */
16177 +
16178 + int
16179 + main ()
16180 + {
16181 +
16182 +  ;
16183 +  return 0;
16184 + }
16185 + _ACEOF
16186 + if ac_fn_c_try_compile "$LINENO"; then :
16187 +  eval "$as_CACHEVAR=yes"
16188 + else
16189 +  eval "$as_CACHEVAR=no"
16190 + fi
16191 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16192 +  CFLAGS=$ax_check_save_flags
16193 + fi
16194 + eval ac_res=\$$as_CACHEVAR
16195 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16196 + $as_echo "$ac_res" >&6; }
16197 + if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
16198 +
16199 + if ${CFLAGS+:} false; then :
16200 +
16201 +  case " $CFLAGS " in #(
16202 +  *" $flag "*) :
16203 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
16204 +  (: CFLAGS already contains $flag) 2>&5
16205 +  ac_status=$?
16206 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16207 +  test $ac_status = 0; } ;; #(
16208 +  *) :
16209 +
16210 +     as_fn_append CFLAGS " $flag"
16211 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
16212 +  (: CFLAGS="$CFLAGS") 2>&5
16213 +  ac_status=$?
16214 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16215 +  test $ac_status = 0; }
16216 +     ;;
16217 + esac
16218 +
16219 + else
16220 +
16221 +  CFLAGS=$flag
16222 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
16223 +  (: CFLAGS="$CFLAGS") 2>&5
16224 +  ac_status=$?
16225 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16226 +  test $ac_status = 0; }
16227 +
16228 + fi
16229 +
16230 + else
16231 +  :
16232 + fi
16233 +
16234 + done
16235 +
16236 +
16237 +
16238 +
16239 +
16240   for flag in -Wsign-compare; do
16241    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
16242   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 16477 | Line 16612 | done
16612   fi
16613  
16614  
16615 +  # Check whether --enable-efence was given.
16616 + if test "${enable_efence+set}" = set; then :
16617 +  enableval=$enable_efence; efence="$enableval"
16618 + else
16619 +  efence="no"
16620 + fi
16621 +
16622 +
16623 +  if test "$efence" = "yes"; then :
16624 +
16625 +    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing EF_Print" >&5
16626 + $as_echo_n "checking for library containing EF_Print... " >&6; }
16627 + if ${ac_cv_search_EF_Print+:} false; then :
16628 +  $as_echo_n "(cached) " >&6
16629 + else
16630 +  ac_func_search_save_LIBS=$LIBS
16631 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16632 + /* end confdefs.h.  */
16633 +
16634 + /* Override any GCC internal prototype to avoid an error.
16635 +   Use char because int might match the return type of a GCC
16636 +   builtin and then its argument prototype would still apply.  */
16637 + #ifdef __cplusplus
16638 + extern "C"
16639 + #endif
16640 + char EF_Print ();
16641 + int
16642 + main ()
16643 + {
16644 + return EF_Print ();
16645 +  ;
16646 +  return 0;
16647 + }
16648 + _ACEOF
16649 + for ac_lib in '' efence; do
16650 +  if test -z "$ac_lib"; then
16651 +    ac_res="none required"
16652 +  else
16653 +    ac_res=-l$ac_lib
16654 +    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
16655 +  fi
16656 +  if ac_fn_c_try_link "$LINENO"; then :
16657 +  ac_cv_search_EF_Print=$ac_res
16658 + fi
16659 + rm -f core conftest.err conftest.$ac_objext \
16660 +    conftest$ac_exeext
16661 +  if ${ac_cv_search_EF_Print+:} false; then :
16662 +  break
16663 + fi
16664 + done
16665 + if ${ac_cv_search_EF_Print+:} false; then :
16666 +
16667 + else
16668 +  ac_cv_search_EF_Print=no
16669 + fi
16670 + rm conftest.$ac_ext
16671 + LIBS=$ac_func_search_save_LIBS
16672 + fi
16673 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_EF_Print" >&5
16674 + $as_echo "$ac_cv_search_EF_Print" >&6; }
16675 + ac_res=$ac_cv_search_EF_Print
16676 + if test "$ac_res" != no; then :
16677 +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16678 +
16679 + else
16680 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16681 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16682 + as_fn_error $? "Electric Fence 'efence' library not found
16683 + See \`config.log' for more details" "$LINENO" 5; }
16684 + fi
16685 +
16686 +
16687 + fi
16688 +
16689 +
16690   # Check whether --enable-openssl was given.
16691   if test "${enable_openssl+set}" = set; then :
16692    enableval=$enable_openssl;  cf_enable_openssl=$enableval
# Line 16531 | Line 16741 | $as_echo "disabled" >&6; }
16741   fi
16742  
16743   if test "$cf_enable_openssl" != "no"; then :
16744 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL or OpenSSL 1.0.1d and above" >&5
16745 < $as_echo_n "checking for LibreSSL or OpenSSL 1.0.1d and above... " >&6; }
16744 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL, or OpenSSL 1.1.1 and above" >&5
16745 > $as_echo_n "checking for LibreSSL, or OpenSSL 1.1.1 and above... " >&6; }
16746    if test "$cross_compiling" = yes; then :
16747    cf_openssl_version_ok=no
16748   else
# Line 16545 | Line 16755 | else
16755   int
16756   main ()
16757   {
16758 < exit(!(OPENSSL_VERSION_NUMBER >= 0x1000104fL));
16758 > exit(!(OPENSSL_VERSION_NUMBER >= 0x1010100fL));
16759    ;
16760    return 0;
16761   }
# Line 16696 | Line 16906 | int
16906   main ()
16907   {
16908  
16909 <          exit(!(GNUTLS_VERSION_NUMBER >= 0x030308));
16909 >          exit(!(GNUTLS_VERSION_NUMBER >= 0x030605));
16910    ;
16911    return 0;
16912   }
# Line 16756 | Line 16966 | fi
16966  
16967  
16968  
16969 <    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GnuTLS 3.3.8 and above" >&5
16970 < $as_echo_n "checking for GnuTLS 3.3.8 and above... " >&6; }
16969 >    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GnuTLS 3.6.5 and above" >&5
16970 > $as_echo_n "checking for GnuTLS 3.6.5 and above... " >&6; }
16971      if test "$ac_cv_lib_gnutls_gnutls_init" = "yes"; then :
16972    { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
16973   $as_echo "found" >&6; }
# Line 16770 | Line 16980 | fi
16980   fi
16981  
16982  
16983 <  # Check whether --enable-libgeoip was given.
16984 < if test "${enable_libgeoip+set}" = set; then :
16985 <  enableval=$enable_libgeoip;
16986 < else
16987 <  ac_fn_c_check_header_mongrel "$LINENO" "GeoIP.h" "ac_cv_header_GeoIP_h" "$ac_includes_default"
16988 < if test "x$ac_cv_header_GeoIP_h" = xyes; then :
16989 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing GeoIP_id_by_ipnum_v6_gl" >&5
16990 < $as_echo_n "checking for library containing GeoIP_id_by_ipnum_v6_gl... " >&6; }
16991 < if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
16983 > # Disable -Wformat-truncation
16984 >
16985 >
16986 >
16987 >
16988 > for flag in -Wno-format-truncation; do
16989 >  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
16990 > { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
16991 > $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
16992 > if eval \${$as_CACHEVAR+:} false; then :
16993    $as_echo_n "(cached) " >&6
16994   else
16995 <  ac_func_search_save_LIBS=$LIBS
16996 < cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16995 >
16996 >  ax_check_save_flags=$CFLAGS
16997 >  CFLAGS="$CFLAGS  $flag"
16998 >  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16999   /* end confdefs.h.  */
17000  
16788 /* Override any GCC internal prototype to avoid an error.
16789   Use char because int might match the return type of a GCC
16790   builtin and then its argument prototype would still apply.  */
16791 #ifdef __cplusplus
16792 extern "C"
16793 #endif
16794 char GeoIP_id_by_ipnum_v6_gl ();
17001   int
17002   main ()
17003   {
17004 < return GeoIP_id_by_ipnum_v6_gl ();
17004 >
17005    ;
17006    return 0;
17007   }
17008   _ACEOF
17009 < for ac_lib in '' GeoIP; do
17010 <  if test -z "$ac_lib"; then
16805 <    ac_res="none required"
16806 <  else
16807 <    ac_res=-l$ac_lib
16808 <    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
16809 <  fi
16810 <  if ac_fn_c_try_link "$LINENO"; then :
16811 <  ac_cv_search_GeoIP_id_by_ipnum_v6_gl=$ac_res
16812 < fi
16813 < rm -f core conftest.err conftest.$ac_objext \
16814 <    conftest$ac_exeext
16815 <  if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
16816 <  break
16817 < fi
16818 < done
16819 < if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
16820 <
17009 > if ac_fn_c_try_compile "$LINENO"; then :
17010 >  eval "$as_CACHEVAR=yes"
17011   else
17012 <  ac_cv_search_GeoIP_id_by_ipnum_v6_gl=no
17012 >  eval "$as_CACHEVAR=no"
17013   fi
17014 < rm conftest.$ac_ext
17015 < LIBS=$ac_func_search_save_LIBS
17014 > rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17015 >  CFLAGS=$ax_check_save_flags
17016   fi
17017 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_GeoIP_id_by_ipnum_v6_gl" >&5
17018 < $as_echo "$ac_cv_search_GeoIP_id_by_ipnum_v6_gl" >&6; }
17019 < ac_res=$ac_cv_search_GeoIP_id_by_ipnum_v6_gl
17020 < if test "$ac_res" != no; then :
16831 <  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17017 > eval ac_res=\$$as_CACHEVAR
17018 >               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
17019 > $as_echo "$ac_res" >&6; }
17020 > if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
17021  
17022 < $as_echo "#define HAVE_LIBGEOIP 1" >>confdefs.h
17022 > if ${CFLAGS+:} false; then :
17023  
17024 < fi
17024 >  case " $CFLAGS " in #(
17025 >  *" $flag "*) :
17026 >    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
17027 >  (: CFLAGS already contains $flag) 2>&5
17028 >  ac_status=$?
17029 >  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17030 >  test $ac_status = 0; } ;; #(
17031 >  *) :
17032  
17033 < fi
17033 >     as_fn_append CFLAGS " $flag"
17034 >     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
17035 >  (: CFLAGS="$CFLAGS") 2>&5
17036 >  ac_status=$?
17037 >  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17038 >  test $ac_status = 0; }
17039 >     ;;
17040 > esac
17041  
17042 + else
17043  
17044 +  CFLAGS=$flag
17045 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
17046 +  (: CFLAGS="$CFLAGS") 2>&5
17047 +  ac_status=$?
17048 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
17049 +  test $ac_status = 0; }
17050 +
17051 + fi
17052 +
17053 + else
17054 +  :
17055   fi
17056  
17057 + done
17058  
17059  
17060  
# Line 17490 | Line 17706 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
17706   # report actual input values of CONFIG_FILES etc. instead of their
17707   # values after options handling.
17708   ac_log="
17709 < This file was extended by ircd-hybrid $as_me 8.2.21, which was
17709 > This file was extended by ircd-hybrid $as_me 8.2.26, which was
17710   generated by GNU Autoconf 2.69.  Invocation command line was
17711  
17712    CONFIG_FILES    = $CONFIG_FILES
# Line 17556 | Line 17772 | _ACEOF
17772   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17773   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17774   ac_cs_version="\\
17775 < ircd-hybrid config.status 8.2.21
17775 > ircd-hybrid config.status 8.2.26
17776   configured by $0, generated by GNU Autoconf 2.69,
17777    with options \\"\$ac_cs_config\\"
17778  
# Line 17675 | Line 17891 | cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
17891   #
17892   # INIT-COMMANDS
17893   #
17894 < AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
17894 > AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
17895  
17896  
17897   # The HP-UX ksh and POSIX shell print the target directory to stdout
# Line 18579 | Line 18795 | $as_echo "$as_me: executing $ac_file com
18795    # Older Autoconf quotes --file arguments for eval, but not when files
18796    # are listed without --file.  Let's play safe and only enable the eval
18797    # if we detect the quoting.
18798 <  case $CONFIG_FILES in
18799 <  *\'*) eval set x "$CONFIG_FILES" ;;
18800 <  *)   set x $CONFIG_FILES ;;
18801 <  esac
18798 >  # TODO: see whether this extra hack can be removed once we start
18799 >  # requiring Autoconf 2.70 or later.
18800 >  case $CONFIG_FILES in #(
18801 >  *\'*) :
18802 >    eval set x "$CONFIG_FILES" ;; #(
18803 >  *) :
18804 >    set x $CONFIG_FILES ;; #(
18805 >  *) :
18806 >     ;;
18807 > esac
18808    shift
18809 <  for mf
18809 >  # Used to flag and report bootstrapping failures.
18810 >  am_rc=0
18811 >  for am_mf
18812    do
18813      # Strip MF so we end up with the name of the file.
18814 <    mf=`echo "$mf" | sed -e 's/:.*$//'`
18815 <    # Check whether this is an Automake generated Makefile or not.
18816 <    # We used to match only the files named 'Makefile.in', but
18817 <    # some people rename them; so instead we look at the file content.
18594 <    # Grep'ing the first line is not enough: some people post-process
18595 <    # each Makefile.in and add a new line on top of each file to say so.
18596 <    # Grep'ing the whole file is not good either: AIX grep has a line
18814 >    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
18815 >    # Check whether this is an Automake generated Makefile which includes
18816 >    # dependency-tracking related rules and includes.
18817 >    # Grep'ing the whole file directly is not great: AIX grep has a line
18818      # limit of 2048, but all sed's we know have understand at least 4000.
18819 <    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
18820 <      dirpart=`$as_dirname -- "$mf" ||
18821 < $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18822 <         X"$mf" : 'X\(//\)[^/]' \| \
18823 <         X"$mf" : 'X\(//\)$' \| \
18824 <         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
18825 < $as_echo X"$mf" |
18819 >    sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
18820 >      || continue
18821 >    am_dirpart=`$as_dirname -- "$am_mf" ||
18822 > $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18823 >         X"$am_mf" : 'X\(//\)[^/]' \| \
18824 >         X"$am_mf" : 'X\(//\)$' \| \
18825 >         X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
18826 > $as_echo X"$am_mf" |
18827      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18828              s//\1/
18829              q
# Line 18619 | Line 18841 | $as_echo X"$mf" |
18841              q
18842            }
18843            s/.*/./; q'`
18844 <    else
18845 <      continue
18846 <    fi
18847 <    # Extract the definition of DEPDIR, am__include, and am__quote
18848 <    # from the Makefile without running 'make'.
18849 <    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
18628 <    test -z "$DEPDIR" && continue
18629 <    am__include=`sed -n 's/^am__include = //p' < "$mf"`
18630 <    test -z "$am__include" && continue
18631 <    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
18632 <    # Find all dependency output files, they are included files with
18633 <    # $(DEPDIR) in their names.  We invoke sed twice because it is the
18634 <    # simplest approach to changing $(DEPDIR) to its actual value in the
18635 <    # expansion.
18636 <    for file in `sed -n "
18637 <      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18638 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
18639 <      # Make sure the directory exists.
18640 <      test -f "$dirpart/$file" && continue
18641 <      fdir=`$as_dirname -- "$file" ||
18642 < $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18643 <         X"$file" : 'X\(//\)[^/]' \| \
18644 <         X"$file" : 'X\(//\)$' \| \
18645 <         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
18646 < $as_echo X"$file" |
18647 <    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18648 <            s//\1/
18649 <            q
18650 <          }
18651 <          /^X\(\/\/\)[^/].*/{
18844 >    am_filepart=`$as_basename -- "$am_mf" ||
18845 > $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
18846 >         X"$am_mf" : 'X\(//\)$' \| \
18847 >         X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
18848 > $as_echo X/"$am_mf" |
18849 >    sed '/^.*\/\([^/][^/]*\)\/*$/{
18850              s//\1/
18851              q
18852            }
18853 <          /^X\(\/\/\)$/{
18853 >          /^X\/\(\/\/\)$/{
18854              s//\1/
18855              q
18856            }
18857 <          /^X\(\/\).*/{
18857 >          /^X\/\(\/\).*/{
18858              s//\1/
18859              q
18860            }
18861            s/.*/./; q'`
18862 <      as_dir=$dirpart/$fdir; as_fn_mkdir_p
18863 <      # echo "creating $dirpart/$file"
18864 <      echo '# dummy' > "$dirpart/$file"
18865 <    done
18862 >    { echo "$as_me:$LINENO: cd "$am_dirpart" \
18863 >      && sed -e '/# am--include-marker/d' "$am_filepart" \
18864 >        | $MAKE -f - am--depfiles" >&5
18865 >   (cd "$am_dirpart" \
18866 >      && sed -e '/# am--include-marker/d' "$am_filepart" \
18867 >        | $MAKE -f - am--depfiles) >&5 2>&5
18868 >   ac_status=$?
18869 >   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18870 >   (exit $ac_status); } || am_rc=$?
18871    done
18872 +  if test $am_rc -ne 0; then
18873 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18874 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18875 + as_fn_error $? "Something went wrong bootstrapping makefile fragments
18876 +    for automatic dependency tracking.  Try re-running configure with the
18877 +    '--disable-dependency-tracking' option to at least be able to build
18878 +    the package (albeit without support for automatic dependency tracking).
18879 + See \`config.log' for more details" "$LINENO" 5; }
18880 +  fi
18881 +  { am_dirpart=; unset am_dirpart;}
18882 +  { am_filepart=; unset am_filepart;}
18883 +  { am_mf=; unset am_mf;}
18884 +  { am_rc=; unset am_rc;}
18885 +  rm -f conftest-deps.mk
18886   }
18887   ;;
18888      "libtool":C)
# Line 18683 | Line 18900 | $as_echo X"$file" |
18900      cat <<_LT_EOF >> "$cfgfile"
18901   #! $SHELL
18902   # Generated automatically by $as_me ($PACKAGE) $VERSION
18686 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
18903   # NOTE: Changes made to this file will be lost: look at ltmain.sh.
18904  
18905   # Provide generalized library-building support services.

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)