| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 3725 2014-05-31 16:29:38Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 4294 2014-07-20 10:33:10Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
< |
# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.2.0beta3. |
| 4 |
> |
# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.2.0rc1. |
| 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='8.2.0beta3' |
| 597 |
< |
PACKAGE_STRING='ircd-hybrid 8.2.0beta3' |
| 596 |
> |
PACKAGE_VERSION='8.2.0rc1' |
| 597 |
> |
PACKAGE_STRING='ircd-hybrid 8.2.0rc1' |
| 598 |
|
PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' |
| 599 |
|
PACKAGE_URL='' |
| 600 |
|
|
| 812 |
|
enable_epoll |
| 813 |
|
enable_devpoll |
| 814 |
|
enable_poll |
| 815 |
– |
enable_select |
| 815 |
|
enable_debugging |
| 816 |
|
enable_warnings |
| 817 |
|
' |
| 1366 |
|
# Omit some internal or obsolete options to make the list less imposing. |
| 1367 |
|
# This message is too long to be a string in the A/UX 3.1 sh. |
| 1368 |
|
cat <<_ACEOF |
| 1369 |
< |
\`configure' configures ircd-hybrid 8.2.0beta3 to adapt to many kinds of systems. |
| 1369 |
> |
\`configure' configures ircd-hybrid 8.2.0rc1 to adapt to many kinds of systems. |
| 1370 |
|
|
| 1371 |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1372 |
|
|
| 1436 |
|
|
| 1437 |
|
if test -n "$ac_init_help"; then |
| 1438 |
|
case $ac_init_help in |
| 1439 |
< |
short | recursive ) echo "Configuration of ircd-hybrid 8.2.0beta3:";; |
| 1439 |
> |
short | recursive ) echo "Configuration of ircd-hybrid 8.2.0rc1:";; |
| 1440 |
|
esac |
| 1441 |
|
cat <<\_ACEOF |
| 1442 |
|
|
| 1467 |
|
--enable-epoll Force epoll usage. |
| 1468 |
|
--enable-devpoll Force devpoll usage. |
| 1469 |
|
--enable-poll Force poll usage. |
| 1471 |
– |
--enable-select Force select usage. |
| 1470 |
|
--enable-debugging Enable debugging. |
| 1471 |
|
--enable-warnings Enable compiler warnings. |
| 1472 |
|
|
| 1564 |
|
test -n "$ac_init_help" && exit $ac_status |
| 1565 |
|
if $ac_init_version; then |
| 1566 |
|
cat <<\_ACEOF |
| 1567 |
< |
ircd-hybrid configure 8.2.0beta3 |
| 1567 |
> |
ircd-hybrid configure 8.2.0rc1 |
| 1568 |
|
generated by GNU Autoconf 2.69 |
| 1569 |
|
|
| 1570 |
|
Copyright (C) 2012 Free Software Foundation, Inc. |
| 2090 |
|
This file contains any messages produced by compilers while |
| 2091 |
|
running configure, to aid debugging if configure makes a mistake. |
| 2092 |
|
|
| 2093 |
< |
It was created by ircd-hybrid $as_me 8.2.0beta3, which was |
| 2093 |
> |
It was created by ircd-hybrid $as_me 8.2.0rc1, which was |
| 2094 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 2095 |
|
|
| 2096 |
|
$ $0 $@ |
| 2964 |
|
|
| 2965 |
|
# Define the identity of the package. |
| 2966 |
|
PACKAGE='ircd-hybrid' |
| 2967 |
< |
VERSION='8.2.0beta3' |
| 2967 |
> |
VERSION='8.2.0rc1' |
| 2968 |
|
|
| 2969 |
|
|
| 2970 |
|
cat >>confdefs.h <<_ACEOF |
| 13994 |
|
fi |
| 13995 |
|
|
| 13996 |
|
if test "$cf_enable_openssl" != "no"; then : |
| 13997 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5 |
| 13998 |
< |
$as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; } |
| 13997 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8o or above" >&5 |
| 13998 |
> |
$as_echo_n "checking for OpenSSL 0.9.8o or above... " >&6; } |
| 13999 |
|
if test "$cross_compiling" = yes; then : |
| 14000 |
|
cf_openssl_version_ok=no |
| 14001 |
|
else |
| 14008 |
|
int |
| 14009 |
|
main () |
| 14010 |
|
{ |
| 14011 |
< |
exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000)); |
| 14011 |
> |
exit(!(OPENSSL_VERSION_NUMBER >= 0x009080ffL)); |
| 14012 |
|
; |
| 14013 |
|
return 0; |
| 14014 |
|
} |
| 14217 |
|
enableval=$enable_poll; desired_iopoll_mechanism="poll" |
| 14218 |
|
fi |
| 14219 |
|
|
| 14222 |
– |
# Check whether --enable-select was given. |
| 14223 |
– |
if test "${enable_select+set}" = set; then : |
| 14224 |
– |
enableval=$enable_select; desired_iopoll_mechanism="select" |
| 14225 |
– |
fi |
| 14226 |
– |
|
| 14220 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for optimal/desired iopoll mechanism" >&5 |
| 14221 |
|
$as_echo_n "checking for optimal/desired iopoll mechanism... " >&6; } |
| 14222 |
|
iopoll_mechanism_none=0 |
| 14444 |
|
fi |
| 14445 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 14446 |
|
conftest$ac_exeext conftest.$ac_ext |
| 14454 |
– |
iopoll_mechanism_select=5 |
| 14455 |
– |
|
| 14456 |
– |
cat >>confdefs.h <<_ACEOF |
| 14457 |
– |
#define __IOPOLL_MECHANISM_SELECT $iopoll_mechanism_select |
| 14458 |
– |
_ACEOF |
| 14459 |
– |
|
| 14460 |
– |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 14461 |
– |
/* end confdefs.h. */ |
| 14462 |
– |
/* Define select to an innocuous variant, in case <limits.h> declares select. |
| 14463 |
– |
For example, HP-UX 11i <limits.h> declares gettimeofday. */ |
| 14464 |
– |
#define select innocuous_select |
| 14465 |
– |
|
| 14466 |
– |
/* System header to define __stub macros and hopefully few prototypes, |
| 14467 |
– |
which can conflict with char select (); below. |
| 14468 |
– |
Prefer <limits.h> to <assert.h> if __STDC__ is defined, since |
| 14469 |
– |
<limits.h> exists even on freestanding compilers. */ |
| 14470 |
– |
|
| 14471 |
– |
#ifdef __STDC__ |
| 14472 |
– |
# include <limits.h> |
| 14473 |
– |
#else |
| 14474 |
– |
# include <assert.h> |
| 14475 |
– |
#endif |
| 14476 |
– |
|
| 14477 |
– |
#undef select |
| 14478 |
– |
|
| 14479 |
– |
/* Override any GCC internal prototype to avoid an error. |
| 14480 |
– |
Use char because int might match the return type of a GCC |
| 14481 |
– |
builtin and then its argument prototype would still apply. */ |
| 14482 |
– |
#ifdef __cplusplus |
| 14483 |
– |
extern "C" |
| 14484 |
– |
#endif |
| 14485 |
– |
char select (); |
| 14486 |
– |
/* The GNU C library defines this for functions which it implements |
| 14487 |
– |
to always fail with ENOSYS. Some functions are actually named |
| 14488 |
– |
something starting with __ and the normal name is an alias. */ |
| 14489 |
– |
#if defined __stub_select || defined __stub___select |
| 14490 |
– |
choke me |
| 14491 |
– |
#endif |
| 14492 |
– |
|
| 14493 |
– |
int |
| 14494 |
– |
main () |
| 14495 |
– |
{ |
| 14496 |
– |
return select (); |
| 14497 |
– |
; |
| 14498 |
– |
return 0; |
| 14499 |
– |
} |
| 14500 |
– |
_ACEOF |
| 14501 |
– |
if ac_fn_c_try_link "$LINENO"; then : |
| 14502 |
– |
is_select_mechanism_available="yes" |
| 14503 |
– |
else |
| 14504 |
– |
is_select_mechanism_available="no" |
| 14505 |
– |
fi |
| 14506 |
– |
rm -f core conftest.err conftest.$ac_objext \ |
| 14507 |
– |
conftest$ac_exeext conftest.$ac_ext |
| 14447 |
|
optimal_iopoll_mechanism="none" |
| 14448 |
< |
for mechanism in "kqueue" "epoll" "devpoll" "poll" "select" ; do # order is important |
| 14448 |
> |
for mechanism in "kqueue" "epoll" "devpoll" "poll" ; do # order is important |
| 14449 |
|
eval "is_optimal_iopoll_mechanism_available=\$is_${mechanism}_mechanism_available" |
| 14450 |
|
if test "$is_optimal_iopoll_mechanism_available" = "yes" ; then |
| 14451 |
|
optimal_iopoll_mechanism="$mechanism" |
| 16198 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
| 16199 |
|
# values after options handling. |
| 16200 |
|
ac_log=" |
| 16201 |
< |
This file was extended by ircd-hybrid $as_me 8.2.0beta3, which was |
| 16201 |
> |
This file was extended by ircd-hybrid $as_me 8.2.0rc1, which was |
| 16202 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 16203 |
|
|
| 16204 |
|
CONFIG_FILES = $CONFIG_FILES |
| 16264 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 16265 |
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 16266 |
|
ac_cs_version="\\ |
| 16267 |
< |
ircd-hybrid config.status 8.2.0beta3 |
| 16267 |
> |
ircd-hybrid config.status 8.2.0rc1 |
| 16268 |
|
configured by $0, generated by GNU Autoconf 2.69, |
| 16269 |
|
with options \\"\$ac_cs_config\\" |
| 16270 |
|
|