| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 1358 2012-04-22 13:49:23Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 1680 2012-12-18 18:06:32Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
< |
# Generated by GNU Autoconf 2.69 for ircd-hybrid 8beta1. |
| 4 |
> |
# Generated by GNU Autoconf 2.69 for ircd-hybrid TRUNK. |
| 5 |
|
# |
| 6 |
|
# Report bugs to <bugs@ircd-hybrid.org>. |
| 7 |
|
# |
| 593 |
|
# Identity of this package. |
| 594 |
|
PACKAGE_NAME='ircd-hybrid' |
| 595 |
|
PACKAGE_TARNAME='ircd-hybrid' |
| 596 |
< |
PACKAGE_VERSION='8beta1' |
| 597 |
< |
PACKAGE_STRING='ircd-hybrid 8beta1' |
| 596 |
> |
PACKAGE_VERSION='TRUNK' |
| 597 |
> |
PACKAGE_STRING='ircd-hybrid TRUNK' |
| 598 |
|
PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' |
| 599 |
|
PACKAGE_URL='' |
| 600 |
|
|
| 648 |
|
LIBDIR |
| 649 |
|
SYSCONFDIR |
| 650 |
|
PREFIX |
| 651 |
– |
EFNET_FALSE |
| 652 |
– |
EFNET_TRUE |
| 651 |
|
ENABLE_SSL_FALSE |
| 652 |
|
ENABLE_SSL_TRUE |
| 653 |
|
LTDLOPEN |
| 723 |
|
MAINT |
| 724 |
|
MAINTAINER_MODE_FALSE |
| 725 |
|
MAINTAINER_MODE_TRUE |
| 726 |
+ |
AM_BACKSLASH |
| 727 |
+ |
AM_DEFAULT_VERBOSITY |
| 728 |
+ |
AM_DEFAULT_V |
| 729 |
+ |
AM_V |
| 730 |
|
am__untar |
| 731 |
|
am__tar |
| 732 |
|
AMTAR |
| 791 |
|
ac_subst_files='' |
| 792 |
|
ac_user_opts=' |
| 793 |
|
enable_option_checking |
| 794 |
+ |
enable_silent_rules |
| 795 |
|
enable_maintainer_mode |
| 796 |
|
enable_dependency_tracking |
| 797 |
|
enable_static |
| 808 |
|
enable_libpcre |
| 809 |
|
enable_openssl |
| 810 |
|
enable_assert |
| 808 |
– |
enable_small_net |
| 811 |
|
enable_kqueue |
| 812 |
|
enable_epoll |
| 813 |
|
enable_devpoll |
| 816 |
|
enable_select |
| 817 |
|
with_nicklen |
| 818 |
|
with_topiclen |
| 817 |
– |
enable_efnet |
| 819 |
|
enable_halfops |
| 820 |
|
enable_debugging |
| 821 |
|
enable_warnings |
| 1371 |
|
# Omit some internal or obsolete options to make the list less imposing. |
| 1372 |
|
# This message is too long to be a string in the A/UX 3.1 sh. |
| 1373 |
|
cat <<_ACEOF |
| 1374 |
< |
\`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems. |
| 1374 |
> |
\`configure' configures ircd-hybrid TRUNK to adapt to many kinds of systems. |
| 1375 |
|
|
| 1376 |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1377 |
|
|
| 1441 |
|
|
| 1442 |
|
if test -n "$ac_init_help"; then |
| 1443 |
|
case $ac_init_help in |
| 1444 |
< |
short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";; |
| 1444 |
> |
short | recursive ) echo "Configuration of ircd-hybrid TRUNK:";; |
| 1445 |
|
esac |
| 1446 |
|
cat <<\_ACEOF |
| 1447 |
|
|
| 1449 |
|
--disable-option-checking ignore unrecognized --enable/--with options |
| 1450 |
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 1451 |
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 1452 |
+ |
--enable-silent-rules less verbose build output (undo: "make V=1") |
| 1453 |
+ |
--disable-silent-rules verbose build output (undo: "make V=0") |
| 1454 |
|
--enable-maintainer-mode |
| 1455 |
|
enable make rules and dependencies not useful (and |
| 1456 |
|
sometimes confusing) to the casual installer |
| 1468 |
|
--enable-openssl=DIR Enable OpenSSL support (DIR optional). |
| 1469 |
|
--disable-openssl Disable OpenSSL support. |
| 1470 |
|
--enable-assert Enable assert() statements |
| 1468 |
– |
--enable-small-net Enable small network support. |
| 1471 |
|
--enable-kqueue Force kqueue usage. |
| 1472 |
|
--enable-epoll Force epoll usage. |
| 1473 |
|
--enable-devpoll Force devpoll usage. |
| 1474 |
|
--enable-rtsigio Force rtsigio usage. |
| 1475 |
|
--enable-poll Force poll usage. |
| 1476 |
|
--enable-select Force select usage. |
| 1475 |
– |
--enable-efnet For IRCDs running on EFnet. |
| 1477 |
|
--enable-halfops Enable halfops support. |
| 1478 |
|
--enable-debugging Enable debugging. |
| 1479 |
|
--enable-warnings Enable compiler warnings. |
| 1574 |
|
test -n "$ac_init_help" && exit $ac_status |
| 1575 |
|
if $ac_init_version; then |
| 1576 |
|
cat <<\_ACEOF |
| 1577 |
< |
ircd-hybrid configure 8beta1 |
| 1577 |
> |
ircd-hybrid configure TRUNK |
| 1578 |
|
generated by GNU Autoconf 2.69 |
| 1579 |
|
|
| 1580 |
|
Copyright (C) 2012 Free Software Foundation, Inc. |
| 2100 |
|
This file contains any messages produced by compilers while |
| 2101 |
|
running configure, to aid debugging if configure makes a mistake. |
| 2102 |
|
|
| 2103 |
< |
It was created by ircd-hybrid $as_me 8beta1, which was |
| 2103 |
> |
It was created by ircd-hybrid $as_me TRUNK, which was |
| 2104 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 2105 |
|
|
| 2106 |
|
$ $0 $@ |
| 2380 |
|
>$cache_file |
| 2381 |
|
fi |
| 2382 |
|
|
| 2382 |
– |
as_fn_append ac_func_list " mmap" |
| 2383 |
|
as_fn_append ac_func_list " strtok_r" |
| 2384 |
|
as_fn_append ac_func_list " usleep" |
| 2385 |
|
as_fn_append ac_func_list " strlcat" |
| 2459 |
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 2460 |
|
|
| 2461 |
|
|
| 2462 |
< |
am__api_version='1.12' |
| 2462 |
> |
am__api_version='1.13' |
| 2463 |
|
|
| 2464 |
|
ac_aux_dir= |
| 2465 |
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
| 2672 |
|
esac |
| 2673 |
|
fi |
| 2674 |
|
# Use eval to expand $SHELL |
| 2675 |
< |
if eval "$MISSING --run true"; then |
| 2676 |
< |
am_missing_run="$MISSING --run " |
| 2675 |
> |
if eval "$MISSING --is-lightweight"; then |
| 2676 |
> |
am_missing_run="$MISSING " |
| 2677 |
|
else |
| 2678 |
|
am_missing_run= |
| 2679 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 |
| 2831 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 |
| 2832 |
|
$as_echo "$MKDIR_P" >&6; } |
| 2833 |
|
|
| 2834 |
– |
mkdir_p="$MKDIR_P" |
| 2835 |
– |
case $mkdir_p in |
| 2836 |
– |
[\\/$]* | ?:[\\/]*) ;; |
| 2837 |
– |
*/*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
| 2838 |
– |
esac |
| 2839 |
– |
|
| 2834 |
|
for ac_prog in gawk mawk nawk awk |
| 2835 |
|
do |
| 2836 |
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
| 2913 |
|
fi |
| 2914 |
|
rmdir .tst 2>/dev/null |
| 2915 |
|
|
| 2916 |
+ |
# Check whether --enable-silent-rules was given. |
| 2917 |
+ |
if test "${enable_silent_rules+set}" = set; then : |
| 2918 |
+ |
enableval=$enable_silent_rules; |
| 2919 |
+ |
fi |
| 2920 |
+ |
|
| 2921 |
+ |
case $enable_silent_rules in # ((( |
| 2922 |
+ |
yes) AM_DEFAULT_VERBOSITY=0;; |
| 2923 |
+ |
no) AM_DEFAULT_VERBOSITY=1;; |
| 2924 |
+ |
*) AM_DEFAULT_VERBOSITY=1;; |
| 2925 |
+ |
esac |
| 2926 |
+ |
am_make=${MAKE-make} |
| 2927 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 |
| 2928 |
+ |
$as_echo_n "checking whether $am_make supports nested variables... " >&6; } |
| 2929 |
+ |
if ${am_cv_make_support_nested_variables+:} false; then : |
| 2930 |
+ |
$as_echo_n "(cached) " >&6 |
| 2931 |
+ |
else |
| 2932 |
+ |
if $as_echo 'TRUE=$(BAR$(V)) |
| 2933 |
+ |
BAR0=false |
| 2934 |
+ |
BAR1=true |
| 2935 |
+ |
V=1 |
| 2936 |
+ |
am__doit: |
| 2937 |
+ |
@$(TRUE) |
| 2938 |
+ |
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then |
| 2939 |
+ |
am_cv_make_support_nested_variables=yes |
| 2940 |
+ |
else |
| 2941 |
+ |
am_cv_make_support_nested_variables=no |
| 2942 |
+ |
fi |
| 2943 |
+ |
fi |
| 2944 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 |
| 2945 |
+ |
$as_echo "$am_cv_make_support_nested_variables" >&6; } |
| 2946 |
+ |
if test $am_cv_make_support_nested_variables = yes; then |
| 2947 |
+ |
AM_V='$(V)' |
| 2948 |
+ |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
| 2949 |
+ |
else |
| 2950 |
+ |
AM_V=$AM_DEFAULT_VERBOSITY |
| 2951 |
+ |
AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY |
| 2952 |
+ |
fi |
| 2953 |
+ |
AM_BACKSLASH='\' |
| 2954 |
+ |
|
| 2955 |
|
if test "`cd $srcdir && pwd`" != "`pwd`"; then |
| 2956 |
|
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
| 2957 |
|
# is not polluted with repeated "-I." |
| 2974 |
|
|
| 2975 |
|
# Define the identity of the package. |
| 2976 |
|
PACKAGE='ircd-hybrid' |
| 2977 |
< |
VERSION='8beta1' |
| 2977 |
> |
VERSION='TRUNK' |
| 2978 |
|
|
| 2979 |
|
|
| 2980 |
|
cat >>confdefs.h <<_ACEOF |
| 3002 |
|
|
| 3003 |
|
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
| 3004 |
|
|
| 3005 |
+ |
# For better backward compatibility. To be removed once Automake 1.9.x |
| 3006 |
+ |
# dies out for good. For more background, see: |
| 3007 |
+ |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
| 3008 |
+ |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
| 3009 |
+ |
mkdir_p='$(MKDIR_P)' |
| 3010 |
+ |
|
| 3011 |
|
# We need awk for the "check" target. The system "awk" is bad on |
| 3012 |
|
# some platforms. |
| 3013 |
|
# Always define AMTAR for backward compatibility. Yes, it's still used |
| 13073 |
|
|
| 13074 |
|
# Checks for libraries. |
| 13075 |
|
|
| 13076 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 |
| 13077 |
< |
$as_echo_n "checking for library containing socket... " >&6; } |
| 13078 |
< |
if ${ac_cv_search_socket+:} false; then : |
| 13076 |
> |
ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo" |
| 13077 |
> |
if test "x$ac_cv_func_getaddrinfo" = xyes; then : |
| 13078 |
> |
|
| 13079 |
> |
else |
| 13080 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5 |
| 13081 |
> |
$as_echo_n "checking for library containing getaddrinfo... " >&6; } |
| 13082 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13083 |
|
$as_echo_n "(cached) " >&6 |
| 13084 |
|
else |
| 13085 |
|
ac_func_search_save_LIBS=$LIBS |
| 13092 |
|
#ifdef __cplusplus |
| 13093 |
|
extern "C" |
| 13094 |
|
#endif |
| 13095 |
< |
char socket (); |
| 13095 |
> |
char getaddrinfo (); |
| 13096 |
|
int |
| 13097 |
|
main () |
| 13098 |
|
{ |
| 13099 |
< |
return socket (); |
| 13099 |
> |
return getaddrinfo (); |
| 13100 |
|
; |
| 13101 |
|
return 0; |
| 13102 |
|
} |
| 13103 |
|
_ACEOF |
| 13104 |
< |
for ac_lib in '' socket; do |
| 13104 |
> |
for ac_lib in '' nsl; do |
| 13105 |
|
if test -z "$ac_lib"; then |
| 13106 |
|
ac_res="none required" |
| 13107 |
|
else |
| 13109 |
|
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13110 |
|
fi |
| 13111 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13112 |
< |
ac_cv_search_socket=$ac_res |
| 13112 |
> |
ac_cv_search_getaddrinfo=$ac_res |
| 13113 |
|
fi |
| 13114 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13115 |
|
conftest$ac_exeext |
| 13116 |
< |
if ${ac_cv_search_socket+:} false; then : |
| 13116 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13117 |
|
break |
| 13118 |
|
fi |
| 13119 |
|
done |
| 13120 |
< |
if ${ac_cv_search_socket+:} false; then : |
| 13120 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13121 |
|
|
| 13122 |
|
else |
| 13123 |
< |
ac_cv_search_socket=no |
| 13123 |
> |
ac_cv_search_getaddrinfo=no |
| 13124 |
|
fi |
| 13125 |
|
rm conftest.$ac_ext |
| 13126 |
|
LIBS=$ac_func_search_save_LIBS |
| 13127 |
|
fi |
| 13128 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 |
| 13129 |
< |
$as_echo "$ac_cv_search_socket" >&6; } |
| 13130 |
< |
ac_res=$ac_cv_search_socket |
| 13128 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5 |
| 13129 |
> |
$as_echo "$ac_cv_search_getaddrinfo" >&6; } |
| 13130 |
> |
ac_res=$ac_cv_search_getaddrinfo |
| 13131 |
|
if test "$ac_res" != no; then : |
| 13132 |
|
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13133 |
|
|
| 13091 |
– |
else |
| 13092 |
– |
as_fn_error $? "socket library not found" "$LINENO" 5 |
| 13134 |
|
fi |
| 13135 |
|
|
| 13136 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5 |
| 13137 |
< |
$as_echo_n "checking for library containing inet_ntoa... " >&6; } |
| 13138 |
< |
if ${ac_cv_search_inet_ntoa+:} false; then : |
| 13136 |
> |
fi |
| 13137 |
> |
|
| 13138 |
> |
ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo" |
| 13139 |
> |
if test "x$ac_cv_func_getnameinfo" = xyes; then : |
| 13140 |
> |
|
| 13141 |
> |
else |
| 13142 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5 |
| 13143 |
> |
$as_echo_n "checking for library containing getnameinfo... " >&6; } |
| 13144 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13145 |
|
$as_echo_n "(cached) " >&6 |
| 13146 |
|
else |
| 13147 |
|
ac_func_search_save_LIBS=$LIBS |
| 13154 |
|
#ifdef __cplusplus |
| 13155 |
|
extern "C" |
| 13156 |
|
#endif |
| 13157 |
< |
char inet_ntoa (); |
| 13157 |
> |
char getnameinfo (); |
| 13158 |
|
int |
| 13159 |
|
main () |
| 13160 |
|
{ |
| 13161 |
< |
return inet_ntoa (); |
| 13161 |
> |
return getnameinfo (); |
| 13162 |
|
; |
| 13163 |
|
return 0; |
| 13164 |
|
} |
| 13171 |
|
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13172 |
|
fi |
| 13173 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13174 |
< |
ac_cv_search_inet_ntoa=$ac_res |
| 13174 |
> |
ac_cv_search_getnameinfo=$ac_res |
| 13175 |
|
fi |
| 13176 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13177 |
|
conftest$ac_exeext |
| 13178 |
< |
if ${ac_cv_search_inet_ntoa+:} false; then : |
| 13178 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13179 |
|
break |
| 13180 |
|
fi |
| 13181 |
|
done |
| 13182 |
< |
if ${ac_cv_search_inet_ntoa+:} false; then : |
| 13182 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13183 |
|
|
| 13184 |
|
else |
| 13185 |
< |
ac_cv_search_inet_ntoa=no |
| 13185 |
> |
ac_cv_search_getnameinfo=no |
| 13186 |
|
fi |
| 13187 |
|
rm conftest.$ac_ext |
| 13188 |
|
LIBS=$ac_func_search_save_LIBS |
| 13189 |
|
fi |
| 13190 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5 |
| 13191 |
< |
$as_echo "$ac_cv_search_inet_ntoa" >&6; } |
| 13192 |
< |
ac_res=$ac_cv_search_inet_ntoa |
| 13190 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5 |
| 13191 |
> |
$as_echo "$ac_cv_search_getnameinfo" >&6; } |
| 13192 |
> |
ac_res=$ac_cv_search_getnameinfo |
| 13193 |
|
if test "$ac_res" != no; then : |
| 13194 |
|
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13195 |
|
|
| 13196 |
|
fi |
| 13197 |
|
|
| 13198 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5 |
| 13199 |
< |
$as_echo_n "checking for library containing inet_aton... " >&6; } |
| 13200 |
< |
if ${ac_cv_search_inet_aton+:} false; then : |
| 13198 |
> |
fi |
| 13199 |
> |
|
| 13200 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 |
| 13201 |
> |
$as_echo_n "checking for library containing socket... " >&6; } |
| 13202 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 13203 |
|
$as_echo_n "(cached) " >&6 |
| 13204 |
|
else |
| 13205 |
|
ac_func_search_save_LIBS=$LIBS |
| 13212 |
|
#ifdef __cplusplus |
| 13213 |
|
extern "C" |
| 13214 |
|
#endif |
| 13215 |
< |
char inet_aton (); |
| 13215 |
> |
char socket (); |
| 13216 |
|
int |
| 13217 |
|
main () |
| 13218 |
|
{ |
| 13219 |
< |
return inet_aton (); |
| 13219 |
> |
return socket (); |
| 13220 |
|
; |
| 13221 |
|
return 0; |
| 13222 |
|
} |
| 13223 |
|
_ACEOF |
| 13224 |
< |
for ac_lib in '' resolv; do |
| 13224 |
> |
for ac_lib in '' socket; do |
| 13225 |
|
if test -z "$ac_lib"; then |
| 13226 |
|
ac_res="none required" |
| 13227 |
|
else |
| 13229 |
|
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13230 |
|
fi |
| 13231 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13232 |
< |
ac_cv_search_inet_aton=$ac_res |
| 13232 |
> |
ac_cv_search_socket=$ac_res |
| 13233 |
|
fi |
| 13234 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13235 |
|
conftest$ac_exeext |
| 13236 |
< |
if ${ac_cv_search_inet_aton+:} false; then : |
| 13236 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 13237 |
|
break |
| 13238 |
|
fi |
| 13239 |
|
done |
| 13240 |
< |
if ${ac_cv_search_inet_aton+:} false; then : |
| 13240 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 13241 |
|
|
| 13242 |
|
else |
| 13243 |
< |
ac_cv_search_inet_aton=no |
| 13243 |
> |
ac_cv_search_socket=no |
| 13244 |
|
fi |
| 13245 |
|
rm conftest.$ac_ext |
| 13246 |
|
LIBS=$ac_func_search_save_LIBS |
| 13247 |
|
fi |
| 13248 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5 |
| 13249 |
< |
$as_echo "$ac_cv_search_inet_aton" >&6; } |
| 13250 |
< |
ac_res=$ac_cv_search_inet_aton |
| 13248 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 |
| 13249 |
> |
$as_echo "$ac_cv_search_socket" >&6; } |
| 13250 |
> |
ac_res=$ac_cv_search_socket |
| 13251 |
|
if test "$ac_res" != no; then : |
| 13252 |
|
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13253 |
|
|
| 13254 |
+ |
else |
| 13255 |
+ |
as_fn_error $? "socket library not found" "$LINENO" 5 |
| 13256 |
|
fi |
| 13257 |
|
|
| 13207 |
– |
for ac_func in inet_aton inet_ntop inet_pton |
| 13208 |
– |
do : |
| 13209 |
– |
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 13210 |
– |
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 13211 |
– |
if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 13212 |
– |
cat >>confdefs.h <<_ACEOF |
| 13213 |
– |
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 13214 |
– |
_ACEOF |
| 13215 |
– |
|
| 13216 |
– |
fi |
| 13217 |
– |
done |
| 13218 |
– |
|
| 13258 |
|
ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h> |
| 13259 |
|
#include <sys/socket.h> |
| 13260 |
|
#include <netdb.h> |
| 13571 |
|
|
| 13572 |
|
|
| 13573 |
|
|
| 13535 |
– |
|
| 13536 |
– |
|
| 13574 |
|
# Checks for header files. |
| 13575 |
|
|
| 13576 |
|
|
| 13819 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 |
| 13820 |
|
$as_echo "found" >&6; } |
| 13821 |
|
|
| 13822 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5 |
| 13823 |
< |
$as_echo_n "checking for SSL_connect in -lssl... " >&6; } |
| 13824 |
< |
if ${ac_cv_lib_ssl_SSL_connect+:} false; then : |
| 13822 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5 |
| 13823 |
> |
$as_echo_n "checking for RSA_free in -lcrypto... " >&6; } |
| 13824 |
> |
if ${ac_cv_lib_crypto_RSA_free+:} false; then : |
| 13825 |
|
$as_echo_n "(cached) " >&6 |
| 13826 |
|
else |
| 13827 |
|
ac_check_lib_save_LIBS=$LIBS |
| 13828 |
< |
LIBS="-lssl $LIBS" |
| 13828 |
> |
LIBS="-lcrypto $LIBS" |
| 13829 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13830 |
|
/* end confdefs.h. */ |
| 13831 |
|
|
| 13835 |
|
#ifdef __cplusplus |
| 13836 |
|
extern "C" |
| 13837 |
|
#endif |
| 13838 |
< |
char SSL_connect (); |
| 13838 |
> |
char RSA_free (); |
| 13839 |
|
int |
| 13840 |
|
main () |
| 13841 |
|
{ |
| 13842 |
< |
return SSL_connect (); |
| 13842 |
> |
return RSA_free (); |
| 13843 |
|
; |
| 13844 |
|
return 0; |
| 13845 |
|
} |
| 13846 |
|
_ACEOF |
| 13847 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13848 |
< |
ac_cv_lib_ssl_SSL_connect=yes |
| 13848 |
> |
ac_cv_lib_crypto_RSA_free=yes |
| 13849 |
|
else |
| 13850 |
< |
ac_cv_lib_ssl_SSL_connect=no |
| 13850 |
> |
ac_cv_lib_crypto_RSA_free=no |
| 13851 |
|
fi |
| 13852 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13853 |
|
conftest$ac_exeext conftest.$ac_ext |
| 13854 |
|
LIBS=$ac_check_lib_save_LIBS |
| 13855 |
|
fi |
| 13856 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5 |
| 13857 |
< |
$as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; } |
| 13858 |
< |
if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then : |
| 13856 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5 |
| 13857 |
> |
$as_echo "$ac_cv_lib_crypto_RSA_free" >&6; } |
| 13858 |
> |
if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then : |
| 13859 |
|
cat >>confdefs.h <<_ACEOF |
| 13860 |
< |
#define HAVE_LIBSSL 1 |
| 13860 |
> |
#define HAVE_LIBCRYPTO 1 |
| 13861 |
|
_ACEOF |
| 13862 |
|
|
| 13863 |
< |
LIBS="-lssl $LIBS" |
| 13863 |
> |
LIBS="-lcrypto $LIBS" |
| 13864 |
|
|
| 13865 |
|
fi |
| 13866 |
|
|
| 13867 |
< |
if test "$ac_cv_lib_ssl_SSL_connect" = "yes"; then : |
| 13868 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5 |
| 13869 |
< |
$as_echo_n "checking for RSA_free in -lcrypto... " >&6; } |
| 13870 |
< |
if ${ac_cv_lib_crypto_RSA_free+:} false; then : |
| 13867 |
> |
if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then : |
| 13868 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5 |
| 13869 |
> |
$as_echo_n "checking for SSL_connect in -lssl... " >&6; } |
| 13870 |
> |
if ${ac_cv_lib_ssl_SSL_connect+:} false; then : |
| 13871 |
|
$as_echo_n "(cached) " >&6 |
| 13872 |
|
else |
| 13873 |
|
ac_check_lib_save_LIBS=$LIBS |
| 13874 |
< |
LIBS="-lcrypto $LIBS" |
| 13874 |
> |
LIBS="-lssl $LIBS" |
| 13875 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13876 |
|
/* end confdefs.h. */ |
| 13877 |
|
|
| 13881 |
|
#ifdef __cplusplus |
| 13882 |
|
extern "C" |
| 13883 |
|
#endif |
| 13884 |
< |
char RSA_free (); |
| 13884 |
> |
char SSL_connect (); |
| 13885 |
|
int |
| 13886 |
|
main () |
| 13887 |
|
{ |
| 13888 |
< |
return RSA_free (); |
| 13888 |
> |
return SSL_connect (); |
| 13889 |
|
; |
| 13890 |
|
return 0; |
| 13891 |
|
} |
| 13892 |
|
_ACEOF |
| 13893 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13894 |
< |
ac_cv_lib_crypto_RSA_free=yes |
| 13894 |
> |
ac_cv_lib_ssl_SSL_connect=yes |
| 13895 |
|
else |
| 13896 |
< |
ac_cv_lib_crypto_RSA_free=no |
| 13896 |
> |
ac_cv_lib_ssl_SSL_connect=no |
| 13897 |
|
fi |
| 13898 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13899 |
|
conftest$ac_exeext conftest.$ac_ext |
| 13900 |
|
LIBS=$ac_check_lib_save_LIBS |
| 13901 |
|
fi |
| 13902 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5 |
| 13903 |
< |
$as_echo "$ac_cv_lib_crypto_RSA_free" >&6; } |
| 13904 |
< |
if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then : |
| 13902 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5 |
| 13903 |
> |
$as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; } |
| 13904 |
> |
if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then : |
| 13905 |
|
cat >>confdefs.h <<_ACEOF |
| 13906 |
< |
#define HAVE_LIBCRYPTO 1 |
| 13906 |
> |
#define HAVE_LIBSSL 1 |
| 13907 |
|
_ACEOF |
| 13908 |
|
|
| 13909 |
< |
LIBS="-lcrypto $LIBS" |
| 13909 |
> |
LIBS="-lssl $LIBS" |
| 13910 |
|
|
| 13911 |
|
fi |
| 13912 |
|
|
| 13919 |
|
fi |
| 13920 |
|
fi |
| 13921 |
|
|
| 13922 |
< |
if test "$ac_cv_lib_crypto_RSA_free" = yes; then |
| 13922 |
> |
if test "$ac_cv_lib_ssl_SSL_connect" = yes; then |
| 13923 |
|
ENABLE_SSL_TRUE= |
| 13924 |
|
ENABLE_SSL_FALSE='#' |
| 13925 |
|
else |
| 13944 |
|
fi |
| 13945 |
|
|
| 13946 |
|
|
| 13910 |
– |
# Check whether --enable-small-net was given. |
| 13911 |
– |
if test "${enable_small_net+set}" = set; then : |
| 13912 |
– |
enableval=$enable_small_net; small_net=$enableval |
| 13913 |
– |
else |
| 13914 |
– |
small_net=no |
| 13915 |
– |
fi |
| 13916 |
– |
|
| 13917 |
– |
|
| 13918 |
– |
if test "$small_net" = "yes"; then : |
| 13919 |
– |
|
| 13920 |
– |
|
| 13921 |
– |
$as_echo "#define NICKNAMEHISTORYLENGTH 2048" >>confdefs.h |
| 13922 |
– |
|
| 13923 |
– |
|
| 13924 |
– |
$as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h |
| 13925 |
– |
|
| 13926 |
– |
|
| 13927 |
– |
$as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h |
| 13928 |
– |
|
| 13929 |
– |
|
| 13930 |
– |
$as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h |
| 13931 |
– |
|
| 13932 |
– |
|
| 13933 |
– |
$as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h |
| 13934 |
– |
|
| 13935 |
– |
|
| 13936 |
– |
$as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h |
| 13937 |
– |
|
| 13938 |
– |
|
| 13939 |
– |
$as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h |
| 13940 |
– |
|
| 13941 |
– |
|
| 13942 |
– |
$as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h |
| 13943 |
– |
|
| 13944 |
– |
|
| 13945 |
– |
$as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h |
| 13946 |
– |
|
| 13947 |
– |
|
| 13948 |
– |
$as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h |
| 13949 |
– |
|
| 13950 |
– |
else |
| 13951 |
– |
|
| 13952 |
– |
|
| 13947 |
|
|
| 13948 |
|
$as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h |
| 13949 |
|
|
| 13950 |
|
|
| 13951 |
< |
$as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h |
| 13951 |
> |
$as_echo "#define MP_CHUNK_SIZE_CHANNEL 64*1024" >>confdefs.h |
| 13952 |
|
|
| 13953 |
|
|
| 13954 |
< |
$as_echo "#define BAN_HEAP_SIZE 1024" >>confdefs.h |
| 13954 |
> |
$as_echo "#define MP_CHUNK_SIZE_MEMBER 32*1024" >>confdefs.h |
| 13955 |
|
|
| 13956 |
|
|
| 13957 |
< |
$as_echo "#define CLIENT_HEAP_SIZE 1024" >>confdefs.h |
| 13957 |
> |
$as_echo "#define MP_CHUNK_SIZE_BAN 16*1024" >>confdefs.h |
| 13958 |
|
|
| 13959 |
|
|
| 13960 |
< |
$as_echo "#define LCLIENT_HEAP_SIZE 512" >>confdefs.h |
| 13960 |
> |
$as_echo "#define MP_CHUNK_SIZE_CLIENT 256*1024" >>confdefs.h |
| 13961 |
|
|
| 13962 |
|
|
| 13963 |
< |
$as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h |
| 13963 |
> |
$as_echo "#define MP_CHUNK_SIZE_LCLIENT 128*1024" >>confdefs.h |
| 13964 |
|
|
| 13965 |
|
|
| 13966 |
< |
$as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h |
| 13966 |
> |
$as_echo "#define MP_CHUNK_SIZE_DNODE 8*1024" >>confdefs.h |
| 13967 |
|
|
| 13968 |
|
|
| 13969 |
< |
$as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h |
| 13969 |
> |
$as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h |
| 13970 |
|
|
| 13971 |
|
|
| 13972 |
< |
$as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h |
| 13972 |
> |
$as_echo "#define MP_CHUNK_SIZE_AUTH 32*1024" >>confdefs.h |
| 13973 |
|
|
| 13974 |
|
|
| 13975 |
< |
$as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h |
| 13975 |
> |
$as_echo "#define MP_CHUNK_SIZE_DNS 16*1024" >>confdefs.h |
| 13976 |
|
|
| 13977 |
< |
fi |
| 13977 |
> |
|
| 13978 |
> |
$as_echo "#define MP_CHUNK_SIZE_WATCH 4*1024" >>confdefs.h |
| 13979 |
|
|
| 13980 |
|
|
| 13981 |
|
# Argument processing. |
| 14381 |
|
|
| 14382 |
|
|
| 14383 |
|
cat >>confdefs.h <<_ACEOF |
| 14384 |
< |
#define NICKLEN ($nicklen+1) |
| 14384 |
> |
#define NICKLEN ($nicklen) |
| 14385 |
|
_ACEOF |
| 14386 |
|
|
| 14387 |
|
|
| 14401 |
|
|
| 14402 |
|
|
| 14403 |
|
|
| 14409 |
– |
# Check whether --enable-efnet was given. |
| 14410 |
– |
if test "${enable_efnet+set}" = set; then : |
| 14411 |
– |
enableval=$enable_efnet; efnet="$enableval" |
| 14412 |
– |
else |
| 14413 |
– |
efnet="no" |
| 14414 |
– |
fi |
| 14415 |
– |
|
| 14416 |
– |
if test "$efnet" = "yes" ; then |
| 14417 |
– |
use_efnet="yes" |
| 14418 |
– |
|
| 14419 |
– |
$as_echo "#define EFNET 1" >>confdefs.h |
| 14420 |
– |
|
| 14421 |
– |
else |
| 14422 |
– |
use_efnet="no" |
| 14423 |
– |
fi |
| 14424 |
– |
if test "$use_efnet" = "yes"; then |
| 14425 |
– |
EFNET_TRUE= |
| 14426 |
– |
EFNET_FALSE='#' |
| 14427 |
– |
else |
| 14428 |
– |
EFNET_TRUE='#' |
| 14429 |
– |
EFNET_FALSE= |
| 14430 |
– |
fi |
| 14431 |
– |
|
| 14432 |
– |
|
| 14433 |
– |
|
| 14404 |
|
# Check whether --enable-halfops was given. |
| 14405 |
|
if test "${enable_halfops+set}" = set; then : |
| 14406 |
|
enableval=$enable_halfops; halfops="$enableval" |
| 14423 |
|
fi |
| 14424 |
|
|
| 14425 |
|
if test "$debugging" = "yes" ; then |
| 14456 |
– |
|
| 14457 |
– |
$as_echo "#define DEBUG 1" >>confdefs.h |
| 14458 |
– |
|
| 14426 |
|
CFLAGS="-Wall -g -O0" |
| 14460 |
– |
else |
| 14461 |
– |
|
| 14462 |
– |
$as_echo "#define NDEBUG 1" >>confdefs.h |
| 14463 |
– |
|
| 14427 |
|
fi |
| 14428 |
|
|
| 14429 |
|
|
| 14525 |
|
test "$exec_prefix_NONE" && exec_prefix=NONE |
| 14526 |
|
|
| 14527 |
|
|
| 14528 |
< |
ac_config_files="$ac_config_files Makefile contrib/Makefile contrib/help/Makefile src/Makefile libltdl/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile" |
| 14528 |
> |
ac_config_files="$ac_config_files Makefile src/Makefile libltdl/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile" |
| 14529 |
|
|
| 14530 |
|
|
| 14531 |
|
cat >confcache <<\_ACEOF |
| 14695 |
|
as_fn_error $? "conditional \"ENABLE_SSL\" was never defined. |
| 14696 |
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 14697 |
|
fi |
| 14735 |
– |
if test -z "${EFNET_TRUE}" && test -z "${EFNET_FALSE}"; then |
| 14736 |
– |
as_fn_error $? "conditional \"EFNET\" was never defined. |
| 14737 |
– |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 14738 |
– |
fi |
| 14698 |
|
|
| 14699 |
|
: "${CONFIG_STATUS=./config.status}" |
| 14700 |
|
ac_write_fail=0 |
| 15092 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
| 15093 |
|
# values after options handling. |
| 15094 |
|
ac_log=" |
| 15095 |
< |
This file was extended by ircd-hybrid $as_me 8beta1, which was |
| 15095 |
> |
This file was extended by ircd-hybrid $as_me TRUNK, which was |
| 15096 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 15097 |
|
|
| 15098 |
|
CONFIG_FILES = $CONFIG_FILES |
| 15158 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15159 |
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 15160 |
|
ac_cs_version="\\ |
| 15161 |
< |
ircd-hybrid config.status 8beta1 |
| 15161 |
> |
ircd-hybrid config.status TRUNK |
| 15162 |
|
configured by $0, generated by GNU Autoconf 2.69, |
| 15163 |
|
with options \\"\$ac_cs_config\\" |
| 15164 |
|
|
| 15568 |
|
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; |
| 15569 |
|
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; |
| 15570 |
|
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
| 15612 |
– |
"contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;; |
| 15613 |
– |
"contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;; |
| 15571 |
|
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; |
| 15572 |
|
"libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;; |
| 15573 |
|
"messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;; |
| 16174 |
|
|
| 16175 |
|
case $ac_file$ac_mode in |
| 16176 |
|
"depfiles":C) test x"$AMDEP_TRUE" != x"" || { |
| 16177 |
< |
# Autoconf 2.62 quotes --file arguments for eval, but not when files |
| 16177 |
> |
# Older Autoconf quotes --file arguments for eval, but not when files |
| 16178 |
|
# are listed without --file. Let's play safe and only enable the eval |
| 16179 |
|
# if we detect the quoting. |
| 16180 |
|
case $CONFIG_FILES in |