ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.0.x/configure
(Generate patch)

Comparing ircd-hybrid-8/configure (file contents):
Revision 1517 by michael, Thu Aug 30 15:11:32 2012 UTC vs.
Revision 1521 by michael, Sun Sep 9 10:41:35 2012 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1504 2012-08-16 18:03:00Z michael .
2 > # From configure.ac Id: configure.ac 1517 2012-08-30 15:11:32Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.69 for ircd-hybrid 8rc1.
4 > # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.0rc1.
5   #
6   # Report bugs to <bugs@ircd-hybrid.org>.
7   #
# Line 593 | Line 593 | MAKEFLAGS=
593   # Identity of this package.
594   PACKAGE_NAME='ircd-hybrid'
595   PACKAGE_TARNAME='ircd-hybrid'
596 < PACKAGE_VERSION='8rc1'
597 < PACKAGE_STRING='ircd-hybrid 8rc1'
596 > PACKAGE_VERSION='8.0.0rc1'
597 > PACKAGE_STRING='ircd-hybrid 8.0.0rc1'
598   PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
599   PACKAGE_URL=''
600  
# Line 803 | Line 803 | enable_ltdl_install
803   enable_libpcre
804   enable_openssl
805   enable_assert
806 enable_small_net
806   enable_kqueue
807   enable_epoll
808   enable_devpoll
# Line 1367 | Line 1366 | if test "$ac_init_help" = "long"; then
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 8rc1 to adapt to many kinds of systems.
1369 > \`configure' configures ircd-hybrid 8.0.0rc1 to adapt to many kinds of systems.
1370  
1371   Usage: $0 [OPTION]... [VAR=VALUE]...
1372  
# Line 1437 | Line 1436 | fi
1436  
1437   if test -n "$ac_init_help"; then
1438    case $ac_init_help in
1439 <     short | recursive ) echo "Configuration of ircd-hybrid 8rc1:";;
1439 >     short | recursive ) echo "Configuration of ircd-hybrid 8.0.0rc1:";;
1440     esac
1441    cat <<\_ACEOF
1442  
# Line 1462 | Line 1461 | Optional Features:
1461    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1462    --disable-openssl            Disable OpenSSL support.
1463    --enable-assert         Enable assert() statements
1465  --enable-small-net      Enable small network support.
1464    --enable-kqueue         Force kqueue usage.
1465    --enable-epoll          Force epoll usage.
1466    --enable-devpoll        Force devpoll usage.
# Line 1569 | Line 1567 | fi
1567   test -n "$ac_init_help" && exit $ac_status
1568   if $ac_init_version; then
1569    cat <<\_ACEOF
1570 < ircd-hybrid configure 8rc1
1570 > ircd-hybrid configure 8.0.0rc1
1571   generated by GNU Autoconf 2.69
1572  
1573   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 2095 | Line 2093 | cat >config.log <<_ACEOF
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 8rc1, which was
2096 > It was created by ircd-hybrid $as_me 8.0.0rc1, which was
2097   generated by GNU Autoconf 2.69.  Invocation command line was
2098  
2099    $ $0 $@
# Line 2931 | Line 2929 | fi
2929  
2930   # Define the identity of the package.
2931   PACKAGE='ircd-hybrid'
2932 < VERSION='8rc1'
2932 > VERSION='8.0.0rc1'
2933  
2934  
2935   cat >>confdefs.h <<_ACEOF
# Line 13903 | Line 13901 | $as_echo "#define NDEBUG 1" >>confdefs.h
13901   fi
13902  
13903  
13906 # Check whether --enable-small-net was given.
13907 if test "${enable_small_net+set}" = set; then :
13908  enableval=$enable_small_net; small_net=$enableval
13909 else
13910  small_net=no
13911 fi
13912
13913
13914 if test "$small_net" = "yes"; then :
13915
13916
13917 $as_echo "#define NICKNAMEHISTORYLENGTH 2048" >>confdefs.h
13918
13919
13920 $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
13921
13922
13923 $as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h
13924
13925
13926 $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
13927
13928
13929 $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
13930
13931
13932 $as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h
13933
13934
13935 $as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h
13936
13937
13938 $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
13939
13940
13941 $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
13942
13943
13944 $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
13945
13946 else
13947
13948
13904  
13905   $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13906  
# Line 13965 | Line 13920 | $as_echo "#define LCLIENT_HEAP_SIZE 512"
13920   $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
13921  
13922  
13968 $as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h
13969
13970
13923   $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
13924  
13925  
13926 < $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
13926 > $as_echo "#define AUTH_HEAP_SIZE 256" >>confdefs.h
13927  
13928  
13929 < $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
13930 <
13979 < fi
13929 > $as_echo "#define DNS_HEAP_SIZE 256" >>confdefs.h
13930 > ])
13931  
13932  
13933   # Argument processing.
# Line 15100 | Line 15051 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15051   # report actual input values of CONFIG_FILES etc. instead of their
15052   # values after options handling.
15053   ac_log="
15054 < This file was extended by ircd-hybrid $as_me 8rc1, which was
15054 > This file was extended by ircd-hybrid $as_me 8.0.0rc1, which was
15055   generated by GNU Autoconf 2.69.  Invocation command line was
15056  
15057    CONFIG_FILES    = $CONFIG_FILES
# Line 15166 | Line 15117 | _ACEOF
15117   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15118   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15119   ac_cs_version="\\
15120 < ircd-hybrid config.status 8rc1
15120 > ircd-hybrid config.status 8.0.0rc1
15121   configured by $0, generated by GNU Autoconf 2.69,
15122    with options \\"\$ac_cs_config\\"
15123  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)