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 1494 by michael, Fri Aug 3 16:22:42 2012 UTC vs.
ircd-hybrid/branches/8.0.x/configure (file contents), Revision 1678 by michael, Tue Dec 18 17:59:33 2012 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1462 2012-07-13 19:27:24Z michael .
2 > # From configure.ac Id: configure.ac 1642 2012-11-04 19:23:28Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.69 for ircd-hybrid 8beta3.
4 > # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.2.
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='8beta3'
597 < PACKAGE_STRING='ircd-hybrid 8beta3'
596 > PACKAGE_VERSION='8.0.2'
597 > PACKAGE_STRING='ircd-hybrid 8.0.2'
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 8beta3 to adapt to many kinds of systems.
1369 > \`configure' configures ircd-hybrid 8.0.2 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 8beta3:";;
1439 >     short | recursive ) echo "Configuration of ircd-hybrid 8.0.2:";;
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 8beta3
1570 > ircd-hybrid configure 8.0.2
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 8beta3, which was
2096 > It was created by ircd-hybrid $as_me 8.0.2, 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='8beta3'
2932 > VERSION='8.0.2'
2933  
2934  
2935   cat >>confdefs.h <<_ACEOF
# Line 13030 | Line 13028 | LIBTOOL="$LIBTOOL --silent"
13028  
13029   # Checks for libraries.
13030  
13031 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13032 < $as_echo_n "checking for library containing socket... " >&6; }
13033 < if ${ac_cv_search_socket+:} false; then :
13031 >  ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13032 > if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13033 >
13034 > else
13035 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
13036 > $as_echo_n "checking for library containing getaddrinfo... " >&6; }
13037 > if ${ac_cv_search_getaddrinfo+:} false; then :
13038    $as_echo_n "(cached) " >&6
13039   else
13040    ac_func_search_save_LIBS=$LIBS
# Line 13045 | Line 13047 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13047   #ifdef __cplusplus
13048   extern "C"
13049   #endif
13050 < char socket ();
13050 > char getaddrinfo ();
13051   int
13052   main ()
13053   {
13054 < return socket ();
13054 > return getaddrinfo ();
13055    ;
13056    return 0;
13057   }
13058   _ACEOF
13059 < for ac_lib in '' socket; do
13059 > for ac_lib in '' nsl; do
13060    if test -z "$ac_lib"; then
13061      ac_res="none required"
13062    else
# Line 13062 | Line 13064 | for ac_lib in '' socket; do
13064      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13065    fi
13066    if ac_fn_c_try_link "$LINENO"; then :
13067 <  ac_cv_search_socket=$ac_res
13067 >  ac_cv_search_getaddrinfo=$ac_res
13068   fi
13069   rm -f core conftest.err conftest.$ac_objext \
13070      conftest$ac_exeext
13071 <  if ${ac_cv_search_socket+:} false; then :
13071 >  if ${ac_cv_search_getaddrinfo+:} false; then :
13072    break
13073   fi
13074   done
13075 < if ${ac_cv_search_socket+:} false; then :
13075 > if ${ac_cv_search_getaddrinfo+:} false; then :
13076  
13077   else
13078 <  ac_cv_search_socket=no
13078 >  ac_cv_search_getaddrinfo=no
13079   fi
13080   rm conftest.$ac_ext
13081   LIBS=$ac_func_search_save_LIBS
13082   fi
13083 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13084 < $as_echo "$ac_cv_search_socket" >&6; }
13085 < ac_res=$ac_cv_search_socket
13083 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
13084 > $as_echo "$ac_cv_search_getaddrinfo" >&6; }
13085 > ac_res=$ac_cv_search_getaddrinfo
13086   if test "$ac_res" != no; then :
13087    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13088  
13087 else
13088  as_fn_error $? "socket library not found" "$LINENO" 5
13089   fi
13090  
13091 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5
13092 < $as_echo_n "checking for library containing inet_ntoa... " >&6; }
13093 < if ${ac_cv_search_inet_ntoa+:} false; then :
13091 > fi
13092 >
13093 >  ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
13094 > if test "x$ac_cv_func_getnameinfo" = xyes; then :
13095 >
13096 > else
13097 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
13098 > $as_echo_n "checking for library containing getnameinfo... " >&6; }
13099 > if ${ac_cv_search_getnameinfo+:} false; then :
13100    $as_echo_n "(cached) " >&6
13101   else
13102    ac_func_search_save_LIBS=$LIBS
# Line 13103 | Line 13109 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13109   #ifdef __cplusplus
13110   extern "C"
13111   #endif
13112 < char inet_ntoa ();
13112 > char getnameinfo ();
13113   int
13114   main ()
13115   {
13116 < return inet_ntoa ();
13116 > return getnameinfo ();
13117    ;
13118    return 0;
13119   }
# Line 13120 | Line 13126 | for ac_lib in '' nsl; do
13126      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13127    fi
13128    if ac_fn_c_try_link "$LINENO"; then :
13129 <  ac_cv_search_inet_ntoa=$ac_res
13129 >  ac_cv_search_getnameinfo=$ac_res
13130   fi
13131   rm -f core conftest.err conftest.$ac_objext \
13132      conftest$ac_exeext
13133 <  if ${ac_cv_search_inet_ntoa+:} false; then :
13133 >  if ${ac_cv_search_getnameinfo+:} false; then :
13134    break
13135   fi
13136   done
13137 < if ${ac_cv_search_inet_ntoa+:} false; then :
13137 > if ${ac_cv_search_getnameinfo+:} false; then :
13138  
13139   else
13140 <  ac_cv_search_inet_ntoa=no
13140 >  ac_cv_search_getnameinfo=no
13141   fi
13142   rm conftest.$ac_ext
13143   LIBS=$ac_func_search_save_LIBS
13144   fi
13145 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5
13146 < $as_echo "$ac_cv_search_inet_ntoa" >&6; }
13147 < ac_res=$ac_cv_search_inet_ntoa
13145 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
13146 > $as_echo "$ac_cv_search_getnameinfo" >&6; }
13147 > ac_res=$ac_cv_search_getnameinfo
13148   if test "$ac_res" != no; then :
13149    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13150  
13151   fi
13152  
13153 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13154 < $as_echo_n "checking for library containing inet_aton... " >&6; }
13155 < if ${ac_cv_search_inet_aton+:} false; then :
13153 > fi
13154 >
13155 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13156 > $as_echo_n "checking for library containing socket... " >&6; }
13157 > if ${ac_cv_search_socket+:} false; then :
13158    $as_echo_n "(cached) " >&6
13159   else
13160    ac_func_search_save_LIBS=$LIBS
# Line 13159 | Line 13167 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13167   #ifdef __cplusplus
13168   extern "C"
13169   #endif
13170 < char inet_aton ();
13170 > char socket ();
13171   int
13172   main ()
13173   {
13174 < return inet_aton ();
13174 > return socket ();
13175    ;
13176    return 0;
13177   }
13178   _ACEOF
13179 < for ac_lib in '' resolv; do
13179 > for ac_lib in '' socket; do
13180    if test -z "$ac_lib"; then
13181      ac_res="none required"
13182    else
# Line 13176 | Line 13184 | for ac_lib in '' resolv; do
13184      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13185    fi
13186    if ac_fn_c_try_link "$LINENO"; then :
13187 <  ac_cv_search_inet_aton=$ac_res
13187 >  ac_cv_search_socket=$ac_res
13188   fi
13189   rm -f core conftest.err conftest.$ac_objext \
13190      conftest$ac_exeext
13191 <  if ${ac_cv_search_inet_aton+:} false; then :
13191 >  if ${ac_cv_search_socket+:} false; then :
13192    break
13193   fi
13194   done
13195 < if ${ac_cv_search_inet_aton+:} false; then :
13195 > if ${ac_cv_search_socket+:} false; then :
13196  
13197   else
13198 <  ac_cv_search_inet_aton=no
13198 >  ac_cv_search_socket=no
13199   fi
13200   rm conftest.$ac_ext
13201   LIBS=$ac_func_search_save_LIBS
13202   fi
13203 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13204 < $as_echo "$ac_cv_search_inet_aton" >&6; }
13205 < ac_res=$ac_cv_search_inet_aton
13203 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13204 > $as_echo "$ac_cv_search_socket" >&6; }
13205 > ac_res=$ac_cv_search_socket
13206   if test "$ac_res" != no; then :
13207    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13208  
13209 + else
13210 +  as_fn_error $? "socket library not found" "$LINENO" 5
13211   fi
13212  
13203  for ac_func in inet_aton inet_ntop inet_pton
13204 do :
13205  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13206 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13207 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13208  cat >>confdefs.h <<_ACEOF
13209 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13210 _ACEOF
13211
13212 fi
13213 done
13214
13213    ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h>
13214     #include <sys/socket.h>
13215     #include <netdb.h>
# 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
13929 > $as_echo "#define DNS_HEAP_SIZE 256" >>confdefs.h
13930  
13979 fi
13931  
13932  
13933   # Argument processing.
# Line 14424 | Line 14375 | else
14375   fi
14376  
14377    if test "$debugging" = "yes" ; then
14427
14428 $as_echo "#define DEBUG 1" >>confdefs.h
14429
14378      CFLAGS="-Wall -g -O0"
14431  else
14432
14433 $as_echo "#define NDEBUG 1" >>confdefs.h
14434
14379    fi
14380  
14381  
# Line 15100 | Line 15044 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15044   # report actual input values of CONFIG_FILES etc. instead of their
15045   # values after options handling.
15046   ac_log="
15047 < This file was extended by ircd-hybrid $as_me 8beta3, which was
15047 > This file was extended by ircd-hybrid $as_me 8.0.2, which was
15048   generated by GNU Autoconf 2.69.  Invocation command line was
15049  
15050    CONFIG_FILES    = $CONFIG_FILES
# Line 15166 | Line 15110 | _ACEOF
15110   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15111   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15112   ac_cs_version="\\
15113 < ircd-hybrid config.status 8beta3
15113 > ircd-hybrid config.status 8.0.2
15114   configured by $0, generated by GNU Autoconf 2.69,
15115    with options \\"\$ac_cs_config\\"
15116  

Diff Legend

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