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 1356 by michael, Sat Apr 21 19:56:44 2012 UTC vs.
ircd-hybrid/branches/8.0.x/configure (file contents), Revision 1593 by michael, Sat Oct 27 21:09:19 2012 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1349 2012-04-11 18:45:51Z michael .
2 > # From configure.ac Id: configure.ac 1523 2012-09-09 11:11:52Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.68 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   #
8   #
9 < # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
10 < # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
11 < # Foundation, Inc.
9 > # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
10   #
11   #
12   # This configure script is free software; the Free Software Foundation
# Line 137 | Line 135 | export LANGUAGE
135   # CDPATH.
136   (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137  
138 + # Use a proper internal environment variable to ensure we don't fall
139 +  # into an infinite loop, continuously re-executing ourselves.
140 +  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
141 +    _as_can_reexec=no; export _as_can_reexec;
142 +    # We cannot yet assume a decent shell, so we have to provide a
143 + # neutralization value for shells without unset; and this also
144 + # works around shells that cannot unset nonexistent variables.
145 + # Preserve -v and -x to the replacement shell.
146 + BASH_ENV=/dev/null
147 + ENV=/dev/null
148 + (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
149 + case $- in # ((((
150 +  *v*x* | *x*v* ) as_opts=-vx ;;
151 +  *v* ) as_opts=-v ;;
152 +  *x* ) as_opts=-x ;;
153 +  * ) as_opts= ;;
154 + esac
155 + exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
156 + # Admittedly, this is quite paranoid, since all the known shells bail
157 + # out after a failed `exec'.
158 + $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
159 + as_fn_exit 255
160 +  fi
161 +  # We don't want this to propagate to other subprocesses.
162 +          { _as_can_reexec=; unset _as_can_reexec;}
163   if test "x$CONFIG_SHELL" = x; then
164    as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
165    emulate sh
# Line 170 | Line 193 | if ( set x; as_fn_ret_success y && test
193   else
194    exitcode=1; echo positional parameters were not saved.
195   fi
196 < test x\$exitcode = x0 || exit 1"
196 > test x\$exitcode = x0 || exit 1
197 > test -x / || exit 1"
198    as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
199    as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
200    eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
# Line 223 | Line 247 | IFS=$as_save_IFS
247  
248  
249        if test "x$CONFIG_SHELL" != x; then :
250 <  # We cannot yet assume a decent shell, so we have to provide a
251 <        # neutralization value for shells without unset; and this also
252 <        # works around shells that cannot unset nonexistent variables.
253 <        # Preserve -v and -x to the replacement shell.
254 <        BASH_ENV=/dev/null
255 <        ENV=/dev/null
256 <        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
257 <        export CONFIG_SHELL
258 <        case $- in # ((((
259 <          *v*x* | *x*v* ) as_opts=-vx ;;
260 <          *v* ) as_opts=-v ;;
261 <          *x* ) as_opts=-x ;;
262 <          * ) as_opts= ;;
263 <        esac
264 <        exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
250 >  export CONFIG_SHELL
251 >             # We cannot yet assume a decent shell, so we have to provide a
252 > # neutralization value for shells without unset; and this also
253 > # works around shells that cannot unset nonexistent variables.
254 > # Preserve -v and -x to the replacement shell.
255 > BASH_ENV=/dev/null
256 > ENV=/dev/null
257 > (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
258 > case $- in # ((((
259 >  *v*x* | *x*v* ) as_opts=-vx ;;
260 >  *v* ) as_opts=-v ;;
261 >  *x* ) as_opts=-x ;;
262 >  * ) as_opts= ;;
263 > esac
264 > exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
265 > # Admittedly, this is quite paranoid, since all the known shells bail
266 > # out after a failed `exec'.
267 > $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
268 > exit 255
269   fi
270  
271      if test x$as_have_required = xno; then :
# Line 340 | Line 368 | $as_echo X"$as_dir" |
368  
369  
370   } # as_fn_mkdir_p
371 +
372 + # as_fn_executable_p FILE
373 + # -----------------------
374 + # Test if FILE is an executable regular file.
375 + as_fn_executable_p ()
376 + {
377 +  test -f "$1" && test -x "$1"
378 + } # as_fn_executable_p
379   # as_fn_append VAR VALUE
380   # ----------------------
381   # Append the text in VALUE to the end of the definition contained in VAR. Take
# Line 461 | Line 497 | as_cr_alnum=$as_cr_Letters$as_cr_digits
497    chmod +x "$as_me.lineno" ||
498      { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
499  
500 +  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
501 +  # already done that, so ensure we don't try to do so again and fall
502 +  # in an infinite loop.  This has already happened in practice.
503 +  _as_can_reexec=no; export _as_can_reexec
504    # Don't try to exec as it changes $[0], causing all sort of problems
505    # (the dirname of $[0] is not the place where we might find the
506    # original and so on.  Autoconf is especially sensitive to this).
# Line 495 | Line 535 | if (echo >conf$$.file) 2>/dev/null; then
535      # ... but there are two gotchas:
536      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
537      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
538 <    # In both cases, we have to default to `cp -p'.
538 >    # In both cases, we have to default to `cp -pR'.
539      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
540 <      as_ln_s='cp -p'
540 >      as_ln_s='cp -pR'
541    elif ln conf$$.file conf$$ 2>/dev/null; then
542      as_ln_s=ln
543    else
544 <    as_ln_s='cp -p'
544 >    as_ln_s='cp -pR'
545    fi
546   else
547 <  as_ln_s='cp -p'
547 >  as_ln_s='cp -pR'
548   fi
549   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
550   rmdir conf$$.dir 2>/dev/null
# Line 516 | Line 556 | else
556    as_mkdir_p=false
557   fi
558  
559 < if test -x / >/dev/null 2>&1; then
560 <  as_test_x='test -x'
521 < else
522 <  if ls -dL / >/dev/null 2>&1; then
523 <    as_ls_L_option=L
524 <  else
525 <    as_ls_L_option=
526 <  fi
527 <  as_test_x='
528 <    eval sh -c '\''
529 <      if test -d "$1"; then
530 <        test -d "$1/.";
531 <      else
532 <        case $1 in #(
533 <        -*)set "./$1";;
534 <        esac;
535 <        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
536 <        ???[sx]*):;;*)false;;esac;fi
537 <    '\'' sh
538 <  '
539 < fi
540 < as_executable_p=$as_test_x
559 > as_test_x='test -x'
560 > as_executable_p=as_fn_executable_p
561  
562   # Sed expression to map a string onto a valid CPP name.
563   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 573 | 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 628 | Line 648 | DATADIR
648   LIBDIR
649   SYSCONFDIR
650   PREFIX
631 EFNET_FALSE
632 EFNET_TRUE
651   ENABLE_SSL_FALSE
652   ENABLE_SSL_TRUE
653   LTDLOPEN
# Line 785 | Line 803 | enable_ltdl_install
803   enable_libpcre
804   enable_openssl
805   enable_assert
788 enable_small_net
806   enable_kqueue
807   enable_epoll
808   enable_devpoll
# Line 794 | Line 811 | enable_poll
811   enable_select
812   with_nicklen
813   with_topiclen
797 enable_efnet
814   enable_halfops
815   enable_debugging
816   enable_warnings
# Line 1265 | Line 1281 | target=$target_alias
1281   if test "x$host_alias" != x; then
1282    if test "x$build_alias" = x; then
1283      cross_compiling=maybe
1268    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1269    If a cross compiler is detected then cross compile mode will be used" >&2
1284    elif test "x$build_alias" != "x$host_alias"; then
1285      cross_compiling=yes
1286    fi
# Line 1352 | 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 1422 | 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 1430 | Line 1444 | Optional Features:
1444    --disable-option-checking  ignore unrecognized --enable/--with options
1445    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1446    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1447 <  --enable-maintainer-mode  enable make rules and dependencies not useful
1448 <                          (and sometimes confusing) to the casual installer
1449 <  --disable-dependency-tracking  speeds up one-time build
1450 <  --enable-dependency-tracking   do not reject slow dependency extractors
1447 >  --enable-maintainer-mode
1448 >                          enable make rules and dependencies not useful (and
1449 >                          sometimes confusing) to the casual installer
1450 >  --enable-dependency-tracking
1451 >                          do not reject slow dependency extractors
1452 >  --disable-dependency-tracking
1453 >                          speeds up one-time build
1454    --enable-static[=PKGS]  build static libraries [default=no]
1455    --enable-shared[=PKGS]  build shared libraries [default=yes]
1456    --enable-fast-install[=PKGS]
# Line 1444 | 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
1447  --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.
1467    --enable-rtsigio        Force rtsigio usage.
1468    --enable-poll           Force poll usage.
1469    --enable-select         Force select usage.
1454  --enable-efnet          For IRCDs running on EFnet.
1470    --enable-halfops        Enable halfops support.
1471    --enable-debugging      Enable debugging.
1472    --enable-warnings       Enable compiler warnings.
# Line 1552 | 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
1571 < generated by GNU Autoconf 2.68
1570 > ircd-hybrid configure 8.0.0
1571 > generated by GNU Autoconf 2.69
1572  
1573 < Copyright (C) 2010 Free Software Foundation, Inc.
1573 > Copyright (C) 2012 Free Software Foundation, Inc.
1574   This configure script is free software; the Free Software Foundation
1575   gives unlimited permission to copy, distribute and modify it.
1576   _ACEOF
# Line 1631 | Line 1646 | $as_echo "$ac_try_echo"; } >&5
1646           test ! -s conftest.err
1647         } && test -s conftest$ac_exeext && {
1648           test "$cross_compiling" = yes ||
1649 <         $as_test_x conftest$ac_exeext
1649 >         test -x conftest$ac_exeext
1650         }; then :
1651    ac_retval=0
1652   else
# Line 2078 | 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
2097 < generated by GNU Autoconf 2.68.  Invocation command line 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 $@
2100  
# Line 2438 | Line 2453 | ac_link='$CC -o conftest$ac_exeext $CFLA
2453   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2454  
2455  
2456 < am__api_version='1.11'
2456 > am__api_version='1.12'
2457  
2458   ac_aux_dir=
2459   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2506 | Line 2521 | case $as_dir/ in #((
2521      # by default.
2522      for ac_prog in ginstall scoinst install; do
2523        for ac_exec_ext in '' $ac_executable_extensions; do
2524 <        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2524 >        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2525            if test $ac_prog = install &&
2526              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2527              # AIX install.  It has an incompatible calling convention.
# Line 2564 | Line 2579 | test -z "$INSTALL_DATA" && INSTALL_DATA=
2579  
2580   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2581   $as_echo_n "checking whether build environment is sane... " >&6; }
2567 # Just in case
2568 sleep 1
2569 echo timestamp > conftest.file
2582   # Reject unsafe characters in $srcdir or the absolute working directory
2583   # name.  Accept space and tab only in the latter.
2584   am_lf='
# Line 2577 | Line 2589 | case `pwd` in
2589   esac
2590   case $srcdir in
2591    *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2592 <    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2592 >    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2593   esac
2594  
2595 < # Do `set' in a subshell so we don't clobber the current shell's
2595 > # Do 'set' in a subshell so we don't clobber the current shell's
2596   # arguments.  Must try -L first in case configure is actually a
2597   # symlink; some systems play weird games with the mod time of symlinks
2598   # (eg FreeBSD returns the mod time of the symlink's containing
2599   # directory).
2600   if (
2601 <   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2602 <   if test "$*" = "X"; then
2603 <      # -L didn't work.
2604 <      set X `ls -t "$srcdir/configure" conftest.file`
2605 <   fi
2606 <   rm -f conftest.file
2607 <   if test "$*" != "X $srcdir/configure conftest.file" \
2608 <      && test "$*" != "X conftest.file $srcdir/configure"; then
2609 <
2610 <      # If neither matched, then we have a broken ls.  This can happen
2599 <      # if, for instance, CONFIG_SHELL is bash and it inherits a
2600 <      # broken ls alias from the environment.  This has actually
2601 <      # happened.  Such a system could not be considered "sane".
2602 <      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2603 < alias in your environment" "$LINENO" 5
2604 <   fi
2601 >   am_has_slept=no
2602 >   for am_try in 1 2; do
2603 >     echo "timestamp, slept: $am_has_slept" > conftest.file
2604 >     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2605 >     if test "$*" = "X"; then
2606 >        # -L didn't work.
2607 >        set X `ls -t "$srcdir/configure" conftest.file`
2608 >     fi
2609 >     if test "$*" != "X $srcdir/configure conftest.file" \
2610 >        && test "$*" != "X conftest.file $srcdir/configure"; then
2611  
2612 +        # If neither matched, then we have a broken ls.  This can happen
2613 +        # if, for instance, CONFIG_SHELL is bash and it inherits a
2614 +        # broken ls alias from the environment.  This has actually
2615 +        # happened.  Such a system could not be considered "sane".
2616 +        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2617 +  alias in your environment" "$LINENO" 5
2618 +     fi
2619 +     if test "$2" = conftest.file || test $am_try -eq 2; then
2620 +       break
2621 +     fi
2622 +     # Just in case.
2623 +     sleep 1
2624 +     am_has_slept=yes
2625 +   done
2626     test "$2" = conftest.file
2627     )
2628   then
# Line 2614 | Line 2634 | Check your system clock" "$LINENO" 5
2634   fi
2635   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2636   $as_echo "yes" >&6; }
2637 + # If we didn't sleep, we still need to ensure time stamps of config.status and
2638 + # generated files are strictly newer.
2639 + am_sleep_pid=
2640 + if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2641 +  ( sleep 1 ) &
2642 +  am_sleep_pid=$!
2643 + fi
2644 +
2645 + rm -f conftest.file
2646 +
2647   test "$program_prefix" != NONE &&
2648    program_transform_name="s&^&$program_prefix&;$program_transform_name"
2649   # Use a double $ so make ignores it.
# Line 2640 | Line 2670 | if eval "$MISSING --run true"; then
2670    am_missing_run="$MISSING --run "
2671   else
2672    am_missing_run=
2673 <  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2674 < $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2673 >  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2674 > $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2675   fi
2676  
2677   if test x"${install_sh}" != xset; then
# Line 2653 | Line 2683 | if test x"${install_sh}" != xset; then
2683    esac
2684   fi
2685  
2686 < # Installed binaries are usually stripped using `strip' when the user
2687 < # run `make install-strip'.  However `strip' might not be the right
2686 > # Installed binaries are usually stripped using 'strip' when the user
2687 > # run "make install-strip".  However 'strip' might not be the right
2688   # tool to use in cross-compilation environments, therefore Automake
2689 < # will honor the `STRIP' environment variable to overrule this program.
2689 > # will honor the 'STRIP' environment variable to overrule this program.
2690   if test "$cross_compiling" != no; then
2691    if test -n "$ac_tool_prefix"; then
2692    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
# Line 2675 | Line 2705 | do
2705    IFS=$as_save_IFS
2706    test -z "$as_dir" && as_dir=.
2707      for ac_exec_ext in '' $ac_executable_extensions; do
2708 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2708 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2709      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2710      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2711      break 2
# Line 2715 | Line 2745 | do
2745    IFS=$as_save_IFS
2746    test -z "$as_dir" && as_dir=.
2747      for ac_exec_ext in '' $ac_executable_extensions; do
2748 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2748 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2749      ac_cv_prog_ac_ct_STRIP="strip"
2750      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2751      break 2
# Line 2766 | Line 2796 | do
2796    test -z "$as_dir" && as_dir=.
2797      for ac_prog in mkdir gmkdir; do
2798           for ac_exec_ext in '' $ac_executable_extensions; do
2799 <           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2799 >           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2800             case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2801               'mkdir (GNU coreutils) '* | \
2802               'mkdir (coreutils) '* | \
# Line 2795 | Line 2825 | fi
2825   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2826   $as_echo "$MKDIR_P" >&6; }
2827  
2798 mkdir_p="$MKDIR_P"
2799 case $mkdir_p in
2800  [\\/$]* | ?:[\\/]*) ;;
2801  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2802 esac
2803
2828   for ac_prog in gawk mawk nawk awk
2829   do
2830    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 2819 | Line 2843 | do
2843    IFS=$as_save_IFS
2844    test -z "$as_dir" && as_dir=.
2845      for ac_exec_ext in '' $ac_executable_extensions; do
2846 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2846 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2847      ac_cv_prog_AWK="$ac_prog"
2848      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2849      break 2
# Line 2905 | Line 2929 | fi
2929  
2930   # Define the identity of the package.
2931   PACKAGE='ircd-hybrid'
2932 < VERSION='8beta1'
2932 > VERSION='8.0.0'
2933  
2934  
2935   cat >>confdefs.h <<_ACEOF
# Line 2933 | Line 2957 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
2957  
2958   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2959  
2960 + # For better backward compatibility.  To be removed once Automake 1.9.x
2961 + # dies out for good.  For more background, see:
2962 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2963 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2964 + mkdir_p='$(MKDIR_P)'
2965 +
2966   # We need awk for the "check" target.  The system "awk" is bad on
2967   # some platforms.
2968   # Always define AMTAR for backward compatibility.  Yes, it's still used
# Line 2992 | Line 3022 | am__quote=
3022   _am_result=none
3023   # First try GNU make style include.
3024   echo "include confinc" > confmf
3025 < # Ignore all kinds of additional output from `make'.
3025 > # Ignore all kinds of additional output from 'make'.
3026   case `$am_make -s -f confmf 2> /dev/null` in #(
3027   *the\ am__doit\ target*)
3028    am__include=include
# Line 3058 | Line 3088 | do
3088    IFS=$as_save_IFS
3089    test -z "$as_dir" && as_dir=.
3090      for ac_exec_ext in '' $ac_executable_extensions; do
3091 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3091 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3092      ac_cv_prog_CC="${ac_tool_prefix}gcc"
3093      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3094      break 2
# Line 3098 | Line 3128 | do
3128    IFS=$as_save_IFS
3129    test -z "$as_dir" && as_dir=.
3130      for ac_exec_ext in '' $ac_executable_extensions; do
3131 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3131 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3132      ac_cv_prog_ac_ct_CC="gcc"
3133      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3134      break 2
# Line 3151 | Line 3181 | do
3181    IFS=$as_save_IFS
3182    test -z "$as_dir" && as_dir=.
3183      for ac_exec_ext in '' $ac_executable_extensions; do
3184 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3184 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3185      ac_cv_prog_CC="${ac_tool_prefix}cc"
3186      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3187      break 2
# Line 3192 | Line 3222 | do
3222    IFS=$as_save_IFS
3223    test -z "$as_dir" && as_dir=.
3224      for ac_exec_ext in '' $ac_executable_extensions; do
3225 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3225 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3226      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3227         ac_prog_rejected=yes
3228         continue
# Line 3250 | Line 3280 | do
3280    IFS=$as_save_IFS
3281    test -z "$as_dir" && as_dir=.
3282      for ac_exec_ext in '' $ac_executable_extensions; do
3283 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3283 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3284      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3285      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3286      break 2
# Line 3294 | Line 3324 | do
3324    IFS=$as_save_IFS
3325    test -z "$as_dir" && as_dir=.
3326      for ac_exec_ext in '' $ac_executable_extensions; do
3327 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3327 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3328      ac_cv_prog_ac_ct_CC="$ac_prog"
3329      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3330      break 2
# Line 3740 | Line 3770 | cat confdefs.h - <<_ACEOF >conftest.$ac_
3770   /* end confdefs.h.  */
3771   #include <stdarg.h>
3772   #include <stdio.h>
3773 < #include <sys/types.h>
3744 < #include <sys/stat.h>
3773 > struct stat;
3774   /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3775   struct buf { int x; };
3776   FILE * (*rcsopen) (struct buf *, struct stat *, int);
# Line 3837 | Line 3866 | else
3866    # We make a subdir and do the tests there.  Otherwise we can end up
3867    # making bogus files that we don't know about and never remove.  For
3868    # instance it was reported that on HP-UX the gcc test will end up
3869 <  # making a dummy file named `D' -- because `-MD' means `put the output
3870 <  # in D'.
3869 >  # making a dummy file named 'D' -- because '-MD' means "put the output
3870 >  # in D".
3871    rm -rf conftest.dir
3872    mkdir conftest.dir
3873    # Copy depcomp to subdir because otherwise we won't find it if we're
# Line 3873 | Line 3902 | else
3902      : > sub/conftest.c
3903      for i in 1 2 3 4 5 6; do
3904        echo '#include "conftst'$i'.h"' >> sub/conftest.c
3905 <      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3906 <      # Solaris 8's {/usr,}/bin/sh.
3907 <      touch sub/conftst$i.h
3905 >      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3906 >      # Solaris 10 /bin/sh.
3907 >      echo '/* dummy */' > sub/conftst$i.h
3908      done
3909      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3910  
3911 <    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3911 >    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3912      # mode.  It turns out that the SunPro C++ compiler does not properly
3913 <    # handle `-M -o', and we need to detect this.  Also, some Intel
3914 <    # versions had trouble with output in subdirs
3913 >    # handle '-M -o', and we need to detect this.  Also, some Intel
3914 >    # versions had trouble with output in subdirs.
3915      am__obj=sub/conftest.${OBJEXT-o}
3916      am__minus_obj="-o $am__obj"
3917      case $depmode in
# Line 3891 | Line 3920 | else
3920        test "$am__universal" = false || continue
3921        ;;
3922      nosideeffect)
3923 <      # after this tag, mechanisms are not by side-effect, so they'll
3924 <      # only be used when explicitly requested
3923 >      # After this tag, mechanisms are not by side-effect, so they'll
3924 >      # only be used when explicitly requested.
3925        if test "x$enable_dependency_tracking" = xyes; then
3926          continue
3927        else
# Line 3900 | Line 3929 | else
3929        fi
3930        ;;
3931      msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3932 <      # This compiler won't grok `-c -o', but also, the minuso test has
3932 >      # This compiler won't grok '-c -o', but also, the minuso test has
3933        # not run yet.  These depmodes are late enough in the game, and
3934        # so weak that their functioning should not be impacted.
3935        am__obj=conftest.${OBJEXT-o}
# Line 4100 | Line 4129 | main ()
4129    return 0;
4130   }
4131   _ACEOF
4132 < for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4132 > for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
4133   do
4134    CC="$ac_save_CC $ac_arg"
4135    if ac_fn_c_try_compile "$LINENO"; then :
# Line 4152 | Line 4181 | do
4181    IFS=$as_save_IFS
4182    test -z "$as_dir" && as_dir=.
4183      for ac_exec_ext in '' $ac_executable_extensions; do
4184 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4184 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4185      ac_cv_prog_YACC="$ac_prog"
4186      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4187      break 2
# Line 4196 | Line 4225 | do
4225    IFS=$as_save_IFS
4226    test -z "$as_dir" && as_dir=.
4227      for ac_exec_ext in '' $ac_executable_extensions; do
4228 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4228 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4229      ac_cv_prog_LEX="$ac_prog"
4230      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4231      break 2
# Line 4228 | Line 4257 | a { ECHO; }
4257   b { REJECT; }
4258   c { yymore (); }
4259   d { yyless (1); }
4260 < e { yyless (input () != 0); }
4260 > e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
4261 >    yyless ((input () != 0)); }
4262   f { unput (yytext[0]); }
4263   . { BEGIN INITIAL; }
4264   %%
# Line 4536 | Line 4566 | do
4566      for ac_prog in sed gsed; do
4567      for ac_exec_ext in '' $ac_executable_extensions; do
4568        ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4569 <      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4569 >      as_fn_executable_p "$ac_path_SED" || continue
4570   # Check for GNU ac_path_SED and select it if it is found.
4571    # Check for GNU $ac_path_SED
4572   case `"$ac_path_SED" --version 2>&1` in
# Line 4612 | Line 4642 | do
4642      for ac_prog in grep ggrep; do
4643      for ac_exec_ext in '' $ac_executable_extensions; do
4644        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4645 <      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4645 >      as_fn_executable_p "$ac_path_GREP" || continue
4646   # Check for GNU ac_path_GREP and select it if it is found.
4647    # Check for GNU $ac_path_GREP
4648   case `"$ac_path_GREP" --version 2>&1` in
# Line 4678 | Line 4708 | do
4708      for ac_prog in egrep; do
4709      for ac_exec_ext in '' $ac_executable_extensions; do
4710        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4711 <      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4711 >      as_fn_executable_p "$ac_path_EGREP" || continue
4712   # Check for GNU ac_path_EGREP and select it if it is found.
4713    # Check for GNU $ac_path_EGREP
4714   case `"$ac_path_EGREP" --version 2>&1` in
# Line 4745 | Line 4775 | do
4775      for ac_prog in fgrep; do
4776      for ac_exec_ext in '' $ac_executable_extensions; do
4777        ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4778 <      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4778 >      as_fn_executable_p "$ac_path_FGREP" || continue
4779   # Check for GNU ac_path_FGREP and select it if it is found.
4780    # Check for GNU $ac_path_FGREP
4781   case `"$ac_path_FGREP" --version 2>&1` in
# Line 5001 | Line 5031 | do
5031    IFS=$as_save_IFS
5032    test -z "$as_dir" && as_dir=.
5033      for ac_exec_ext in '' $ac_executable_extensions; do
5034 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5034 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5035      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5036      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5037      break 2
# Line 5045 | Line 5075 | do
5075    IFS=$as_save_IFS
5076    test -z "$as_dir" && as_dir=.
5077      for ac_exec_ext in '' $ac_executable_extensions; do
5078 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5078 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5079      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5080      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5081      break 2
# Line 5469 | Line 5499 | do
5499    IFS=$as_save_IFS
5500    test -z "$as_dir" && as_dir=.
5501      for ac_exec_ext in '' $ac_executable_extensions; do
5502 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5502 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5503      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5504      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5505      break 2
# Line 5509 | Line 5539 | do
5539    IFS=$as_save_IFS
5540    test -z "$as_dir" && as_dir=.
5541      for ac_exec_ext in '' $ac_executable_extensions; do
5542 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5542 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5543      ac_cv_prog_ac_ct_OBJDUMP="objdump"
5544      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5545      break 2
# Line 5815 | Line 5845 | do
5845    IFS=$as_save_IFS
5846    test -z "$as_dir" && as_dir=.
5847      for ac_exec_ext in '' $ac_executable_extensions; do
5848 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5848 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5849      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5850      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5851      break 2
# Line 5855 | Line 5885 | do
5885    IFS=$as_save_IFS
5886    test -z "$as_dir" && as_dir=.
5887      for ac_exec_ext in '' $ac_executable_extensions; do
5888 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5888 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5889      ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5890      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5891      break 2
# Line 5958 | Line 5988 | do
5988    IFS=$as_save_IFS
5989    test -z "$as_dir" && as_dir=.
5990      for ac_exec_ext in '' $ac_executable_extensions; do
5991 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5991 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5992      ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5993      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5994      break 2
# Line 6002 | Line 6032 | do
6032    IFS=$as_save_IFS
6033    test -z "$as_dir" && as_dir=.
6034      for ac_exec_ext in '' $ac_executable_extensions; do
6035 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6035 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6036      ac_cv_prog_ac_ct_AR="$ac_prog"
6037      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6038      break 2
# Line 6127 | Line 6157 | do
6157    IFS=$as_save_IFS
6158    test -z "$as_dir" && as_dir=.
6159      for ac_exec_ext in '' $ac_executable_extensions; do
6160 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6160 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6161      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6162      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6163      break 2
# Line 6167 | Line 6197 | do
6197    IFS=$as_save_IFS
6198    test -z "$as_dir" && as_dir=.
6199      for ac_exec_ext in '' $ac_executable_extensions; do
6200 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6200 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6201      ac_cv_prog_ac_ct_STRIP="strip"
6202      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6203      break 2
# Line 6226 | Line 6256 | do
6256    IFS=$as_save_IFS
6257    test -z "$as_dir" && as_dir=.
6258      for ac_exec_ext in '' $ac_executable_extensions; do
6259 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6259 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6260      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6261      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6262      break 2
# Line 6266 | Line 6296 | do
6296    IFS=$as_save_IFS
6297    test -z "$as_dir" && as_dir=.
6298      for ac_exec_ext in '' $ac_executable_extensions; do
6299 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6299 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6300      ac_cv_prog_ac_ct_RANLIB="ranlib"
6301      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6302      break 2
# Line 6915 | Line 6945 | do
6945    IFS=$as_save_IFS
6946    test -z "$as_dir" && as_dir=.
6947      for ac_exec_ext in '' $ac_executable_extensions; do
6948 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6948 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6949      ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6950      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6951      break 2
# Line 6955 | Line 6985 | do
6985    IFS=$as_save_IFS
6986    test -z "$as_dir" && as_dir=.
6987      for ac_exec_ext in '' $ac_executable_extensions; do
6988 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6988 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6989      ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
6990      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6991      break 2
# Line 7035 | Line 7065 | do
7065    IFS=$as_save_IFS
7066    test -z "$as_dir" && as_dir=.
7067      for ac_exec_ext in '' $ac_executable_extensions; do
7068 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7068 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7069      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7070      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7071      break 2
# Line 7075 | Line 7105 | do
7105    IFS=$as_save_IFS
7106    test -z "$as_dir" && as_dir=.
7107      for ac_exec_ext in '' $ac_executable_extensions; do
7108 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7108 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7109      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7110      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7111      break 2
# Line 7127 | Line 7157 | do
7157    IFS=$as_save_IFS
7158    test -z "$as_dir" && as_dir=.
7159      for ac_exec_ext in '' $ac_executable_extensions; do
7160 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7160 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7161      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7162      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7163      break 2
# Line 7167 | Line 7197 | do
7197    IFS=$as_save_IFS
7198    test -z "$as_dir" && as_dir=.
7199      for ac_exec_ext in '' $ac_executable_extensions; do
7200 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7200 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7201      ac_cv_prog_ac_ct_NMEDIT="nmedit"
7202      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7203      break 2
# Line 7219 | Line 7249 | do
7249    IFS=$as_save_IFS
7250    test -z "$as_dir" && as_dir=.
7251      for ac_exec_ext in '' $ac_executable_extensions; do
7252 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7252 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7253      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7254      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7255      break 2
# Line 7259 | Line 7289 | do
7289    IFS=$as_save_IFS
7290    test -z "$as_dir" && as_dir=.
7291      for ac_exec_ext in '' $ac_executable_extensions; do
7292 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7292 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7293      ac_cv_prog_ac_ct_LIPO="lipo"
7294      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7295      break 2
# Line 7311 | Line 7341 | do
7341    IFS=$as_save_IFS
7342    test -z "$as_dir" && as_dir=.
7343      for ac_exec_ext in '' $ac_executable_extensions; do
7344 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7344 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7345      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7346      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7347      break 2
# Line 7351 | Line 7381 | do
7381    IFS=$as_save_IFS
7382    test -z "$as_dir" && as_dir=.
7383      for ac_exec_ext in '' $ac_executable_extensions; do
7384 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7384 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7385      ac_cv_prog_ac_ct_OTOOL="otool"
7386      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7387      break 2
# Line 7403 | Line 7433 | do
7433    IFS=$as_save_IFS
7434    test -z "$as_dir" && as_dir=.
7435      for ac_exec_ext in '' $ac_executable_extensions; do
7436 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7436 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7437      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7438      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7439      break 2
# Line 7443 | Line 7473 | do
7473    IFS=$as_save_IFS
7474    test -z "$as_dir" && as_dir=.
7475      for ac_exec_ext in '' $ac_executable_extensions; do
7476 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7476 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7477      ac_cv_prog_ac_ct_OTOOL64="otool64"
7478      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7479      break 2
# Line 13746 | Line 13776 | fi
13776    { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
13777   $as_echo "found" >&6; }
13778  
13779 <    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13780 < $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13781 < if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13779 >    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13780 > $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13781 > if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13782    $as_echo_n "(cached) " >&6
13783   else
13784    ac_check_lib_save_LIBS=$LIBS
13785 < LIBS="-lssl  $LIBS"
13785 > LIBS="-lcrypto  $LIBS"
13786   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13787   /* end confdefs.h.  */
13788  
# Line 13762 | Line 13792 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13792   #ifdef __cplusplus
13793   extern "C"
13794   #endif
13795 < char SSL_connect ();
13795 > char RSA_free ();
13796   int
13797   main ()
13798   {
13799 < return SSL_connect ();
13799 > return RSA_free ();
13800    ;
13801    return 0;
13802   }
13803   _ACEOF
13804   if ac_fn_c_try_link "$LINENO"; then :
13805 <  ac_cv_lib_ssl_SSL_connect=yes
13805 >  ac_cv_lib_crypto_RSA_free=yes
13806   else
13807 <  ac_cv_lib_ssl_SSL_connect=no
13807 >  ac_cv_lib_crypto_RSA_free=no
13808   fi
13809   rm -f core conftest.err conftest.$ac_objext \
13810      conftest$ac_exeext conftest.$ac_ext
13811   LIBS=$ac_check_lib_save_LIBS
13812   fi
13813 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13814 < $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13815 < if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13813 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
13814 > $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
13815 > if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
13816    cat >>confdefs.h <<_ACEOF
13817 < #define HAVE_LIBSSL 1
13817 > #define HAVE_LIBCRYPTO 1
13818   _ACEOF
13819  
13820 <  LIBS="-lssl $LIBS"
13820 >  LIBS="-lcrypto $LIBS"
13821  
13822   fi
13823  
13824 <    if test "$ac_cv_lib_ssl_SSL_connect" = "yes"; then :
13825 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13826 < $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13827 < if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13824 >    if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13825 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13826 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13827 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13828    $as_echo_n "(cached) " >&6
13829   else
13830    ac_check_lib_save_LIBS=$LIBS
13831 < LIBS="-lcrypto  $LIBS"
13831 > LIBS="-lssl  $LIBS"
13832   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13833   /* end confdefs.h.  */
13834  
# Line 13808 | Line 13838 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13838   #ifdef __cplusplus
13839   extern "C"
13840   #endif
13841 < char RSA_free ();
13841 > char SSL_connect ();
13842   int
13843   main ()
13844   {
13845 < return RSA_free ();
13845 > return SSL_connect ();
13846    ;
13847    return 0;
13848   }
13849   _ACEOF
13850   if ac_fn_c_try_link "$LINENO"; then :
13851 <  ac_cv_lib_crypto_RSA_free=yes
13851 >  ac_cv_lib_ssl_SSL_connect=yes
13852   else
13853 <  ac_cv_lib_crypto_RSA_free=no
13853 >  ac_cv_lib_ssl_SSL_connect=no
13854   fi
13855   rm -f core conftest.err conftest.$ac_objext \
13856      conftest$ac_exeext conftest.$ac_ext
13857   LIBS=$ac_check_lib_save_LIBS
13858   fi
13859 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
13860 < $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
13861 < if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
13859 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13860 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13861 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13862    cat >>confdefs.h <<_ACEOF
13863 < #define HAVE_LIBCRYPTO 1
13863 > #define HAVE_LIBSSL 1
13864   _ACEOF
13865  
13866 <  LIBS="-lcrypto $LIBS"
13866 >  LIBS="-lssl $LIBS"
13867  
13868   fi
13869  
# Line 13846 | Line 13876 | $as_echo "no - OpenSSL support disabled"
13876   fi
13877   fi
13878  
13879 < if test "$ac_cv_lib_crypto_RSA_free" = yes; then
13879 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
13880    ENABLE_SSL_TRUE=
13881    ENABLE_SSL_FALSE='#'
13882   else
# Line 13871 | Line 13901 | $as_echo "#define NDEBUG 1" >>confdefs.h
13901   fi
13902  
13903  
13874 # Check whether --enable-small-net was given.
13875 if test "${enable_small_net+set}" = set; then :
13876  enableval=$enable_small_net; small_net=$enableval
13877 else
13878  small_net=no
13879 fi
13880
13881
13882 if test "$small_net" = "yes"; then :
13883
13884
13885 $as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h
13886
13887
13888 $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
13889
13890
13891 $as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h
13892
13893
13894 $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
13895
13896
13897 $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
13898
13899
13900 $as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h
13901
13902
13903 $as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h
13904
13905
13906 $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
13907
13908
13909 $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
13910
13904  
13905 < $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
13913 <
13914 < else
13915 <
13916 <
13917 <
13918 < $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h
13905 > $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13906  
13907  
13908   $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
# Line 13933 | Line 13920 | $as_echo "#define LCLIENT_HEAP_SIZE 512"
13920   $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
13921  
13922  
13936 $as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h
13937
13938
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  
13947 fi
13931  
13932  
13933   # Argument processing.
# Line 14350 | Line 14333 | fi
14333  
14334  
14335   cat >>confdefs.h <<_ACEOF
14336 < #define NICKLEN ($nicklen+1)
14336 > #define NICKLEN ($nicklen)
14337   _ACEOF
14338  
14339  
# Line 14370 | Line 14353 | _ACEOF
14353  
14354  
14355  
14373  # Check whether --enable-efnet was given.
14374 if test "${enable_efnet+set}" = set; then :
14375  enableval=$enable_efnet; efnet="$enableval"
14376 else
14377  efnet="no"
14378 fi
14379
14380  if test "$efnet" = "yes" ; then
14381                use_efnet="yes"
14382
14383 $as_echo "#define EFNET 1" >>confdefs.h
14384
14385        else
14386                use_efnet="no"
14387  fi
14388   if test "$use_efnet" = "yes"; then
14389  EFNET_TRUE=
14390  EFNET_FALSE='#'
14391 else
14392  EFNET_TRUE='#'
14393  EFNET_FALSE=
14394 fi
14395
14396
14397
14356    # Check whether --enable-halfops was given.
14357   if test "${enable_halfops+set}" = set; then :
14358    enableval=$enable_halfops; halfops="$enableval"
# Line 14638 | Line 14596 | LIBOBJS=$ac_libobjs
14596   LTLIBOBJS=$ac_ltlibobjs
14597  
14598  
14599 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14600 + $as_echo_n "checking that generated files are newer than configure... " >&6; }
14601 +   if test -n "$am_sleep_pid"; then
14602 +     # Hide warnings about reused PIDs.
14603 +     wait $am_sleep_pid 2>/dev/null
14604 +   fi
14605 +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14606 + $as_echo "done" >&6; }
14607   if test -n "$EXEEXT"; then
14608    am__EXEEXT_TRUE=
14609    am__EXEEXT_FALSE='#'
# Line 14688 | Line 14654 | if test -z "${ENABLE_SSL_TRUE}" && test
14654    as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14655   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14656   fi
14691 if test -z "${EFNET_TRUE}" && test -z "${EFNET_FALSE}"; then
14692  as_fn_error $? "conditional \"EFNET\" was never defined.
14693 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14694 fi
14657  
14658   : "${CONFIG_STATUS=./config.status}"
14659   ac_write_fail=0
# Line 14990 | Line 14952 | if (echo >conf$$.file) 2>/dev/null; then
14952      # ... but there are two gotchas:
14953      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14954      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14955 <    # In both cases, we have to default to `cp -p'.
14955 >    # In both cases, we have to default to `cp -pR'.
14956      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14957 <      as_ln_s='cp -p'
14957 >      as_ln_s='cp -pR'
14958    elif ln conf$$.file conf$$ 2>/dev/null; then
14959      as_ln_s=ln
14960    else
14961 <    as_ln_s='cp -p'
14961 >    as_ln_s='cp -pR'
14962    fi
14963   else
14964 <  as_ln_s='cp -p'
14964 >  as_ln_s='cp -pR'
14965   fi
14966   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14967   rmdir conf$$.dir 2>/dev/null
# Line 15059 | Line 15021 | else
15021    as_mkdir_p=false
15022   fi
15023  
15024 < if test -x / >/dev/null 2>&1; then
15025 <  as_test_x='test -x'
15026 < else
15027 <  if ls -dL / >/dev/null 2>&1; then
15028 <    as_ls_L_option=L
15029 <  else
15030 <    as_ls_L_option=
15031 <  fi
15032 <  as_test_x='
15033 <    eval sh -c '\''
15072 <      if test -d "$1"; then
15073 <        test -d "$1/.";
15074 <      else
15075 <        case $1 in #(
15076 <        -*)set "./$1";;
15077 <        esac;
15078 <        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15079 <        ???[sx]*):;;*)false;;esac;fi
15080 <    '\'' sh
15081 <  '
15082 < fi
15083 < as_executable_p=$as_test_x
15024 >
15025 > # as_fn_executable_p FILE
15026 > # -----------------------
15027 > # Test if FILE is an executable regular file.
15028 > as_fn_executable_p ()
15029 > {
15030 >  test -f "$1" && test -x "$1"
15031 > } # as_fn_executable_p
15032 > as_test_x='test -x'
15033 > as_executable_p=as_fn_executable_p
15034  
15035   # Sed expression to map a string onto a valid CPP name.
15036   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 15101 | 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 8beta1, which was
15055 < generated by GNU Autoconf 2.68.  Invocation command line was
15054 > This file was extended by ircd-hybrid $as_me 8.0.0, which was
15055 > generated by GNU Autoconf 2.69.  Invocation command line was
15056  
15057    CONFIG_FILES    = $CONFIG_FILES
15058    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 15167 | 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 8beta1
15121 < configured by $0, generated by GNU Autoconf 2.68,
15120 > ircd-hybrid config.status 8.0.0
15121 > configured by $0, generated by GNU Autoconf 2.69,
15122    with options \\"\$ac_cs_config\\"
15123  
15124 < Copyright (C) 2010 Free Software Foundation, Inc.
15124 > Copyright (C) 2012 Free Software Foundation, Inc.
15125   This config.status script is free software; the Free Software Foundation
15126   gives unlimited permission to copy, distribute and modify it."
15127  
# Line 15262 | Line 15212 | fi
15212   _ACEOF
15213   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15214   if \$ac_cs_recheck; then
15215 <  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15215 >  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15216    shift
15217    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15218    CONFIG_SHELL='$SHELL'
# Line 16198 | Line 16148 | $as_echo "$as_me: executing $ac_file com
16148      # Strip MF so we end up with the name of the file.
16149      mf=`echo "$mf" | sed -e 's/:.*$//'`
16150      # Check whether this is an Automake generated Makefile or not.
16151 <    # We used to match only the files named `Makefile.in', but
16151 >    # We used to match only the files named 'Makefile.in', but
16152      # some people rename them; so instead we look at the file content.
16153      # Grep'ing the first line is not enough: some people post-process
16154      # each Makefile.in and add a new line on top of each file to say so.
# Line 16232 | Line 16182 | $as_echo X"$mf" |
16182        continue
16183      fi
16184      # Extract the definition of DEPDIR, am__include, and am__quote
16185 <    # from the Makefile without running `make'.
16185 >    # from the Makefile without running 'make'.
16186      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16187      test -z "$DEPDIR" && continue
16188      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16189      test -z "am__include" && continue
16190      am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16241    # When using ansi2knr, U may be empty or an underscore; expand it
16242    U=`sed -n 's/^U = //p' < "$mf"`
16191      # Find all dependency output files, they are included files with
16192      # $(DEPDIR) in their names.  We invoke sed twice because it is the
16193      # simplest approach to changing $(DEPDIR) to its actual value in the
16194      # expansion.
16195      for file in `sed -n "
16196        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16197 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16197 >         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16198        # Make sure the directory exists.
16199        test -f "$dirpart/$file" && continue
16200        fdir=`$as_dirname -- "$file" ||

Diff Legend

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