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/branches/8.0.x/configure (file contents):
Revision 1593 by michael, Sat Oct 27 21:09:19 2012 UTC vs.
Revision 2062 by michael, Thu May 16 09:54:44 2013 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1523 2012-09-09 11:11:52Z michael .
2 > # From configure.ac Id: configure.ac 1907 2013-04-27 21:24:53Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.0.
4 > # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.8.
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='8.0.0'
597 < PACKAGE_STRING='ircd-hybrid 8.0.0'
596 > PACKAGE_VERSION='8.0.8'
597 > PACKAGE_STRING='ircd-hybrid 8.0.8'
598   PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
599   PACKAGE_URL=''
600  
# Line 723 | Line 723 | CC
723   MAINT
724   MAINTAINER_MODE_FALSE
725   MAINTAINER_MODE_TRUE
726 + AM_BACKSLASH
727 + AM_DEFAULT_VERBOSITY
728 + AM_DEFAULT_V
729 + AM_V
730   am__untar
731   am__tar
732   AMTAR
# Line 787 | Line 791 | SHELL'
791   ac_subst_files=''
792   ac_user_opts='
793   enable_option_checking
794 + enable_silent_rules
795   enable_maintainer_mode
796   enable_dependency_tracking
797   enable_static
# Line 806 | Line 811 | enable_assert
811   enable_kqueue
812   enable_epoll
813   enable_devpoll
809 enable_rtsigio
814   enable_poll
815   enable_select
812 with_nicklen
813 with_topiclen
816   enable_halfops
817   enable_debugging
818   enable_warnings
# Line 1366 | Line 1368 | if test "$ac_init_help" = "long"; then
1368    # Omit some internal or obsolete options to make the list less imposing.
1369    # This message is too long to be a string in the A/UX 3.1 sh.
1370    cat <<_ACEOF
1371 < \`configure' configures ircd-hybrid 8.0.0 to adapt to many kinds of systems.
1371 > \`configure' configures ircd-hybrid 8.0.8 to adapt to many kinds of systems.
1372  
1373   Usage: $0 [OPTION]... [VAR=VALUE]...
1374  
# Line 1436 | Line 1438 | fi
1438  
1439   if test -n "$ac_init_help"; then
1440    case $ac_init_help in
1441 <     short | recursive ) echo "Configuration of ircd-hybrid 8.0.0:";;
1441 >     short | recursive ) echo "Configuration of ircd-hybrid 8.0.8:";;
1442     esac
1443    cat <<\_ACEOF
1444  
# Line 1444 | Line 1446 | Optional Features:
1446    --disable-option-checking  ignore unrecognized --enable/--with options
1447    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1448    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1449 +  --enable-silent-rules   less verbose build output (undo: "make V=1")
1450 +  --disable-silent-rules  verbose build output (undo: "make V=0")
1451    --enable-maintainer-mode
1452                            enable make rules and dependencies not useful (and
1453                            sometimes confusing) to the casual installer
# Line 1464 | Line 1468 | Optional Features:
1468    --enable-kqueue         Force kqueue usage.
1469    --enable-epoll          Force epoll usage.
1470    --enable-devpoll        Force devpoll usage.
1467  --enable-rtsigio        Force rtsigio usage.
1471    --enable-poll           Force poll usage.
1472    --enable-select         Force select usage.
1473    --enable-halfops        Enable halfops support.
# Line 1482 | Line 1485 | Optional Packages:
1485    --with-included-ltdl    use the GNU ltdl sources included here
1486    --with-ltdl-include=DIR use the ltdl headers installed in DIR
1487    --with-ltdl-lib=DIR     use the libltdl.la installed in DIR
1485  --with-nicklen=<value>  Set nickname length (default 9).
1486  --with-topiclen=<value> Set topic length (default 160).
1488  
1489   Some influential environment variables:
1490    CC          C compiler command
# Line 1567 | Line 1568 | fi
1568   test -n "$ac_init_help" && exit $ac_status
1569   if $ac_init_version; then
1570    cat <<\_ACEOF
1571 < ircd-hybrid configure 8.0.0
1571 > ircd-hybrid configure 8.0.8
1572   generated by GNU Autoconf 2.69
1573  
1574   Copyright (C) 2012 Free Software Foundation, Inc.
# Line 2093 | Line 2094 | cat >config.log <<_ACEOF
2094   This file contains any messages produced by compilers while
2095   running configure, to aid debugging if configure makes a mistake.
2096  
2097 < It was created by ircd-hybrid $as_me 8.0.0, which was
2097 > It was created by ircd-hybrid $as_me 8.0.8, which was
2098   generated by GNU Autoconf 2.69.  Invocation command line was
2099  
2100    $ $0 $@
# Line 2453 | Line 2454 | ac_link='$CC -o conftest$ac_exeext $CFLA
2454   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2455  
2456  
2457 < am__api_version='1.12'
2457 > am__api_version='1.13'
2458  
2459   ac_aux_dir=
2460   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2666 | Line 2667 | if test x"${MISSING+set}" != xset; then
2667    esac
2668   fi
2669   # Use eval to expand $SHELL
2670 < if eval "$MISSING --run true"; then
2671 <  am_missing_run="$MISSING --run "
2670 > if eval "$MISSING --is-lightweight"; then
2671 >  am_missing_run="$MISSING "
2672   else
2673    am_missing_run=
2674    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
# Line 2907 | Line 2908 | else
2908   fi
2909   rmdir .tst 2>/dev/null
2910  
2911 + # Check whether --enable-silent-rules was given.
2912 + if test "${enable_silent_rules+set}" = set; then :
2913 +  enableval=$enable_silent_rules;
2914 + fi
2915 +
2916 + case $enable_silent_rules in # (((
2917 +  yes) AM_DEFAULT_VERBOSITY=0;;
2918 +   no) AM_DEFAULT_VERBOSITY=1;;
2919 +    *) AM_DEFAULT_VERBOSITY=1;;
2920 + esac
2921 + am_make=${MAKE-make}
2922 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2923 + $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2924 + if ${am_cv_make_support_nested_variables+:} false; then :
2925 +  $as_echo_n "(cached) " >&6
2926 + else
2927 +  if $as_echo 'TRUE=$(BAR$(V))
2928 + BAR0=false
2929 + BAR1=true
2930 + V=1
2931 + am__doit:
2932 +        @$(TRUE)
2933 + .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2934 +  am_cv_make_support_nested_variables=yes
2935 + else
2936 +  am_cv_make_support_nested_variables=no
2937 + fi
2938 + fi
2939 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2940 + $as_echo "$am_cv_make_support_nested_variables" >&6; }
2941 + if test $am_cv_make_support_nested_variables = yes; then
2942 +    AM_V='$(V)'
2943 +  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2944 + else
2945 +  AM_V=$AM_DEFAULT_VERBOSITY
2946 +  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2947 + fi
2948 + AM_BACKSLASH='\'
2949 +
2950   if test "`cd $srcdir && pwd`" != "`pwd`"; then
2951    # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2952    # is not polluted with repeated "-I."
# Line 2929 | Line 2969 | fi
2969  
2970   # Define the identity of the package.
2971   PACKAGE='ircd-hybrid'
2972 < VERSION='8.0.0'
2972 > VERSION='8.0.8'
2973  
2974  
2975   cat >>confdefs.h <<_ACEOF
# Line 2969 | Line 3009 | mkdir_p='$(MKDIR_P)'
3009   # in the wild :-(  We should find a proper way to deprecate it ...
3010   AMTAR='$${TAR-tar}'
3011  
3012 +
3013 + # We'll loop over all known methods to create a tar archive until one works.
3014 + _am_tools='gnutar  pax cpio none'
3015 +
3016   am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3017  
3018  
# Line 2976 | Line 3020 | am__tar='$${TAR-tar} chof - "$$tardir"'
3020  
3021  
3022  
3023 +
3024   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3025   $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3026      # Check whether --enable-maintainer-mode was given.
# Line 13028 | Line 13073 | LIBTOOL="$LIBTOOL --silent"
13073  
13074   # Checks for libraries.
13075  
13076 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13077 < $as_echo_n "checking for library containing socket... " >&6; }
13078 < if ${ac_cv_search_socket+:} false; then :
13076 >  ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13077 > if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13078 >
13079 > else
13080 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
13081 > $as_echo_n "checking for library containing getaddrinfo... " >&6; }
13082 > if ${ac_cv_search_getaddrinfo+:} false; then :
13083    $as_echo_n "(cached) " >&6
13084   else
13085    ac_func_search_save_LIBS=$LIBS
# Line 13043 | Line 13092 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13092   #ifdef __cplusplus
13093   extern "C"
13094   #endif
13095 < char socket ();
13095 > char getaddrinfo ();
13096   int
13097   main ()
13098   {
13099 < return socket ();
13099 > return getaddrinfo ();
13100    ;
13101    return 0;
13102   }
13103   _ACEOF
13104 < for ac_lib in '' socket; do
13104 > for ac_lib in '' nsl; do
13105    if test -z "$ac_lib"; then
13106      ac_res="none required"
13107    else
# Line 13060 | Line 13109 | for ac_lib in '' socket; do
13109      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13110    fi
13111    if ac_fn_c_try_link "$LINENO"; then :
13112 <  ac_cv_search_socket=$ac_res
13112 >  ac_cv_search_getaddrinfo=$ac_res
13113   fi
13114   rm -f core conftest.err conftest.$ac_objext \
13115      conftest$ac_exeext
13116 <  if ${ac_cv_search_socket+:} false; then :
13116 >  if ${ac_cv_search_getaddrinfo+:} false; then :
13117    break
13118   fi
13119   done
13120 < if ${ac_cv_search_socket+:} false; then :
13120 > if ${ac_cv_search_getaddrinfo+:} false; then :
13121  
13122   else
13123 <  ac_cv_search_socket=no
13123 >  ac_cv_search_getaddrinfo=no
13124   fi
13125   rm conftest.$ac_ext
13126   LIBS=$ac_func_search_save_LIBS
13127   fi
13128 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13129 < $as_echo "$ac_cv_search_socket" >&6; }
13130 < ac_res=$ac_cv_search_socket
13128 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
13129 > $as_echo "$ac_cv_search_getaddrinfo" >&6; }
13130 > ac_res=$ac_cv_search_getaddrinfo
13131   if test "$ac_res" != no; then :
13132    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13133  
13085 else
13086  as_fn_error $? "socket library not found" "$LINENO" 5
13134   fi
13135  
13136 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5
13137 < $as_echo_n "checking for library containing inet_ntoa... " >&6; }
13138 < if ${ac_cv_search_inet_ntoa+:} false; then :
13136 > fi
13137 >
13138 >  ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
13139 > if test "x$ac_cv_func_getnameinfo" = xyes; then :
13140 >
13141 > else
13142 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
13143 > $as_echo_n "checking for library containing getnameinfo... " >&6; }
13144 > if ${ac_cv_search_getnameinfo+:} false; then :
13145    $as_echo_n "(cached) " >&6
13146   else
13147    ac_func_search_save_LIBS=$LIBS
# Line 13101 | Line 13154 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13154   #ifdef __cplusplus
13155   extern "C"
13156   #endif
13157 < char inet_ntoa ();
13157 > char getnameinfo ();
13158   int
13159   main ()
13160   {
13161 < return inet_ntoa ();
13161 > return getnameinfo ();
13162    ;
13163    return 0;
13164   }
# Line 13118 | Line 13171 | for ac_lib in '' nsl; do
13171      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13172    fi
13173    if ac_fn_c_try_link "$LINENO"; then :
13174 <  ac_cv_search_inet_ntoa=$ac_res
13174 >  ac_cv_search_getnameinfo=$ac_res
13175   fi
13176   rm -f core conftest.err conftest.$ac_objext \
13177      conftest$ac_exeext
13178 <  if ${ac_cv_search_inet_ntoa+:} false; then :
13178 >  if ${ac_cv_search_getnameinfo+:} false; then :
13179    break
13180   fi
13181   done
13182 < if ${ac_cv_search_inet_ntoa+:} false; then :
13182 > if ${ac_cv_search_getnameinfo+:} false; then :
13183  
13184   else
13185 <  ac_cv_search_inet_ntoa=no
13185 >  ac_cv_search_getnameinfo=no
13186   fi
13187   rm conftest.$ac_ext
13188   LIBS=$ac_func_search_save_LIBS
13189   fi
13190 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5
13191 < $as_echo "$ac_cv_search_inet_ntoa" >&6; }
13192 < ac_res=$ac_cv_search_inet_ntoa
13190 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
13191 > $as_echo "$ac_cv_search_getnameinfo" >&6; }
13192 > ac_res=$ac_cv_search_getnameinfo
13193   if test "$ac_res" != no; then :
13194    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13195  
13196   fi
13197  
13198 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13199 < $as_echo_n "checking for library containing inet_aton... " >&6; }
13200 < if ${ac_cv_search_inet_aton+:} false; then :
13198 > fi
13199 >
13200 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13201 > $as_echo_n "checking for library containing socket... " >&6; }
13202 > if ${ac_cv_search_socket+:} false; then :
13203    $as_echo_n "(cached) " >&6
13204   else
13205    ac_func_search_save_LIBS=$LIBS
# Line 13157 | Line 13212 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13212   #ifdef __cplusplus
13213   extern "C"
13214   #endif
13215 < char inet_aton ();
13215 > char socket ();
13216   int
13217   main ()
13218   {
13219 < return inet_aton ();
13219 > return socket ();
13220    ;
13221    return 0;
13222   }
13223   _ACEOF
13224 < for ac_lib in '' resolv; do
13224 > for ac_lib in '' socket; do
13225    if test -z "$ac_lib"; then
13226      ac_res="none required"
13227    else
# Line 13174 | Line 13229 | for ac_lib in '' resolv; do
13229      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13230    fi
13231    if ac_fn_c_try_link "$LINENO"; then :
13232 <  ac_cv_search_inet_aton=$ac_res
13232 >  ac_cv_search_socket=$ac_res
13233   fi
13234   rm -f core conftest.err conftest.$ac_objext \
13235      conftest$ac_exeext
13236 <  if ${ac_cv_search_inet_aton+:} false; then :
13236 >  if ${ac_cv_search_socket+:} false; then :
13237    break
13238   fi
13239   done
13240 < if ${ac_cv_search_inet_aton+:} false; then :
13240 > if ${ac_cv_search_socket+:} false; then :
13241  
13242   else
13243 <  ac_cv_search_inet_aton=no
13243 >  ac_cv_search_socket=no
13244   fi
13245   rm conftest.$ac_ext
13246   LIBS=$ac_func_search_save_LIBS
13247   fi
13248 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13249 < $as_echo "$ac_cv_search_inet_aton" >&6; }
13250 < ac_res=$ac_cv_search_inet_aton
13248 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13249 > $as_echo "$ac_cv_search_socket" >&6; }
13250 > ac_res=$ac_cv_search_socket
13251   if test "$ac_res" != no; then :
13252    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13253  
13254 + else
13255 +  as_fn_error $? "socket library not found" "$LINENO" 5
13256   fi
13257  
13201  for ac_func in inet_aton inet_ntop inet_pton
13202 do :
13203  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13204 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13205 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13206  cat >>confdefs.h <<_ACEOF
13207 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13208 _ACEOF
13209
13210 fi
13211 done
13212
13258    ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h>
13259     #include <sys/socket.h>
13260     #include <netdb.h>
# Line 13902 | Line 13947 | fi
13947  
13948  
13949  
13950 < $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13950 > $as_echo "#define NICKNAMEHISTORYLENGTH 32768" >>confdefs.h
13951  
13952  
13953   $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
# Line 13948 | Line 13993 | if test "${enable_devpoll+set}" = set; t
13993    enableval=$enable_devpoll; desired_iopoll_mechanism="devpoll"
13994   fi
13995  
13951  # Check whether --enable-rtsigio was given.
13952 if test "${enable_rtsigio+set}" = set; then :
13953  enableval=$enable_rtsigio; desired_iopoll_mechanism="rtsigio"
13954 fi
13955
13996    # Check whether --enable-poll was given.
13997   if test "${enable_poll+set}" = set; then :
13998    enableval=$enable_poll; desired_iopoll_mechanism="poll"
# Line 14136 | Line 14176 | rm -f core conftest.err conftest.$ac_obj
14176   $as_echo "#define HAVE_SYS_DEVPOLL_H 1" >>confdefs.h
14177  
14178    fi
14179 <      iopoll_mechanism_rtsigio=4
14140 <
14141 < cat >>confdefs.h <<_ACEOF
14142 < #define __IOPOLL_MECHANISM_RTSIGIO $iopoll_mechanism_rtsigio
14143 < _ACEOF
14144 <
14145 <  if test "$cross_compiling" = yes; then :
14146 <  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14147 < $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14148 < as_fn_error $? "cannot run test program while cross compiling
14149 < See \`config.log' for more details" "$LINENO" 5; }
14150 < else
14151 <  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14152 < /* end confdefs.h.  */
14153 <
14154 < #define _GNU_SOURCE
14155 < #include <fcntl.h>
14156 < static unsigned int have_f_setsig = 0;
14157 <
14158 < int
14159 < main ()
14160 < {
14161 <
14162 < #ifdef F_SETSIG
14163 <  have_f_setsig = 1;
14164 < #endif
14165 <  return have_f_setsig == 0;
14166 <
14167 <  ;
14168 <  return 0;
14169 < }
14170 < _ACEOF
14171 < if ac_fn_c_try_run "$LINENO"; then :
14172 <  is_rtsigio_mechanism_available="yes"
14173 < else
14174 <  is_rtsigio_mechanism_available="no"
14175 < fi
14176 < rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14177 <  conftest.$ac_objext conftest.beam conftest.$ac_ext
14178 < fi
14179 <
14180 <      iopoll_mechanism_poll=5
14179 >      iopoll_mechanism_poll=4
14180  
14181   cat >>confdefs.h <<_ACEOF
14182   #define __IOPOLL_MECHANISM_POLL $iopoll_mechanism_poll
# Line 14231 | Line 14230 | else
14230   fi
14231   rm -f core conftest.err conftest.$ac_objext \
14232      conftest$ac_exeext conftest.$ac_ext
14233 <      iopoll_mechanism_select=6
14233 >      iopoll_mechanism_select=5
14234  
14235   cat >>confdefs.h <<_ACEOF
14236   #define __IOPOLL_MECHANISM_SELECT $iopoll_mechanism_select
# Line 14286 | Line 14285 | fi
14285   rm -f core conftest.err conftest.$ac_objext \
14286      conftest$ac_exeext conftest.$ac_ext
14287        optimal_iopoll_mechanism="none"
14288 <  for mechanism in "kqueue" "epoll" "devpoll" "rtsigio" "poll" "select" ; do # order is important
14288 >  for mechanism in "kqueue" "epoll" "devpoll" "poll" "select" ; do # order is important
14289      eval "is_optimal_iopoll_mechanism_available=\$is_${mechanism}_mechanism_available"
14290      if test "$is_optimal_iopoll_mechanism_available" = "yes" ; then
14291        optimal_iopoll_mechanism="$mechanism"
# Line 14323 | Line 14322 | _ACEOF
14322  
14323  
14324  
14326
14327 # Check whether --with-nicklen was given.
14328 if test "${with_nicklen+set}" = set; then :
14329  withval=$with_nicklen; nicklen="$withval"
14330 else
14331  nicklen="9"
14332 fi
14333
14334
14335 cat >>confdefs.h <<_ACEOF
14336 #define NICKLEN ($nicklen)
14337 _ACEOF
14338
14339
14340
14341
14342 # Check whether --with-topiclen was given.
14343 if test "${with_topiclen+set}" = set; then :
14344  withval=$with_topiclen; topiclen="$withval"
14345 else
14346  topiclen="160"
14347 fi
14348
14349
14350 cat >>confdefs.h <<_ACEOF
14351 #define TOPICLEN ($topiclen)
14352 _ACEOF
14353
14354
14355
14325    # Check whether --enable-halfops was given.
14326   if test "${enable_halfops+set}" = set; then :
14327    enableval=$enable_halfops; halfops="$enableval"
# Line 14375 | Line 14344 | else
14344   fi
14345  
14346    if test "$debugging" = "yes" ; then
14378
14379 $as_echo "#define DEBUG 1" >>confdefs.h
14380
14347      CFLAGS="-Wall -g -O0"
14382  else
14383
14384 $as_echo "#define NDEBUG 1" >>confdefs.h
14385
14348    fi
14349  
14350  
# Line 15051 | Line 15013 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15013   # report actual input values of CONFIG_FILES etc. instead of their
15014   # values after options handling.
15015   ac_log="
15016 < This file was extended by ircd-hybrid $as_me 8.0.0, which was
15016 > This file was extended by ircd-hybrid $as_me 8.0.8, which was
15017   generated by GNU Autoconf 2.69.  Invocation command line was
15018  
15019    CONFIG_FILES    = $CONFIG_FILES
# Line 15117 | Line 15079 | _ACEOF
15079   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15080   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15081   ac_cs_version="\\
15082 < ircd-hybrid config.status 8.0.0
15082 > ircd-hybrid config.status 8.0.8
15083   configured by $0, generated by GNU Autoconf 2.69,
15084    with options \\"\$ac_cs_config\\"
15085  
# Line 16135 | Line 16097 | $as_echo "$as_me: executing $ac_file com
16097  
16098    case $ac_file$ac_mode in
16099      "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16100 <  # Autoconf 2.62 quotes --file arguments for eval, but not when files
16100 >  # Older Autoconf quotes --file arguments for eval, but not when files
16101    # are listed without --file.  Let's play safe and only enable the eval
16102    # if we detect the quoting.
16103    case $CONFIG_FILES in
# Line 16186 | Line 16148 | $as_echo X"$mf" |
16148      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16149      test -z "$DEPDIR" && continue
16150      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16151 <    test -z "am__include" && continue
16151 >    test -z "$am__include" && continue
16152      am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16153      # Find all dependency output files, they are included files with
16154      # $(DEPDIR) in their names.  We invoke sed twice because it is the

Diff Legend

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