| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 1349 2012-04-11 18:45:51Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 1871 2013-04-26 08:53:04Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
< |
# Generated by GNU Autoconf 2.68 for ircd-hybrid 8beta1. |
| 4 |
> |
# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.8. |
| 5 |
|
# |
| 6 |
|
# Report bugs to <bugs@ircd-hybrid.org>. |
| 7 |
|
# |
| 8 |
|
# |
| 9 |
< |
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, |
| 10 |
< |
# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software |
| 11 |
< |
# Foundation, Inc. |
| 9 |
> |
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. |
| 10 |
|
# |
| 11 |
|
# |
| 12 |
|
# This configure script is free software; the Free Software Foundation |
| 135 |
|
# CDPATH. |
| 136 |
|
(unset CDPATH) >/dev/null 2>&1 && unset CDPATH |
| 137 |
|
|
| 138 |
+ |
# Use a proper internal environment variable to ensure we don't fall |
| 139 |
+ |
# into an infinite loop, continuously re-executing ourselves. |
| 140 |
+ |
if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then |
| 141 |
+ |
_as_can_reexec=no; export _as_can_reexec; |
| 142 |
+ |
# We cannot yet assume a decent shell, so we have to provide a |
| 143 |
+ |
# neutralization value for shells without unset; and this also |
| 144 |
+ |
# works around shells that cannot unset nonexistent variables. |
| 145 |
+ |
# Preserve -v and -x to the replacement shell. |
| 146 |
+ |
BASH_ENV=/dev/null |
| 147 |
+ |
ENV=/dev/null |
| 148 |
+ |
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
| 149 |
+ |
case $- in # (((( |
| 150 |
+ |
*v*x* | *x*v* ) as_opts=-vx ;; |
| 151 |
+ |
*v* ) as_opts=-v ;; |
| 152 |
+ |
*x* ) as_opts=-x ;; |
| 153 |
+ |
* ) as_opts= ;; |
| 154 |
+ |
esac |
| 155 |
+ |
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} |
| 156 |
+ |
# Admittedly, this is quite paranoid, since all the known shells bail |
| 157 |
+ |
# out after a failed `exec'. |
| 158 |
+ |
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 |
| 159 |
+ |
as_fn_exit 255 |
| 160 |
+ |
fi |
| 161 |
+ |
# We don't want this to propagate to other subprocesses. |
| 162 |
+ |
{ _as_can_reexec=; unset _as_can_reexec;} |
| 163 |
|
if test "x$CONFIG_SHELL" = x; then |
| 164 |
|
as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then : |
| 165 |
|
emulate sh |
| 193 |
|
else |
| 194 |
|
exitcode=1; echo positional parameters were not saved. |
| 195 |
|
fi |
| 196 |
< |
test x\$exitcode = x0 || exit 1" |
| 196 |
> |
test x\$exitcode = x0 || exit 1 |
| 197 |
> |
test -x / || exit 1" |
| 198 |
|
as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO |
| 199 |
|
as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO |
| 200 |
|
eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && |
| 247 |
|
|
| 248 |
|
|
| 249 |
|
if test "x$CONFIG_SHELL" != x; then : |
| 250 |
< |
# We cannot yet assume a decent shell, so we have to provide a |
| 251 |
< |
# neutralization value for shells without unset; and this also |
| 252 |
< |
# works around shells that cannot unset nonexistent variables. |
| 253 |
< |
# Preserve -v and -x to the replacement shell. |
| 254 |
< |
BASH_ENV=/dev/null |
| 255 |
< |
ENV=/dev/null |
| 256 |
< |
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
| 257 |
< |
export CONFIG_SHELL |
| 258 |
< |
case $- in # (((( |
| 259 |
< |
*v*x* | *x*v* ) as_opts=-vx ;; |
| 260 |
< |
*v* ) as_opts=-v ;; |
| 261 |
< |
*x* ) as_opts=-x ;; |
| 262 |
< |
* ) as_opts= ;; |
| 263 |
< |
esac |
| 264 |
< |
exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"} |
| 250 |
> |
export CONFIG_SHELL |
| 251 |
> |
# We cannot yet assume a decent shell, so we have to provide a |
| 252 |
> |
# neutralization value for shells without unset; and this also |
| 253 |
> |
# works around shells that cannot unset nonexistent variables. |
| 254 |
> |
# Preserve -v and -x to the replacement shell. |
| 255 |
> |
BASH_ENV=/dev/null |
| 256 |
> |
ENV=/dev/null |
| 257 |
> |
(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV |
| 258 |
> |
case $- in # (((( |
| 259 |
> |
*v*x* | *x*v* ) as_opts=-vx ;; |
| 260 |
> |
*v* ) as_opts=-v ;; |
| 261 |
> |
*x* ) as_opts=-x ;; |
| 262 |
> |
* ) as_opts= ;; |
| 263 |
> |
esac |
| 264 |
> |
exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} |
| 265 |
> |
# Admittedly, this is quite paranoid, since all the known shells bail |
| 266 |
> |
# out after a failed `exec'. |
| 267 |
> |
$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2 |
| 268 |
> |
exit 255 |
| 269 |
|
fi |
| 270 |
|
|
| 271 |
|
if test x$as_have_required = xno; then : |
| 368 |
|
|
| 369 |
|
|
| 370 |
|
} # as_fn_mkdir_p |
| 371 |
+ |
|
| 372 |
+ |
# as_fn_executable_p FILE |
| 373 |
+ |
# ----------------------- |
| 374 |
+ |
# Test if FILE is an executable regular file. |
| 375 |
+ |
as_fn_executable_p () |
| 376 |
+ |
{ |
| 377 |
+ |
test -f "$1" && test -x "$1" |
| 378 |
+ |
} # as_fn_executable_p |
| 379 |
|
# as_fn_append VAR VALUE |
| 380 |
|
# ---------------------- |
| 381 |
|
# Append the text in VALUE to the end of the definition contained in VAR. Take |
| 497 |
|
chmod +x "$as_me.lineno" || |
| 498 |
|
{ $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } |
| 499 |
|
|
| 500 |
+ |
# If we had to re-execute with $CONFIG_SHELL, we're ensured to have |
| 501 |
+ |
# already done that, so ensure we don't try to do so again and fall |
| 502 |
+ |
# in an infinite loop. This has already happened in practice. |
| 503 |
+ |
_as_can_reexec=no; export _as_can_reexec |
| 504 |
|
# Don't try to exec as it changes $[0], causing all sort of problems |
| 505 |
|
# (the dirname of $[0] is not the place where we might find the |
| 506 |
|
# original and so on. Autoconf is especially sensitive to this). |
| 535 |
|
# ... but there are two gotchas: |
| 536 |
|
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 537 |
|
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 538 |
< |
# In both cases, we have to default to `cp -p'. |
| 538 |
> |
# In both cases, we have to default to `cp -pR'. |
| 539 |
|
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
| 540 |
< |
as_ln_s='cp -p' |
| 540 |
> |
as_ln_s='cp -pR' |
| 541 |
|
elif ln conf$$.file conf$$ 2>/dev/null; then |
| 542 |
|
as_ln_s=ln |
| 543 |
|
else |
| 544 |
< |
as_ln_s='cp -p' |
| 544 |
> |
as_ln_s='cp -pR' |
| 545 |
|
fi |
| 546 |
|
else |
| 547 |
< |
as_ln_s='cp -p' |
| 547 |
> |
as_ln_s='cp -pR' |
| 548 |
|
fi |
| 549 |
|
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| 550 |
|
rmdir conf$$.dir 2>/dev/null |
| 556 |
|
as_mkdir_p=false |
| 557 |
|
fi |
| 558 |
|
|
| 559 |
< |
if test -x / >/dev/null 2>&1; then |
| 560 |
< |
as_test_x='test -x' |
| 521 |
< |
else |
| 522 |
< |
if ls -dL / >/dev/null 2>&1; then |
| 523 |
< |
as_ls_L_option=L |
| 524 |
< |
else |
| 525 |
< |
as_ls_L_option= |
| 526 |
< |
fi |
| 527 |
< |
as_test_x=' |
| 528 |
< |
eval sh -c '\'' |
| 529 |
< |
if test -d "$1"; then |
| 530 |
< |
test -d "$1/."; |
| 531 |
< |
else |
| 532 |
< |
case $1 in #( |
| 533 |
< |
-*)set "./$1";; |
| 534 |
< |
esac; |
| 535 |
< |
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
| 536 |
< |
???[sx]*):;;*)false;;esac;fi |
| 537 |
< |
'\'' sh |
| 538 |
< |
' |
| 539 |
< |
fi |
| 540 |
< |
as_executable_p=$as_test_x |
| 559 |
> |
as_test_x='test -x' |
| 560 |
> |
as_executable_p=as_fn_executable_p |
| 561 |
|
|
| 562 |
|
# Sed expression to map a string onto a valid CPP name. |
| 563 |
|
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| 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='8.0.8' |
| 597 |
> |
PACKAGE_STRING='ircd-hybrid 8.0.8' |
| 598 |
|
PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' |
| 599 |
|
PACKAGE_URL='' |
| 600 |
|
|
| 648 |
|
LIBDIR |
| 649 |
|
SYSCONFDIR |
| 650 |
|
PREFIX |
| 631 |
– |
EFNET_FALSE |
| 632 |
– |
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 |
| 788 |
– |
enable_small_net |
| 811 |
|
enable_kqueue |
| 812 |
|
enable_epoll |
| 813 |
|
enable_devpoll |
| 792 |
– |
enable_rtsigio |
| 814 |
|
enable_poll |
| 815 |
|
enable_select |
| 795 |
– |
with_nicklen |
| 796 |
– |
with_topiclen |
| 797 |
– |
enable_efnet |
| 816 |
|
enable_halfops |
| 817 |
|
enable_debugging |
| 818 |
|
enable_warnings |
| 1283 |
|
if test "x$host_alias" != x; then |
| 1284 |
|
if test "x$build_alias" = x; then |
| 1285 |
|
cross_compiling=maybe |
| 1268 |
– |
$as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
| 1269 |
– |
If a cross compiler is detected then cross compile mode will be used" >&2 |
| 1286 |
|
elif test "x$build_alias" != "x$host_alias"; then |
| 1287 |
|
cross_compiling=yes |
| 1288 |
|
fi |
| 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 8beta1 to adapt to many kinds of systems. |
| 1371 |
> |
\`configure' configures ircd-hybrid 8.0.8 to adapt to many kinds of systems. |
| 1372 |
|
|
| 1373 |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1374 |
|
|
| 1438 |
|
|
| 1439 |
|
if test -n "$ac_init_help"; then |
| 1440 |
|
case $ac_init_help in |
| 1441 |
< |
short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";; |
| 1441 |
> |
short | recursive ) echo "Configuration of ircd-hybrid 8.0.8:";; |
| 1442 |
|
esac |
| 1443 |
|
cat <<\_ACEOF |
| 1444 |
|
|
| 1446 |
|
--disable-option-checking ignore unrecognized --enable/--with options |
| 1447 |
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 1448 |
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 1449 |
< |
--enable-maintainer-mode enable make rules and dependencies not useful |
| 1450 |
< |
(and sometimes confusing) to the casual installer |
| 1451 |
< |
--disable-dependency-tracking speeds up one-time build |
| 1452 |
< |
--enable-dependency-tracking do not reject slow dependency extractors |
| 1449 |
> |
--enable-silent-rules less verbose build output (undo: "make V=1") |
| 1450 |
> |
--disable-silent-rules verbose build output (undo: "make V=0") |
| 1451 |
> |
--enable-maintainer-mode |
| 1452 |
> |
enable make rules and dependencies not useful (and |
| 1453 |
> |
sometimes confusing) to the casual installer |
| 1454 |
> |
--enable-dependency-tracking |
| 1455 |
> |
do not reject slow dependency extractors |
| 1456 |
> |
--disable-dependency-tracking |
| 1457 |
> |
speeds up one-time build |
| 1458 |
|
--enable-static[=PKGS] build static libraries [default=no] |
| 1459 |
|
--enable-shared[=PKGS] build shared libraries [default=yes] |
| 1460 |
|
--enable-fast-install[=PKGS] |
| 1465 |
|
--enable-openssl=DIR Enable OpenSSL support (DIR optional). |
| 1466 |
|
--disable-openssl Disable OpenSSL support. |
| 1467 |
|
--enable-assert Enable assert() statements |
| 1447 |
– |
--enable-small-net Enable small network support. |
| 1468 |
|
--enable-kqueue Force kqueue usage. |
| 1469 |
|
--enable-epoll Force epoll usage. |
| 1470 |
|
--enable-devpoll Force devpoll usage. |
| 1451 |
– |
--enable-rtsigio Force rtsigio usage. |
| 1471 |
|
--enable-poll Force poll usage. |
| 1472 |
|
--enable-select Force select usage. |
| 1454 |
– |
--enable-efnet For IRCDs running on EFnet. |
| 1473 |
|
--enable-halfops Enable halfops support. |
| 1474 |
|
--enable-debugging Enable debugging. |
| 1475 |
|
--enable-warnings Enable compiler warnings. |
| 1485 |
|
--with-included-ltdl use the GNU ltdl sources included here |
| 1486 |
|
--with-ltdl-include=DIR use the ltdl headers installed in DIR |
| 1487 |
|
--with-ltdl-lib=DIR use the libltdl.la installed in DIR |
| 1470 |
– |
--with-nicklen=<value> Set nickname length (default 9). |
| 1471 |
– |
--with-topiclen=<value> Set topic length (default 160). |
| 1488 |
|
|
| 1489 |
|
Some influential environment variables: |
| 1490 |
|
CC C compiler command |
| 1568 |
|
test -n "$ac_init_help" && exit $ac_status |
| 1569 |
|
if $ac_init_version; then |
| 1570 |
|
cat <<\_ACEOF |
| 1571 |
< |
ircd-hybrid configure 8beta1 |
| 1572 |
< |
generated by GNU Autoconf 2.68 |
| 1571 |
> |
ircd-hybrid configure 8.0.8 |
| 1572 |
> |
generated by GNU Autoconf 2.69 |
| 1573 |
|
|
| 1574 |
< |
Copyright (C) 2010 Free Software Foundation, Inc. |
| 1574 |
> |
Copyright (C) 2012 Free Software Foundation, Inc. |
| 1575 |
|
This configure script is free software; the Free Software Foundation |
| 1576 |
|
gives unlimited permission to copy, distribute and modify it. |
| 1577 |
|
_ACEOF |
| 1647 |
|
test ! -s conftest.err |
| 1648 |
|
} && test -s conftest$ac_exeext && { |
| 1649 |
|
test "$cross_compiling" = yes || |
| 1650 |
< |
$as_test_x conftest$ac_exeext |
| 1650 |
> |
test -x conftest$ac_exeext |
| 1651 |
|
}; then : |
| 1652 |
|
ac_retval=0 |
| 1653 |
|
else |
| 2094 |
|
This file contains any messages produced by compilers while |
| 2095 |
|
running configure, to aid debugging if configure makes a mistake. |
| 2096 |
|
|
| 2097 |
< |
It was created by ircd-hybrid $as_me 8beta1, which was |
| 2098 |
< |
generated by GNU Autoconf 2.68. Invocation command line was |
| 2097 |
> |
It was created by ircd-hybrid $as_me 8.0.8, which was |
| 2098 |
> |
generated by GNU Autoconf 2.69. Invocation command line was |
| 2099 |
|
|
| 2100 |
|
$ $0 $@ |
| 2101 |
|
|
| 2454 |
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 2455 |
|
|
| 2456 |
|
|
| 2457 |
< |
am__api_version='1.11' |
| 2457 |
> |
am__api_version='1.13' |
| 2458 |
|
|
| 2459 |
|
ac_aux_dir= |
| 2460 |
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
| 2522 |
|
# by default. |
| 2523 |
|
for ac_prog in ginstall scoinst install; do |
| 2524 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2525 |
< |
if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then |
| 2525 |
> |
if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
| 2526 |
|
if test $ac_prog = install && |
| 2527 |
|
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 2528 |
|
# AIX install. It has an incompatible calling convention. |
| 2580 |
|
|
| 2581 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 |
| 2582 |
|
$as_echo_n "checking whether build environment is sane... " >&6; } |
| 2567 |
– |
# Just in case |
| 2568 |
– |
sleep 1 |
| 2569 |
– |
echo timestamp > conftest.file |
| 2583 |
|
# Reject unsafe characters in $srcdir or the absolute working directory |
| 2584 |
|
# name. Accept space and tab only in the latter. |
| 2585 |
|
am_lf=' |
| 2590 |
|
esac |
| 2591 |
|
case $srcdir in |
| 2592 |
|
*[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
| 2593 |
< |
as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
| 2593 |
> |
as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; |
| 2594 |
|
esac |
| 2595 |
|
|
| 2596 |
< |
# Do `set' in a subshell so we don't clobber the current shell's |
| 2596 |
> |
# Do 'set' in a subshell so we don't clobber the current shell's |
| 2597 |
|
# arguments. Must try -L first in case configure is actually a |
| 2598 |
|
# symlink; some systems play weird games with the mod time of symlinks |
| 2599 |
|
# (eg FreeBSD returns the mod time of the symlink's containing |
| 2600 |
|
# directory). |
| 2601 |
|
if ( |
| 2602 |
< |
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
| 2603 |
< |
if test "$*" = "X"; then |
| 2604 |
< |
# -L didn't work. |
| 2605 |
< |
set X `ls -t "$srcdir/configure" conftest.file` |
| 2606 |
< |
fi |
| 2607 |
< |
rm -f conftest.file |
| 2608 |
< |
if test "$*" != "X $srcdir/configure conftest.file" \ |
| 2609 |
< |
&& test "$*" != "X conftest.file $srcdir/configure"; then |
| 2610 |
< |
|
| 2611 |
< |
# If neither matched, then we have a broken ls. This can happen |
| 2599 |
< |
# if, for instance, CONFIG_SHELL is bash and it inherits a |
| 2600 |
< |
# broken ls alias from the environment. This has actually |
| 2601 |
< |
# happened. Such a system could not be considered "sane". |
| 2602 |
< |
as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
| 2603 |
< |
alias in your environment" "$LINENO" 5 |
| 2604 |
< |
fi |
| 2602 |
> |
am_has_slept=no |
| 2603 |
> |
for am_try in 1 2; do |
| 2604 |
> |
echo "timestamp, slept: $am_has_slept" > conftest.file |
| 2605 |
> |
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
| 2606 |
> |
if test "$*" = "X"; then |
| 2607 |
> |
# -L didn't work. |
| 2608 |
> |
set X `ls -t "$srcdir/configure" conftest.file` |
| 2609 |
> |
fi |
| 2610 |
> |
if test "$*" != "X $srcdir/configure conftest.file" \ |
| 2611 |
> |
&& test "$*" != "X conftest.file $srcdir/configure"; then |
| 2612 |
|
|
| 2613 |
+ |
# If neither matched, then we have a broken ls. This can happen |
| 2614 |
+ |
# if, for instance, CONFIG_SHELL is bash and it inherits a |
| 2615 |
+ |
# broken ls alias from the environment. This has actually |
| 2616 |
+ |
# happened. Such a system could not be considered "sane". |
| 2617 |
+ |
as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
| 2618 |
+ |
alias in your environment" "$LINENO" 5 |
| 2619 |
+ |
fi |
| 2620 |
+ |
if test "$2" = conftest.file || test $am_try -eq 2; then |
| 2621 |
+ |
break |
| 2622 |
+ |
fi |
| 2623 |
+ |
# Just in case. |
| 2624 |
+ |
sleep 1 |
| 2625 |
+ |
am_has_slept=yes |
| 2626 |
+ |
done |
| 2627 |
|
test "$2" = conftest.file |
| 2628 |
|
) |
| 2629 |
|
then |
| 2635 |
|
fi |
| 2636 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 2637 |
|
$as_echo "yes" >&6; } |
| 2638 |
+ |
# If we didn't sleep, we still need to ensure time stamps of config.status and |
| 2639 |
+ |
# generated files are strictly newer. |
| 2640 |
+ |
am_sleep_pid= |
| 2641 |
+ |
if grep 'slept: no' conftest.file >/dev/null 2>&1; then |
| 2642 |
+ |
( sleep 1 ) & |
| 2643 |
+ |
am_sleep_pid=$! |
| 2644 |
+ |
fi |
| 2645 |
+ |
|
| 2646 |
+ |
rm -f conftest.file |
| 2647 |
+ |
|
| 2648 |
|
test "$program_prefix" != NONE && |
| 2649 |
|
program_transform_name="s&^&$program_prefix&;$program_transform_name" |
| 2650 |
|
# Use a double $ so make ignores it. |
| 2667 |
|
esac |
| 2668 |
|
fi |
| 2669 |
|
# Use eval to expand $SHELL |
| 2670 |
< |
if eval "$MISSING --run true"; then |
| 2671 |
< |
am_missing_run="$MISSING --run " |
| 2670 |
> |
if eval "$MISSING --is-lightweight"; then |
| 2671 |
> |
am_missing_run="$MISSING " |
| 2672 |
|
else |
| 2673 |
|
am_missing_run= |
| 2674 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 |
| 2675 |
< |
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
| 2674 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 |
| 2675 |
> |
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} |
| 2676 |
|
fi |
| 2677 |
|
|
| 2678 |
|
if test x"${install_sh}" != xset; then |
| 2684 |
|
esac |
| 2685 |
|
fi |
| 2686 |
|
|
| 2687 |
< |
# Installed binaries are usually stripped using `strip' when the user |
| 2688 |
< |
# run `make install-strip'. However `strip' might not be the right |
| 2687 |
> |
# Installed binaries are usually stripped using 'strip' when the user |
| 2688 |
> |
# run "make install-strip". However 'strip' might not be the right |
| 2689 |
|
# tool to use in cross-compilation environments, therefore Automake |
| 2690 |
< |
# will honor the `STRIP' environment variable to overrule this program. |
| 2690 |
> |
# will honor the 'STRIP' environment variable to overrule this program. |
| 2691 |
|
if test "$cross_compiling" != no; then |
| 2692 |
|
if test -n "$ac_tool_prefix"; then |
| 2693 |
|
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
| 2706 |
|
IFS=$as_save_IFS |
| 2707 |
|
test -z "$as_dir" && as_dir=. |
| 2708 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2709 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2709 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 2710 |
|
ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
| 2711 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2712 |
|
break 2 |
| 2746 |
|
IFS=$as_save_IFS |
| 2747 |
|
test -z "$as_dir" && as_dir=. |
| 2748 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2749 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2749 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 2750 |
|
ac_cv_prog_ac_ct_STRIP="strip" |
| 2751 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2752 |
|
break 2 |
| 2797 |
|
test -z "$as_dir" && as_dir=. |
| 2798 |
|
for ac_prog in mkdir gmkdir; do |
| 2799 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2800 |
< |
{ test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue |
| 2800 |
> |
as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue |
| 2801 |
|
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( |
| 2802 |
|
'mkdir (GNU coreutils) '* | \ |
| 2803 |
|
'mkdir (coreutils) '* | \ |
| 2826 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 |
| 2827 |
|
$as_echo "$MKDIR_P" >&6; } |
| 2828 |
|
|
| 2798 |
– |
mkdir_p="$MKDIR_P" |
| 2799 |
– |
case $mkdir_p in |
| 2800 |
– |
[\\/$]* | ?:[\\/]*) ;; |
| 2801 |
– |
*/*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
| 2802 |
– |
esac |
| 2803 |
– |
|
| 2829 |
|
for ac_prog in gawk mawk nawk awk |
| 2830 |
|
do |
| 2831 |
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
| 2844 |
|
IFS=$as_save_IFS |
| 2845 |
|
test -z "$as_dir" && as_dir=. |
| 2846 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2847 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2847 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 2848 |
|
ac_cv_prog_AWK="$ac_prog" |
| 2849 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2850 |
|
break 2 |
| 2908 |
|
fi |
| 2909 |
|
rmdir .tst 2>/dev/null |
| 2910 |
|
|
| 2911 |
+ |
# Check whether --enable-silent-rules was given. |
| 2912 |
+ |
if test "${enable_silent_rules+set}" = set; then : |
| 2913 |
+ |
enableval=$enable_silent_rules; |
| 2914 |
+ |
fi |
| 2915 |
+ |
|
| 2916 |
+ |
case $enable_silent_rules in # ((( |
| 2917 |
+ |
yes) AM_DEFAULT_VERBOSITY=0;; |
| 2918 |
+ |
no) AM_DEFAULT_VERBOSITY=1;; |
| 2919 |
+ |
*) AM_DEFAULT_VERBOSITY=1;; |
| 2920 |
+ |
esac |
| 2921 |
+ |
am_make=${MAKE-make} |
| 2922 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 |
| 2923 |
+ |
$as_echo_n "checking whether $am_make supports nested variables... " >&6; } |
| 2924 |
+ |
if ${am_cv_make_support_nested_variables+:} false; then : |
| 2925 |
+ |
$as_echo_n "(cached) " >&6 |
| 2926 |
+ |
else |
| 2927 |
+ |
if $as_echo 'TRUE=$(BAR$(V)) |
| 2928 |
+ |
BAR0=false |
| 2929 |
+ |
BAR1=true |
| 2930 |
+ |
V=1 |
| 2931 |
+ |
am__doit: |
| 2932 |
+ |
@$(TRUE) |
| 2933 |
+ |
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then |
| 2934 |
+ |
am_cv_make_support_nested_variables=yes |
| 2935 |
+ |
else |
| 2936 |
+ |
am_cv_make_support_nested_variables=no |
| 2937 |
+ |
fi |
| 2938 |
+ |
fi |
| 2939 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 |
| 2940 |
+ |
$as_echo "$am_cv_make_support_nested_variables" >&6; } |
| 2941 |
+ |
if test $am_cv_make_support_nested_variables = yes; then |
| 2942 |
+ |
AM_V='$(V)' |
| 2943 |
+ |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
| 2944 |
+ |
else |
| 2945 |
+ |
AM_V=$AM_DEFAULT_VERBOSITY |
| 2946 |
+ |
AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY |
| 2947 |
+ |
fi |
| 2948 |
+ |
AM_BACKSLASH='\' |
| 2949 |
+ |
|
| 2950 |
|
if test "`cd $srcdir && pwd`" != "`pwd`"; then |
| 2951 |
|
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
| 2952 |
|
# is not polluted with repeated "-I." |
| 2969 |
|
|
| 2970 |
|
# Define the identity of the package. |
| 2971 |
|
PACKAGE='ircd-hybrid' |
| 2972 |
< |
VERSION='8beta1' |
| 2972 |
> |
VERSION='8.0.8' |
| 2973 |
|
|
| 2974 |
|
|
| 2975 |
|
cat >>confdefs.h <<_ACEOF |
| 2997 |
|
|
| 2998 |
|
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
| 2999 |
|
|
| 3000 |
+ |
# For better backward compatibility. To be removed once Automake 1.9.x |
| 3001 |
+ |
# dies out for good. For more background, see: |
| 3002 |
+ |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
| 3003 |
+ |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
| 3004 |
+ |
mkdir_p='$(MKDIR_P)' |
| 3005 |
+ |
|
| 3006 |
|
# We need awk for the "check" target. The system "awk" is bad on |
| 3007 |
|
# some platforms. |
| 3008 |
|
# Always define AMTAR for backward compatibility. Yes, it's still used |
| 3062 |
|
_am_result=none |
| 3063 |
|
# First try GNU make style include. |
| 3064 |
|
echo "include confinc" > confmf |
| 3065 |
< |
# Ignore all kinds of additional output from `make'. |
| 3065 |
> |
# Ignore all kinds of additional output from 'make'. |
| 3066 |
|
case `$am_make -s -f confmf 2> /dev/null` in #( |
| 3067 |
|
*the\ am__doit\ target*) |
| 3068 |
|
am__include=include |
| 3128 |
|
IFS=$as_save_IFS |
| 3129 |
|
test -z "$as_dir" && as_dir=. |
| 3130 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3131 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3131 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3132 |
|
ac_cv_prog_CC="${ac_tool_prefix}gcc" |
| 3133 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3134 |
|
break 2 |
| 3168 |
|
IFS=$as_save_IFS |
| 3169 |
|
test -z "$as_dir" && as_dir=. |
| 3170 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3171 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3171 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3172 |
|
ac_cv_prog_ac_ct_CC="gcc" |
| 3173 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3174 |
|
break 2 |
| 3221 |
|
IFS=$as_save_IFS |
| 3222 |
|
test -z "$as_dir" && as_dir=. |
| 3223 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3224 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3224 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3225 |
|
ac_cv_prog_CC="${ac_tool_prefix}cc" |
| 3226 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3227 |
|
break 2 |
| 3262 |
|
IFS=$as_save_IFS |
| 3263 |
|
test -z "$as_dir" && as_dir=. |
| 3264 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3265 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3265 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3266 |
|
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
| 3267 |
|
ac_prog_rejected=yes |
| 3268 |
|
continue |
| 3320 |
|
IFS=$as_save_IFS |
| 3321 |
|
test -z "$as_dir" && as_dir=. |
| 3322 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3323 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3323 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3324 |
|
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
| 3325 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3326 |
|
break 2 |
| 3364 |
|
IFS=$as_save_IFS |
| 3365 |
|
test -z "$as_dir" && as_dir=. |
| 3366 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3367 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3367 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3368 |
|
ac_cv_prog_ac_ct_CC="$ac_prog" |
| 3369 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3370 |
|
break 2 |
| 3810 |
|
/* end confdefs.h. */ |
| 3811 |
|
#include <stdarg.h> |
| 3812 |
|
#include <stdio.h> |
| 3813 |
< |
#include <sys/types.h> |
| 3744 |
< |
#include <sys/stat.h> |
| 3813 |
> |
struct stat; |
| 3814 |
|
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
| 3815 |
|
struct buf { int x; }; |
| 3816 |
|
FILE * (*rcsopen) (struct buf *, struct stat *, int); |
| 3906 |
|
# We make a subdir and do the tests there. Otherwise we can end up |
| 3907 |
|
# making bogus files that we don't know about and never remove. For |
| 3908 |
|
# instance it was reported that on HP-UX the gcc test will end up |
| 3909 |
< |
# making a dummy file named `D' -- because `-MD' means `put the output |
| 3910 |
< |
# in D'. |
| 3909 |
> |
# making a dummy file named 'D' -- because '-MD' means "put the output |
| 3910 |
> |
# in D". |
| 3911 |
|
rm -rf conftest.dir |
| 3912 |
|
mkdir conftest.dir |
| 3913 |
|
# Copy depcomp to subdir because otherwise we won't find it if we're |
| 3942 |
|
: > sub/conftest.c |
| 3943 |
|
for i in 1 2 3 4 5 6; do |
| 3944 |
|
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
| 3945 |
< |
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
| 3946 |
< |
# Solaris 8's {/usr,}/bin/sh. |
| 3947 |
< |
touch sub/conftst$i.h |
| 3945 |
> |
# Using ": > sub/conftst$i.h" creates only sub/conftst1.h with |
| 3946 |
> |
# Solaris 10 /bin/sh. |
| 3947 |
> |
echo '/* dummy */' > sub/conftst$i.h |
| 3948 |
|
done |
| 3949 |
|
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
| 3950 |
|
|
| 3951 |
< |
# We check with `-c' and `-o' for the sake of the "dashmstdout" |
| 3951 |
> |
# We check with '-c' and '-o' for the sake of the "dashmstdout" |
| 3952 |
|
# mode. It turns out that the SunPro C++ compiler does not properly |
| 3953 |
< |
# handle `-M -o', and we need to detect this. Also, some Intel |
| 3954 |
< |
# versions had trouble with output in subdirs |
| 3953 |
> |
# handle '-M -o', and we need to detect this. Also, some Intel |
| 3954 |
> |
# versions had trouble with output in subdirs. |
| 3955 |
|
am__obj=sub/conftest.${OBJEXT-o} |
| 3956 |
|
am__minus_obj="-o $am__obj" |
| 3957 |
|
case $depmode in |
| 3960 |
|
test "$am__universal" = false || continue |
| 3961 |
|
;; |
| 3962 |
|
nosideeffect) |
| 3963 |
< |
# after this tag, mechanisms are not by side-effect, so they'll |
| 3964 |
< |
# only be used when explicitly requested |
| 3963 |
> |
# After this tag, mechanisms are not by side-effect, so they'll |
| 3964 |
> |
# only be used when explicitly requested. |
| 3965 |
|
if test "x$enable_dependency_tracking" = xyes; then |
| 3966 |
|
continue |
| 3967 |
|
else |
| 3969 |
|
fi |
| 3970 |
|
;; |
| 3971 |
|
msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
| 3972 |
< |
# This compiler won't grok `-c -o', but also, the minuso test has |
| 3972 |
> |
# This compiler won't grok '-c -o', but also, the minuso test has |
| 3973 |
|
# not run yet. These depmodes are late enough in the game, and |
| 3974 |
|
# so weak that their functioning should not be impacted. |
| 3975 |
|
am__obj=conftest.${OBJEXT-o} |
| 4169 |
|
return 0; |
| 4170 |
|
} |
| 4171 |
|
_ACEOF |
| 4172 |
< |
for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99 |
| 4172 |
> |
for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99 |
| 4173 |
|
do |
| 4174 |
|
CC="$ac_save_CC $ac_arg" |
| 4175 |
|
if ac_fn_c_try_compile "$LINENO"; then : |
| 4221 |
|
IFS=$as_save_IFS |
| 4222 |
|
test -z "$as_dir" && as_dir=. |
| 4223 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4224 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 4224 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 4225 |
|
ac_cv_prog_YACC="$ac_prog" |
| 4226 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 4227 |
|
break 2 |
| 4265 |
|
IFS=$as_save_IFS |
| 4266 |
|
test -z "$as_dir" && as_dir=. |
| 4267 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4268 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 4268 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 4269 |
|
ac_cv_prog_LEX="$ac_prog" |
| 4270 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 4271 |
|
break 2 |
| 4297 |
|
b { REJECT; } |
| 4298 |
|
c { yymore (); } |
| 4299 |
|
d { yyless (1); } |
| 4300 |
< |
e { yyless (input () != 0); } |
| 4300 |
> |
e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ |
| 4301 |
> |
yyless ((input () != 0)); } |
| 4302 |
|
f { unput (yytext[0]); } |
| 4303 |
|
. { BEGIN INITIAL; } |
| 4304 |
|
%% |
| 4606 |
|
for ac_prog in sed gsed; do |
| 4607 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4608 |
|
ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" |
| 4609 |
< |
{ test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue |
| 4609 |
> |
as_fn_executable_p "$ac_path_SED" || continue |
| 4610 |
|
# Check for GNU ac_path_SED and select it if it is found. |
| 4611 |
|
# Check for GNU $ac_path_SED |
| 4612 |
|
case `"$ac_path_SED" --version 2>&1` in |
| 4682 |
|
for ac_prog in grep ggrep; do |
| 4683 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4684 |
|
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4685 |
< |
{ test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue |
| 4685 |
> |
as_fn_executable_p "$ac_path_GREP" || continue |
| 4686 |
|
# Check for GNU ac_path_GREP and select it if it is found. |
| 4687 |
|
# Check for GNU $ac_path_GREP |
| 4688 |
|
case `"$ac_path_GREP" --version 2>&1` in |
| 4748 |
|
for ac_prog in egrep; do |
| 4749 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4750 |
|
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4751 |
< |
{ test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue |
| 4751 |
> |
as_fn_executable_p "$ac_path_EGREP" || continue |
| 4752 |
|
# Check for GNU ac_path_EGREP and select it if it is found. |
| 4753 |
|
# Check for GNU $ac_path_EGREP |
| 4754 |
|
case `"$ac_path_EGREP" --version 2>&1` in |
| 4815 |
|
for ac_prog in fgrep; do |
| 4816 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4817 |
|
ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4818 |
< |
{ test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue |
| 4818 |
> |
as_fn_executable_p "$ac_path_FGREP" || continue |
| 4819 |
|
# Check for GNU ac_path_FGREP and select it if it is found. |
| 4820 |
|
# Check for GNU $ac_path_FGREP |
| 4821 |
|
case `"$ac_path_FGREP" --version 2>&1` in |
| 5071 |
|
IFS=$as_save_IFS |
| 5072 |
|
test -z "$as_dir" && as_dir=. |
| 5073 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5074 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5074 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5075 |
|
ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" |
| 5076 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5077 |
|
break 2 |
| 5115 |
|
IFS=$as_save_IFS |
| 5116 |
|
test -z "$as_dir" && as_dir=. |
| 5117 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5118 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5118 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5119 |
|
ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" |
| 5120 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5121 |
|
break 2 |
| 5539 |
|
IFS=$as_save_IFS |
| 5540 |
|
test -z "$as_dir" && as_dir=. |
| 5541 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5542 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5542 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5543 |
|
ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" |
| 5544 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5545 |
|
break 2 |
| 5579 |
|
IFS=$as_save_IFS |
| 5580 |
|
test -z "$as_dir" && as_dir=. |
| 5581 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5582 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5582 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5583 |
|
ac_cv_prog_ac_ct_OBJDUMP="objdump" |
| 5584 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5585 |
|
break 2 |
| 5885 |
|
IFS=$as_save_IFS |
| 5886 |
|
test -z "$as_dir" && as_dir=. |
| 5887 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5888 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5888 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5889 |
|
ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" |
| 5890 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5891 |
|
break 2 |
| 5925 |
|
IFS=$as_save_IFS |
| 5926 |
|
test -z "$as_dir" && as_dir=. |
| 5927 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5928 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5928 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5929 |
|
ac_cv_prog_ac_ct_DLLTOOL="dlltool" |
| 5930 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5931 |
|
break 2 |
| 6028 |
|
IFS=$as_save_IFS |
| 6029 |
|
test -z "$as_dir" && as_dir=. |
| 6030 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6031 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6031 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6032 |
|
ac_cv_prog_AR="$ac_tool_prefix$ac_prog" |
| 6033 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6034 |
|
break 2 |
| 6072 |
|
IFS=$as_save_IFS |
| 6073 |
|
test -z "$as_dir" && as_dir=. |
| 6074 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6075 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6075 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6076 |
|
ac_cv_prog_ac_ct_AR="$ac_prog" |
| 6077 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6078 |
|
break 2 |
| 6197 |
|
IFS=$as_save_IFS |
| 6198 |
|
test -z "$as_dir" && as_dir=. |
| 6199 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6200 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6200 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6201 |
|
ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
| 6202 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6203 |
|
break 2 |
| 6237 |
|
IFS=$as_save_IFS |
| 6238 |
|
test -z "$as_dir" && as_dir=. |
| 6239 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6240 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6240 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6241 |
|
ac_cv_prog_ac_ct_STRIP="strip" |
| 6242 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6243 |
|
break 2 |
| 6296 |
|
IFS=$as_save_IFS |
| 6297 |
|
test -z "$as_dir" && as_dir=. |
| 6298 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6299 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6299 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6300 |
|
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
| 6301 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6302 |
|
break 2 |
| 6336 |
|
IFS=$as_save_IFS |
| 6337 |
|
test -z "$as_dir" && as_dir=. |
| 6338 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6339 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6339 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6340 |
|
ac_cv_prog_ac_ct_RANLIB="ranlib" |
| 6341 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6342 |
|
break 2 |
| 6985 |
|
IFS=$as_save_IFS |
| 6986 |
|
test -z "$as_dir" && as_dir=. |
| 6987 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6988 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6988 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6989 |
|
ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" |
| 6990 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6991 |
|
break 2 |
| 7025 |
|
IFS=$as_save_IFS |
| 7026 |
|
test -z "$as_dir" && as_dir=. |
| 7027 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7028 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7028 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7029 |
|
ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" |
| 7030 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7031 |
|
break 2 |
| 7105 |
|
IFS=$as_save_IFS |
| 7106 |
|
test -z "$as_dir" && as_dir=. |
| 7107 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7108 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7108 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7109 |
|
ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" |
| 7110 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7111 |
|
break 2 |
| 7145 |
|
IFS=$as_save_IFS |
| 7146 |
|
test -z "$as_dir" && as_dir=. |
| 7147 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7148 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7148 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7149 |
|
ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" |
| 7150 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7151 |
|
break 2 |
| 7197 |
|
IFS=$as_save_IFS |
| 7198 |
|
test -z "$as_dir" && as_dir=. |
| 7199 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7200 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7200 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7201 |
|
ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" |
| 7202 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7203 |
|
break 2 |
| 7237 |
|
IFS=$as_save_IFS |
| 7238 |
|
test -z "$as_dir" && as_dir=. |
| 7239 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7240 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7240 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7241 |
|
ac_cv_prog_ac_ct_NMEDIT="nmedit" |
| 7242 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7243 |
|
break 2 |
| 7289 |
|
IFS=$as_save_IFS |
| 7290 |
|
test -z "$as_dir" && as_dir=. |
| 7291 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7292 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7292 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7293 |
|
ac_cv_prog_LIPO="${ac_tool_prefix}lipo" |
| 7294 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7295 |
|
break 2 |
| 7329 |
|
IFS=$as_save_IFS |
| 7330 |
|
test -z "$as_dir" && as_dir=. |
| 7331 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7332 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7332 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7333 |
|
ac_cv_prog_ac_ct_LIPO="lipo" |
| 7334 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7335 |
|
break 2 |
| 7381 |
|
IFS=$as_save_IFS |
| 7382 |
|
test -z "$as_dir" && as_dir=. |
| 7383 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7384 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7384 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7385 |
|
ac_cv_prog_OTOOL="${ac_tool_prefix}otool" |
| 7386 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7387 |
|
break 2 |
| 7421 |
|
IFS=$as_save_IFS |
| 7422 |
|
test -z "$as_dir" && as_dir=. |
| 7423 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7424 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7424 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7425 |
|
ac_cv_prog_ac_ct_OTOOL="otool" |
| 7426 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7427 |
|
break 2 |
| 7473 |
|
IFS=$as_save_IFS |
| 7474 |
|
test -z "$as_dir" && as_dir=. |
| 7475 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7476 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7476 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7477 |
|
ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" |
| 7478 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7479 |
|
break 2 |
| 7513 |
|
IFS=$as_save_IFS |
| 7514 |
|
test -z "$as_dir" && as_dir=. |
| 7515 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7516 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7516 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7517 |
|
ac_cv_prog_ac_ct_OTOOL64="otool64" |
| 7518 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7519 |
|
break 2 |
| 13068 |
|
|
| 13069 |
|
# Checks for libraries. |
| 13070 |
|
|
| 13071 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 |
| 13072 |
< |
$as_echo_n "checking for library containing socket... " >&6; } |
| 13073 |
< |
if ${ac_cv_search_socket+:} false; then : |
| 13071 |
> |
ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo" |
| 13072 |
> |
if test "x$ac_cv_func_getaddrinfo" = xyes; then : |
| 13073 |
> |
|
| 13074 |
> |
else |
| 13075 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5 |
| 13076 |
> |
$as_echo_n "checking for library containing getaddrinfo... " >&6; } |
| 13077 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13078 |
|
$as_echo_n "(cached) " >&6 |
| 13079 |
|
else |
| 13080 |
|
ac_func_search_save_LIBS=$LIBS |
| 13087 |
|
#ifdef __cplusplus |
| 13088 |
|
extern "C" |
| 13089 |
|
#endif |
| 13090 |
< |
char socket (); |
| 13090 |
> |
char getaddrinfo (); |
| 13091 |
|
int |
| 13092 |
|
main () |
| 13093 |
|
{ |
| 13094 |
< |
return socket (); |
| 13094 |
> |
return getaddrinfo (); |
| 13095 |
|
; |
| 13096 |
|
return 0; |
| 13097 |
|
} |
| 13098 |
|
_ACEOF |
| 13099 |
< |
for ac_lib in '' socket; do |
| 13099 |
> |
for ac_lib in '' nsl; do |
| 13100 |
|
if test -z "$ac_lib"; then |
| 13101 |
|
ac_res="none required" |
| 13102 |
|
else |
| 13104 |
|
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13105 |
|
fi |
| 13106 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13107 |
< |
ac_cv_search_socket=$ac_res |
| 13107 |
> |
ac_cv_search_getaddrinfo=$ac_res |
| 13108 |
|
fi |
| 13109 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13110 |
|
conftest$ac_exeext |
| 13111 |
< |
if ${ac_cv_search_socket+:} false; then : |
| 13111 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13112 |
|
break |
| 13113 |
|
fi |
| 13114 |
|
done |
| 13115 |
< |
if ${ac_cv_search_socket+:} false; then : |
| 13115 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13116 |
|
|
| 13117 |
|
else |
| 13118 |
< |
ac_cv_search_socket=no |
| 13118 |
> |
ac_cv_search_getaddrinfo=no |
| 13119 |
|
fi |
| 13120 |
|
rm conftest.$ac_ext |
| 13121 |
|
LIBS=$ac_func_search_save_LIBS |
| 13122 |
|
fi |
| 13123 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 |
| 13124 |
< |
$as_echo "$ac_cv_search_socket" >&6; } |
| 13125 |
< |
ac_res=$ac_cv_search_socket |
| 13123 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5 |
| 13124 |
> |
$as_echo "$ac_cv_search_getaddrinfo" >&6; } |
| 13125 |
> |
ac_res=$ac_cv_search_getaddrinfo |
| 13126 |
|
if test "$ac_res" != no; then : |
| 13127 |
|
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13128 |
|
|
| 13055 |
– |
else |
| 13056 |
– |
as_fn_error $? "socket library not found" "$LINENO" 5 |
| 13129 |
|
fi |
| 13130 |
|
|
| 13131 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5 |
| 13132 |
< |
$as_echo_n "checking for library containing inet_ntoa... " >&6; } |
| 13133 |
< |
if ${ac_cv_search_inet_ntoa+:} false; then : |
| 13131 |
> |
fi |
| 13132 |
> |
|
| 13133 |
> |
ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo" |
| 13134 |
> |
if test "x$ac_cv_func_getnameinfo" = xyes; then : |
| 13135 |
> |
|
| 13136 |
> |
else |
| 13137 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5 |
| 13138 |
> |
$as_echo_n "checking for library containing getnameinfo... " >&6; } |
| 13139 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13140 |
|
$as_echo_n "(cached) " >&6 |
| 13141 |
|
else |
| 13142 |
|
ac_func_search_save_LIBS=$LIBS |
| 13149 |
|
#ifdef __cplusplus |
| 13150 |
|
extern "C" |
| 13151 |
|
#endif |
| 13152 |
< |
char inet_ntoa (); |
| 13152 |
> |
char getnameinfo (); |
| 13153 |
|
int |
| 13154 |
|
main () |
| 13155 |
|
{ |
| 13156 |
< |
return inet_ntoa (); |
| 13156 |
> |
return getnameinfo (); |
| 13157 |
|
; |
| 13158 |
|
return 0; |
| 13159 |
|
} |
| 13166 |
|
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13167 |
|
fi |
| 13168 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13169 |
< |
ac_cv_search_inet_ntoa=$ac_res |
| 13169 |
> |
ac_cv_search_getnameinfo=$ac_res |
| 13170 |
|
fi |
| 13171 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13172 |
|
conftest$ac_exeext |
| 13173 |
< |
if ${ac_cv_search_inet_ntoa+:} false; then : |
| 13173 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13174 |
|
break |
| 13175 |
|
fi |
| 13176 |
|
done |
| 13177 |
< |
if ${ac_cv_search_inet_ntoa+:} false; then : |
| 13177 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13178 |
|
|
| 13179 |
|
else |
| 13180 |
< |
ac_cv_search_inet_ntoa=no |
| 13180 |
> |
ac_cv_search_getnameinfo=no |
| 13181 |
|
fi |
| 13182 |
|
rm conftest.$ac_ext |
| 13183 |
|
LIBS=$ac_func_search_save_LIBS |
| 13184 |
|
fi |
| 13185 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5 |
| 13186 |
< |
$as_echo "$ac_cv_search_inet_ntoa" >&6; } |
| 13187 |
< |
ac_res=$ac_cv_search_inet_ntoa |
| 13185 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5 |
| 13186 |
> |
$as_echo "$ac_cv_search_getnameinfo" >&6; } |
| 13187 |
> |
ac_res=$ac_cv_search_getnameinfo |
| 13188 |
|
if test "$ac_res" != no; then : |
| 13189 |
|
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13190 |
|
|
| 13191 |
|
fi |
| 13192 |
|
|
| 13193 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5 |
| 13194 |
< |
$as_echo_n "checking for library containing inet_aton... " >&6; } |
| 13195 |
< |
if ${ac_cv_search_inet_aton+:} false; then : |
| 13193 |
> |
fi |
| 13194 |
> |
|
| 13195 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 |
| 13196 |
> |
$as_echo_n "checking for library containing socket... " >&6; } |
| 13197 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 13198 |
|
$as_echo_n "(cached) " >&6 |
| 13199 |
|
else |
| 13200 |
|
ac_func_search_save_LIBS=$LIBS |
| 13207 |
|
#ifdef __cplusplus |
| 13208 |
|
extern "C" |
| 13209 |
|
#endif |
| 13210 |
< |
char inet_aton (); |
| 13210 |
> |
char socket (); |
| 13211 |
|
int |
| 13212 |
|
main () |
| 13213 |
|
{ |
| 13214 |
< |
return inet_aton (); |
| 13214 |
> |
return socket (); |
| 13215 |
|
; |
| 13216 |
|
return 0; |
| 13217 |
|
} |
| 13218 |
|
_ACEOF |
| 13219 |
< |
for ac_lib in '' resolv; do |
| 13219 |
> |
for ac_lib in '' socket; do |
| 13220 |
|
if test -z "$ac_lib"; then |
| 13221 |
|
ac_res="none required" |
| 13222 |
|
else |
| 13224 |
|
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13225 |
|
fi |
| 13226 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13227 |
< |
ac_cv_search_inet_aton=$ac_res |
| 13227 |
> |
ac_cv_search_socket=$ac_res |
| 13228 |
|
fi |
| 13229 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13230 |
|
conftest$ac_exeext |
| 13231 |
< |
if ${ac_cv_search_inet_aton+:} false; then : |
| 13231 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 13232 |
|
break |
| 13233 |
|
fi |
| 13234 |
|
done |
| 13235 |
< |
if ${ac_cv_search_inet_aton+:} false; then : |
| 13235 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 13236 |
|
|
| 13237 |
|
else |
| 13238 |
< |
ac_cv_search_inet_aton=no |
| 13238 |
> |
ac_cv_search_socket=no |
| 13239 |
|
fi |
| 13240 |
|
rm conftest.$ac_ext |
| 13241 |
|
LIBS=$ac_func_search_save_LIBS |
| 13242 |
|
fi |
| 13243 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5 |
| 13244 |
< |
$as_echo "$ac_cv_search_inet_aton" >&6; } |
| 13245 |
< |
ac_res=$ac_cv_search_inet_aton |
| 13243 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 |
| 13244 |
> |
$as_echo "$ac_cv_search_socket" >&6; } |
| 13245 |
> |
ac_res=$ac_cv_search_socket |
| 13246 |
|
if test "$ac_res" != no; then : |
| 13247 |
|
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13248 |
|
|
| 13249 |
+ |
else |
| 13250 |
+ |
as_fn_error $? "socket library not found" "$LINENO" 5 |
| 13251 |
|
fi |
| 13252 |
|
|
| 13171 |
– |
for ac_func in inet_aton inet_ntop inet_pton |
| 13172 |
– |
do : |
| 13173 |
– |
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 13174 |
– |
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 13175 |
– |
if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 13176 |
– |
cat >>confdefs.h <<_ACEOF |
| 13177 |
– |
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 13178 |
– |
_ACEOF |
| 13179 |
– |
|
| 13180 |
– |
fi |
| 13181 |
– |
done |
| 13182 |
– |
|
| 13253 |
|
ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h> |
| 13254 |
|
#include <sys/socket.h> |
| 13255 |
|
#include <netdb.h> |
| 13816 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 |
| 13817 |
|
$as_echo "found" >&6; } |
| 13818 |
|
|
| 13819 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5 |
| 13820 |
< |
$as_echo_n "checking for SSL_connect in -lssl... " >&6; } |
| 13821 |
< |
if ${ac_cv_lib_ssl_SSL_connect+:} false; then : |
| 13819 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5 |
| 13820 |
> |
$as_echo_n "checking for RSA_free in -lcrypto... " >&6; } |
| 13821 |
> |
if ${ac_cv_lib_crypto_RSA_free+:} false; then : |
| 13822 |
|
$as_echo_n "(cached) " >&6 |
| 13823 |
|
else |
| 13824 |
|
ac_check_lib_save_LIBS=$LIBS |
| 13825 |
< |
LIBS="-lssl $LIBS" |
| 13825 |
> |
LIBS="-lcrypto $LIBS" |
| 13826 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13827 |
|
/* end confdefs.h. */ |
| 13828 |
|
|
| 13832 |
|
#ifdef __cplusplus |
| 13833 |
|
extern "C" |
| 13834 |
|
#endif |
| 13835 |
< |
char SSL_connect (); |
| 13835 |
> |
char RSA_free (); |
| 13836 |
|
int |
| 13837 |
|
main () |
| 13838 |
|
{ |
| 13839 |
< |
return SSL_connect (); |
| 13839 |
> |
return RSA_free (); |
| 13840 |
|
; |
| 13841 |
|
return 0; |
| 13842 |
|
} |
| 13843 |
|
_ACEOF |
| 13844 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13845 |
< |
ac_cv_lib_ssl_SSL_connect=yes |
| 13845 |
> |
ac_cv_lib_crypto_RSA_free=yes |
| 13846 |
|
else |
| 13847 |
< |
ac_cv_lib_ssl_SSL_connect=no |
| 13847 |
> |
ac_cv_lib_crypto_RSA_free=no |
| 13848 |
|
fi |
| 13849 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13850 |
|
conftest$ac_exeext conftest.$ac_ext |
| 13851 |
|
LIBS=$ac_check_lib_save_LIBS |
| 13852 |
|
fi |
| 13853 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5 |
| 13854 |
< |
$as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; } |
| 13855 |
< |
if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then : |
| 13853 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5 |
| 13854 |
> |
$as_echo "$ac_cv_lib_crypto_RSA_free" >&6; } |
| 13855 |
> |
if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then : |
| 13856 |
|
cat >>confdefs.h <<_ACEOF |
| 13857 |
< |
#define HAVE_LIBSSL 1 |
| 13857 |
> |
#define HAVE_LIBCRYPTO 1 |
| 13858 |
|
_ACEOF |
| 13859 |
|
|
| 13860 |
< |
LIBS="-lssl $LIBS" |
| 13860 |
> |
LIBS="-lcrypto $LIBS" |
| 13861 |
|
|
| 13862 |
|
fi |
| 13863 |
|
|
| 13864 |
< |
if test "$ac_cv_lib_ssl_SSL_connect" = "yes"; then : |
| 13865 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5 |
| 13866 |
< |
$as_echo_n "checking for RSA_free in -lcrypto... " >&6; } |
| 13867 |
< |
if ${ac_cv_lib_crypto_RSA_free+:} false; then : |
| 13864 |
> |
if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then : |
| 13865 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5 |
| 13866 |
> |
$as_echo_n "checking for SSL_connect in -lssl... " >&6; } |
| 13867 |
> |
if ${ac_cv_lib_ssl_SSL_connect+:} false; then : |
| 13868 |
|
$as_echo_n "(cached) " >&6 |
| 13869 |
|
else |
| 13870 |
|
ac_check_lib_save_LIBS=$LIBS |
| 13871 |
< |
LIBS="-lcrypto $LIBS" |
| 13871 |
> |
LIBS="-lssl $LIBS" |
| 13872 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13873 |
|
/* end confdefs.h. */ |
| 13874 |
|
|
| 13878 |
|
#ifdef __cplusplus |
| 13879 |
|
extern "C" |
| 13880 |
|
#endif |
| 13881 |
< |
char RSA_free (); |
| 13881 |
> |
char SSL_connect (); |
| 13882 |
|
int |
| 13883 |
|
main () |
| 13884 |
|
{ |
| 13885 |
< |
return RSA_free (); |
| 13885 |
> |
return SSL_connect (); |
| 13886 |
|
; |
| 13887 |
|
return 0; |
| 13888 |
|
} |
| 13889 |
|
_ACEOF |
| 13890 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13891 |
< |
ac_cv_lib_crypto_RSA_free=yes |
| 13891 |
> |
ac_cv_lib_ssl_SSL_connect=yes |
| 13892 |
|
else |
| 13893 |
< |
ac_cv_lib_crypto_RSA_free=no |
| 13893 |
> |
ac_cv_lib_ssl_SSL_connect=no |
| 13894 |
|
fi |
| 13895 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13896 |
|
conftest$ac_exeext conftest.$ac_ext |
| 13897 |
|
LIBS=$ac_check_lib_save_LIBS |
| 13898 |
|
fi |
| 13899 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5 |
| 13900 |
< |
$as_echo "$ac_cv_lib_crypto_RSA_free" >&6; } |
| 13901 |
< |
if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then : |
| 13899 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5 |
| 13900 |
> |
$as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; } |
| 13901 |
> |
if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then : |
| 13902 |
|
cat >>confdefs.h <<_ACEOF |
| 13903 |
< |
#define HAVE_LIBCRYPTO 1 |
| 13903 |
> |
#define HAVE_LIBSSL 1 |
| 13904 |
|
_ACEOF |
| 13905 |
|
|
| 13906 |
< |
LIBS="-lcrypto $LIBS" |
| 13906 |
> |
LIBS="-lssl $LIBS" |
| 13907 |
|
|
| 13908 |
|
fi |
| 13909 |
|
|
| 13916 |
|
fi |
| 13917 |
|
fi |
| 13918 |
|
|
| 13919 |
< |
if test "$ac_cv_lib_crypto_RSA_free" = yes; then |
| 13919 |
> |
if test "$ac_cv_lib_ssl_SSL_connect" = yes; then |
| 13920 |
|
ENABLE_SSL_TRUE= |
| 13921 |
|
ENABLE_SSL_FALSE='#' |
| 13922 |
|
else |
| 13941 |
|
fi |
| 13942 |
|
|
| 13943 |
|
|
| 13874 |
– |
# Check whether --enable-small-net was given. |
| 13875 |
– |
if test "${enable_small_net+set}" = set; then : |
| 13876 |
– |
enableval=$enable_small_net; small_net=$enableval |
| 13877 |
– |
else |
| 13878 |
– |
small_net=no |
| 13879 |
– |
fi |
| 13880 |
– |
|
| 13881 |
– |
|
| 13882 |
– |
if test "$small_net" = "yes"; then : |
| 13883 |
– |
|
| 13884 |
– |
|
| 13885 |
– |
$as_echo "#define NICKNAMEHISTORYLENGTH 2048" >>confdefs.h |
| 13886 |
– |
|
| 13887 |
– |
|
| 13888 |
– |
$as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h |
| 13889 |
– |
|
| 13890 |
– |
|
| 13891 |
– |
$as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h |
| 13892 |
– |
|
| 13893 |
– |
|
| 13894 |
– |
$as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h |
| 13895 |
– |
|
| 13896 |
– |
|
| 13897 |
– |
$as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h |
| 13898 |
– |
|
| 13899 |
– |
|
| 13900 |
– |
$as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h |
| 13901 |
– |
|
| 13902 |
– |
|
| 13903 |
– |
$as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h |
| 13904 |
– |
|
| 13905 |
– |
|
| 13906 |
– |
$as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h |
| 13907 |
– |
|
| 13908 |
– |
|
| 13909 |
– |
$as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h |
| 13910 |
– |
|
| 13911 |
– |
|
| 13912 |
– |
$as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h |
| 13913 |
– |
|
| 13914 |
– |
else |
| 13915 |
– |
|
| 13916 |
– |
|
| 13944 |
|
|
| 13945 |
|
$as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h |
| 13946 |
|
|
| 13960 |
|
$as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h |
| 13961 |
|
|
| 13962 |
|
|
| 13936 |
– |
$as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h |
| 13937 |
– |
|
| 13938 |
– |
|
| 13963 |
|
$as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h |
| 13964 |
|
|
| 13965 |
|
|
| 13966 |
< |
$as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h |
| 13966 |
> |
$as_echo "#define AUTH_HEAP_SIZE 256" >>confdefs.h |
| 13967 |
|
|
| 13968 |
|
|
| 13969 |
< |
$as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h |
| 13969 |
> |
$as_echo "#define DNS_HEAP_SIZE 256" >>confdefs.h |
| 13970 |
|
|
| 13947 |
– |
fi |
| 13971 |
|
|
| 13972 |
|
|
| 13973 |
|
# Argument processing. |
| 13988 |
|
enableval=$enable_devpoll; desired_iopoll_mechanism="devpoll" |
| 13989 |
|
fi |
| 13990 |
|
|
| 13968 |
– |
# Check whether --enable-rtsigio was given. |
| 13969 |
– |
if test "${enable_rtsigio+set}" = set; then : |
| 13970 |
– |
enableval=$enable_rtsigio; desired_iopoll_mechanism="rtsigio" |
| 13971 |
– |
fi |
| 13972 |
– |
|
| 13991 |
|
# Check whether --enable-poll was given. |
| 13992 |
|
if test "${enable_poll+set}" = set; then : |
| 13993 |
|
enableval=$enable_poll; desired_iopoll_mechanism="poll" |
| 14171 |
|
$as_echo "#define HAVE_SYS_DEVPOLL_H 1" >>confdefs.h |
| 14172 |
|
|
| 14173 |
|
fi |
| 14174 |
< |
iopoll_mechanism_rtsigio=4 |
| 14157 |
< |
|
| 14158 |
< |
cat >>confdefs.h <<_ACEOF |
| 14159 |
< |
#define __IOPOLL_MECHANISM_RTSIGIO $iopoll_mechanism_rtsigio |
| 14160 |
< |
_ACEOF |
| 14161 |
< |
|
| 14162 |
< |
if test "$cross_compiling" = yes; then : |
| 14163 |
< |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 14164 |
< |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 14165 |
< |
as_fn_error $? "cannot run test program while cross compiling |
| 14166 |
< |
See \`config.log' for more details" "$LINENO" 5; } |
| 14167 |
< |
else |
| 14168 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 14169 |
< |
/* end confdefs.h. */ |
| 14170 |
< |
|
| 14171 |
< |
#define _GNU_SOURCE |
| 14172 |
< |
#include <fcntl.h> |
| 14173 |
< |
static unsigned int have_f_setsig = 0; |
| 14174 |
< |
|
| 14175 |
< |
int |
| 14176 |
< |
main () |
| 14177 |
< |
{ |
| 14178 |
< |
|
| 14179 |
< |
#ifdef F_SETSIG |
| 14180 |
< |
have_f_setsig = 1; |
| 14181 |
< |
#endif |
| 14182 |
< |
return have_f_setsig == 0; |
| 14183 |
< |
|
| 14184 |
< |
; |
| 14185 |
< |
return 0; |
| 14186 |
< |
} |
| 14187 |
< |
_ACEOF |
| 14188 |
< |
if ac_fn_c_try_run "$LINENO"; then : |
| 14189 |
< |
is_rtsigio_mechanism_available="yes" |
| 14190 |
< |
else |
| 14191 |
< |
is_rtsigio_mechanism_available="no" |
| 14192 |
< |
fi |
| 14193 |
< |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |
| 14194 |
< |
conftest.$ac_objext conftest.beam conftest.$ac_ext |
| 14195 |
< |
fi |
| 14196 |
< |
|
| 14197 |
< |
iopoll_mechanism_poll=5 |
| 14174 |
> |
iopoll_mechanism_poll=4 |
| 14175 |
|
|
| 14176 |
|
cat >>confdefs.h <<_ACEOF |
| 14177 |
|
#define __IOPOLL_MECHANISM_POLL $iopoll_mechanism_poll |
| 14225 |
|
fi |
| 14226 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 14227 |
|
conftest$ac_exeext conftest.$ac_ext |
| 14228 |
< |
iopoll_mechanism_select=6 |
| 14228 |
> |
iopoll_mechanism_select=5 |
| 14229 |
|
|
| 14230 |
|
cat >>confdefs.h <<_ACEOF |
| 14231 |
|
#define __IOPOLL_MECHANISM_SELECT $iopoll_mechanism_select |
| 14280 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 14281 |
|
conftest$ac_exeext conftest.$ac_ext |
| 14282 |
|
optimal_iopoll_mechanism="none" |
| 14283 |
< |
for mechanism in "kqueue" "epoll" "devpoll" "rtsigio" "poll" "select" ; do # order is important |
| 14283 |
> |
for mechanism in "kqueue" "epoll" "devpoll" "poll" "select" ; do # order is important |
| 14284 |
|
eval "is_optimal_iopoll_mechanism_available=\$is_${mechanism}_mechanism_available" |
| 14285 |
|
if test "$is_optimal_iopoll_mechanism_available" = "yes" ; then |
| 14286 |
|
optimal_iopoll_mechanism="$mechanism" |
| 14317 |
|
|
| 14318 |
|
|
| 14319 |
|
|
| 14343 |
– |
|
| 14344 |
– |
# Check whether --with-nicklen was given. |
| 14345 |
– |
if test "${with_nicklen+set}" = set; then : |
| 14346 |
– |
withval=$with_nicklen; nicklen="$withval" |
| 14347 |
– |
else |
| 14348 |
– |
nicklen="9" |
| 14349 |
– |
fi |
| 14350 |
– |
|
| 14351 |
– |
|
| 14352 |
– |
cat >>confdefs.h <<_ACEOF |
| 14353 |
– |
#define NICKLEN ($nicklen+1) |
| 14354 |
– |
_ACEOF |
| 14355 |
– |
|
| 14356 |
– |
|
| 14357 |
– |
|
| 14358 |
– |
|
| 14359 |
– |
# Check whether --with-topiclen was given. |
| 14360 |
– |
if test "${with_topiclen+set}" = set; then : |
| 14361 |
– |
withval=$with_topiclen; topiclen="$withval" |
| 14362 |
– |
else |
| 14363 |
– |
topiclen="160" |
| 14364 |
– |
fi |
| 14365 |
– |
|
| 14366 |
– |
|
| 14367 |
– |
cat >>confdefs.h <<_ACEOF |
| 14368 |
– |
#define TOPICLEN ($topiclen) |
| 14369 |
– |
_ACEOF |
| 14370 |
– |
|
| 14371 |
– |
|
| 14372 |
– |
|
| 14373 |
– |
# Check whether --enable-efnet was given. |
| 14374 |
– |
if test "${enable_efnet+set}" = set; then : |
| 14375 |
– |
enableval=$enable_efnet; efnet="$enableval" |
| 14376 |
– |
else |
| 14377 |
– |
efnet="no" |
| 14378 |
– |
fi |
| 14379 |
– |
|
| 14380 |
– |
if test "$efnet" = "yes" ; then |
| 14381 |
– |
use_efnet="yes" |
| 14382 |
– |
|
| 14383 |
– |
$as_echo "#define EFNET 1" >>confdefs.h |
| 14384 |
– |
|
| 14385 |
– |
else |
| 14386 |
– |
use_efnet="no" |
| 14387 |
– |
fi |
| 14388 |
– |
if test "$use_efnet" = "yes"; then |
| 14389 |
– |
EFNET_TRUE= |
| 14390 |
– |
EFNET_FALSE='#' |
| 14391 |
– |
else |
| 14392 |
– |
EFNET_TRUE='#' |
| 14393 |
– |
EFNET_FALSE= |
| 14394 |
– |
fi |
| 14395 |
– |
|
| 14396 |
– |
|
| 14397 |
– |
|
| 14320 |
|
# Check whether --enable-halfops was given. |
| 14321 |
|
if test "${enable_halfops+set}" = set; then : |
| 14322 |
|
enableval=$enable_halfops; halfops="$enableval" |
| 14339 |
|
fi |
| 14340 |
|
|
| 14341 |
|
if test "$debugging" = "yes" ; then |
| 14420 |
– |
|
| 14421 |
– |
$as_echo "#define DEBUG 1" >>confdefs.h |
| 14422 |
– |
|
| 14342 |
|
CFLAGS="-Wall -g -O0" |
| 14424 |
– |
else |
| 14425 |
– |
|
| 14426 |
– |
$as_echo "#define NDEBUG 1" >>confdefs.h |
| 14427 |
– |
|
| 14343 |
|
fi |
| 14344 |
|
|
| 14345 |
|
|
| 14553 |
|
LTLIBOBJS=$ac_ltlibobjs |
| 14554 |
|
|
| 14555 |
|
|
| 14556 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 |
| 14557 |
+ |
$as_echo_n "checking that generated files are newer than configure... " >&6; } |
| 14558 |
+ |
if test -n "$am_sleep_pid"; then |
| 14559 |
+ |
# Hide warnings about reused PIDs. |
| 14560 |
+ |
wait $am_sleep_pid 2>/dev/null |
| 14561 |
+ |
fi |
| 14562 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 |
| 14563 |
+ |
$as_echo "done" >&6; } |
| 14564 |
|
if test -n "$EXEEXT"; then |
| 14565 |
|
am__EXEEXT_TRUE= |
| 14566 |
|
am__EXEEXT_FALSE='#' |
| 14611 |
|
as_fn_error $? "conditional \"ENABLE_SSL\" was never defined. |
| 14612 |
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 14613 |
|
fi |
| 14691 |
– |
if test -z "${EFNET_TRUE}" && test -z "${EFNET_FALSE}"; then |
| 14692 |
– |
as_fn_error $? "conditional \"EFNET\" was never defined. |
| 14693 |
– |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 14694 |
– |
fi |
| 14614 |
|
|
| 14615 |
|
: "${CONFIG_STATUS=./config.status}" |
| 14616 |
|
ac_write_fail=0 |
| 14909 |
|
# ... but there are two gotchas: |
| 14910 |
|
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 14911 |
|
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 14912 |
< |
# In both cases, we have to default to `cp -p'. |
| 14912 |
> |
# In both cases, we have to default to `cp -pR'. |
| 14913 |
|
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
| 14914 |
< |
as_ln_s='cp -p' |
| 14914 |
> |
as_ln_s='cp -pR' |
| 14915 |
|
elif ln conf$$.file conf$$ 2>/dev/null; then |
| 14916 |
|
as_ln_s=ln |
| 14917 |
|
else |
| 14918 |
< |
as_ln_s='cp -p' |
| 14918 |
> |
as_ln_s='cp -pR' |
| 14919 |
|
fi |
| 14920 |
|
else |
| 14921 |
< |
as_ln_s='cp -p' |
| 14921 |
> |
as_ln_s='cp -pR' |
| 14922 |
|
fi |
| 14923 |
|
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| 14924 |
|
rmdir conf$$.dir 2>/dev/null |
| 14978 |
|
as_mkdir_p=false |
| 14979 |
|
fi |
| 14980 |
|
|
| 14981 |
< |
if test -x / >/dev/null 2>&1; then |
| 14982 |
< |
as_test_x='test -x' |
| 14983 |
< |
else |
| 14984 |
< |
if ls -dL / >/dev/null 2>&1; then |
| 14985 |
< |
as_ls_L_option=L |
| 14986 |
< |
else |
| 14987 |
< |
as_ls_L_option= |
| 14988 |
< |
fi |
| 14989 |
< |
as_test_x=' |
| 14990 |
< |
eval sh -c '\'' |
| 15072 |
< |
if test -d "$1"; then |
| 15073 |
< |
test -d "$1/."; |
| 15074 |
< |
else |
| 15075 |
< |
case $1 in #( |
| 15076 |
< |
-*)set "./$1";; |
| 15077 |
< |
esac; |
| 15078 |
< |
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
| 15079 |
< |
???[sx]*):;;*)false;;esac;fi |
| 15080 |
< |
'\'' sh |
| 15081 |
< |
' |
| 15082 |
< |
fi |
| 15083 |
< |
as_executable_p=$as_test_x |
| 14981 |
> |
|
| 14982 |
> |
# as_fn_executable_p FILE |
| 14983 |
> |
# ----------------------- |
| 14984 |
> |
# Test if FILE is an executable regular file. |
| 14985 |
> |
as_fn_executable_p () |
| 14986 |
> |
{ |
| 14987 |
> |
test -f "$1" && test -x "$1" |
| 14988 |
> |
} # as_fn_executable_p |
| 14989 |
> |
as_test_x='test -x' |
| 14990 |
> |
as_executable_p=as_fn_executable_p |
| 14991 |
|
|
| 14992 |
|
# Sed expression to map a string onto a valid CPP name. |
| 14993 |
|
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| 15008 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
| 15009 |
|
# values after options handling. |
| 15010 |
|
ac_log=" |
| 15011 |
< |
This file was extended by ircd-hybrid $as_me 8beta1, which was |
| 15012 |
< |
generated by GNU Autoconf 2.68. Invocation command line was |
| 15011 |
> |
This file was extended by ircd-hybrid $as_me 8.0.8, which was |
| 15012 |
> |
generated by GNU Autoconf 2.69. Invocation command line was |
| 15013 |
|
|
| 15014 |
|
CONFIG_FILES = $CONFIG_FILES |
| 15015 |
|
CONFIG_HEADERS = $CONFIG_HEADERS |
| 15074 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15075 |
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 15076 |
|
ac_cs_version="\\ |
| 15077 |
< |
ircd-hybrid config.status 8beta1 |
| 15078 |
< |
configured by $0, generated by GNU Autoconf 2.68, |
| 15077 |
> |
ircd-hybrid config.status 8.0.8 |
| 15078 |
> |
configured by $0, generated by GNU Autoconf 2.69, |
| 15079 |
|
with options \\"\$ac_cs_config\\" |
| 15080 |
|
|
| 15081 |
< |
Copyright (C) 2010 Free Software Foundation, Inc. |
| 15081 |
> |
Copyright (C) 2012 Free Software Foundation, Inc. |
| 15082 |
|
This config.status script is free software; the Free Software Foundation |
| 15083 |
|
gives unlimited permission to copy, distribute and modify it." |
| 15084 |
|
|
| 15169 |
|
_ACEOF |
| 15170 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15171 |
|
if \$ac_cs_recheck; then |
| 15172 |
< |
set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
| 15172 |
> |
set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
| 15173 |
|
shift |
| 15174 |
|
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
| 15175 |
|
CONFIG_SHELL='$SHELL' |
| 16092 |
|
|
| 16093 |
|
case $ac_file$ac_mode in |
| 16094 |
|
"depfiles":C) test x"$AMDEP_TRUE" != x"" || { |
| 16095 |
< |
# Autoconf 2.62 quotes --file arguments for eval, but not when files |
| 16095 |
> |
# Older Autoconf quotes --file arguments for eval, but not when files |
| 16096 |
|
# are listed without --file. Let's play safe and only enable the eval |
| 16097 |
|
# if we detect the quoting. |
| 16098 |
|
case $CONFIG_FILES in |
| 16105 |
|
# Strip MF so we end up with the name of the file. |
| 16106 |
|
mf=`echo "$mf" | sed -e 's/:.*$//'` |
| 16107 |
|
# Check whether this is an Automake generated Makefile or not. |
| 16108 |
< |
# We used to match only the files named `Makefile.in', but |
| 16108 |
> |
# We used to match only the files named 'Makefile.in', but |
| 16109 |
|
# some people rename them; so instead we look at the file content. |
| 16110 |
|
# Grep'ing the first line is not enough: some people post-process |
| 16111 |
|
# each Makefile.in and add a new line on top of each file to say so. |
| 16139 |
|
continue |
| 16140 |
|
fi |
| 16141 |
|
# Extract the definition of DEPDIR, am__include, and am__quote |
| 16142 |
< |
# from the Makefile without running `make'. |
| 16142 |
> |
# from the Makefile without running 'make'. |
| 16143 |
|
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 16144 |
|
test -z "$DEPDIR" && continue |
| 16145 |
|
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 16146 |
|
test -z "am__include" && continue |
| 16147 |
|
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
| 16241 |
– |
# When using ansi2knr, U may be empty or an underscore; expand it |
| 16242 |
– |
U=`sed -n 's/^U = //p' < "$mf"` |
| 16148 |
|
# Find all dependency output files, they are included files with |
| 16149 |
|
# $(DEPDIR) in their names. We invoke sed twice because it is the |
| 16150 |
|
# simplest approach to changing $(DEPDIR) to its actual value in the |
| 16151 |
|
# expansion. |
| 16152 |
|
for file in `sed -n " |
| 16153 |
|
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
| 16154 |
< |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
| 16154 |
> |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
| 16155 |
|
# Make sure the directory exists. |
| 16156 |
|
test -f "$dirpart/$file" && continue |
| 16157 |
|
fdir=`$as_dirname -- "$file" || |