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

Comparing:
ircd-hybrid-8/configure (file contents), Revision 1338 by michael, Thu Apr 5 11:05:48 2012 UTC vs.
ircd-hybrid/trunk/configure (file contents), Revision 1720 by michael, Fri Dec 28 21:06:21 2012 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1329 2012-04-01 12:02:12Z michael .
2 > # From configure.ac Id: configure.ac 1680 2012-12-18 18:06:32Z 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 TRUNK.
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='TRUNK'
597 > PACKAGE_STRING='ircd-hybrid TRUNK'
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
635 ENABLE_PCRE_FALSE
636 ENABLE_PCRE_TRUE
653   LTDLOPEN
654   LT_CONFIG_H
655   CONVENIENCE_LTDL_FALSE
# Line 707 | 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 771 | 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 784 | Line 805 | with_included_ltdl
805   with_ltdl_include
806   with_ltdl_lib
807   enable_ltdl_install
787 with_libpcre_path
808   enable_libpcre
809   enable_openssl
810   enable_assert
791 enable_small_net
811   enable_kqueue
812   enable_epoll
813   enable_devpoll
# Line 797 | Line 816 | enable_poll
816   enable_select
817   with_nicklen
818   with_topiclen
800 enable_efnet
819   enable_halfops
820   enable_debugging
821   enable_warnings
# Line 1268 | Line 1286 | target=$target_alias
1286   if test "x$host_alias" != x; then
1287    if test "x$build_alias" = x; then
1288      cross_compiling=maybe
1271    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1272    If a cross compiler is detected then cross compile mode will be used" >&2
1289    elif test "x$build_alias" != "x$host_alias"; then
1290      cross_compiling=yes
1291    fi
# Line 1355 | Line 1371 | if test "$ac_init_help" = "long"; then
1371    # Omit some internal or obsolete options to make the list less imposing.
1372    # This message is too long to be a string in the A/UX 3.1 sh.
1373    cat <<_ACEOF
1374 < \`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems.
1374 > \`configure' configures ircd-hybrid TRUNK to adapt to many kinds of systems.
1375  
1376   Usage: $0 [OPTION]... [VAR=VALUE]...
1377  
# Line 1425 | Line 1441 | fi
1441  
1442   if test -n "$ac_init_help"; then
1443    case $ac_init_help in
1444 <     short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";;
1444 >     short | recursive ) echo "Configuration of ircd-hybrid TRUNK:";;
1445     esac
1446    cat <<\_ACEOF
1447  
# Line 1433 | Line 1449 | Optional Features:
1449    --disable-option-checking  ignore unrecognized --enable/--with options
1450    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1451    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1452 <  --enable-maintainer-mode  enable make rules and dependencies not useful
1453 <                          (and sometimes confusing) to the casual installer
1454 <  --disable-dependency-tracking  speeds up one-time build
1455 <  --enable-dependency-tracking   do not reject slow dependency extractors
1452 >  --enable-silent-rules   less verbose build output (undo: "make V=1")
1453 >  --disable-silent-rules  verbose build output (undo: "make V=0")
1454 >  --enable-maintainer-mode
1455 >                          enable make rules and dependencies not useful (and
1456 >                          sometimes confusing) to the casual installer
1457 >  --enable-dependency-tracking
1458 >                          do not reject slow dependency extractors
1459 >  --disable-dependency-tracking
1460 >                          speeds up one-time build
1461    --enable-static[=PKGS]  build static libraries [default=no]
1462    --enable-shared[=PKGS]  build shared libraries [default=yes]
1463    --enable-fast-install[=PKGS]
# Line 1447 | Line 1468 | Optional Features:
1468    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1469    --disable-openssl            Disable OpenSSL support.
1470    --enable-assert         Enable assert() statements
1450  --enable-small-net      Enable small network support.
1471    --enable-kqueue         Force kqueue usage.
1472    --enable-epoll          Force epoll usage.
1473    --enable-devpoll        Force devpoll usage.
1474    --enable-rtsigio        Force rtsigio usage.
1475    --enable-poll           Force poll usage.
1476    --enable-select         Force select usage.
1457  --enable-efnet          For IRCDs running on EFnet.
1477    --enable-halfops        Enable halfops support.
1478    --enable-debugging      Enable debugging.
1479    --enable-warnings       Enable compiler warnings.
# Line 1470 | Line 1489 | Optional Packages:
1489    --with-included-ltdl    use the GNU ltdl sources included here
1490    --with-ltdl-include=DIR use the ltdl headers installed in DIR
1491    --with-ltdl-lib=DIR     use the libltdl.la installed in DIR
1473  --with-libpcre-path=DIR Path to libpcre.so for PCRE support.
1492    --with-nicklen=<value>  Set nickname length (default 9).
1493    --with-topiclen=<value> Set topic length (default 160).
1494  
# Line 1556 | Line 1574 | fi
1574   test -n "$ac_init_help" && exit $ac_status
1575   if $ac_init_version; then
1576    cat <<\_ACEOF
1577 < ircd-hybrid configure 8beta1
1578 < generated by GNU Autoconf 2.68
1577 > ircd-hybrid configure TRUNK
1578 > generated by GNU Autoconf 2.69
1579  
1580 < Copyright (C) 2010 Free Software Foundation, Inc.
1580 > Copyright (C) 2012 Free Software Foundation, Inc.
1581   This configure script is free software; the Free Software Foundation
1582   gives unlimited permission to copy, distribute and modify it.
1583   _ACEOF
# Line 1635 | Line 1653 | $as_echo "$ac_try_echo"; } >&5
1653           test ! -s conftest.err
1654         } && test -s conftest$ac_exeext && {
1655           test "$cross_compiling" = yes ||
1656 <         $as_test_x conftest$ac_exeext
1656 >         test -x conftest$ac_exeext
1657         }; then :
1658    ac_retval=0
1659   else
# Line 2082 | Line 2100 | cat >config.log <<_ACEOF
2100   This file contains any messages produced by compilers while
2101   running configure, to aid debugging if configure makes a mistake.
2102  
2103 < It was created by ircd-hybrid $as_me 8beta1, which was
2104 < generated by GNU Autoconf 2.68.  Invocation command line was
2103 > It was created by ircd-hybrid $as_me TRUNK, which was
2104 > generated by GNU Autoconf 2.69.  Invocation command line was
2105  
2106    $ $0 $@
2107  
# Line 2362 | Line 2380 | $as_echo "$as_me: creating cache $cache_
2380    >$cache_file
2381   fi
2382  
2365 as_fn_append ac_func_list " mmap"
2383   as_fn_append ac_func_list " strtok_r"
2384   as_fn_append ac_func_list " usleep"
2385   as_fn_append ac_func_list " strlcat"
# Line 2374 | Line 2391 | as_fn_append ac_header_list " types.h"
2391   as_fn_append ac_header_list " socket.h"
2392   as_fn_append ac_header_list " sys/wait.h"
2393   as_fn_append ac_header_list " wait.h"
2377 as_fn_append ac_header_list " link.h"
2394   # Check that the precious variables saved in the cache have kept the same
2395   # value.
2396   ac_cache_corrupted=false
# Line 2443 | Line 2459 | ac_link='$CC -o conftest$ac_exeext $CFLA
2459   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2460  
2461  
2462 < am__api_version='1.11'
2462 > am__api_version='1.13'
2463  
2464   ac_aux_dir=
2465   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2511 | Line 2527 | case $as_dir/ in #((
2527      # by default.
2528      for ac_prog in ginstall scoinst install; do
2529        for ac_exec_ext in '' $ac_executable_extensions; do
2530 <        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2530 >        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2531            if test $ac_prog = install &&
2532              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2533              # AIX install.  It has an incompatible calling convention.
# Line 2569 | Line 2585 | test -z "$INSTALL_DATA" && INSTALL_DATA=
2585  
2586   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2587   $as_echo_n "checking whether build environment is sane... " >&6; }
2572 # Just in case
2573 sleep 1
2574 echo timestamp > conftest.file
2588   # Reject unsafe characters in $srcdir or the absolute working directory
2589   # name.  Accept space and tab only in the latter.
2590   am_lf='
# Line 2582 | Line 2595 | case `pwd` in
2595   esac
2596   case $srcdir in
2597    *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2598 <    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2598 >    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2599   esac
2600  
2601 < # Do `set' in a subshell so we don't clobber the current shell's
2601 > # Do 'set' in a subshell so we don't clobber the current shell's
2602   # arguments.  Must try -L first in case configure is actually a
2603   # symlink; some systems play weird games with the mod time of symlinks
2604   # (eg FreeBSD returns the mod time of the symlink's containing
2605   # directory).
2606   if (
2607 <   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2608 <   if test "$*" = "X"; then
2609 <      # -L didn't work.
2610 <      set X `ls -t "$srcdir/configure" conftest.file`
2611 <   fi
2612 <   rm -f conftest.file
2613 <   if test "$*" != "X $srcdir/configure conftest.file" \
2614 <      && test "$*" != "X conftest.file $srcdir/configure"; then
2615 <
2616 <      # If neither matched, then we have a broken ls.  This can happen
2604 <      # if, for instance, CONFIG_SHELL is bash and it inherits a
2605 <      # broken ls alias from the environment.  This has actually
2606 <      # happened.  Such a system could not be considered "sane".
2607 <      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2608 < alias in your environment" "$LINENO" 5
2609 <   fi
2607 >   am_has_slept=no
2608 >   for am_try in 1 2; do
2609 >     echo "timestamp, slept: $am_has_slept" > conftest.file
2610 >     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2611 >     if test "$*" = "X"; then
2612 >        # -L didn't work.
2613 >        set X `ls -t "$srcdir/configure" conftest.file`
2614 >     fi
2615 >     if test "$*" != "X $srcdir/configure conftest.file" \
2616 >        && test "$*" != "X conftest.file $srcdir/configure"; then
2617  
2618 +        # If neither matched, then we have a broken ls.  This can happen
2619 +        # if, for instance, CONFIG_SHELL is bash and it inherits a
2620 +        # broken ls alias from the environment.  This has actually
2621 +        # happened.  Such a system could not be considered "sane".
2622 +        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2623 +  alias in your environment" "$LINENO" 5
2624 +     fi
2625 +     if test "$2" = conftest.file || test $am_try -eq 2; then
2626 +       break
2627 +     fi
2628 +     # Just in case.
2629 +     sleep 1
2630 +     am_has_slept=yes
2631 +   done
2632     test "$2" = conftest.file
2633     )
2634   then
# Line 2619 | Line 2640 | Check your system clock" "$LINENO" 5
2640   fi
2641   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2642   $as_echo "yes" >&6; }
2643 + # If we didn't sleep, we still need to ensure time stamps of config.status and
2644 + # generated files are strictly newer.
2645 + am_sleep_pid=
2646 + if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2647 +  ( sleep 1 ) &
2648 +  am_sleep_pid=$!
2649 + fi
2650 +
2651 + rm -f conftest.file
2652 +
2653   test "$program_prefix" != NONE &&
2654    program_transform_name="s&^&$program_prefix&;$program_transform_name"
2655   # Use a double $ so make ignores it.
# Line 2641 | Line 2672 | if test x"${MISSING+set}" != xset; then
2672    esac
2673   fi
2674   # Use eval to expand $SHELL
2675 < if eval "$MISSING --run true"; then
2676 <  am_missing_run="$MISSING --run "
2675 > if eval "$MISSING --is-lightweight"; then
2676 >  am_missing_run="$MISSING "
2677   else
2678    am_missing_run=
2679 <  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2680 < $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2679 >  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2680 > $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2681   fi
2682  
2683   if test x"${install_sh}" != xset; then
# Line 2658 | Line 2689 | if test x"${install_sh}" != xset; then
2689    esac
2690   fi
2691  
2692 < # Installed binaries are usually stripped using `strip' when the user
2693 < # run `make install-strip'.  However `strip' might not be the right
2692 > # Installed binaries are usually stripped using 'strip' when the user
2693 > # run "make install-strip".  However 'strip' might not be the right
2694   # tool to use in cross-compilation environments, therefore Automake
2695 < # will honor the `STRIP' environment variable to overrule this program.
2695 > # will honor the 'STRIP' environment variable to overrule this program.
2696   if test "$cross_compiling" != no; then
2697    if test -n "$ac_tool_prefix"; then
2698    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
# Line 2680 | Line 2711 | do
2711    IFS=$as_save_IFS
2712    test -z "$as_dir" && as_dir=.
2713      for ac_exec_ext in '' $ac_executable_extensions; do
2714 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2714 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2715      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2716      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2717      break 2
# Line 2720 | Line 2751 | do
2751    IFS=$as_save_IFS
2752    test -z "$as_dir" && as_dir=.
2753      for ac_exec_ext in '' $ac_executable_extensions; do
2754 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2754 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2755      ac_cv_prog_ac_ct_STRIP="strip"
2756      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2757      break 2
# Line 2771 | Line 2802 | do
2802    test -z "$as_dir" && as_dir=.
2803      for ac_prog in mkdir gmkdir; do
2804           for ac_exec_ext in '' $ac_executable_extensions; do
2805 <           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2805 >           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2806             case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2807               'mkdir (GNU coreutils) '* | \
2808               'mkdir (coreutils) '* | \
# Line 2800 | Line 2831 | fi
2831   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2832   $as_echo "$MKDIR_P" >&6; }
2833  
2803 mkdir_p="$MKDIR_P"
2804 case $mkdir_p in
2805  [\\/$]* | ?:[\\/]*) ;;
2806  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2807 esac
2808
2834   for ac_prog in gawk mawk nawk awk
2835   do
2836    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 2824 | Line 2849 | do
2849    IFS=$as_save_IFS
2850    test -z "$as_dir" && as_dir=.
2851      for ac_exec_ext in '' $ac_executable_extensions; do
2852 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2852 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2853      ac_cv_prog_AWK="$ac_prog"
2854      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2855      break 2
# Line 2888 | Line 2913 | else
2913   fi
2914   rmdir .tst 2>/dev/null
2915  
2916 + # Check whether --enable-silent-rules was given.
2917 + if test "${enable_silent_rules+set}" = set; then :
2918 +  enableval=$enable_silent_rules;
2919 + fi
2920 +
2921 + case $enable_silent_rules in # (((
2922 +  yes) AM_DEFAULT_VERBOSITY=0;;
2923 +   no) AM_DEFAULT_VERBOSITY=1;;
2924 +    *) AM_DEFAULT_VERBOSITY=1;;
2925 + esac
2926 + am_make=${MAKE-make}
2927 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2928 + $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2929 + if ${am_cv_make_support_nested_variables+:} false; then :
2930 +  $as_echo_n "(cached) " >&6
2931 + else
2932 +  if $as_echo 'TRUE=$(BAR$(V))
2933 + BAR0=false
2934 + BAR1=true
2935 + V=1
2936 + am__doit:
2937 +        @$(TRUE)
2938 + .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2939 +  am_cv_make_support_nested_variables=yes
2940 + else
2941 +  am_cv_make_support_nested_variables=no
2942 + fi
2943 + fi
2944 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2945 + $as_echo "$am_cv_make_support_nested_variables" >&6; }
2946 + if test $am_cv_make_support_nested_variables = yes; then
2947 +    AM_V='$(V)'
2948 +  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2949 + else
2950 +  AM_V=$AM_DEFAULT_VERBOSITY
2951 +  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2952 + fi
2953 + AM_BACKSLASH='\'
2954 +
2955   if test "`cd $srcdir && pwd`" != "`pwd`"; then
2956    # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2957    # is not polluted with repeated "-I."
# Line 2910 | Line 2974 | fi
2974  
2975   # Define the identity of the package.
2976   PACKAGE='ircd-hybrid'
2977 < VERSION='8beta1'
2977 > VERSION='TRUNK'
2978  
2979  
2980   cat >>confdefs.h <<_ACEOF
# Line 2938 | Line 3002 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
3002  
3003   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3004  
3005 + # For better backward compatibility.  To be removed once Automake 1.9.x
3006 + # dies out for good.  For more background, see:
3007 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3008 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3009 + mkdir_p='$(MKDIR_P)'
3010 +
3011   # We need awk for the "check" target.  The system "awk" is bad on
3012   # some platforms.
3013   # Always define AMTAR for backward compatibility.  Yes, it's still used
# Line 2997 | Line 3067 | am__quote=
3067   _am_result=none
3068   # First try GNU make style include.
3069   echo "include confinc" > confmf
3070 < # Ignore all kinds of additional output from `make'.
3070 > # Ignore all kinds of additional output from 'make'.
3071   case `$am_make -s -f confmf 2> /dev/null` in #(
3072   *the\ am__doit\ target*)
3073    am__include=include
# Line 3063 | Line 3133 | do
3133    IFS=$as_save_IFS
3134    test -z "$as_dir" && as_dir=.
3135      for ac_exec_ext in '' $ac_executable_extensions; do
3136 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3136 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3137      ac_cv_prog_CC="${ac_tool_prefix}gcc"
3138      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3139      break 2
# Line 3103 | Line 3173 | do
3173    IFS=$as_save_IFS
3174    test -z "$as_dir" && as_dir=.
3175      for ac_exec_ext in '' $ac_executable_extensions; do
3176 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3176 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3177      ac_cv_prog_ac_ct_CC="gcc"
3178      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3179      break 2
# Line 3156 | Line 3226 | do
3226    IFS=$as_save_IFS
3227    test -z "$as_dir" && as_dir=.
3228      for ac_exec_ext in '' $ac_executable_extensions; do
3229 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3229 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3230      ac_cv_prog_CC="${ac_tool_prefix}cc"
3231      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3232      break 2
# Line 3197 | Line 3267 | do
3267    IFS=$as_save_IFS
3268    test -z "$as_dir" && as_dir=.
3269      for ac_exec_ext in '' $ac_executable_extensions; do
3270 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3270 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3271      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3272         ac_prog_rejected=yes
3273         continue
# Line 3255 | Line 3325 | do
3325    IFS=$as_save_IFS
3326    test -z "$as_dir" && as_dir=.
3327      for ac_exec_ext in '' $ac_executable_extensions; do
3328 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3328 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3329      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3330      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3331      break 2
# Line 3299 | Line 3369 | do
3369    IFS=$as_save_IFS
3370    test -z "$as_dir" && as_dir=.
3371      for ac_exec_ext in '' $ac_executable_extensions; do
3372 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3372 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3373      ac_cv_prog_ac_ct_CC="$ac_prog"
3374      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3375      break 2
# Line 3745 | Line 3815 | cat confdefs.h - <<_ACEOF >conftest.$ac_
3815   /* end confdefs.h.  */
3816   #include <stdarg.h>
3817   #include <stdio.h>
3818 < #include <sys/types.h>
3749 < #include <sys/stat.h>
3818 > struct stat;
3819   /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3820   struct buf { int x; };
3821   FILE * (*rcsopen) (struct buf *, struct stat *, int);
# Line 3842 | Line 3911 | else
3911    # We make a subdir and do the tests there.  Otherwise we can end up
3912    # making bogus files that we don't know about and never remove.  For
3913    # instance it was reported that on HP-UX the gcc test will end up
3914 <  # making a dummy file named `D' -- because `-MD' means `put the output
3915 <  # in D'.
3914 >  # making a dummy file named 'D' -- because '-MD' means "put the output
3915 >  # in D".
3916    rm -rf conftest.dir
3917    mkdir conftest.dir
3918    # Copy depcomp to subdir because otherwise we won't find it if we're
# Line 3878 | Line 3947 | else
3947      : > sub/conftest.c
3948      for i in 1 2 3 4 5 6; do
3949        echo '#include "conftst'$i'.h"' >> sub/conftest.c
3950 <      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3951 <      # Solaris 8's {/usr,}/bin/sh.
3952 <      touch sub/conftst$i.h
3950 >      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3951 >      # Solaris 10 /bin/sh.
3952 >      echo '/* dummy */' > sub/conftst$i.h
3953      done
3954      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3955  
3956 <    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3956 >    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3957      # mode.  It turns out that the SunPro C++ compiler does not properly
3958 <    # handle `-M -o', and we need to detect this.  Also, some Intel
3959 <    # versions had trouble with output in subdirs
3958 >    # handle '-M -o', and we need to detect this.  Also, some Intel
3959 >    # versions had trouble with output in subdirs.
3960      am__obj=sub/conftest.${OBJEXT-o}
3961      am__minus_obj="-o $am__obj"
3962      case $depmode in
# Line 3896 | Line 3965 | else
3965        test "$am__universal" = false || continue
3966        ;;
3967      nosideeffect)
3968 <      # after this tag, mechanisms are not by side-effect, so they'll
3969 <      # only be used when explicitly requested
3968 >      # After this tag, mechanisms are not by side-effect, so they'll
3969 >      # only be used when explicitly requested.
3970        if test "x$enable_dependency_tracking" = xyes; then
3971          continue
3972        else
# Line 3905 | Line 3974 | else
3974        fi
3975        ;;
3976      msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3977 <      # This compiler won't grok `-c -o', but also, the minuso test has
3977 >      # This compiler won't grok '-c -o', but also, the minuso test has
3978        # not run yet.  These depmodes are late enough in the game, and
3979        # so weak that their functioning should not be impacted.
3980        am__obj=conftest.${OBJEXT-o}
# Line 4105 | Line 4174 | main ()
4174    return 0;
4175   }
4176   _ACEOF
4177 < for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4177 > for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
4178   do
4179    CC="$ac_save_CC $ac_arg"
4180    if ac_fn_c_try_compile "$LINENO"; then :
# Line 4137 | Line 4206 | fi
4206  
4207  
4208   if test "$ac_cv_prog_cc_c99" = "no"; then :
4209 <  as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5
4209 >  as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5
4210   fi
4211   for ac_prog in 'bison -y' byacc
4212   do
# Line 4157 | Line 4226 | do
4226    IFS=$as_save_IFS
4227    test -z "$as_dir" && as_dir=.
4228      for ac_exec_ext in '' $ac_executable_extensions; do
4229 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4229 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4230      ac_cv_prog_YACC="$ac_prog"
4231      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4232      break 2
# Line 4201 | Line 4270 | do
4270    IFS=$as_save_IFS
4271    test -z "$as_dir" && as_dir=.
4272      for ac_exec_ext in '' $ac_executable_extensions; do
4273 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4273 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4274      ac_cv_prog_LEX="$ac_prog"
4275      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4276      break 2
# Line 4233 | Line 4302 | a { ECHO; }
4302   b { REJECT; }
4303   c { yymore (); }
4304   d { yyless (1); }
4305 < e { yyless (input () != 0); }
4305 > e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
4306 >    yyless ((input () != 0)); }
4307   f { unput (yytext[0]); }
4308   . { BEGIN INITIAL; }
4309   %%
# Line 4541 | Line 4611 | do
4611      for ac_prog in sed gsed; do
4612      for ac_exec_ext in '' $ac_executable_extensions; do
4613        ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4614 <      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4614 >      as_fn_executable_p "$ac_path_SED" || continue
4615   # Check for GNU ac_path_SED and select it if it is found.
4616    # Check for GNU $ac_path_SED
4617   case `"$ac_path_SED" --version 2>&1` in
# Line 4617 | Line 4687 | do
4687      for ac_prog in grep ggrep; do
4688      for ac_exec_ext in '' $ac_executable_extensions; do
4689        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4690 <      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4690 >      as_fn_executable_p "$ac_path_GREP" || continue
4691   # Check for GNU ac_path_GREP and select it if it is found.
4692    # Check for GNU $ac_path_GREP
4693   case `"$ac_path_GREP" --version 2>&1` in
# Line 4683 | Line 4753 | do
4753      for ac_prog in egrep; do
4754      for ac_exec_ext in '' $ac_executable_extensions; do
4755        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4756 <      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4756 >      as_fn_executable_p "$ac_path_EGREP" || continue
4757   # Check for GNU ac_path_EGREP and select it if it is found.
4758    # Check for GNU $ac_path_EGREP
4759   case `"$ac_path_EGREP" --version 2>&1` in
# Line 4750 | Line 4820 | do
4820      for ac_prog in fgrep; do
4821      for ac_exec_ext in '' $ac_executable_extensions; do
4822        ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4823 <      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4823 >      as_fn_executable_p "$ac_path_FGREP" || continue
4824   # Check for GNU ac_path_FGREP and select it if it is found.
4825    # Check for GNU $ac_path_FGREP
4826   case `"$ac_path_FGREP" --version 2>&1` in
# Line 5006 | Line 5076 | do
5076    IFS=$as_save_IFS
5077    test -z "$as_dir" && as_dir=.
5078      for ac_exec_ext in '' $ac_executable_extensions; do
5079 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5079 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5080      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5081      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5082      break 2
# Line 5050 | Line 5120 | do
5120    IFS=$as_save_IFS
5121    test -z "$as_dir" && as_dir=.
5122      for ac_exec_ext in '' $ac_executable_extensions; do
5123 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5123 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5124      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5125      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5126      break 2
# Line 5474 | Line 5544 | do
5544    IFS=$as_save_IFS
5545    test -z "$as_dir" && as_dir=.
5546      for ac_exec_ext in '' $ac_executable_extensions; do
5547 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5547 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5548      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5549      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5550      break 2
# Line 5514 | Line 5584 | do
5584    IFS=$as_save_IFS
5585    test -z "$as_dir" && as_dir=.
5586      for ac_exec_ext in '' $ac_executable_extensions; do
5587 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5587 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5588      ac_cv_prog_ac_ct_OBJDUMP="objdump"
5589      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5590      break 2
# Line 5820 | Line 5890 | do
5890    IFS=$as_save_IFS
5891    test -z "$as_dir" && as_dir=.
5892      for ac_exec_ext in '' $ac_executable_extensions; do
5893 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5893 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5894      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5895      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5896      break 2
# Line 5860 | Line 5930 | do
5930    IFS=$as_save_IFS
5931    test -z "$as_dir" && as_dir=.
5932      for ac_exec_ext in '' $ac_executable_extensions; do
5933 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5933 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5934      ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5935      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5936      break 2
# Line 5963 | Line 6033 | do
6033    IFS=$as_save_IFS
6034    test -z "$as_dir" && as_dir=.
6035      for ac_exec_ext in '' $ac_executable_extensions; do
6036 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6036 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6037      ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6038      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6039      break 2
# Line 6007 | Line 6077 | do
6077    IFS=$as_save_IFS
6078    test -z "$as_dir" && as_dir=.
6079      for ac_exec_ext in '' $ac_executable_extensions; do
6080 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6080 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6081      ac_cv_prog_ac_ct_AR="$ac_prog"
6082      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6083      break 2
# Line 6132 | Line 6202 | do
6202    IFS=$as_save_IFS
6203    test -z "$as_dir" && as_dir=.
6204      for ac_exec_ext in '' $ac_executable_extensions; do
6205 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6205 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6206      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6207      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6208      break 2
# Line 6172 | Line 6242 | do
6242    IFS=$as_save_IFS
6243    test -z "$as_dir" && as_dir=.
6244      for ac_exec_ext in '' $ac_executable_extensions; do
6245 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6245 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6246      ac_cv_prog_ac_ct_STRIP="strip"
6247      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6248      break 2
# Line 6231 | Line 6301 | do
6301    IFS=$as_save_IFS
6302    test -z "$as_dir" && as_dir=.
6303      for ac_exec_ext in '' $ac_executable_extensions; do
6304 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6304 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6305      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6306      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6307      break 2
# Line 6271 | Line 6341 | do
6341    IFS=$as_save_IFS
6342    test -z "$as_dir" && as_dir=.
6343      for ac_exec_ext in '' $ac_executable_extensions; do
6344 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6344 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6345      ac_cv_prog_ac_ct_RANLIB="ranlib"
6346      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6347      break 2
# Line 6920 | Line 6990 | do
6990    IFS=$as_save_IFS
6991    test -z "$as_dir" && as_dir=.
6992      for ac_exec_ext in '' $ac_executable_extensions; do
6993 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6993 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6994      ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6995      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6996      break 2
# Line 6960 | Line 7030 | do
7030    IFS=$as_save_IFS
7031    test -z "$as_dir" && as_dir=.
7032      for ac_exec_ext in '' $ac_executable_extensions; do
7033 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7033 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7034      ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7035      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7036      break 2
# Line 7040 | Line 7110 | do
7110    IFS=$as_save_IFS
7111    test -z "$as_dir" && as_dir=.
7112      for ac_exec_ext in '' $ac_executable_extensions; do
7113 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7113 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7114      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7115      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7116      break 2
# Line 7080 | Line 7150 | do
7150    IFS=$as_save_IFS
7151    test -z "$as_dir" && as_dir=.
7152      for ac_exec_ext in '' $ac_executable_extensions; do
7153 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7153 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7154      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7155      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7156      break 2
# Line 7132 | Line 7202 | do
7202    IFS=$as_save_IFS
7203    test -z "$as_dir" && as_dir=.
7204      for ac_exec_ext in '' $ac_executable_extensions; do
7205 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7205 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7206      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7207      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7208      break 2
# Line 7172 | Line 7242 | do
7242    IFS=$as_save_IFS
7243    test -z "$as_dir" && as_dir=.
7244      for ac_exec_ext in '' $ac_executable_extensions; do
7245 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7245 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7246      ac_cv_prog_ac_ct_NMEDIT="nmedit"
7247      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7248      break 2
# Line 7224 | Line 7294 | do
7294    IFS=$as_save_IFS
7295    test -z "$as_dir" && as_dir=.
7296      for ac_exec_ext in '' $ac_executable_extensions; do
7297 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7297 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7298      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7299      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7300      break 2
# Line 7264 | Line 7334 | do
7334    IFS=$as_save_IFS
7335    test -z "$as_dir" && as_dir=.
7336      for ac_exec_ext in '' $ac_executable_extensions; do
7337 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7337 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7338      ac_cv_prog_ac_ct_LIPO="lipo"
7339      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7340      break 2
# Line 7316 | Line 7386 | do
7386    IFS=$as_save_IFS
7387    test -z "$as_dir" && as_dir=.
7388      for ac_exec_ext in '' $ac_executable_extensions; do
7389 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7389 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7390      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7391      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7392      break 2
# Line 7356 | Line 7426 | do
7426    IFS=$as_save_IFS
7427    test -z "$as_dir" && as_dir=.
7428      for ac_exec_ext in '' $ac_executable_extensions; do
7429 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7429 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7430      ac_cv_prog_ac_ct_OTOOL="otool"
7431      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7432      break 2
# Line 7408 | Line 7478 | do
7478    IFS=$as_save_IFS
7479    test -z "$as_dir" && as_dir=.
7480      for ac_exec_ext in '' $ac_executable_extensions; do
7481 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7481 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7482      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7483      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7484      break 2
# Line 7448 | Line 7518 | do
7518    IFS=$as_save_IFS
7519    test -z "$as_dir" && as_dir=.
7520      for ac_exec_ext in '' $ac_executable_extensions; do
7521 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7521 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7522      ac_cv_prog_ac_ct_OTOOL64="otool64"
7523      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7524      break 2
# Line 13003 | 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 13018 | 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 13035 | 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  
13060 else
13061  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 13076 | 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 13093 | 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 13132 | 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 13149 | 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  
13176  for ac_func in inet_aton inet_ntop inet_pton
13177 do :
13178  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13179 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13180 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13181  cat >>confdefs.h <<_ACEOF
13182 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13183 _ACEOF
13184
13185 fi
13186 done
13187
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 13501 | Line 13571 | done
13571  
13572  
13573  
13504
13505
13574   # Checks for header files.
13575  
13576  
# Line 13537 | Line 13605 | done
13605  
13606  
13607  
13540
13541
13608   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
13609   $as_echo_n "checking for library containing crypt... " >&6; }
13610   if ${ac_cv_search_crypt+:} false; then :
# Line 13596 | Line 13662 | if test "$ac_res" != no; then :
13662   fi
13663  
13664  
13599
13600
13601 # Check whether --with-libpcre-path was given.
13602 if test "${with_libpcre_path+set}" = set; then :
13603  withval=$with_libpcre_path; LDFLAGS="-L$withval $LDFLAGS"
13604 fi
13605
13606
13665   # Check whether --enable-libpcre was given.
13666   if test "${enable_libpcre+set}" = set; then :
13667 <  enableval=$enable_libpcre; libpcre=$enableval
13667 >  enableval=$enable_libpcre;
13668   else
13611  libpcre=yes
13612 fi
13613
13614
13615 if test "$libpcre" = "yes"; then :
13616
13669    ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
13670   if test "x$ac_cv_header_pcre_h" = xyes; then :
13671 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5
13672 < $as_echo_n "checking for pcre_study in -lpcre... " >&6; }
13673 < if ${ac_cv_lib_pcre_pcre_study+:} false; then :
13671 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5
13672 > $as_echo_n "checking for library containing pcre_study... " >&6; }
13673 > if ${ac_cv_search_pcre_study+:} false; then :
13674    $as_echo_n "(cached) " >&6
13675   else
13676 <  ac_check_lib_save_LIBS=$LIBS
13625 < LIBS="-lpcre  $LIBS"
13676 >  ac_func_search_save_LIBS=$LIBS
13677   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13678   /* end confdefs.h.  */
13679  
# Line 13641 | Line 13692 | return pcre_study ();
13692    return 0;
13693   }
13694   _ACEOF
13695 < if ac_fn_c_try_link "$LINENO"; then :
13696 <  ac_cv_lib_pcre_pcre_study=yes
13697 < else
13698 <  ac_cv_lib_pcre_pcre_study=no
13695 > for ac_lib in '' pcre; do
13696 >  if test -z "$ac_lib"; then
13697 >    ac_res="none required"
13698 >  else
13699 >    ac_res=-l$ac_lib
13700 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13701 >  fi
13702 >  if ac_fn_c_try_link "$LINENO"; then :
13703 >  ac_cv_search_pcre_study=$ac_res
13704   fi
13705   rm -f core conftest.err conftest.$ac_objext \
13706 <    conftest$ac_exeext conftest.$ac_ext
13707 < LIBS=$ac_check_lib_save_LIBS
13706 >    conftest$ac_exeext
13707 >  if ${ac_cv_search_pcre_study+:} false; then :
13708 >  break
13709   fi
13710 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5
13711 < $as_echo "$ac_cv_lib_pcre_pcre_study" >&6; }
13655 < if test "x$ac_cv_lib_pcre_pcre_study" = xyes; then :
13656 <
13657 <      LIBS="-lpcre $LIBS"
13658 <
13659 < $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13660 <
13710 > done
13711 > if ${ac_cv_search_pcre_study+:} false; then :
13712  
13713   else
13714 <  libpcre=no
13714 >  ac_cv_search_pcre_study=no
13715   fi
13716 + rm conftest.$ac_ext
13717 + LIBS=$ac_func_search_save_LIBS
13718 + fi
13719 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5
13720 + $as_echo "$ac_cv_search_pcre_study" >&6; }
13721 + ac_res=$ac_cv_search_pcre_study
13722 + if test "$ac_res" != no; then :
13723 +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13724  
13725 + $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13726  
13667 else
13668  libpcre=no
13727   fi
13728  
13729 + fi
13730  
13731  
13732   fi
13674 if test "$libpcre" = yes; then
13675  ENABLE_PCRE_TRUE=
13676  ENABLE_PCRE_FALSE='#'
13677 else
13678  ENABLE_PCRE_TRUE='#'
13679  ENABLE_PCRE_FALSE=
13680 fi
13681
13733  
13734  
13735   # Check whether --enable-openssl was given.
# Line 13768 | Line 13819 | fi
13819    { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
13820   $as_echo "found" >&6; }
13821  
13822 <    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13823 < $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13824 < if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13822 >    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13823 > $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13824 > if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13825    $as_echo_n "(cached) " >&6
13826   else
13827    ac_check_lib_save_LIBS=$LIBS
13828 < LIBS="-lssl  $LIBS"
13828 > LIBS="-lcrypto  $LIBS"
13829   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13830   /* end confdefs.h.  */
13831  
# Line 13784 | Line 13835 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13835   #ifdef __cplusplus
13836   extern "C"
13837   #endif
13838 < char SSL_connect ();
13838 > char RSA_free ();
13839   int
13840   main ()
13841   {
13842 < return SSL_connect ();
13842 > return RSA_free ();
13843    ;
13844    return 0;
13845   }
13846   _ACEOF
13847   if ac_fn_c_try_link "$LINENO"; then :
13848 <  ac_cv_lib_ssl_SSL_connect=yes
13848 >  ac_cv_lib_crypto_RSA_free=yes
13849   else
13850 <  ac_cv_lib_ssl_SSL_connect=no
13850 >  ac_cv_lib_crypto_RSA_free=no
13851   fi
13852   rm -f core conftest.err conftest.$ac_objext \
13853      conftest$ac_exeext conftest.$ac_ext
13854   LIBS=$ac_check_lib_save_LIBS
13855   fi
13856 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13857 < $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13858 < if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13856 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
13857 > $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
13858 > if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
13859    cat >>confdefs.h <<_ACEOF
13860 < #define HAVE_LIBSSL 1
13860 > #define HAVE_LIBCRYPTO 1
13861   _ACEOF
13862  
13863 <  LIBS="-lssl $LIBS"
13863 >  LIBS="-lcrypto $LIBS"
13864  
13865   fi
13866  
13867 <    if test "$ac_cv_lib_ssl_SSL_connect" = "yes"; then :
13868 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13869 < $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13870 < if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13867 >    if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13868 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13869 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13870 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13871    $as_echo_n "(cached) " >&6
13872   else
13873    ac_check_lib_save_LIBS=$LIBS
13874 < LIBS="-lcrypto  $LIBS"
13874 > LIBS="-lssl  $LIBS"
13875   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13876   /* end confdefs.h.  */
13877  
# Line 13830 | Line 13881 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13881   #ifdef __cplusplus
13882   extern "C"
13883   #endif
13884 < char RSA_free ();
13884 > char SSL_connect ();
13885   int
13886   main ()
13887   {
13888 < return RSA_free ();
13888 > return SSL_connect ();
13889    ;
13890    return 0;
13891   }
13892   _ACEOF
13893   if ac_fn_c_try_link "$LINENO"; then :
13894 <  ac_cv_lib_crypto_RSA_free=yes
13894 >  ac_cv_lib_ssl_SSL_connect=yes
13895   else
13896 <  ac_cv_lib_crypto_RSA_free=no
13896 >  ac_cv_lib_ssl_SSL_connect=no
13897   fi
13898   rm -f core conftest.err conftest.$ac_objext \
13899      conftest$ac_exeext conftest.$ac_ext
13900   LIBS=$ac_check_lib_save_LIBS
13901   fi
13902 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
13903 < $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
13904 < if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
13902 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13903 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13904 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13905    cat >>confdefs.h <<_ACEOF
13906 < #define HAVE_LIBCRYPTO 1
13906 > #define HAVE_LIBSSL 1
13907   _ACEOF
13908  
13909 <  LIBS="-lcrypto $LIBS"
13909 >  LIBS="-lssl $LIBS"
13910  
13911   fi
13912  
# Line 13868 | Line 13919 | $as_echo "no - OpenSSL support disabled"
13919   fi
13920   fi
13921  
13922 < if test "$ac_cv_lib_crypto_RSA_free" = yes; then
13922 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
13923    ENABLE_SSL_TRUE=
13924    ENABLE_SSL_FALSE='#'
13925   else
# Line 13893 | Line 13944 | $as_echo "#define NDEBUG 1" >>confdefs.h
13944   fi
13945  
13946  
13896 # Check whether --enable-small-net was given.
13897 if test "${enable_small_net+set}" = set; then :
13898  enableval=$enable_small_net; small_net=$enableval
13899 else
13900  small_net=no
13901 fi
13902
13903
13904 if test "$small_net" = "yes"; then :
13905
13906
13907 $as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h
13908
13909
13910 $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
13911
13912
13913 $as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h
13914
13915
13916 $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
13917
13918
13919 $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
13920
13947  
13948 < $as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h
13948 > $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13949  
13950  
13951 < $as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h
13951 > $as_echo "#define MP_CHUNK_SIZE_CHANNEL 64*1024" >>confdefs.h
13952  
13953  
13954 < $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
13954 > $as_echo "#define MP_CHUNK_SIZE_MEMBER 32*1024" >>confdefs.h
13955  
13956  
13957 < $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
13957 > $as_echo "#define MP_CHUNK_SIZE_BAN 16*1024" >>confdefs.h
13958  
13959  
13960 < $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
13960 > $as_echo "#define MP_CHUNK_SIZE_CLIENT 256*1024" >>confdefs.h
13961  
13936 else
13937
13938
13939
13940 $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h
13941
13942
13943 $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
13944
13945
13946 $as_echo "#define BAN_HEAP_SIZE 1024" >>confdefs.h
13962  
13963 + $as_echo "#define MP_CHUNK_SIZE_LCLIENT 128*1024" >>confdefs.h
13964  
13949 $as_echo "#define CLIENT_HEAP_SIZE 1024" >>confdefs.h
13965  
13966 + $as_echo "#define MP_CHUNK_SIZE_DNODE 8*1024" >>confdefs.h
13967  
13952 $as_echo "#define LCLIENT_HEAP_SIZE 512" >>confdefs.h
13968  
13969 + $as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h
13970  
13955 $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
13971  
13972 + $as_echo "#define MP_CHUNK_SIZE_AUTH 32*1024" >>confdefs.h
13973  
13958 $as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h
13974  
13975 + $as_echo "#define MP_CHUNK_SIZE_DNS 16*1024" >>confdefs.h
13976  
13961 $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
13977  
13978 <
13964 < $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
13965 <
13966 <
13967 < $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
13968 <
13969 < fi
13978 > $as_echo "#define MP_CHUNK_SIZE_WATCH 4*1024" >>confdefs.h
13979  
13980  
13981   # Argument processing.
# Line 14372 | Line 14381 | fi
14381  
14382  
14383   cat >>confdefs.h <<_ACEOF
14384 < #define NICKLEN ($nicklen+1)
14384 > #define NICKLEN ($nicklen)
14385   _ACEOF
14386  
14387  
# Line 14392 | Line 14401 | _ACEOF
14401  
14402  
14403  
14395  # Check whether --enable-efnet was given.
14396 if test "${enable_efnet+set}" = set; then :
14397  enableval=$enable_efnet; efnet="$enableval"
14398 else
14399  efnet="no"
14400 fi
14401
14402  if test "$efnet" = "yes" ; then
14403                use_efnet="yes"
14404
14405 $as_echo "#define EFNET 1" >>confdefs.h
14406
14407        else
14408                use_efnet="no"
14409  fi
14410   if test "$use_efnet" = "yes"; then
14411  EFNET_TRUE=
14412  EFNET_FALSE='#'
14413 else
14414  EFNET_TRUE='#'
14415  EFNET_FALSE=
14416 fi
14417
14418
14419
14404    # Check whether --enable-halfops was given.
14405   if test "${enable_halfops+set}" = set; then :
14406    enableval=$enable_halfops; halfops="$enableval"
# Line 14439 | Line 14423 | else
14423   fi
14424  
14425    if test "$debugging" = "yes" ; then
14442
14443 $as_echo "#define DEBUG 1" >>confdefs.h
14444
14426      CFLAGS="-Wall -g -O0"
14446  else
14447
14448 $as_echo "#define NDEBUG 1" >>confdefs.h
14449
14427    fi
14428  
14429  
# Line 14548 | Line 14525 | _ACEOF
14525    test "$exec_prefix_NONE" && exec_prefix=NONE
14526  
14527  
14528 < ac_config_files="$ac_config_files Makefile contrib/Makefile contrib/help/Makefile src/Makefile libltdl/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile"
14528 > ac_config_files="$ac_config_files Makefile src/Makefile libltdl/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile"
14529  
14530  
14531   cat >confcache <<\_ACEOF
# Line 14660 | Line 14637 | LIBOBJS=$ac_libobjs
14637   LTLIBOBJS=$ac_ltlibobjs
14638  
14639  
14640 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14641 + $as_echo_n "checking that generated files are newer than configure... " >&6; }
14642 +   if test -n "$am_sleep_pid"; then
14643 +     # Hide warnings about reused PIDs.
14644 +     wait $am_sleep_pid 2>/dev/null
14645 +   fi
14646 +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14647 + $as_echo "done" >&6; }
14648   if test -n "$EXEEXT"; then
14649    am__EXEEXT_TRUE=
14650    am__EXEEXT_FALSE='#'
# Line 14706 | Line 14691 | LT_CONFIG_H=config.h
14691  
14692  
14693  
14709 if test -z "${ENABLE_PCRE_TRUE}" && test -z "${ENABLE_PCRE_FALSE}"; then
14710  as_fn_error $? "conditional \"ENABLE_PCRE\" was never defined.
14711 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14712 fi
14694   if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
14695    as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14696   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14697   fi
14717 if test -z "${EFNET_TRUE}" && test -z "${EFNET_FALSE}"; then
14718  as_fn_error $? "conditional \"EFNET\" was never defined.
14719 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14720 fi
14698  
14699   : "${CONFIG_STATUS=./config.status}"
14700   ac_write_fail=0
# Line 15016 | Line 14993 | if (echo >conf$$.file) 2>/dev/null; then
14993      # ... but there are two gotchas:
14994      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14995      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14996 <    # In both cases, we have to default to `cp -p'.
14996 >    # In both cases, we have to default to `cp -pR'.
14997      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14998 <      as_ln_s='cp -p'
14998 >      as_ln_s='cp -pR'
14999    elif ln conf$$.file conf$$ 2>/dev/null; then
15000      as_ln_s=ln
15001    else
15002 <    as_ln_s='cp -p'
15002 >    as_ln_s='cp -pR'
15003    fi
15004   else
15005 <  as_ln_s='cp -p'
15005 >  as_ln_s='cp -pR'
15006   fi
15007   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15008   rmdir conf$$.dir 2>/dev/null
# Line 15085 | Line 15062 | else
15062    as_mkdir_p=false
15063   fi
15064  
15065 < if test -x / >/dev/null 2>&1; then
15066 <  as_test_x='test -x'
15067 < else
15068 <  if ls -dL / >/dev/null 2>&1; then
15069 <    as_ls_L_option=L
15070 <  else
15071 <    as_ls_L_option=
15072 <  fi
15073 <  as_test_x='
15074 <    eval sh -c '\''
15098 <      if test -d "$1"; then
15099 <        test -d "$1/.";
15100 <      else
15101 <        case $1 in #(
15102 <        -*)set "./$1";;
15103 <        esac;
15104 <        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15105 <        ???[sx]*):;;*)false;;esac;fi
15106 <    '\'' sh
15107 <  '
15108 < fi
15109 < as_executable_p=$as_test_x
15065 >
15066 > # as_fn_executable_p FILE
15067 > # -----------------------
15068 > # Test if FILE is an executable regular file.
15069 > as_fn_executable_p ()
15070 > {
15071 >  test -f "$1" && test -x "$1"
15072 > } # as_fn_executable_p
15073 > as_test_x='test -x'
15074 > as_executable_p=as_fn_executable_p
15075  
15076   # Sed expression to map a string onto a valid CPP name.
15077   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 15127 | Line 15092 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15092   # report actual input values of CONFIG_FILES etc. instead of their
15093   # values after options handling.
15094   ac_log="
15095 < This file was extended by ircd-hybrid $as_me 8beta1, which was
15096 < generated by GNU Autoconf 2.68.  Invocation command line was
15095 > This file was extended by ircd-hybrid $as_me TRUNK, which was
15096 > generated by GNU Autoconf 2.69.  Invocation command line was
15097  
15098    CONFIG_FILES    = $CONFIG_FILES
15099    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 15193 | Line 15158 | _ACEOF
15158   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15159   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15160   ac_cs_version="\\
15161 < ircd-hybrid config.status 8beta1
15162 < configured by $0, generated by GNU Autoconf 2.68,
15161 > ircd-hybrid config.status TRUNK
15162 > configured by $0, generated by GNU Autoconf 2.69,
15163    with options \\"\$ac_cs_config\\"
15164  
15165 < Copyright (C) 2010 Free Software Foundation, Inc.
15165 > Copyright (C) 2012 Free Software Foundation, Inc.
15166   This config.status script is free software; the Free Software Foundation
15167   gives unlimited permission to copy, distribute and modify it."
15168  
# Line 15288 | Line 15253 | fi
15253   _ACEOF
15254   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15255   if \$ac_cs_recheck; then
15256 <  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15256 >  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15257    shift
15258    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15259    CONFIG_SHELL='$SHELL'
# Line 15603 | Line 15568 | do
15568      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15569      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15570      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15606    "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
15607    "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
15571      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
15572      "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
15573      "messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;;
# Line 16211 | Line 16174 | $as_echo "$as_me: executing $ac_file com
16174  
16175    case $ac_file$ac_mode in
16176      "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16177 <  # Autoconf 2.62 quotes --file arguments for eval, but not when files
16177 >  # Older Autoconf quotes --file arguments for eval, but not when files
16178    # are listed without --file.  Let's play safe and only enable the eval
16179    # if we detect the quoting.
16180    case $CONFIG_FILES in
# Line 16224 | Line 16187 | $as_echo "$as_me: executing $ac_file com
16187      # Strip MF so we end up with the name of the file.
16188      mf=`echo "$mf" | sed -e 's/:.*$//'`
16189      # Check whether this is an Automake generated Makefile or not.
16190 <    # We used to match only the files named `Makefile.in', but
16190 >    # We used to match only the files named 'Makefile.in', but
16191      # some people rename them; so instead we look at the file content.
16192      # Grep'ing the first line is not enough: some people post-process
16193      # each Makefile.in and add a new line on top of each file to say so.
# Line 16258 | Line 16221 | $as_echo X"$mf" |
16221        continue
16222      fi
16223      # Extract the definition of DEPDIR, am__include, and am__quote
16224 <    # from the Makefile without running `make'.
16224 >    # from the Makefile without running 'make'.
16225      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16226      test -z "$DEPDIR" && continue
16227      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16228      test -z "am__include" && continue
16229      am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16267    # When using ansi2knr, U may be empty or an underscore; expand it
16268    U=`sed -n 's/^U = //p' < "$mf"`
16230      # Find all dependency output files, they are included files with
16231      # $(DEPDIR) in their names.  We invoke sed twice because it is the
16232      # simplest approach to changing $(DEPDIR) to its actual value in the
16233      # expansion.
16234      for file in `sed -n "
16235        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16236 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16236 >         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16237        # Make sure the directory exists.
16238        test -f "$dirpart/$file" && continue
16239        fdir=`$as_dirname -- "$file" ||

Comparing:
ircd-hybrid-8/configure (property svn:eol-style), Revision 1338 by michael, Thu Apr 5 11:05:48 2012 UTC vs.
ircd-hybrid/trunk/configure (property svn:eol-style), Revision 1720 by michael, Fri Dec 28 21:06:21 2012 UTC

# Line 0 | Line 1
1 + native

Diff Legend

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