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

Comparing:
ircd-hybrid-8/configure (file contents), Revision 1431 by michael, Sat Jun 9 19:15:10 2012 UTC vs.
ircd-hybrid/trunk/configure (file contents), Revision 1670 by michael, Tue Nov 20 21:30:04 2012 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1402 2012-05-09 18:42:45Z michael .
2 > # From configure.ac Id: configure.ac 1664 2012-11-18 14:33:47Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.69 for ircd-hybrid 8beta1.
4 > # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.0.
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='8beta1'
597 < PACKAGE_STRING='ircd-hybrid 8beta1'
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  
# Line 729 | Line 729 | AMTAR
729   am__leading_dot
730   SET_MAKE
731   AWK
732 + mkdir_p
733   MKDIR_P
734   INSTALL_STRIP_PROGRAM
735   STRIP
# Line 802 | Line 803 | enable_ltdl_install
803   enable_libpcre
804   enable_openssl
805   enable_assert
805 enable_small_net
806   enable_kqueue
807   enable_epoll
808   enable_devpoll
# Line 1366 | 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 8beta1 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  
# Line 1436 | 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 8beta1:";;
1439 >     short | recursive ) echo "Configuration of ircd-hybrid 8.0.0:";;
1440     esac
1441    cat <<\_ACEOF
1442  
# Line 1461 | 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
1464  --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 1568 | 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 8beta1
1570 > ircd-hybrid configure 8.0.0
1571   generated by GNU Autoconf 2.69
1572  
1573   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 2094 | 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 8beta1, 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 $@
# Line 2374 | Line 2373 | $as_echo "$as_me: creating cache $cache_
2373    >$cache_file
2374   fi
2375  
2377 as_fn_append ac_func_list " mmap"
2376   as_fn_append ac_func_list " strtok_r"
2377   as_fn_append ac_func_list " usleep"
2378   as_fn_append ac_func_list " strlcat"
# Line 2930 | Line 2928 | fi
2928  
2929   # Define the identity of the package.
2930   PACKAGE='ircd-hybrid'
2931 < VERSION='8beta1'
2931 > VERSION='8.0.0'
2932  
2933  
2934   cat >>confdefs.h <<_ACEOF
# Line 2958 | Line 2956 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
2956  
2957   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2958  
2959 + # For better backward compatibility.  To be removed once Automake 1.9.x
2960 + # dies out for good.  For more background, see:
2961 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2962 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2963 + mkdir_p='$(MKDIR_P)'
2964 +
2965   # We need awk for the "check" target.  The system "awk" is bad on
2966   # some platforms.
2967   # Always define AMTAR for backward compatibility.  Yes, it's still used
# Line 13023 | Line 13027 | LIBTOOL="$LIBTOOL --silent"
13027  
13028   # Checks for libraries.
13029  
13030 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13031 < $as_echo_n "checking for library containing socket... " >&6; }
13032 < if ${ac_cv_search_socket+:} false; then :
13030 >  ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13031 > if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13032 >
13033 > else
13034 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
13035 > $as_echo_n "checking for library containing getaddrinfo... " >&6; }
13036 > if ${ac_cv_search_getaddrinfo+:} false; then :
13037    $as_echo_n "(cached) " >&6
13038   else
13039    ac_func_search_save_LIBS=$LIBS
# Line 13038 | Line 13046 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13046   #ifdef __cplusplus
13047   extern "C"
13048   #endif
13049 < char socket ();
13049 > char getaddrinfo ();
13050   int
13051   main ()
13052   {
13053 < return socket ();
13053 > return getaddrinfo ();
13054    ;
13055    return 0;
13056   }
13057   _ACEOF
13058 < for ac_lib in '' socket; do
13058 > for ac_lib in '' nsl; do
13059    if test -z "$ac_lib"; then
13060      ac_res="none required"
13061    else
# Line 13055 | Line 13063 | for ac_lib in '' socket; do
13063      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13064    fi
13065    if ac_fn_c_try_link "$LINENO"; then :
13066 <  ac_cv_search_socket=$ac_res
13066 >  ac_cv_search_getaddrinfo=$ac_res
13067   fi
13068   rm -f core conftest.err conftest.$ac_objext \
13069      conftest$ac_exeext
13070 <  if ${ac_cv_search_socket+:} false; then :
13070 >  if ${ac_cv_search_getaddrinfo+:} false; then :
13071    break
13072   fi
13073   done
13074 < if ${ac_cv_search_socket+:} false; then :
13074 > if ${ac_cv_search_getaddrinfo+:} false; then :
13075  
13076   else
13077 <  ac_cv_search_socket=no
13077 >  ac_cv_search_getaddrinfo=no
13078   fi
13079   rm conftest.$ac_ext
13080   LIBS=$ac_func_search_save_LIBS
13081   fi
13082 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13083 < $as_echo "$ac_cv_search_socket" >&6; }
13084 < ac_res=$ac_cv_search_socket
13082 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
13083 > $as_echo "$ac_cv_search_getaddrinfo" >&6; }
13084 > ac_res=$ac_cv_search_getaddrinfo
13085   if test "$ac_res" != no; then :
13086    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13087  
13080 else
13081  as_fn_error $? "socket library not found" "$LINENO" 5
13088   fi
13089  
13090 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5
13091 < $as_echo_n "checking for library containing inet_ntoa... " >&6; }
13092 < if ${ac_cv_search_inet_ntoa+:} false; then :
13090 > fi
13091 >
13092 >  ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
13093 > if test "x$ac_cv_func_getnameinfo" = xyes; then :
13094 >
13095 > else
13096 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
13097 > $as_echo_n "checking for library containing getnameinfo... " >&6; }
13098 > if ${ac_cv_search_getnameinfo+:} false; then :
13099    $as_echo_n "(cached) " >&6
13100   else
13101    ac_func_search_save_LIBS=$LIBS
# Line 13096 | Line 13108 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13108   #ifdef __cplusplus
13109   extern "C"
13110   #endif
13111 < char inet_ntoa ();
13111 > char getnameinfo ();
13112   int
13113   main ()
13114   {
13115 < return inet_ntoa ();
13115 > return getnameinfo ();
13116    ;
13117    return 0;
13118   }
# Line 13113 | Line 13125 | for ac_lib in '' nsl; do
13125      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13126    fi
13127    if ac_fn_c_try_link "$LINENO"; then :
13128 <  ac_cv_search_inet_ntoa=$ac_res
13128 >  ac_cv_search_getnameinfo=$ac_res
13129   fi
13130   rm -f core conftest.err conftest.$ac_objext \
13131      conftest$ac_exeext
13132 <  if ${ac_cv_search_inet_ntoa+:} false; then :
13132 >  if ${ac_cv_search_getnameinfo+:} false; then :
13133    break
13134   fi
13135   done
13136 < if ${ac_cv_search_inet_ntoa+:} false; then :
13136 > if ${ac_cv_search_getnameinfo+:} false; then :
13137  
13138   else
13139 <  ac_cv_search_inet_ntoa=no
13139 >  ac_cv_search_getnameinfo=no
13140   fi
13141   rm conftest.$ac_ext
13142   LIBS=$ac_func_search_save_LIBS
13143   fi
13144 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5
13145 < $as_echo "$ac_cv_search_inet_ntoa" >&6; }
13146 < ac_res=$ac_cv_search_inet_ntoa
13144 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
13145 > $as_echo "$ac_cv_search_getnameinfo" >&6; }
13146 > ac_res=$ac_cv_search_getnameinfo
13147   if test "$ac_res" != no; then :
13148    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13149  
13150   fi
13151  
13152 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13153 < $as_echo_n "checking for library containing inet_aton... " >&6; }
13154 < if ${ac_cv_search_inet_aton+:} false; then :
13152 > fi
13153 >
13154 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13155 > $as_echo_n "checking for library containing socket... " >&6; }
13156 > if ${ac_cv_search_socket+:} false; then :
13157    $as_echo_n "(cached) " >&6
13158   else
13159    ac_func_search_save_LIBS=$LIBS
# Line 13152 | Line 13166 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13166   #ifdef __cplusplus
13167   extern "C"
13168   #endif
13169 < char inet_aton ();
13169 > char socket ();
13170   int
13171   main ()
13172   {
13173 < return inet_aton ();
13173 > return socket ();
13174    ;
13175    return 0;
13176   }
13177   _ACEOF
13178 < for ac_lib in '' resolv; do
13178 > for ac_lib in '' socket; do
13179    if test -z "$ac_lib"; then
13180      ac_res="none required"
13181    else
# Line 13169 | Line 13183 | for ac_lib in '' resolv; do
13183      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13184    fi
13185    if ac_fn_c_try_link "$LINENO"; then :
13186 <  ac_cv_search_inet_aton=$ac_res
13186 >  ac_cv_search_socket=$ac_res
13187   fi
13188   rm -f core conftest.err conftest.$ac_objext \
13189      conftest$ac_exeext
13190 <  if ${ac_cv_search_inet_aton+:} false; then :
13190 >  if ${ac_cv_search_socket+:} false; then :
13191    break
13192   fi
13193   done
13194 < if ${ac_cv_search_inet_aton+:} false; then :
13194 > if ${ac_cv_search_socket+:} false; then :
13195  
13196   else
13197 <  ac_cv_search_inet_aton=no
13197 >  ac_cv_search_socket=no
13198   fi
13199   rm conftest.$ac_ext
13200   LIBS=$ac_func_search_save_LIBS
13201   fi
13202 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13203 < $as_echo "$ac_cv_search_inet_aton" >&6; }
13204 < ac_res=$ac_cv_search_inet_aton
13202 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13203 > $as_echo "$ac_cv_search_socket" >&6; }
13204 > ac_res=$ac_cv_search_socket
13205   if test "$ac_res" != no; then :
13206    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13207  
13208 + else
13209 +  as_fn_error $? "socket library not found" "$LINENO" 5
13210   fi
13211  
13196  for ac_func in inet_aton inet_ntop inet_pton
13197 do :
13198  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13199 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13200 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13201  cat >>confdefs.h <<_ACEOF
13202 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13203 _ACEOF
13204
13205 fi
13206 done
13207
13212    ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h>
13213     #include <sys/socket.h>
13214     #include <netdb.h>
# Line 13521 | Line 13525 | done
13525  
13526  
13527  
13524
13525
13528   # Checks for header files.
13529  
13530  
# Line 13771 | Line 13773 | fi
13773    { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
13774   $as_echo "found" >&6; }
13775  
13776 <    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13777 < $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13778 < if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13776 >    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13777 > $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13778 > if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13779    $as_echo_n "(cached) " >&6
13780   else
13781    ac_check_lib_save_LIBS=$LIBS
13782 < LIBS="-lssl  $LIBS"
13782 > LIBS="-lcrypto  $LIBS"
13783   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13784   /* end confdefs.h.  */
13785  
# Line 13787 | Line 13789 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13789   #ifdef __cplusplus
13790   extern "C"
13791   #endif
13792 < char SSL_connect ();
13792 > char RSA_free ();
13793   int
13794   main ()
13795   {
13796 < return SSL_connect ();
13796 > return RSA_free ();
13797    ;
13798    return 0;
13799   }
13800   _ACEOF
13801   if ac_fn_c_try_link "$LINENO"; then :
13802 <  ac_cv_lib_ssl_SSL_connect=yes
13802 >  ac_cv_lib_crypto_RSA_free=yes
13803   else
13804 <  ac_cv_lib_ssl_SSL_connect=no
13804 >  ac_cv_lib_crypto_RSA_free=no
13805   fi
13806   rm -f core conftest.err conftest.$ac_objext \
13807      conftest$ac_exeext conftest.$ac_ext
13808   LIBS=$ac_check_lib_save_LIBS
13809   fi
13810 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13811 < $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13812 < if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13810 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
13811 > $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
13812 > if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
13813    cat >>confdefs.h <<_ACEOF
13814 < #define HAVE_LIBSSL 1
13814 > #define HAVE_LIBCRYPTO 1
13815   _ACEOF
13816  
13817 <  LIBS="-lssl $LIBS"
13817 >  LIBS="-lcrypto $LIBS"
13818  
13819   fi
13820  
13821 <    if test "$ac_cv_lib_ssl_SSL_connect" = "yes"; then :
13822 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13823 < $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13824 < if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13821 >    if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13822 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13823 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13824 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13825    $as_echo_n "(cached) " >&6
13826   else
13827    ac_check_lib_save_LIBS=$LIBS
13828 < LIBS="-lcrypto  $LIBS"
13828 > LIBS="-lssl  $LIBS"
13829   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13830   /* end confdefs.h.  */
13831  
# Line 13833 | Line 13835 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13835   #ifdef __cplusplus
13836   extern "C"
13837   #endif
13838 < char RSA_free ();
13838 > char SSL_connect ();
13839   int
13840   main ()
13841   {
13842 < return RSA_free ();
13842 > return SSL_connect ();
13843    ;
13844    return 0;
13845   }
13846   _ACEOF
13847   if ac_fn_c_try_link "$LINENO"; then :
13848 <  ac_cv_lib_crypto_RSA_free=yes
13848 >  ac_cv_lib_ssl_SSL_connect=yes
13849   else
13850 <  ac_cv_lib_crypto_RSA_free=no
13850 >  ac_cv_lib_ssl_SSL_connect=no
13851   fi
13852   rm -f core conftest.err conftest.$ac_objext \
13853      conftest$ac_exeext conftest.$ac_ext
13854   LIBS=$ac_check_lib_save_LIBS
13855   fi
13856 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
13857 < $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
13858 < if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
13856 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13857 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13858 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13859    cat >>confdefs.h <<_ACEOF
13860 < #define HAVE_LIBCRYPTO 1
13860 > #define HAVE_LIBSSL 1
13861   _ACEOF
13862  
13863 <  LIBS="-lcrypto $LIBS"
13863 >  LIBS="-lssl $LIBS"
13864  
13865   fi
13866  
# Line 13871 | Line 13873 | $as_echo "no - OpenSSL support disabled"
13873   fi
13874   fi
13875  
13876 < if test "$ac_cv_lib_crypto_RSA_free" = yes; then
13876 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
13877    ENABLE_SSL_TRUE=
13878    ENABLE_SSL_FALSE='#'
13879   else
# Line 13896 | Line 13898 | $as_echo "#define NDEBUG 1" >>confdefs.h
13898   fi
13899  
13900  
13899 # Check whether --enable-small-net was given.
13900 if test "${enable_small_net+set}" = set; then :
13901  enableval=$enable_small_net; small_net=$enableval
13902 else
13903  small_net=no
13904 fi
13905
13906
13907 if test "$small_net" = "yes"; then :
13908
13909
13910 $as_echo "#define NICKNAMEHISTORYLENGTH 2048" >>confdefs.h
13911
13912
13913 $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
13914
13915
13916 $as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h
13917
13918
13919 $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
13920
13921
13922 $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
13923
13924
13925 $as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h
13926
13927
13928 $as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h
13929
13930
13931 $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
13932
13933
13934 $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
13935
13936
13937 $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
13938
13939 else
13940
13941
13901  
13902   $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13903  
13904  
13905 < $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
13905 > $as_echo "#define MP_CHUNK_SIZE_CHANNEL 64*1024" >>confdefs.h
13906  
13907  
13908 < $as_echo "#define BAN_HEAP_SIZE 1024" >>confdefs.h
13908 > $as_echo "#define MP_CHUNK_SIZE_MEMBER 32*1024" >>confdefs.h
13909  
13910  
13911 < $as_echo "#define CLIENT_HEAP_SIZE 1024" >>confdefs.h
13911 > $as_echo "#define MP_CHUNK_SIZE_BAN 16*1024" >>confdefs.h
13912  
13913  
13914 < $as_echo "#define LCLIENT_HEAP_SIZE 512" >>confdefs.h
13914 > $as_echo "#define MP_CHUNK_SIZE_CLIENT 256*1024" >>confdefs.h
13915  
13916  
13917 < $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
13917 > $as_echo "#define MP_CHUNK_SIZE_LCLIENT 128*1024" >>confdefs.h
13918  
13919  
13920 < $as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h
13920 > $as_echo "#define MP_CHUNK_SIZE_DNODE 8*1024" >>confdefs.h
13921  
13922  
13923 < $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
13923 > $as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h
13924  
13925  
13926 < $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
13926 > $as_echo "#define MP_CHUNK_SIZE_AUTH 32*1024" >>confdefs.h
13927  
13928  
13929 < $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
13929 > $as_echo "#define MP_CHUNK_SIZE_DNS 16*1024" >>confdefs.h
13930  
13931 < fi
13931 >
13932 > $as_echo "#define MP_CHUNK_SIZE_WATCH 4*1024" >>confdefs.h
13933  
13934  
13935   # Argument processing.
# Line 14417 | Line 14377 | else
14377   fi
14378  
14379    if test "$debugging" = "yes" ; then
14420
14421 $as_echo "#define DEBUG 1" >>confdefs.h
14422
14380      CFLAGS="-Wall -g -O0"
14424  else
14425
14426 $as_echo "#define NDEBUG 1" >>confdefs.h
14427
14381    fi
14382  
14383  
# Line 14526 | Line 14479 | _ACEOF
14479    test "$exec_prefix_NONE" && exec_prefix=NONE
14480  
14481  
14482 < 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"
14482 > 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"
14483  
14484  
14485   cat >confcache <<\_ACEOF
# Line 15093 | Line 15046 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15046   # report actual input values of CONFIG_FILES etc. instead of their
15047   # values after options handling.
15048   ac_log="
15049 < This file was extended by ircd-hybrid $as_me 8beta1, which was
15049 > This file was extended by ircd-hybrid $as_me 8.0.0, which was
15050   generated by GNU Autoconf 2.69.  Invocation command line was
15051  
15052    CONFIG_FILES    = $CONFIG_FILES
# Line 15159 | Line 15112 | _ACEOF
15112   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15113   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15114   ac_cs_version="\\
15115 < ircd-hybrid config.status 8beta1
15115 > ircd-hybrid config.status 8.0.0
15116   configured by $0, generated by GNU Autoconf 2.69,
15117    with options \\"\$ac_cs_config\\"
15118  
# Line 15569 | Line 15522 | do
15522      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15523      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15524      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15572    "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
15573    "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
15525      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
15526      "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
15527      "messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;;

Comparing:
ircd-hybrid-8/configure (property svn:eol-style), Revision 1431 by michael, Sat Jun 9 19:15:10 2012 UTC vs.
ircd-hybrid/trunk/configure (property svn:eol-style), Revision 1670 by michael, Tue Nov 20 21:30:04 2012 UTC

# Line 0 | Line 1
1 + native

Diff Legend

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