| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 1107 2010-11-02 15:19:41Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 1131 2011-04-08 16:56:32Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
< |
# Generated by GNU Autoconf 2.68 for ircd-hybrid 7.3-rc1. |
| 4 |
> |
# Generated by GNU Autoconf 2.68 for ircd-hybrid 8beta1. |
| 5 |
|
# |
| 6 |
|
# Report bugs to <bugs@ircd-hybrid.org>. |
| 7 |
|
# |
| 573 |
|
# Identity of this package. |
| 574 |
|
PACKAGE_NAME='ircd-hybrid' |
| 575 |
|
PACKAGE_TARNAME='ircd-hybrid' |
| 576 |
< |
PACKAGE_VERSION='7.3-rc1' |
| 577 |
< |
PACKAGE_STRING='ircd-hybrid 7.3-rc1' |
| 576 |
> |
PACKAGE_VERSION='8beta1' |
| 577 |
> |
PACKAGE_STRING='ircd-hybrid 8beta1' |
| 578 |
|
PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' |
| 579 |
|
PACKAGE_URL='' |
| 580 |
|
|
| 1358 |
|
# Omit some internal or obsolete options to make the list less imposing. |
| 1359 |
|
# This message is too long to be a string in the A/UX 3.1 sh. |
| 1360 |
|
cat <<_ACEOF |
| 1361 |
< |
\`configure' configures ircd-hybrid 7.3-rc1 to adapt to many kinds of systems. |
| 1361 |
> |
\`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems. |
| 1362 |
|
|
| 1363 |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1364 |
|
|
| 1428 |
|
|
| 1429 |
|
if test -n "$ac_init_help"; then |
| 1430 |
|
case $ac_init_help in |
| 1431 |
< |
short | recursive ) echo "Configuration of ircd-hybrid 7.3-rc1:";; |
| 1431 |
> |
short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";; |
| 1432 |
|
esac |
| 1433 |
|
cat <<\_ACEOF |
| 1434 |
|
|
| 1567 |
|
test -n "$ac_init_help" && exit $ac_status |
| 1568 |
|
if $ac_init_version; then |
| 1569 |
|
cat <<\_ACEOF |
| 1570 |
< |
ircd-hybrid configure 7.3-rc1 |
| 1570 |
> |
ircd-hybrid configure 8beta1 |
| 1571 |
|
generated by GNU Autoconf 2.68 |
| 1572 |
|
|
| 1573 |
|
Copyright (C) 2010 Free Software Foundation, Inc. |
| 2093 |
|
This file contains any messages produced by compilers while |
| 2094 |
|
running configure, to aid debugging if configure makes a mistake. |
| 2095 |
|
|
| 2096 |
< |
It was created by ircd-hybrid $as_me 7.3-rc1, which was |
| 2096 |
> |
It was created by ircd-hybrid $as_me 8beta1, which was |
| 2097 |
|
generated by GNU Autoconf 2.68. Invocation command line was |
| 2098 |
|
|
| 2099 |
|
$ $0 $@ |
| 2926 |
|
|
| 2927 |
|
# Define the identity of the package. |
| 2928 |
|
PACKAGE='ircd-hybrid' |
| 2929 |
< |
VERSION='7.3-rc1' |
| 2929 |
> |
VERSION='8beta1' |
| 2930 |
|
|
| 2931 |
|
|
| 2932 |
|
cat >>confdefs.h <<_ACEOF |
| 13190 |
|
|
| 13191 |
|
|
| 13192 |
|
|
| 13193 |
< |
ac_fn_c_check_type "$LINENO" "struct sockaddr_in6" "ac_cv_type_struct_sockaddr_in6" "$ac_includes_default" |
| 13193 |
> |
ac_fn_c_check_type "$LINENO" "struct sockaddr_in6" "ac_cv_type_struct_sockaddr_in6" "#include <netinet/in.h> |
| 13194 |
> |
" |
| 13195 |
|
if test "x$ac_cv_type_struct_sockaddr_in6" = xyes; then : |
| 13196 |
|
|
| 13196 |
– |
cat >>confdefs.h <<_ACEOF |
| 13197 |
– |
#define HAVE_STRUCT_SOCKADDR_IN6 1 |
| 13198 |
– |
_ACEOF |
| 13199 |
– |
|
| 13200 |
– |
|
| 13201 |
– |
else |
| 13202 |
– |
|
| 13197 |
|
$as_echo "#define IPV6 1" >>confdefs.h |
| 13198 |
|
|
| 13199 |
|
fi |
| 14451 |
|
|
| 14452 |
|
$as_echo "#define EFNET 1" >>confdefs.h |
| 14453 |
|
|
| 14460 |
– |
|
| 14461 |
– |
$as_echo "#define TS5_ONLY 1" >>confdefs.h |
| 14462 |
– |
|
| 14454 |
|
else |
| 14455 |
|
use_efnet="no" |
| 14456 |
|
fi |
| 15213 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
| 15214 |
|
# values after options handling. |
| 15215 |
|
ac_log=" |
| 15216 |
< |
This file was extended by ircd-hybrid $as_me 7.3-rc1, which was |
| 15216 |
> |
This file was extended by ircd-hybrid $as_me 8beta1, which was |
| 15217 |
|
generated by GNU Autoconf 2.68. Invocation command line was |
| 15218 |
|
|
| 15219 |
|
CONFIG_FILES = $CONFIG_FILES |
| 15279 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15280 |
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 15281 |
|
ac_cs_version="\\ |
| 15282 |
< |
ircd-hybrid config.status 7.3-rc1 |
| 15282 |
> |
ircd-hybrid config.status 8beta1 |
| 15283 |
|
configured by $0, generated by GNU Autoconf 2.68, |
| 15284 |
|
with options \\"\$ac_cs_config\\" |
| 15285 |
|
|