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 7551 by michael, Fri Apr 22 20:04:49 2016 UTC vs.
Revision 8778 by michael, Sun Jan 6 18:18:14 2019 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 7519 2016-03-30 18:26:55Z michael .
2 > # From configure.ac Id: configure.ac 8755 2019-01-01 14:38:16Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.2.17.
4 > # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.2.25.
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.17'
597 < PACKAGE_STRING='ircd-hybrid 8.2.17'
596 > PACKAGE_VERSION='8.2.25'
597 > PACKAGE_STRING='ircd-hybrid 8.2.25'
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 786 | Line 785 | PACKAGE_VERSION
785   PACKAGE_TARNAME
786   PACKAGE_NAME
787   PATH_SEPARATOR
788 < SHELL'
788 > SHELL
789 > am__quote'
790   ac_subst_files=''
791   ac_user_opts='
792   enable_option_checking
# Line 812 | Line 812 | enable_poll
812   enable_assert
813   enable_debugging
814   enable_warnings
815 + enable_efence
816   enable_openssl
817   enable_gnutls
817 enable_libgeoip
818   '
819        ac_precious_vars='build_alias
820   host_alias
# Line 1368 | Line 1368 | if test "$ac_init_help" = "long"; then
1368    # Omit some internal or obsolete options to make the list less imposing.
1369    # This message is too long to be a string in the A/UX 3.1 sh.
1370    cat <<_ACEOF
1371 < \`configure' configures ircd-hybrid 8.2.17 to adapt to many kinds of systems.
1371 > \`configure' configures ircd-hybrid 8.2.25 to adapt to many kinds of systems.
1372  
1373   Usage: $0 [OPTION]... [VAR=VALUE]...
1374  
# Line 1438 | Line 1438 | fi
1438  
1439   if test -n "$ac_init_help"; then
1440    case $ac_init_help in
1441 <     short | recursive ) echo "Configuration of ircd-hybrid 8.2.17:";;
1441 >     short | recursive ) echo "Configuration of ircd-hybrid 8.2.25:";;
1442     esac
1443    cat <<\_ACEOF
1444  
# Line 1468 | Line 1468 | Optional Features:
1468    --enable-assert         Enable assert() statements
1469    --enable-debugging      Enable debugging.
1470    --enable-warnings       Enable compiler warnings.
1471 +  --enable-efence         Enable linking with Electric Fence 'efence' memory
1472 +                          debugger library.
1473    --enable-openssl=DIR       Enable LibreSSL/OpenSSL support (DIR optional).
1474    --disable-openssl            Disable LibreSSL/OpenSSL support.
1475    --enable-gnutls             Enable GnuTLS support.
1476    --disable-gnutls             Disable GnuTLS support.
1475  --disable-libgeoip      Disable GeoIP support
1477  
1478   Optional Packages:
1479    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
# Line 1573 | Line 1574 | fi
1574   test -n "$ac_init_help" && exit $ac_status
1575   if $ac_init_version; then
1576    cat <<\_ACEOF
1577 < ircd-hybrid configure 8.2.17
1577 > ircd-hybrid configure 8.2.25
1578   generated by GNU Autoconf 2.69
1579  
1580   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 2042 | Line 2043 | cat >config.log <<_ACEOF
2043   This file contains any messages produced by compilers while
2044   running configure, to aid debugging if configure makes a mistake.
2045  
2046 < It was created by ircd-hybrid $as_me 8.2.17, which was
2046 > It was created by ircd-hybrid $as_me 8.2.25, which was
2047   generated by GNU Autoconf 2.69.  Invocation command line was
2048  
2049    $ $0 $@
# Line 2322 | Line 2323 | $as_echo "$as_me: creating cache $cache_
2323    >$cache_file
2324   fi
2325  
2326 + as_fn_append ac_func_list " accept4"
2327   as_fn_append ac_func_list " strtok_r"
2328   as_fn_append ac_func_list " strlcat"
2329   as_fn_append ac_func_list " strlcpy"
2330   as_fn_append ac_header_list " crypt.h"
2329 as_fn_append ac_header_list " sys/resource.h"
2331   as_fn_append ac_header_list " sys/param.h"
2332   as_fn_append ac_header_list " types.h"
2333   as_fn_append ac_header_list " socket.h"
# Line 2399 | Line 2400 | ac_link='$CC -o conftest$ac_exeext $CFLA
2400   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2401  
2402  
2403 < am__api_version='1.15'
2403 > am__api_version='1.16'
2404  
2405   ac_aux_dir=
2406   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2914 | Line 2915 | fi
2915  
2916   # Define the identity of the package.
2917   PACKAGE='ircd-hybrid'
2918 < VERSION='8.2.17'
2918 > VERSION='8.2.25'
2919  
2920  
2921   cat >>confdefs.h <<_ACEOF
# Line 2944 | Line 2945 | MAKEINFO=${MAKEINFO-"${am_missing_run}ma
2945  
2946   # For better backward compatibility.  To be removed once Automake 1.9.x
2947   # dies out for good.  For more background, see:
2948 < # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2949 < # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2948 > # <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2949 > # <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2950   mkdir_p='$(MKDIR_P)'
2951  
2952   # We need awk for the "check" target (and possibly the TAP driver).  The
# Line 2996 | Line 2997 | END
2997   Aborting the configuration process, to ensure you take notice of the issue.
2998  
2999   You can download and install GNU coreutils to get an 'rm' implementation
3000 < that behaves properly: <http://www.gnu.org/software/coreutils/>.
3000 > that behaves properly: <https://www.gnu.org/software/coreutils/>.
3001  
3002   If you want to complete the configuration process using your problematic
3003   'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
# Line 3040 | Line 3041 | DEPDIR="${am__leading_dot}deps"
3041  
3042   ac_config_commands="$ac_config_commands depfiles"
3043  
3044 <
3045 < am_make=${MAKE-make}
3046 < cat > confinc << 'END'
3044 > { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5
3045 > $as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; }
3046 > cat > confinc.mk << 'END'
3047   am__doit:
3048 <        @echo this is the am__doit target
3048 >        @echo this is the am__doit target >confinc.out
3049   .PHONY: am__doit
3050   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; }
3051   am__include="#"
3052   am__quote=
3053 < _am_result=none
3054 < # First try GNU make style include.
3055 < echo "include confinc" > confmf
3056 < # Ignore all kinds of additional output from 'make'.
3057 < case `$am_make -s -f confmf 2> /dev/null` in #(
3058 < *the\ am__doit\ target*)
3059 <  am__include=include
3060 <  am__quote=
3061 <  _am_result=GNU
3062 <  ;;
3063 < esac
3064 < # Now try BSD make style include.
3065 < if test "$am__include" = "#"; then
3066 <   echo '.include "confinc"' > confmf
3067 <   case `$am_make -s -f confmf 2> /dev/null` in #(
3068 <   *the\ am__doit\ target*)
3069 <     am__include=.include
3070 <     am__quote="\""
3071 <     _am_result=BSD
3053 > # BSD make does it like this.
3054 > echo '.include "confinc.mk" # ignored' > confmf.BSD
3055 > # Other make implementations (GNU, Solaris 10, AIX) do it like this.
3056 > echo 'include confinc.mk # ignored' > confmf.GNU
3057 > _am_result=no
3058 > for s in GNU BSD; do
3059 >  { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5
3060 >   (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5
3061 >   ac_status=$?
3062 >   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3063 >   (exit $ac_status); }
3064 >  case $?:`cat confinc.out 2>/dev/null` in #(
3065 >  '0:this is the am__doit target') :
3066 >    case $s in #(
3067 >  BSD) :
3068 >    am__include='.include' am__quote='"' ;; #(
3069 >  *) :
3070 >    am__include='include' am__quote='' ;;
3071 > esac ;; #(
3072 >  *) :
3073       ;;
3074 <   esac
3075 < fi
3076 <
3077 <
3078 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3079 < $as_echo "$_am_result" >&6; }
3080 < rm -f confinc confmf
3074 > esac
3075 >  if test "$am__include" != "#"; then
3076 >    _am_result="yes ($s style)"
3077 >    break
3078 >  fi
3079 > done
3080 > rm -f confinc.* confmf.*
3081 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5
3082 > $as_echo "${_am_result}" >&6; }
3083  
3084   # Check whether --enable-dependency-tracking was given.
3085   if test "${enable_dependency_tracking+set}" = set; then :
# Line 13727 | Line 13728 | $as_echo "$ssp_cv_lib" >&6; }
13728    fi
13729  
13730  
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
13731    ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13732   if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13733  
# Line 14237 | Line 14162 | done
14162  
14163  
14164  
14165 +
14166 +
14167   # Checks for header files.
14168  
14169  
# Line 14267 | Line 14194 | done
14194  
14195  
14196  
14270
14271
14197   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
14198   $as_echo_n "checking for library containing crypt... " >&6; }
14199   if ${ac_cv_search_crypt+:} false; then :
# Line 14326 | Line 14251 | if test "$ac_res" != no; then :
14251   fi
14252  
14253  
14254 < # 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 <
14254 > # Disable -Wformat-truncation
14255  
14338 $as_echo "#define MP_CHUNK_SIZE_BAN 1024*1024" >>confdefs.h
14256  
14257  
14341 $as_echo "#define MP_CHUNK_SIZE_INVITE 4*1024" >>confdefs.h
14258  
14259 + for flag in -Wno-format-truncation; do
14260 +  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14261 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14262 + $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
14263 + if eval \${$as_CACHEVAR+:} false; then :
14264 +  $as_echo_n "(cached) " >&6
14265 + else
14266  
14267 < $as_echo "#define MP_CHUNK_SIZE_CLIENT 1024*1024" >>confdefs.h
14268 <
14269 <
14270 < $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 <
14267 >  ax_check_save_flags=$CFLAGS
14268 >  CFLAGS="$CFLAGS  $flag"
14269 >  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14270 > /* end confdefs.h.  */
14271  
14272 < $as_echo "#define MP_CHUNK_SIZE_WATCH 8*1024" >>confdefs.h
14272 > int
14273 > main ()
14274 > {
14275  
14276 +  ;
14277 +  return 0;
14278 + }
14279 + _ACEOF
14280 + if ac_fn_c_try_compile "$LINENO"; then :
14281 +  eval "$as_CACHEVAR=yes"
14282 + else
14283 +  eval "$as_CACHEVAR=no"
14284 + fi
14285 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14286 +  CFLAGS=$ax_check_save_flags
14287 + fi
14288 + eval ac_res=\$$as_CACHEVAR
14289 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
14290 + $as_echo "$ac_res" >&6; }
14291 + if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
14292  
14293 < $as_echo "#define MP_CHUNK_SIZE_NAMEHOST 64*1024" >>confdefs.h
14293 > if ${CFLAGS+:} false; then :
14294  
14295 +  case " $CFLAGS " in #(
14296 +  *" $flag "*) :
14297 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
14298 +  (: CFLAGS already contains $flag) 2>&5
14299 +  ac_status=$?
14300 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14301 +  test $ac_status = 0; } ;; #(
14302 +  *) :
14303  
14304 < $as_echo "#define MP_CHUNK_SIZE_USERHOST 128*1024" >>confdefs.h
14304 >     as_fn_append CFLAGS " $flag"
14305 >     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14306 >  (: CFLAGS="$CFLAGS") 2>&5
14307 >  ac_status=$?
14308 >  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14309 >  test $ac_status = 0; }
14310 >     ;;
14311 > esac
14312  
14313 + else
14314  
14315 < $as_echo "#define MP_CHUNK_SIZE_IP_ENTRY 128*1024" >>confdefs.h
14315 >  CFLAGS=$flag
14316 >  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14317 >  (: CFLAGS="$CFLAGS") 2>&5
14318 >  ac_status=$?
14319 >  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14320 >  test $ac_status = 0; }
14321  
14322 + fi
14323  
14324 < $as_echo "#define MP_CHUNK_SIZE_WHOWAS 256*1024" >>confdefs.h
14324 > else
14325 >  :
14326 > fi
14327  
14328 + done
14329  
14330  
14331   # Argument processing.
# Line 14477 | Line 14430 | _ACEOF
14430   int
14431   main ()
14432   {
14433 < epoll_create(256);
14433 > epoll_create1(EPOLL_CLOEXEC);
14434    ;
14435    return 0;
14436   }
# Line 14905 | Line 14858 | done
14858  
14859  
14860  
14861 + for flag in -Wcast-function-type; do
14862 +  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14863 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
14864 + $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
14865 + if eval \${$as_CACHEVAR+:} false; then :
14866 +  $as_echo_n "(cached) " >&6
14867 + else
14868 +
14869 +  ax_check_save_flags=$CFLAGS
14870 +  CFLAGS="$CFLAGS  $flag"
14871 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14872 + /* end confdefs.h.  */
14873 +
14874 + int
14875 + main ()
14876 + {
14877 +
14878 +  ;
14879 +  return 0;
14880 + }
14881 + _ACEOF
14882 + if ac_fn_c_try_compile "$LINENO"; then :
14883 +  eval "$as_CACHEVAR=yes"
14884 + else
14885 +  eval "$as_CACHEVAR=no"
14886 + fi
14887 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14888 +  CFLAGS=$ax_check_save_flags
14889 + fi
14890 + eval ac_res=\$$as_CACHEVAR
14891 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
14892 + $as_echo "$ac_res" >&6; }
14893 + if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
14894 +
14895 + if ${CFLAGS+:} false; then :
14896 +
14897 +  case " $CFLAGS " in #(
14898 +  *" $flag "*) :
14899 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
14900 +  (: CFLAGS already contains $flag) 2>&5
14901 +  ac_status=$?
14902 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14903 +  test $ac_status = 0; } ;; #(
14904 +  *) :
14905 +
14906 +     as_fn_append CFLAGS " $flag"
14907 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14908 +  (: CFLAGS="$CFLAGS") 2>&5
14909 +  ac_status=$?
14910 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14911 +  test $ac_status = 0; }
14912 +     ;;
14913 + esac
14914 +
14915 + else
14916 +
14917 +  CFLAGS=$flag
14918 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
14919 +  (: CFLAGS="$CFLAGS") 2>&5
14920 +  ac_status=$?
14921 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14922 +  test $ac_status = 0; }
14923 +
14924 + fi
14925 +
14926 + else
14927 +  :
14928 + fi
14929 +
14930 + done
14931 +
14932 +
14933 +
14934 +
14935 +
14936   for flag in -Wcast-qual; do
14937    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
14938   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 15055 | Line 15083 | done
15083  
15084  
15085  
15086 + for flag in -Wduplicated-cond; do
15087 +  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15088 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
15089 + $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
15090 + if eval \${$as_CACHEVAR+:} false; then :
15091 +  $as_echo_n "(cached) " >&6
15092 + else
15093 +
15094 +  ax_check_save_flags=$CFLAGS
15095 +  CFLAGS="$CFLAGS  $flag"
15096 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
15097 + /* end confdefs.h.  */
15098 +
15099 + int
15100 + main ()
15101 + {
15102 +
15103 +  ;
15104 +  return 0;
15105 + }
15106 + _ACEOF
15107 + if ac_fn_c_try_compile "$LINENO"; then :
15108 +  eval "$as_CACHEVAR=yes"
15109 + else
15110 +  eval "$as_CACHEVAR=no"
15111 + fi
15112 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15113 +  CFLAGS=$ax_check_save_flags
15114 + fi
15115 + eval ac_res=\$$as_CACHEVAR
15116 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
15117 + $as_echo "$ac_res" >&6; }
15118 + if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
15119 +
15120 + if ${CFLAGS+:} false; then :
15121 +
15122 +  case " $CFLAGS " in #(
15123 +  *" $flag "*) :
15124 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
15125 +  (: CFLAGS already contains $flag) 2>&5
15126 +  ac_status=$?
15127 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15128 +  test $ac_status = 0; } ;; #(
15129 +  *) :
15130 +
15131 +     as_fn_append CFLAGS " $flag"
15132 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
15133 +  (: CFLAGS="$CFLAGS") 2>&5
15134 +  ac_status=$?
15135 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15136 +  test $ac_status = 0; }
15137 +     ;;
15138 + esac
15139 +
15140 + else
15141 +
15142 +  CFLAGS=$flag
15143 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
15144 +  (: CFLAGS="$CFLAGS") 2>&5
15145 +  ac_status=$?
15146 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
15147 +  test $ac_status = 0; }
15148 +
15149 + fi
15150 +
15151 + else
15152 +  :
15153 + fi
15154 +
15155 + done
15156 +
15157 +
15158 +
15159 +
15160 +
15161   for flag in -Wempty-body; do
15162    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
15163   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 16105 | Line 16208 | done
16208  
16209  
16210  
16211 + for flag in -Wshift-negative-value; do
16212 +  as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
16213 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
16214 + $as_echo_n "checking whether C compiler accepts $flag... " >&6; }
16215 + if eval \${$as_CACHEVAR+:} false; then :
16216 +  $as_echo_n "(cached) " >&6
16217 + else
16218 +
16219 +  ax_check_save_flags=$CFLAGS
16220 +  CFLAGS="$CFLAGS  $flag"
16221 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16222 + /* end confdefs.h.  */
16223 +
16224 + int
16225 + main ()
16226 + {
16227 +
16228 +  ;
16229 +  return 0;
16230 + }
16231 + _ACEOF
16232 + if ac_fn_c_try_compile "$LINENO"; then :
16233 +  eval "$as_CACHEVAR=yes"
16234 + else
16235 +  eval "$as_CACHEVAR=no"
16236 + fi
16237 + rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16238 +  CFLAGS=$ax_check_save_flags
16239 + fi
16240 + eval ac_res=\$$as_CACHEVAR
16241 +               { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
16242 + $as_echo "$ac_res" >&6; }
16243 + if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then :
16244 +
16245 + if ${CFLAGS+:} false; then :
16246 +
16247 +  case " $CFLAGS " in #(
16248 +  *" $flag "*) :
16249 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5
16250 +  (: CFLAGS already contains $flag) 2>&5
16251 +  ac_status=$?
16252 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16253 +  test $ac_status = 0; } ;; #(
16254 +  *) :
16255 +
16256 +     as_fn_append CFLAGS " $flag"
16257 +     { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
16258 +  (: CFLAGS="$CFLAGS") 2>&5
16259 +  ac_status=$?
16260 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16261 +  test $ac_status = 0; }
16262 +     ;;
16263 + esac
16264 +
16265 + else
16266 +
16267 +  CFLAGS=$flag
16268 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5
16269 +  (: CFLAGS="$CFLAGS") 2>&5
16270 +  ac_status=$?
16271 +  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
16272 +  test $ac_status = 0; }
16273 +
16274 + fi
16275 +
16276 + else
16277 +  :
16278 + fi
16279 +
16280 + done
16281 +
16282 +
16283 +
16284 +
16285 +
16286   for flag in -Wsign-compare; do
16287    as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh`
16288   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5
# Line 16480 | Line 16658 | done
16658   fi
16659  
16660  
16661 +  # Check whether --enable-efence was given.
16662 + if test "${enable_efence+set}" = set; then :
16663 +  enableval=$enable_efence; efence="$enableval"
16664 + else
16665 +  efence="no"
16666 + fi
16667 +
16668 +
16669 +  if test "$efence" = "yes"; then :
16670 +
16671 +    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing EF_Print" >&5
16672 + $as_echo_n "checking for library containing EF_Print... " >&6; }
16673 + if ${ac_cv_search_EF_Print+:} false; then :
16674 +  $as_echo_n "(cached) " >&6
16675 + else
16676 +  ac_func_search_save_LIBS=$LIBS
16677 + cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16678 + /* end confdefs.h.  */
16679 +
16680 + /* Override any GCC internal prototype to avoid an error.
16681 +   Use char because int might match the return type of a GCC
16682 +   builtin and then its argument prototype would still apply.  */
16683 + #ifdef __cplusplus
16684 + extern "C"
16685 + #endif
16686 + char EF_Print ();
16687 + int
16688 + main ()
16689 + {
16690 + return EF_Print ();
16691 +  ;
16692 +  return 0;
16693 + }
16694 + _ACEOF
16695 + for ac_lib in '' efence; do
16696 +  if test -z "$ac_lib"; then
16697 +    ac_res="none required"
16698 +  else
16699 +    ac_res=-l$ac_lib
16700 +    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
16701 +  fi
16702 +  if ac_fn_c_try_link "$LINENO"; then :
16703 +  ac_cv_search_EF_Print=$ac_res
16704 + fi
16705 + rm -f core conftest.err conftest.$ac_objext \
16706 +    conftest$ac_exeext
16707 +  if ${ac_cv_search_EF_Print+:} false; then :
16708 +  break
16709 + fi
16710 + done
16711 + if ${ac_cv_search_EF_Print+:} false; then :
16712 +
16713 + else
16714 +  ac_cv_search_EF_Print=no
16715 + fi
16716 + rm conftest.$ac_ext
16717 + LIBS=$ac_func_search_save_LIBS
16718 + fi
16719 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_EF_Print" >&5
16720 + $as_echo "$ac_cv_search_EF_Print" >&6; }
16721 + ac_res=$ac_cv_search_EF_Print
16722 + if test "$ac_res" != no; then :
16723 +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16724 +
16725 + else
16726 +  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
16727 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
16728 + as_fn_error $? "Electric Fence 'efence' library not found
16729 + See \`config.log' for more details" "$LINENO" 5; }
16730 + fi
16731 +
16732 +
16733 + fi
16734 +
16735 +
16736   # Check whether --enable-openssl was given.
16737   if test "${enable_openssl+set}" = set; then :
16738    enableval=$enable_openssl;  cf_enable_openssl=$enableval
# Line 16773 | Line 17026 | fi
17026   fi
17027  
17028  
16776  # Check whether --enable-libgeoip was given.
16777 if test "${enable_libgeoip+set}" = set; then :
16778  enableval=$enable_libgeoip;
16779 else
16780  ac_fn_c_check_header_mongrel "$LINENO" "GeoIP.h" "ac_cv_header_GeoIP_h" "$ac_includes_default"
16781 if test "x$ac_cv_header_GeoIP_h" = xyes; then :
16782  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing GeoIP_id_by_ipnum_v6_gl" >&5
16783 $as_echo_n "checking for library containing GeoIP_id_by_ipnum_v6_gl... " >&6; }
16784 if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
16785  $as_echo_n "(cached) " >&6
16786 else
16787  ac_func_search_save_LIBS=$LIBS
16788 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
16789 /* end confdefs.h.  */
16790
16791 /* Override any GCC internal prototype to avoid an error.
16792   Use char because int might match the return type of a GCC
16793   builtin and then its argument prototype would still apply.  */
16794 #ifdef __cplusplus
16795 extern "C"
16796 #endif
16797 char GeoIP_id_by_ipnum_v6_gl ();
16798 int
16799 main ()
16800 {
16801 return GeoIP_id_by_ipnum_v6_gl ();
16802  ;
16803  return 0;
16804 }
16805 _ACEOF
16806 for ac_lib in '' GeoIP; do
16807  if test -z "$ac_lib"; then
16808    ac_res="none required"
16809  else
16810    ac_res=-l$ac_lib
16811    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
16812  fi
16813  if ac_fn_c_try_link "$LINENO"; then :
16814  ac_cv_search_GeoIP_id_by_ipnum_v6_gl=$ac_res
16815 fi
16816 rm -f core conftest.err conftest.$ac_objext \
16817    conftest$ac_exeext
16818  if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
16819  break
16820 fi
16821 done
16822 if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
16823
16824 else
16825  ac_cv_search_GeoIP_id_by_ipnum_v6_gl=no
16826 fi
16827 rm conftest.$ac_ext
16828 LIBS=$ac_func_search_save_LIBS
16829 fi
16830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_GeoIP_id_by_ipnum_v6_gl" >&5
16831 $as_echo "$ac_cv_search_GeoIP_id_by_ipnum_v6_gl" >&6; }
16832 ac_res=$ac_cv_search_GeoIP_id_by_ipnum_v6_gl
16833 if test "$ac_res" != no; then :
16834  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16835
16836 $as_echo "#define HAVE_LIBGEOIP 1" >>confdefs.h
16837
16838 fi
16839
16840 fi
16841
16842
16843 fi
16844
16845
16846
17029  
17030    prefix_NONE=
17031    exec_prefix_NONE=
# Line 17493 | Line 17675 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
17675   # report actual input values of CONFIG_FILES etc. instead of their
17676   # values after options handling.
17677   ac_log="
17678 < This file was extended by ircd-hybrid $as_me 8.2.17, which was
17678 > This file was extended by ircd-hybrid $as_me 8.2.25, which was
17679   generated by GNU Autoconf 2.69.  Invocation command line was
17680  
17681    CONFIG_FILES    = $CONFIG_FILES
# Line 17559 | Line 17741 | _ACEOF
17741   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17742   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17743   ac_cs_version="\\
17744 < ircd-hybrid config.status 8.2.17
17744 > ircd-hybrid config.status 8.2.25
17745   configured by $0, generated by GNU Autoconf 2.69,
17746    with options \\"\$ac_cs_config\\"
17747  
# Line 17678 | Line 17860 | cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
17860   #
17861   # INIT-COMMANDS
17862   #
17863 < AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
17863 > AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"
17864  
17865  
17866   # The HP-UX ksh and POSIX shell print the target directory to stdout
# Line 18582 | Line 18764 | $as_echo "$as_me: executing $ac_file com
18764    # Older Autoconf quotes --file arguments for eval, but not when files
18765    # are listed without --file.  Let's play safe and only enable the eval
18766    # if we detect the quoting.
18767 <  case $CONFIG_FILES in
18768 <  *\'*) eval set x "$CONFIG_FILES" ;;
18769 <  *)   set x $CONFIG_FILES ;;
18770 <  esac
18767 >  # TODO: see whether this extra hack can be removed once we start
18768 >  # requiring Autoconf 2.70 or later.
18769 >  case $CONFIG_FILES in #(
18770 >  *\'*) :
18771 >    eval set x "$CONFIG_FILES" ;; #(
18772 >  *) :
18773 >    set x $CONFIG_FILES ;; #(
18774 >  *) :
18775 >     ;;
18776 > esac
18777    shift
18778 <  for mf
18778 >  # Used to flag and report bootstrapping failures.
18779 >  am_rc=0
18780 >  for am_mf
18781    do
18782      # Strip MF so we end up with the name of the file.
18783 <    mf=`echo "$mf" | sed -e 's/:.*$//'`
18784 <    # Check whether this is an Automake generated Makefile or not.
18785 <    # We used to match only the files named 'Makefile.in', but
18786 <    # some people rename them; so instead we look at the file content.
18597 <    # Grep'ing the first line is not enough: some people post-process
18598 <    # each Makefile.in and add a new line on top of each file to say so.
18599 <    # Grep'ing the whole file is not good either: AIX grep has a line
18783 >    am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'`
18784 >    # Check whether this is an Automake generated Makefile which includes
18785 >    # dependency-tracking related rules and includes.
18786 >    # Grep'ing the whole file directly is not great: AIX grep has a line
18787      # limit of 2048, but all sed's we know have understand at least 4000.
18788 <    if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
18789 <      dirpart=`$as_dirname -- "$mf" ||
18790 < $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18791 <         X"$mf" : 'X\(//\)[^/]' \| \
18792 <         X"$mf" : 'X\(//\)$' \| \
18793 <         X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
18794 < $as_echo X"$mf" |
18788 >    sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \
18789 >      || continue
18790 >    am_dirpart=`$as_dirname -- "$am_mf" ||
18791 > $as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18792 >         X"$am_mf" : 'X\(//\)[^/]' \| \
18793 >         X"$am_mf" : 'X\(//\)$' \| \
18794 >         X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
18795 > $as_echo X"$am_mf" |
18796      sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18797              s//\1/
18798              q
# Line 18622 | Line 18810 | $as_echo X"$mf" |
18810              q
18811            }
18812            s/.*/./; q'`
18813 <    else
18814 <      continue
18815 <    fi
18816 <    # Extract the definition of DEPDIR, am__include, and am__quote
18817 <    # from the Makefile without running 'make'.
18818 <    DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
18631 <    test -z "$DEPDIR" && continue
18632 <    am__include=`sed -n 's/^am__include = //p' < "$mf"`
18633 <    test -z "$am__include" && continue
18634 <    am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
18635 <    # Find all dependency output files, they are included files with
18636 <    # $(DEPDIR) in their names.  We invoke sed twice because it is the
18637 <    # simplest approach to changing $(DEPDIR) to its actual value in the
18638 <    # expansion.
18639 <    for file in `sed -n "
18640 <      s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18641 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
18642 <      # Make sure the directory exists.
18643 <      test -f "$dirpart/$file" && continue
18644 <      fdir=`$as_dirname -- "$file" ||
18645 < $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
18646 <         X"$file" : 'X\(//\)[^/]' \| \
18647 <         X"$file" : 'X\(//\)$' \| \
18648 <         X"$file" : 'X\(/\)' \| . 2>/dev/null ||
18649 < $as_echo X"$file" |
18650 <    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
18651 <            s//\1/
18652 <            q
18653 <          }
18654 <          /^X\(\/\/\)[^/].*/{
18813 >    am_filepart=`$as_basename -- "$am_mf" ||
18814 > $as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \
18815 >         X"$am_mf" : 'X\(//\)$' \| \
18816 >         X"$am_mf" : 'X\(/\)' \| . 2>/dev/null ||
18817 > $as_echo X/"$am_mf" |
18818 >    sed '/^.*\/\([^/][^/]*\)\/*$/{
18819              s//\1/
18820              q
18821            }
18822 <          /^X\(\/\/\)$/{
18822 >          /^X\/\(\/\/\)$/{
18823              s//\1/
18824              q
18825            }
18826 <          /^X\(\/\).*/{
18826 >          /^X\/\(\/\).*/{
18827              s//\1/
18828              q
18829            }
18830            s/.*/./; q'`
18831 <      as_dir=$dirpart/$fdir; as_fn_mkdir_p
18832 <      # echo "creating $dirpart/$file"
18833 <      echo '# dummy' > "$dirpart/$file"
18834 <    done
18831 >    { echo "$as_me:$LINENO: cd "$am_dirpart" \
18832 >      && sed -e '/# am--include-marker/d' "$am_filepart" \
18833 >        | $MAKE -f - am--depfiles" >&5
18834 >   (cd "$am_dirpart" \
18835 >      && sed -e '/# am--include-marker/d' "$am_filepart" \
18836 >        | $MAKE -f - am--depfiles) >&5 2>&5
18837 >   ac_status=$?
18838 >   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18839 >   (exit $ac_status); } || am_rc=$?
18840    done
18841 +  if test $am_rc -ne 0; then
18842 +    { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
18843 + $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
18844 + as_fn_error $? "Something went wrong bootstrapping makefile fragments
18845 +    for automatic dependency tracking.  Try re-running configure with the
18846 +    '--disable-dependency-tracking' option to at least be able to build
18847 +    the package (albeit without support for automatic dependency tracking).
18848 + See \`config.log' for more details" "$LINENO" 5; }
18849 +  fi
18850 +  { am_dirpart=; unset am_dirpart;}
18851 +  { am_filepart=; unset am_filepart;}
18852 +  { am_mf=; unset am_mf;}
18853 +  { am_rc=; unset am_rc;}
18854 +  rm -f conftest-deps.mk
18855   }
18856   ;;
18857      "libtool":C)

Diff Legend

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