| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 1517 2012-08-30 15:11:32Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 1654 2012-11-16 19:39:37Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
< |
# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.0rc1. |
| 4 |
> |
# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.0. |
| 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.0.0rc1' |
| 597 |
< |
PACKAGE_STRING='ircd-hybrid 8.0.0rc1' |
| 596 |
> |
PACKAGE_VERSION='8.0.0' |
| 597 |
> |
PACKAGE_STRING='ircd-hybrid 8.0.0' |
| 598 |
|
PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' |
| 599 |
|
PACKAGE_URL='' |
| 600 |
|
|
| 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.0.0rc1 to adapt to many kinds of systems. |
| 1369 |
> |
\`configure' configures ircd-hybrid 8.0.0 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.0.0rc1:";; |
| 1439 |
> |
short | recursive ) echo "Configuration of ircd-hybrid 8.0.0:";; |
| 1440 |
|
esac |
| 1441 |
|
cat <<\_ACEOF |
| 1442 |
|
|
| 1567 |
|
test -n "$ac_init_help" && exit $ac_status |
| 1568 |
|
if $ac_init_version; then |
| 1569 |
|
cat <<\_ACEOF |
| 1570 |
< |
ircd-hybrid configure 8.0.0rc1 |
| 1570 |
> |
ircd-hybrid configure 8.0.0 |
| 1571 |
|
generated by GNU Autoconf 2.69 |
| 1572 |
|
|
| 1573 |
|
Copyright (C) 2012 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 8.0.0rc1, which was |
| 2096 |
> |
It was created by ircd-hybrid $as_me 8.0.0, which was |
| 2097 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 2098 |
|
|
| 2099 |
|
$ $0 $@ |
| 2929 |
|
|
| 2930 |
|
# Define the identity of the package. |
| 2931 |
|
PACKAGE='ircd-hybrid' |
| 2932 |
< |
VERSION='8.0.0rc1' |
| 2932 |
> |
VERSION='8.0.0' |
| 2933 |
|
|
| 2934 |
|
|
| 2935 |
|
cat >>confdefs.h <<_ACEOF |
| 13905 |
|
$as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h |
| 13906 |
|
|
| 13907 |
|
|
| 13908 |
< |
$as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h |
| 13908 |
> |
$as_echo "#define MP_CHUNK_SIZE_CHANNEL 64*1024" >>confdefs.h |
| 13909 |
|
|
| 13910 |
|
|
| 13911 |
< |
$as_echo "#define BAN_HEAP_SIZE 1024" >>confdefs.h |
| 13911 |
> |
$as_echo "#define MP_CHUNK_SIZE_MEMBER 32*1024" >>confdefs.h |
| 13912 |
|
|
| 13913 |
|
|
| 13914 |
< |
$as_echo "#define CLIENT_HEAP_SIZE 1024" >>confdefs.h |
| 13914 |
> |
$as_echo "#define MP_CHUNK_SIZE_BAN 16*1024" >>confdefs.h |
| 13915 |
|
|
| 13916 |
|
|
| 13917 |
< |
$as_echo "#define LCLIENT_HEAP_SIZE 512" >>confdefs.h |
| 13917 |
> |
$as_echo "#define MP_CHUNK_SIZE_CLIENT 256*1024" >>confdefs.h |
| 13918 |
|
|
| 13919 |
|
|
| 13920 |
< |
$as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h |
| 13920 |
> |
$as_echo "#define MP_CHUNK_SIZE_LCLIENT 128*1024" >>confdefs.h |
| 13921 |
|
|
| 13922 |
|
|
| 13923 |
< |
$as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h |
| 13923 |
> |
$as_echo "#define MP_CHUNK_SIZE_DNODE 8*1024" >>confdefs.h |
| 13924 |
|
|
| 13925 |
|
|
| 13926 |
< |
$as_echo "#define AUTH_HEAP_SIZE 256" >>confdefs.h |
| 13926 |
> |
$as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h |
| 13927 |
|
|
| 13928 |
|
|
| 13929 |
< |
$as_echo "#define DNS_HEAP_SIZE 256" >>confdefs.h |
| 13930 |
< |
]) |
| 13929 |
> |
$as_echo "#define MP_CHUNK_SIZE_AUTH 32*1024" >>confdefs.h |
| 13930 |
> |
|
| 13931 |
> |
|
| 13932 |
> |
$as_echo "#define MP_CHUNK_SIZE_DNS 16*1024" >>confdefs.h |
| 13933 |
> |
|
| 13934 |
> |
|
| 13935 |
> |
$as_echo "#define MP_CHUNK_SIZE_WATCH 4*1024" >>confdefs.h |
| 13936 |
|
|
| 13937 |
|
|
| 13938 |
|
# Argument processing. |
| 14380 |
|
fi |
| 14381 |
|
|
| 14382 |
|
if test "$debugging" = "yes" ; then |
| 14378 |
– |
|
| 14379 |
– |
$as_echo "#define DEBUG 1" >>confdefs.h |
| 14380 |
– |
|
| 14383 |
|
CFLAGS="-Wall -g -O0" |
| 14382 |
– |
else |
| 14383 |
– |
|
| 14384 |
– |
$as_echo "#define NDEBUG 1" >>confdefs.h |
| 14385 |
– |
|
| 14384 |
|
fi |
| 14385 |
|
|
| 14386 |
|
|
| 14482 |
|
test "$exec_prefix_NONE" && exec_prefix=NONE |
| 14483 |
|
|
| 14484 |
|
|
| 14485 |
< |
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" |
| 14485 |
> |
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" |
| 14486 |
|
|
| 14487 |
|
|
| 14488 |
|
cat >confcache <<\_ACEOF |
| 15049 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
| 15050 |
|
# values after options handling. |
| 15051 |
|
ac_log=" |
| 15052 |
< |
This file was extended by ircd-hybrid $as_me 8.0.0rc1, which was |
| 15052 |
> |
This file was extended by ircd-hybrid $as_me 8.0.0, which was |
| 15053 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 15054 |
|
|
| 15055 |
|
CONFIG_FILES = $CONFIG_FILES |
| 15115 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15116 |
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 15117 |
|
ac_cs_version="\\ |
| 15118 |
< |
ircd-hybrid config.status 8.0.0rc1 |
| 15118 |
> |
ircd-hybrid config.status 8.0.0 |
| 15119 |
|
configured by $0, generated by GNU Autoconf 2.69, |
| 15120 |
|
with options \\"\$ac_cs_config\\" |
| 15121 |
|
|
| 15525 |
|
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; |
| 15526 |
|
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; |
| 15527 |
|
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
| 15530 |
– |
"contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;; |
| 15531 |
– |
"contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;; |
| 15528 |
|
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; |
| 15529 |
|
"libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;; |
| 15530 |
|
"messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;; |