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

Comparing:
ircd-hybrid-8/configure (file contents), Revision 1325 by michael, Sat Mar 31 10:29:02 2012 UTC vs.
ircd-hybrid/trunk/configure (file contents), Revision 1736 by michael, Sun Jan 13 09:31:46 2013 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1310 2012-03-26 15:45:02Z michael .
2 > # From configure.ac Id: configure.ac 1720 2012-12-28 21:06:21Z 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
795 enable_rtsigio
814   enable_poll
815   enable_select
816   with_nicklen
817   with_topiclen
800 enable_efnet
818   enable_halfops
819   enable_debugging
820   enable_warnings
# Line 1268 | Line 1285 | target=$target_alias
1285   if test "x$host_alias" != x; then
1286    if test "x$build_alias" = x; then
1287      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
1288    elif test "x$build_alias" != "x$host_alias"; then
1289      cross_compiling=yes
1290    fi
# Line 1355 | Line 1370 | if test "$ac_init_help" = "long"; then
1370    # Omit some internal or obsolete options to make the list less imposing.
1371    # This message is too long to be a string in the A/UX 3.1 sh.
1372    cat <<_ACEOF
1373 < \`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems.
1373 > \`configure' configures ircd-hybrid TRUNK to adapt to many kinds of systems.
1374  
1375   Usage: $0 [OPTION]... [VAR=VALUE]...
1376  
# Line 1425 | Line 1440 | fi
1440  
1441   if test -n "$ac_init_help"; then
1442    case $ac_init_help in
1443 <     short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";;
1443 >     short | recursive ) echo "Configuration of ircd-hybrid TRUNK:";;
1444     esac
1445    cat <<\_ACEOF
1446  
# Line 1433 | Line 1448 | Optional Features:
1448    --disable-option-checking  ignore unrecognized --enable/--with options
1449    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1450    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1451 <  --enable-maintainer-mode  enable make rules and dependencies not useful
1452 <                          (and sometimes confusing) to the casual installer
1453 <  --disable-dependency-tracking  speeds up one-time build
1454 <  --enable-dependency-tracking   do not reject slow dependency extractors
1451 >  --enable-silent-rules   less verbose build output (undo: "make V=1")
1452 >  --disable-silent-rules  verbose build output (undo: "make V=0")
1453 >  --enable-maintainer-mode
1454 >                          enable make rules and dependencies not useful (and
1455 >                          sometimes confusing) to the casual installer
1456 >  --enable-dependency-tracking
1457 >                          do not reject slow dependency extractors
1458 >  --disable-dependency-tracking
1459 >                          speeds up one-time build
1460    --enable-static[=PKGS]  build static libraries [default=no]
1461    --enable-shared[=PKGS]  build shared libraries [default=yes]
1462    --enable-fast-install[=PKGS]
# Line 1447 | Line 1467 | Optional Features:
1467    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1468    --disable-openssl            Disable OpenSSL support.
1469    --enable-assert         Enable assert() statements
1450  --enable-small-net      Enable small network support.
1470    --enable-kqueue         Force kqueue usage.
1471    --enable-epoll          Force epoll usage.
1472    --enable-devpoll        Force devpoll usage.
1454  --enable-rtsigio        Force rtsigio usage.
1473    --enable-poll           Force poll usage.
1474    --enable-select         Force select usage.
1457  --enable-efnet          For IRCDs running on EFnet.
1475    --enable-halfops        Enable halfops support.
1476    --enable-debugging      Enable debugging.
1477    --enable-warnings       Enable compiler warnings.
# Line 1470 | Line 1487 | Optional Packages:
1487    --with-included-ltdl    use the GNU ltdl sources included here
1488    --with-ltdl-include=DIR use the ltdl headers installed in DIR
1489    --with-ltdl-lib=DIR     use the libltdl.la installed in DIR
1473  --with-libpcre-path=DIR Path to libpcre.so for PCRE support.
1490    --with-nicklen=<value>  Set nickname length (default 9).
1491    --with-topiclen=<value> Set topic length (default 160).
1492  
# Line 1556 | Line 1572 | fi
1572   test -n "$ac_init_help" && exit $ac_status
1573   if $ac_init_version; then
1574    cat <<\_ACEOF
1575 < ircd-hybrid configure 8beta1
1576 < generated by GNU Autoconf 2.68
1575 > ircd-hybrid configure TRUNK
1576 > generated by GNU Autoconf 2.69
1577  
1578 < Copyright (C) 2010 Free Software Foundation, Inc.
1578 > Copyright (C) 2012 Free Software Foundation, Inc.
1579   This configure script is free software; the Free Software Foundation
1580   gives unlimited permission to copy, distribute and modify it.
1581   _ACEOF
# Line 1635 | Line 1651 | $as_echo "$ac_try_echo"; } >&5
1651           test ! -s conftest.err
1652         } && test -s conftest$ac_exeext && {
1653           test "$cross_compiling" = yes ||
1654 <         $as_test_x conftest$ac_exeext
1654 >         test -x conftest$ac_exeext
1655         }; then :
1656    ac_retval=0
1657   else
# Line 2082 | Line 2098 | cat >config.log <<_ACEOF
2098   This file contains any messages produced by compilers while
2099   running configure, to aid debugging if configure makes a mistake.
2100  
2101 < It was created by ircd-hybrid $as_me 8beta1, which was
2102 < generated by GNU Autoconf 2.68.  Invocation command line was
2101 > It was created by ircd-hybrid $as_me TRUNK, which was
2102 > generated by GNU Autoconf 2.69.  Invocation command line was
2103  
2104    $ $0 $@
2105  
# Line 2362 | Line 2378 | $as_echo "$as_me: creating cache $cache_
2378    >$cache_file
2379   fi
2380  
2365 as_fn_append ac_func_list " mmap"
2381   as_fn_append ac_func_list " strtok_r"
2382   as_fn_append ac_func_list " usleep"
2383   as_fn_append ac_func_list " strlcat"
2384   as_fn_append ac_func_list " strlcpy"
2370 as_fn_append ac_func_list " socketpair"
2385   as_fn_append ac_header_list " crypt.h"
2372 as_fn_append ac_header_list " inttypes.h"
2373 as_fn_append ac_header_list " stdint.h"
2386   as_fn_append ac_header_list " sys/resource.h"
2387   as_fn_append ac_header_list " sys/param.h"
2376 as_fn_append ac_header_list " errno.h"
2377 as_fn_append ac_header_list " sys/syslog.h"
2388   as_fn_append ac_header_list " types.h"
2389   as_fn_append ac_header_list " socket.h"
2390   as_fn_append ac_header_list " sys/wait.h"
2391   as_fn_append ac_header_list " wait.h"
2382 as_fn_append ac_header_list " link.h"
2392   # Check that the precious variables saved in the cache have kept the same
2393   # value.
2394   ac_cache_corrupted=false
# Line 2448 | Line 2457 | ac_link='$CC -o conftest$ac_exeext $CFLA
2457   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2458  
2459  
2460 < am__api_version='1.11'
2460 > am__api_version='1.13'
2461  
2462   ac_aux_dir=
2463   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2516 | Line 2525 | case $as_dir/ in #((
2525      # by default.
2526      for ac_prog in ginstall scoinst install; do
2527        for ac_exec_ext in '' $ac_executable_extensions; do
2528 <        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2528 >        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2529            if test $ac_prog = install &&
2530              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2531              # AIX install.  It has an incompatible calling convention.
# Line 2574 | Line 2583 | test -z "$INSTALL_DATA" && INSTALL_DATA=
2583  
2584   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2585   $as_echo_n "checking whether build environment is sane... " >&6; }
2577 # Just in case
2578 sleep 1
2579 echo timestamp > conftest.file
2586   # Reject unsafe characters in $srcdir or the absolute working directory
2587   # name.  Accept space and tab only in the latter.
2588   am_lf='
# Line 2587 | Line 2593 | case `pwd` in
2593   esac
2594   case $srcdir in
2595    *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2596 <    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2596 >    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2597   esac
2598  
2599 < # Do `set' in a subshell so we don't clobber the current shell's
2599 > # Do 'set' in a subshell so we don't clobber the current shell's
2600   # arguments.  Must try -L first in case configure is actually a
2601   # symlink; some systems play weird games with the mod time of symlinks
2602   # (eg FreeBSD returns the mod time of the symlink's containing
2603   # directory).
2604   if (
2605 <   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2606 <   if test "$*" = "X"; then
2607 <      # -L didn't work.
2608 <      set X `ls -t "$srcdir/configure" conftest.file`
2609 <   fi
2610 <   rm -f conftest.file
2611 <   if test "$*" != "X $srcdir/configure conftest.file" \
2612 <      && test "$*" != "X conftest.file $srcdir/configure"; then
2613 <
2614 <      # If neither matched, then we have a broken ls.  This can happen
2609 <      # if, for instance, CONFIG_SHELL is bash and it inherits a
2610 <      # broken ls alias from the environment.  This has actually
2611 <      # happened.  Such a system could not be considered "sane".
2612 <      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2613 < alias in your environment" "$LINENO" 5
2614 <   fi
2605 >   am_has_slept=no
2606 >   for am_try in 1 2; do
2607 >     echo "timestamp, slept: $am_has_slept" > conftest.file
2608 >     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2609 >     if test "$*" = "X"; then
2610 >        # -L didn't work.
2611 >        set X `ls -t "$srcdir/configure" conftest.file`
2612 >     fi
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
2617 +        # if, for instance, CONFIG_SHELL is bash and it inherits a
2618 +        # broken ls alias from the environment.  This has actually
2619 +        # happened.  Such a system could not be considered "sane".
2620 +        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2621 +  alias in your environment" "$LINENO" 5
2622 +     fi
2623 +     if test "$2" = conftest.file || test $am_try -eq 2; then
2624 +       break
2625 +     fi
2626 +     # Just in case.
2627 +     sleep 1
2628 +     am_has_slept=yes
2629 +   done
2630     test "$2" = conftest.file
2631     )
2632   then
# Line 2624 | Line 2638 | Check your system clock" "$LINENO" 5
2638   fi
2639   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2640   $as_echo "yes" >&6; }
2641 + # If we didn't sleep, we still need to ensure time stamps of config.status and
2642 + # generated files are strictly newer.
2643 + am_sleep_pid=
2644 + if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2645 +  ( sleep 1 ) &
2646 +  am_sleep_pid=$!
2647 + fi
2648 +
2649 + rm -f conftest.file
2650 +
2651   test "$program_prefix" != NONE &&
2652    program_transform_name="s&^&$program_prefix&;$program_transform_name"
2653   # Use a double $ so make ignores it.
# Line 2646 | Line 2670 | if test x"${MISSING+set}" != xset; then
2670    esac
2671   fi
2672   # Use eval to expand $SHELL
2673 < if eval "$MISSING --run true"; then
2674 <  am_missing_run="$MISSING --run "
2673 > if eval "$MISSING --is-lightweight"; then
2674 >  am_missing_run="$MISSING "
2675   else
2676    am_missing_run=
2677 <  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2678 < $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2677 >  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2678 > $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2679   fi
2680  
2681   if test x"${install_sh}" != xset; then
# Line 2663 | Line 2687 | if test x"${install_sh}" != xset; then
2687    esac
2688   fi
2689  
2690 < # Installed binaries are usually stripped using `strip' when the user
2691 < # run `make install-strip'.  However `strip' might not be the right
2690 > # Installed binaries are usually stripped using 'strip' when the user
2691 > # run "make install-strip".  However 'strip' might not be the right
2692   # tool to use in cross-compilation environments, therefore Automake
2693 < # will honor the `STRIP' environment variable to overrule this program.
2693 > # will honor the 'STRIP' environment variable to overrule this program.
2694   if test "$cross_compiling" != no; then
2695    if test -n "$ac_tool_prefix"; then
2696    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
# Line 2685 | Line 2709 | do
2709    IFS=$as_save_IFS
2710    test -z "$as_dir" && as_dir=.
2711      for ac_exec_ext in '' $ac_executable_extensions; do
2712 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2712 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2713      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2714      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2715      break 2
# Line 2725 | Line 2749 | do
2749    IFS=$as_save_IFS
2750    test -z "$as_dir" && as_dir=.
2751      for ac_exec_ext in '' $ac_executable_extensions; do
2752 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2752 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2753      ac_cv_prog_ac_ct_STRIP="strip"
2754      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2755      break 2
# Line 2776 | Line 2800 | do
2800    test -z "$as_dir" && as_dir=.
2801      for ac_prog in mkdir gmkdir; do
2802           for ac_exec_ext in '' $ac_executable_extensions; do
2803 <           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2803 >           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2804             case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2805               'mkdir (GNU coreutils) '* | \
2806               'mkdir (coreutils) '* | \
# Line 2805 | Line 2829 | fi
2829   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2830   $as_echo "$MKDIR_P" >&6; }
2831  
2808 mkdir_p="$MKDIR_P"
2809 case $mkdir_p in
2810  [\\/$]* | ?:[\\/]*) ;;
2811  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2812 esac
2813
2832   for ac_prog in gawk mawk nawk awk
2833   do
2834    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 2829 | Line 2847 | do
2847    IFS=$as_save_IFS
2848    test -z "$as_dir" && as_dir=.
2849      for ac_exec_ext in '' $ac_executable_extensions; do
2850 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2850 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2851      ac_cv_prog_AWK="$ac_prog"
2852      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2853      break 2
# Line 2893 | Line 2911 | else
2911   fi
2912   rmdir .tst 2>/dev/null
2913  
2914 + # Check whether --enable-silent-rules was given.
2915 + if test "${enable_silent_rules+set}" = set; then :
2916 +  enableval=$enable_silent_rules;
2917 + fi
2918 +
2919 + case $enable_silent_rules in # (((
2920 +  yes) AM_DEFAULT_VERBOSITY=0;;
2921 +   no) AM_DEFAULT_VERBOSITY=1;;
2922 +    *) AM_DEFAULT_VERBOSITY=1;;
2923 + esac
2924 + am_make=${MAKE-make}
2925 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2926 + $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2927 + if ${am_cv_make_support_nested_variables+:} false; then :
2928 +  $as_echo_n "(cached) " >&6
2929 + else
2930 +  if $as_echo 'TRUE=$(BAR$(V))
2931 + BAR0=false
2932 + BAR1=true
2933 + V=1
2934 + am__doit:
2935 +        @$(TRUE)
2936 + .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2937 +  am_cv_make_support_nested_variables=yes
2938 + else
2939 +  am_cv_make_support_nested_variables=no
2940 + fi
2941 + fi
2942 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2943 + $as_echo "$am_cv_make_support_nested_variables" >&6; }
2944 + if test $am_cv_make_support_nested_variables = yes; then
2945 +    AM_V='$(V)'
2946 +  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2947 + else
2948 +  AM_V=$AM_DEFAULT_VERBOSITY
2949 +  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2950 + fi
2951 + AM_BACKSLASH='\'
2952 +
2953   if test "`cd $srcdir && pwd`" != "`pwd`"; then
2954    # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2955    # is not polluted with repeated "-I."
# Line 2915 | Line 2972 | fi
2972  
2973   # Define the identity of the package.
2974   PACKAGE='ircd-hybrid'
2975 < VERSION='8beta1'
2975 > VERSION='TRUNK'
2976  
2977  
2978   cat >>confdefs.h <<_ACEOF
# Line 2943 | Line 3000 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
3000  
3001   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3002  
3003 + # For better backward compatibility.  To be removed once Automake 1.9.x
3004 + # dies out for good.  For more background, see:
3005 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3006 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3007 + mkdir_p='$(MKDIR_P)'
3008 +
3009   # We need awk for the "check" target.  The system "awk" is bad on
3010   # some platforms.
3011   # Always define AMTAR for backward compatibility.  Yes, it's still used
# Line 3002 | Line 3065 | am__quote=
3065   _am_result=none
3066   # First try GNU make style include.
3067   echo "include confinc" > confmf
3068 < # Ignore all kinds of additional output from `make'.
3068 > # Ignore all kinds of additional output from 'make'.
3069   case `$am_make -s -f confmf 2> /dev/null` in #(
3070   *the\ am__doit\ target*)
3071    am__include=include
# Line 3068 | Line 3131 | do
3131    IFS=$as_save_IFS
3132    test -z "$as_dir" && as_dir=.
3133      for ac_exec_ext in '' $ac_executable_extensions; do
3134 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3134 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3135      ac_cv_prog_CC="${ac_tool_prefix}gcc"
3136      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3137      break 2
# Line 3108 | Line 3171 | do
3171    IFS=$as_save_IFS
3172    test -z "$as_dir" && as_dir=.
3173      for ac_exec_ext in '' $ac_executable_extensions; do
3174 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3174 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3175      ac_cv_prog_ac_ct_CC="gcc"
3176      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3177      break 2
# Line 3161 | Line 3224 | do
3224    IFS=$as_save_IFS
3225    test -z "$as_dir" && as_dir=.
3226      for ac_exec_ext in '' $ac_executable_extensions; do
3227 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3227 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3228      ac_cv_prog_CC="${ac_tool_prefix}cc"
3229      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3230      break 2
# Line 3202 | Line 3265 | do
3265    IFS=$as_save_IFS
3266    test -z "$as_dir" && as_dir=.
3267      for ac_exec_ext in '' $ac_executable_extensions; do
3268 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3268 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3269      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3270         ac_prog_rejected=yes
3271         continue
# Line 3260 | Line 3323 | do
3323    IFS=$as_save_IFS
3324    test -z "$as_dir" && as_dir=.
3325      for ac_exec_ext in '' $ac_executable_extensions; do
3326 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3326 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3327      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3328      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3329      break 2
# Line 3304 | Line 3367 | do
3367    IFS=$as_save_IFS
3368    test -z "$as_dir" && as_dir=.
3369      for ac_exec_ext in '' $ac_executable_extensions; do
3370 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3370 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3371      ac_cv_prog_ac_ct_CC="$ac_prog"
3372      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3373      break 2
# Line 3750 | Line 3813 | cat confdefs.h - <<_ACEOF >conftest.$ac_
3813   /* end confdefs.h.  */
3814   #include <stdarg.h>
3815   #include <stdio.h>
3816 < #include <sys/types.h>
3754 < #include <sys/stat.h>
3816 > struct stat;
3817   /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3818   struct buf { int x; };
3819   FILE * (*rcsopen) (struct buf *, struct stat *, int);
# Line 3847 | Line 3909 | else
3909    # We make a subdir and do the tests there.  Otherwise we can end up
3910    # making bogus files that we don't know about and never remove.  For
3911    # instance it was reported that on HP-UX the gcc test will end up
3912 <  # making a dummy file named `D' -- because `-MD' means `put the output
3913 <  # in D'.
3912 >  # making a dummy file named 'D' -- because '-MD' means "put the output
3913 >  # in D".
3914    rm -rf conftest.dir
3915    mkdir conftest.dir
3916    # Copy depcomp to subdir because otherwise we won't find it if we're
# Line 3883 | Line 3945 | else
3945      : > sub/conftest.c
3946      for i in 1 2 3 4 5 6; do
3947        echo '#include "conftst'$i'.h"' >> sub/conftest.c
3948 <      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3949 <      # Solaris 8's {/usr,}/bin/sh.
3950 <      touch sub/conftst$i.h
3948 >      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3949 >      # Solaris 10 /bin/sh.
3950 >      echo '/* dummy */' > sub/conftst$i.h
3951      done
3952      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3953  
3954 <    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3954 >    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3955      # mode.  It turns out that the SunPro C++ compiler does not properly
3956 <    # handle `-M -o', and we need to detect this.  Also, some Intel
3957 <    # versions had trouble with output in subdirs
3956 >    # handle '-M -o', and we need to detect this.  Also, some Intel
3957 >    # versions had trouble with output in subdirs.
3958      am__obj=sub/conftest.${OBJEXT-o}
3959      am__minus_obj="-o $am__obj"
3960      case $depmode in
# Line 3901 | Line 3963 | else
3963        test "$am__universal" = false || continue
3964        ;;
3965      nosideeffect)
3966 <      # after this tag, mechanisms are not by side-effect, so they'll
3967 <      # only be used when explicitly requested
3966 >      # After this tag, mechanisms are not by side-effect, so they'll
3967 >      # only be used when explicitly requested.
3968        if test "x$enable_dependency_tracking" = xyes; then
3969          continue
3970        else
# Line 3910 | Line 3972 | else
3972        fi
3973        ;;
3974      msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3975 <      # This compiler won't grok `-c -o', but also, the minuso test has
3975 >      # This compiler won't grok '-c -o', but also, the minuso test has
3976        # not run yet.  These depmodes are late enough in the game, and
3977        # so weak that their functioning should not be impacted.
3978        am__obj=conftest.${OBJEXT-o}
# Line 4110 | Line 4172 | main ()
4172    return 0;
4173   }
4174   _ACEOF
4175 < for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4175 > for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
4176   do
4177    CC="$ac_save_CC $ac_arg"
4178    if ac_fn_c_try_compile "$LINENO"; then :
# Line 4142 | Line 4204 | fi
4204  
4205  
4206   if test "$ac_cv_prog_cc_c99" = "no"; then :
4207 <  as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5
4207 >  as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5
4208   fi
4209   for ac_prog in 'bison -y' byacc
4210   do
# Line 4162 | Line 4224 | do
4224    IFS=$as_save_IFS
4225    test -z "$as_dir" && as_dir=.
4226      for ac_exec_ext in '' $ac_executable_extensions; do
4227 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4227 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4228      ac_cv_prog_YACC="$ac_prog"
4229      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4230      break 2
# Line 4206 | Line 4268 | do
4268    IFS=$as_save_IFS
4269    test -z "$as_dir" && as_dir=.
4270      for ac_exec_ext in '' $ac_executable_extensions; do
4271 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4271 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4272      ac_cv_prog_LEX="$ac_prog"
4273      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4274      break 2
# Line 4238 | Line 4300 | a { ECHO; }
4300   b { REJECT; }
4301   c { yymore (); }
4302   d { yyless (1); }
4303 < e { yyless (input () != 0); }
4303 > e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
4304 >    yyless ((input () != 0)); }
4305   f { unput (yytext[0]); }
4306   . { BEGIN INITIAL; }
4307   %%
# Line 4546 | Line 4609 | do
4609      for ac_prog in sed gsed; do
4610      for ac_exec_ext in '' $ac_executable_extensions; do
4611        ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4612 <      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4612 >      as_fn_executable_p "$ac_path_SED" || continue
4613   # Check for GNU ac_path_SED and select it if it is found.
4614    # Check for GNU $ac_path_SED
4615   case `"$ac_path_SED" --version 2>&1` in
# Line 4622 | Line 4685 | do
4685      for ac_prog in grep ggrep; do
4686      for ac_exec_ext in '' $ac_executable_extensions; do
4687        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4688 <      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4688 >      as_fn_executable_p "$ac_path_GREP" || continue
4689   # Check for GNU ac_path_GREP and select it if it is found.
4690    # Check for GNU $ac_path_GREP
4691   case `"$ac_path_GREP" --version 2>&1` in
# Line 4688 | Line 4751 | do
4751      for ac_prog in egrep; do
4752      for ac_exec_ext in '' $ac_executable_extensions; do
4753        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4754 <      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4754 >      as_fn_executable_p "$ac_path_EGREP" || continue
4755   # Check for GNU ac_path_EGREP and select it if it is found.
4756    # Check for GNU $ac_path_EGREP
4757   case `"$ac_path_EGREP" --version 2>&1` in
# Line 4755 | Line 4818 | do
4818      for ac_prog in fgrep; do
4819      for ac_exec_ext in '' $ac_executable_extensions; do
4820        ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4821 <      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4821 >      as_fn_executable_p "$ac_path_FGREP" || continue
4822   # Check for GNU ac_path_FGREP and select it if it is found.
4823    # Check for GNU $ac_path_FGREP
4824   case `"$ac_path_FGREP" --version 2>&1` in
# Line 5011 | Line 5074 | do
5074    IFS=$as_save_IFS
5075    test -z "$as_dir" && as_dir=.
5076      for ac_exec_ext in '' $ac_executable_extensions; do
5077 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5077 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5078      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5079      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5080      break 2
# Line 5055 | Line 5118 | do
5118    IFS=$as_save_IFS
5119    test -z "$as_dir" && as_dir=.
5120      for ac_exec_ext in '' $ac_executable_extensions; do
5121 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5121 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5122      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5123      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5124      break 2
# Line 5479 | Line 5542 | do
5542    IFS=$as_save_IFS
5543    test -z "$as_dir" && as_dir=.
5544      for ac_exec_ext in '' $ac_executable_extensions; do
5545 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5545 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5546      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5547      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5548      break 2
# Line 5519 | Line 5582 | do
5582    IFS=$as_save_IFS
5583    test -z "$as_dir" && as_dir=.
5584      for ac_exec_ext in '' $ac_executable_extensions; do
5585 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5585 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5586      ac_cv_prog_ac_ct_OBJDUMP="objdump"
5587      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5588      break 2
# Line 5825 | Line 5888 | do
5888    IFS=$as_save_IFS
5889    test -z "$as_dir" && as_dir=.
5890      for ac_exec_ext in '' $ac_executable_extensions; do
5891 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5891 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5892      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5893      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5894      break 2
# Line 5865 | Line 5928 | do
5928    IFS=$as_save_IFS
5929    test -z "$as_dir" && as_dir=.
5930      for ac_exec_ext in '' $ac_executable_extensions; do
5931 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5931 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5932      ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5933      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5934      break 2
# Line 5968 | Line 6031 | do
6031    IFS=$as_save_IFS
6032    test -z "$as_dir" && as_dir=.
6033      for ac_exec_ext in '' $ac_executable_extensions; do
6034 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6034 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6035      ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6036      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6037      break 2
# Line 6012 | Line 6075 | do
6075    IFS=$as_save_IFS
6076    test -z "$as_dir" && as_dir=.
6077      for ac_exec_ext in '' $ac_executable_extensions; do
6078 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6078 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6079      ac_cv_prog_ac_ct_AR="$ac_prog"
6080      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6081      break 2
# Line 6137 | Line 6200 | do
6200    IFS=$as_save_IFS
6201    test -z "$as_dir" && as_dir=.
6202      for ac_exec_ext in '' $ac_executable_extensions; do
6203 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6203 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6204      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6205      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6206      break 2
# Line 6177 | Line 6240 | do
6240    IFS=$as_save_IFS
6241    test -z "$as_dir" && as_dir=.
6242      for ac_exec_ext in '' $ac_executable_extensions; do
6243 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6243 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6244      ac_cv_prog_ac_ct_STRIP="strip"
6245      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6246      break 2
# Line 6236 | Line 6299 | do
6299    IFS=$as_save_IFS
6300    test -z "$as_dir" && as_dir=.
6301      for ac_exec_ext in '' $ac_executable_extensions; do
6302 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6302 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6303      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6304      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6305      break 2
# Line 6276 | Line 6339 | do
6339    IFS=$as_save_IFS
6340    test -z "$as_dir" && as_dir=.
6341      for ac_exec_ext in '' $ac_executable_extensions; do
6342 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6342 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6343      ac_cv_prog_ac_ct_RANLIB="ranlib"
6344      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6345      break 2
# Line 6925 | Line 6988 | do
6988    IFS=$as_save_IFS
6989    test -z "$as_dir" && as_dir=.
6990      for ac_exec_ext in '' $ac_executable_extensions; do
6991 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6991 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6992      ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6993      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6994      break 2
# Line 6965 | Line 7028 | do
7028    IFS=$as_save_IFS
7029    test -z "$as_dir" && as_dir=.
7030      for ac_exec_ext in '' $ac_executable_extensions; do
7031 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7031 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7032      ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7033      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7034      break 2
# Line 7045 | Line 7108 | do
7108    IFS=$as_save_IFS
7109    test -z "$as_dir" && as_dir=.
7110      for ac_exec_ext in '' $ac_executable_extensions; do
7111 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7111 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7112      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7113      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7114      break 2
# Line 7085 | Line 7148 | do
7148    IFS=$as_save_IFS
7149    test -z "$as_dir" && as_dir=.
7150      for ac_exec_ext in '' $ac_executable_extensions; do
7151 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7151 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7152      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7153      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7154      break 2
# Line 7137 | Line 7200 | do
7200    IFS=$as_save_IFS
7201    test -z "$as_dir" && as_dir=.
7202      for ac_exec_ext in '' $ac_executable_extensions; do
7203 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7203 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7204      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7205      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7206      break 2
# Line 7177 | Line 7240 | do
7240    IFS=$as_save_IFS
7241    test -z "$as_dir" && as_dir=.
7242      for ac_exec_ext in '' $ac_executable_extensions; do
7243 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7243 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7244      ac_cv_prog_ac_ct_NMEDIT="nmedit"
7245      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7246      break 2
# Line 7229 | Line 7292 | do
7292    IFS=$as_save_IFS
7293    test -z "$as_dir" && as_dir=.
7294      for ac_exec_ext in '' $ac_executable_extensions; do
7295 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7295 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7296      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7297      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7298      break 2
# Line 7269 | Line 7332 | do
7332    IFS=$as_save_IFS
7333    test -z "$as_dir" && as_dir=.
7334      for ac_exec_ext in '' $ac_executable_extensions; do
7335 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7335 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7336      ac_cv_prog_ac_ct_LIPO="lipo"
7337      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7338      break 2
# Line 7321 | Line 7384 | do
7384    IFS=$as_save_IFS
7385    test -z "$as_dir" && as_dir=.
7386      for ac_exec_ext in '' $ac_executable_extensions; do
7387 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7387 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7388      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7389      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7390      break 2
# Line 7361 | Line 7424 | do
7424    IFS=$as_save_IFS
7425    test -z "$as_dir" && as_dir=.
7426      for ac_exec_ext in '' $ac_executable_extensions; do
7427 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7427 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7428      ac_cv_prog_ac_ct_OTOOL="otool"
7429      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7430      break 2
# Line 7413 | Line 7476 | do
7476    IFS=$as_save_IFS
7477    test -z "$as_dir" && as_dir=.
7478      for ac_exec_ext in '' $ac_executable_extensions; do
7479 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7479 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7480      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7481      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7482      break 2
# Line 7453 | Line 7516 | do
7516    IFS=$as_save_IFS
7517    test -z "$as_dir" && as_dir=.
7518      for ac_exec_ext in '' $ac_executable_extensions; do
7519 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7519 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7520      ac_cv_prog_ac_ct_OTOOL64="otool64"
7521      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7522      break 2
# Line 13008 | Line 13071 | LIBTOOL="$LIBTOOL --silent"
13071  
13072   # Checks for libraries.
13073  
13074 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13075 < $as_echo_n "checking for library containing socket... " >&6; }
13076 < if ${ac_cv_search_socket+:} false; then :
13074 >  ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13075 > if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13076 >
13077 > else
13078 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
13079 > $as_echo_n "checking for library containing getaddrinfo... " >&6; }
13080 > if ${ac_cv_search_getaddrinfo+:} false; then :
13081    $as_echo_n "(cached) " >&6
13082   else
13083    ac_func_search_save_LIBS=$LIBS
# Line 13023 | Line 13090 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13090   #ifdef __cplusplus
13091   extern "C"
13092   #endif
13093 < char socket ();
13093 > char getaddrinfo ();
13094   int
13095   main ()
13096   {
13097 < return socket ();
13097 > return getaddrinfo ();
13098    ;
13099    return 0;
13100   }
13101   _ACEOF
13102 < for ac_lib in '' socket; do
13102 > for ac_lib in '' nsl; do
13103    if test -z "$ac_lib"; then
13104      ac_res="none required"
13105    else
# Line 13040 | Line 13107 | for ac_lib in '' socket; do
13107      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13108    fi
13109    if ac_fn_c_try_link "$LINENO"; then :
13110 <  ac_cv_search_socket=$ac_res
13110 >  ac_cv_search_getaddrinfo=$ac_res
13111   fi
13112   rm -f core conftest.err conftest.$ac_objext \
13113      conftest$ac_exeext
13114 <  if ${ac_cv_search_socket+:} false; then :
13114 >  if ${ac_cv_search_getaddrinfo+:} false; then :
13115    break
13116   fi
13117   done
13118 < if ${ac_cv_search_socket+:} false; then :
13118 > if ${ac_cv_search_getaddrinfo+:} false; then :
13119  
13120   else
13121 <  ac_cv_search_socket=no
13121 >  ac_cv_search_getaddrinfo=no
13122   fi
13123   rm conftest.$ac_ext
13124   LIBS=$ac_func_search_save_LIBS
13125   fi
13126 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13127 < $as_echo "$ac_cv_search_socket" >&6; }
13128 < ac_res=$ac_cv_search_socket
13126 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
13127 > $as_echo "$ac_cv_search_getaddrinfo" >&6; }
13128 > ac_res=$ac_cv_search_getaddrinfo
13129   if test "$ac_res" != no; then :
13130    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13131  
13065 else
13066  as_fn_error $? "socket library not found" "$LINENO" 5
13132   fi
13133  
13134 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5
13135 < $as_echo_n "checking for library containing inet_ntoa... " >&6; }
13136 < if ${ac_cv_search_inet_ntoa+:} false; then :
13134 > fi
13135 >
13136 >  ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
13137 > if test "x$ac_cv_func_getnameinfo" = xyes; then :
13138 >
13139 > else
13140 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
13141 > $as_echo_n "checking for library containing getnameinfo... " >&6; }
13142 > if ${ac_cv_search_getnameinfo+:} false; then :
13143    $as_echo_n "(cached) " >&6
13144   else
13145    ac_func_search_save_LIBS=$LIBS
# Line 13081 | Line 13152 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13152   #ifdef __cplusplus
13153   extern "C"
13154   #endif
13155 < char inet_ntoa ();
13155 > char getnameinfo ();
13156   int
13157   main ()
13158   {
13159 < return inet_ntoa ();
13159 > return getnameinfo ();
13160    ;
13161    return 0;
13162   }
# Line 13098 | Line 13169 | for ac_lib in '' nsl; do
13169      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13170    fi
13171    if ac_fn_c_try_link "$LINENO"; then :
13172 <  ac_cv_search_inet_ntoa=$ac_res
13172 >  ac_cv_search_getnameinfo=$ac_res
13173   fi
13174   rm -f core conftest.err conftest.$ac_objext \
13175      conftest$ac_exeext
13176 <  if ${ac_cv_search_inet_ntoa+:} false; then :
13176 >  if ${ac_cv_search_getnameinfo+:} false; then :
13177    break
13178   fi
13179   done
13180 < if ${ac_cv_search_inet_ntoa+:} false; then :
13180 > if ${ac_cv_search_getnameinfo+:} false; then :
13181  
13182   else
13183 <  ac_cv_search_inet_ntoa=no
13183 >  ac_cv_search_getnameinfo=no
13184   fi
13185   rm conftest.$ac_ext
13186   LIBS=$ac_func_search_save_LIBS
13187   fi
13188 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5
13189 < $as_echo "$ac_cv_search_inet_ntoa" >&6; }
13190 < ac_res=$ac_cv_search_inet_ntoa
13188 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
13189 > $as_echo "$ac_cv_search_getnameinfo" >&6; }
13190 > ac_res=$ac_cv_search_getnameinfo
13191   if test "$ac_res" != no; then :
13192    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13193  
13194   fi
13195  
13196 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13197 < $as_echo_n "checking for library containing inet_aton... " >&6; }
13198 < if ${ac_cv_search_inet_aton+:} false; then :
13196 > fi
13197 >
13198 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13199 > $as_echo_n "checking for library containing socket... " >&6; }
13200 > if ${ac_cv_search_socket+:} false; then :
13201    $as_echo_n "(cached) " >&6
13202   else
13203    ac_func_search_save_LIBS=$LIBS
# Line 13137 | Line 13210 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13210   #ifdef __cplusplus
13211   extern "C"
13212   #endif
13213 < char inet_aton ();
13213 > char socket ();
13214   int
13215   main ()
13216   {
13217 < return inet_aton ();
13217 > return socket ();
13218    ;
13219    return 0;
13220   }
13221   _ACEOF
13222 < for ac_lib in '' resolv; do
13222 > for ac_lib in '' socket; do
13223    if test -z "$ac_lib"; then
13224      ac_res="none required"
13225    else
# Line 13154 | Line 13227 | for ac_lib in '' resolv; do
13227      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13228    fi
13229    if ac_fn_c_try_link "$LINENO"; then :
13230 <  ac_cv_search_inet_aton=$ac_res
13230 >  ac_cv_search_socket=$ac_res
13231   fi
13232   rm -f core conftest.err conftest.$ac_objext \
13233      conftest$ac_exeext
13234 <  if ${ac_cv_search_inet_aton+:} false; then :
13234 >  if ${ac_cv_search_socket+:} false; then :
13235    break
13236   fi
13237   done
13238 < if ${ac_cv_search_inet_aton+:} false; then :
13238 > if ${ac_cv_search_socket+:} false; then :
13239  
13240   else
13241 <  ac_cv_search_inet_aton=no
13241 >  ac_cv_search_socket=no
13242   fi
13243   rm conftest.$ac_ext
13244   LIBS=$ac_func_search_save_LIBS
13245   fi
13246 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13247 < $as_echo "$ac_cv_search_inet_aton" >&6; }
13248 < ac_res=$ac_cv_search_inet_aton
13246 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13247 > $as_echo "$ac_cv_search_socket" >&6; }
13248 > ac_res=$ac_cv_search_socket
13249   if test "$ac_res" != no; then :
13250    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13251  
13252 + else
13253 +  as_fn_error $? "socket library not found" "$LINENO" 5
13254   fi
13255  
13181  for ac_func in inet_aton inet_ntop inet_pton
13182 do :
13183  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13184 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13185 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13186  cat >>confdefs.h <<_ACEOF
13187 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13188 _ACEOF
13189
13190 fi
13191 done
13192
13256    ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h>
13257     #include <sys/socket.h>
13258     #include <netdb.h>
# Line 13506 | Line 13569 | done
13569  
13570  
13571  
13509
13510
13511
13512
13572   # Checks for header files.
13573  
13574  
# Line 13544 | Line 13603 | done
13603  
13604  
13605  
13547
13548
13549
13550
13551
13552
13553
13554
13555
13556
13557 # check for /dev/null so we can use it to hold evil fd's
13558 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/null" >&5
13559 $as_echo_n "checking for /dev/null... " >&6; }
13560 if test -c /dev/null; then :
13561
13562
13563 $as_echo "#define PATH_DEVNULL \"/dev/null\"" >>confdefs.h
13564
13565  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13566 $as_echo "yes" >&6; }
13567 else
13568
13569
13570 $as_echo "#define PATH_DEVNULL \"devnull.log\"" >>confdefs.h
13571
13572  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no - using devnull.log" >&5
13573 $as_echo "no - using devnull.log" >&6; }
13574 fi
13575
13576
13606   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
13607   $as_echo_n "checking for library containing crypt... " >&6; }
13608   if ${ac_cv_search_crypt+:} false; then :
# Line 13631 | Line 13660 | if test "$ac_res" != no; then :
13660   fi
13661  
13662  
13634
13635
13636 # Check whether --with-libpcre-path was given.
13637 if test "${with_libpcre_path+set}" = set; then :
13638  withval=$with_libpcre_path; LDFLAGS="-L$withval $LDFLAGS"
13639 fi
13640
13641
13663   # Check whether --enable-libpcre was given.
13664   if test "${enable_libpcre+set}" = set; then :
13665 <  enableval=$enable_libpcre; libpcre=$enableval
13665 >  enableval=$enable_libpcre;
13666   else
13646  libpcre=yes
13647 fi
13648
13649
13650 if test "$libpcre" = "yes"; then :
13651
13667    ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
13668   if test "x$ac_cv_header_pcre_h" = xyes; then :
13669 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5
13670 < $as_echo_n "checking for pcre_study in -lpcre... " >&6; }
13671 < if ${ac_cv_lib_pcre_pcre_study+:} false; then :
13669 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5
13670 > $as_echo_n "checking for library containing pcre_study... " >&6; }
13671 > if ${ac_cv_search_pcre_study+:} false; then :
13672    $as_echo_n "(cached) " >&6
13673   else
13674 <  ac_check_lib_save_LIBS=$LIBS
13660 < LIBS="-lpcre  $LIBS"
13674 >  ac_func_search_save_LIBS=$LIBS
13675   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13676   /* end confdefs.h.  */
13677  
# Line 13676 | Line 13690 | return pcre_study ();
13690    return 0;
13691   }
13692   _ACEOF
13693 < if ac_fn_c_try_link "$LINENO"; then :
13694 <  ac_cv_lib_pcre_pcre_study=yes
13695 < else
13696 <  ac_cv_lib_pcre_pcre_study=no
13693 > for ac_lib in '' pcre; do
13694 >  if test -z "$ac_lib"; then
13695 >    ac_res="none required"
13696 >  else
13697 >    ac_res=-l$ac_lib
13698 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13699 >  fi
13700 >  if ac_fn_c_try_link "$LINENO"; then :
13701 >  ac_cv_search_pcre_study=$ac_res
13702   fi
13703   rm -f core conftest.err conftest.$ac_objext \
13704 <    conftest$ac_exeext conftest.$ac_ext
13705 < LIBS=$ac_check_lib_save_LIBS
13704 >    conftest$ac_exeext
13705 >  if ${ac_cv_search_pcre_study+:} false; then :
13706 >  break
13707   fi
13708 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5
13709 < $as_echo "$ac_cv_lib_pcre_pcre_study" >&6; }
13690 < if test "x$ac_cv_lib_pcre_pcre_study" = xyes; then :
13691 <
13692 <      LIBS="-lpcre $LIBS"
13693 <
13694 < $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13695 <
13708 > done
13709 > if ${ac_cv_search_pcre_study+:} false; then :
13710  
13711   else
13712 <  libpcre=no
13712 >  ac_cv_search_pcre_study=no
13713   fi
13714 + rm conftest.$ac_ext
13715 + LIBS=$ac_func_search_save_LIBS
13716 + fi
13717 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5
13718 + $as_echo "$ac_cv_search_pcre_study" >&6; }
13719 + ac_res=$ac_cv_search_pcre_study
13720 + if test "$ac_res" != no; then :
13721 +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13722  
13723 + $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13724  
13702 else
13703  libpcre=no
13725   fi
13726  
13727 + fi
13728  
13729  
13730   fi
13709 if test "$libpcre" = yes; then
13710  ENABLE_PCRE_TRUE=
13711  ENABLE_PCRE_FALSE='#'
13712 else
13713  ENABLE_PCRE_TRUE='#'
13714  ENABLE_PCRE_FALSE=
13715 fi
13716
13731  
13732  
13733   # Check whether --enable-openssl was given.
# Line 13803 | Line 13817 | fi
13817    { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
13818   $as_echo "found" >&6; }
13819  
13820 <    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13821 < $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13822 < if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13820 >    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13821 > $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13822 > if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13823    $as_echo_n "(cached) " >&6
13824   else
13825    ac_check_lib_save_LIBS=$LIBS
13826 < LIBS="-lssl  $LIBS"
13826 > LIBS="-lcrypto  $LIBS"
13827   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13828   /* end confdefs.h.  */
13829  
# Line 13819 | Line 13833 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13833   #ifdef __cplusplus
13834   extern "C"
13835   #endif
13836 < char SSL_connect ();
13836 > char RSA_free ();
13837   int
13838   main ()
13839   {
13840 < return SSL_connect ();
13840 > return RSA_free ();
13841    ;
13842    return 0;
13843   }
13844   _ACEOF
13845   if ac_fn_c_try_link "$LINENO"; then :
13846 <  ac_cv_lib_ssl_SSL_connect=yes
13846 >  ac_cv_lib_crypto_RSA_free=yes
13847   else
13848 <  ac_cv_lib_ssl_SSL_connect=no
13848 >  ac_cv_lib_crypto_RSA_free=no
13849   fi
13850   rm -f core conftest.err conftest.$ac_objext \
13851      conftest$ac_exeext conftest.$ac_ext
13852   LIBS=$ac_check_lib_save_LIBS
13853   fi
13854 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13855 < $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13856 < if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13854 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
13855 > $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
13856 > if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
13857    cat >>confdefs.h <<_ACEOF
13858 < #define HAVE_LIBSSL 1
13858 > #define HAVE_LIBCRYPTO 1
13859   _ACEOF
13860  
13861 <  LIBS="-lssl $LIBS"
13861 >  LIBS="-lcrypto $LIBS"
13862  
13863   fi
13864  
13865 <    if test "$ac_cv_lib_ssl_SSL_connect" = "yes"; then :
13866 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13867 < $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13868 < if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13865 >    if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13866 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13867 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13868 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13869    $as_echo_n "(cached) " >&6
13870   else
13871    ac_check_lib_save_LIBS=$LIBS
13872 < LIBS="-lcrypto  $LIBS"
13872 > LIBS="-lssl  $LIBS"
13873   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13874   /* end confdefs.h.  */
13875  
# Line 13865 | Line 13879 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13879   #ifdef __cplusplus
13880   extern "C"
13881   #endif
13882 < char RSA_free ();
13882 > char SSL_connect ();
13883   int
13884   main ()
13885   {
13886 < return RSA_free ();
13886 > return SSL_connect ();
13887    ;
13888    return 0;
13889   }
13890   _ACEOF
13891   if ac_fn_c_try_link "$LINENO"; then :
13892 <  ac_cv_lib_crypto_RSA_free=yes
13892 >  ac_cv_lib_ssl_SSL_connect=yes
13893   else
13894 <  ac_cv_lib_crypto_RSA_free=no
13894 >  ac_cv_lib_ssl_SSL_connect=no
13895   fi
13896   rm -f core conftest.err conftest.$ac_objext \
13897      conftest$ac_exeext conftest.$ac_ext
13898   LIBS=$ac_check_lib_save_LIBS
13899   fi
13900 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
13901 < $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
13902 < if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
13900 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13901 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13902 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13903    cat >>confdefs.h <<_ACEOF
13904 < #define HAVE_LIBCRYPTO 1
13904 > #define HAVE_LIBSSL 1
13905   _ACEOF
13906  
13907 <  LIBS="-lcrypto $LIBS"
13907 >  LIBS="-lssl $LIBS"
13908  
13909   fi
13910  
# Line 13903 | Line 13917 | $as_echo "no - OpenSSL support disabled"
13917   fi
13918   fi
13919  
13920 < if test "$ac_cv_lib_crypto_RSA_free" = yes; then
13920 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
13921    ENABLE_SSL_TRUE=
13922    ENABLE_SSL_FALSE='#'
13923   else
# Line 13928 | Line 13942 | $as_echo "#define NDEBUG 1" >>confdefs.h
13942   fi
13943  
13944  
13931 # Check whether --enable-small-net was given.
13932 if test "${enable_small_net+set}" = set; then :
13933  enableval=$enable_small_net; small_net=$enableval
13934 else
13935  small_net=no
13936 fi
13937
13938
13939 if test "$small_net" = "yes"; then :
13940
13941
13942 $as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h
13943
13944
13945 $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
13946
13947
13948 $as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h
13949
13950
13951 $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
13952
13953
13954 $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
13955
13956
13957 $as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h
13958
13959
13960 $as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h
13961
13945  
13946 < $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
13946 > $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13947  
13948  
13949 < $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
13949 > $as_echo "#define MP_CHUNK_SIZE_CHANNEL 64*1024" >>confdefs.h
13950  
13951  
13952 < $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
13970 <
13971 < else
13972 <
13973 <
13974 <
13975 < $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h
13952 > $as_echo "#define MP_CHUNK_SIZE_MEMBER 32*1024" >>confdefs.h
13953  
13954  
13955 < $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
13955 > $as_echo "#define MP_CHUNK_SIZE_BAN 16*1024" >>confdefs.h
13956  
13957  
13958 < $as_echo "#define BAN_HEAP_SIZE 1024" >>confdefs.h
13958 > $as_echo "#define MP_CHUNK_SIZE_CLIENT 256*1024" >>confdefs.h
13959  
13960  
13961 < $as_echo "#define CLIENT_HEAP_SIZE 1024" >>confdefs.h
13961 > $as_echo "#define MP_CHUNK_SIZE_LCLIENT 128*1024" >>confdefs.h
13962  
13963  
13964 < $as_echo "#define LCLIENT_HEAP_SIZE 512" >>confdefs.h
13964 > $as_echo "#define MP_CHUNK_SIZE_DNODE 8*1024" >>confdefs.h
13965  
13966  
13967 < $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
13967 > $as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h
13968  
13969  
13970 < $as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h
13970 > $as_echo "#define MP_CHUNK_SIZE_AUTH 32*1024" >>confdefs.h
13971  
13972  
13973 < $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
13973 > $as_echo "#define MP_CHUNK_SIZE_DNS 16*1024" >>confdefs.h
13974  
13975  
13976 < $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
14000 <
14001 <
14002 < $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
14003 <
14004 < fi
13976 > $as_echo "#define MP_CHUNK_SIZE_WATCH 4*1024" >>confdefs.h
13977  
13978  
13979   # Argument processing.
# Line 14022 | Line 13994 | if test "${enable_devpoll+set}" = set; t
13994    enableval=$enable_devpoll; desired_iopoll_mechanism="devpoll"
13995   fi
13996  
14025  # Check whether --enable-rtsigio was given.
14026 if test "${enable_rtsigio+set}" = set; then :
14027  enableval=$enable_rtsigio; desired_iopoll_mechanism="rtsigio"
14028 fi
14029
13997    # Check whether --enable-poll was given.
13998   if test "${enable_poll+set}" = set; then :
13999    enableval=$enable_poll; desired_iopoll_mechanism="poll"
# Line 14210 | Line 14177 | rm -f core conftest.err conftest.$ac_obj
14177   $as_echo "#define HAVE_SYS_DEVPOLL_H 1" >>confdefs.h
14178  
14179    fi
14180 <      iopoll_mechanism_rtsigio=4
14214 <
14215 < cat >>confdefs.h <<_ACEOF
14216 < #define __IOPOLL_MECHANISM_RTSIGIO $iopoll_mechanism_rtsigio
14217 < _ACEOF
14218 <
14219 <  if test "$cross_compiling" = yes; then :
14220 <  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14221 < $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14222 < as_fn_error $? "cannot run test program while cross compiling
14223 < See \`config.log' for more details" "$LINENO" 5; }
14224 < else
14225 <  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14226 < /* end confdefs.h.  */
14227 <
14228 < #define _GNU_SOURCE
14229 < #include <fcntl.h>
14230 < static unsigned int have_f_setsig = 0;
14231 <
14232 < int
14233 < main ()
14234 < {
14235 <
14236 < #ifdef F_SETSIG
14237 <  have_f_setsig = 1;
14238 < #endif
14239 <  return have_f_setsig == 0;
14240 <
14241 <  ;
14242 <  return 0;
14243 < }
14244 < _ACEOF
14245 < if ac_fn_c_try_run "$LINENO"; then :
14246 <  is_rtsigio_mechanism_available="yes"
14247 < else
14248 <  is_rtsigio_mechanism_available="no"
14249 < fi
14250 < rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14251 <  conftest.$ac_objext conftest.beam conftest.$ac_ext
14252 < fi
14253 <
14254 <      iopoll_mechanism_poll=5
14180 >      iopoll_mechanism_poll=4
14181  
14182   cat >>confdefs.h <<_ACEOF
14183   #define __IOPOLL_MECHANISM_POLL $iopoll_mechanism_poll
# Line 14305 | Line 14231 | else
14231   fi
14232   rm -f core conftest.err conftest.$ac_objext \
14233      conftest$ac_exeext conftest.$ac_ext
14234 <      iopoll_mechanism_select=6
14234 >      iopoll_mechanism_select=5
14235  
14236   cat >>confdefs.h <<_ACEOF
14237   #define __IOPOLL_MECHANISM_SELECT $iopoll_mechanism_select
# Line 14360 | Line 14286 | fi
14286   rm -f core conftest.err conftest.$ac_objext \
14287      conftest$ac_exeext conftest.$ac_ext
14288        optimal_iopoll_mechanism="none"
14289 <  for mechanism in "kqueue" "epoll" "devpoll" "rtsigio" "poll" "select" ; do # order is important
14289 >  for mechanism in "kqueue" "epoll" "devpoll" "poll" "select" ; do # order is important
14290      eval "is_optimal_iopoll_mechanism_available=\$is_${mechanism}_mechanism_available"
14291      if test "$is_optimal_iopoll_mechanism_available" = "yes" ; then
14292        optimal_iopoll_mechanism="$mechanism"
# Line 14407 | Line 14333 | fi
14333  
14334  
14335   cat >>confdefs.h <<_ACEOF
14336 < #define NICKLEN ($nicklen+1)
14336 > #define NICKLEN ($nicklen)
14337   _ACEOF
14338  
14339  
# Line 14427 | Line 14353 | _ACEOF
14353  
14354  
14355  
14430  # Check whether --enable-efnet was given.
14431 if test "${enable_efnet+set}" = set; then :
14432  enableval=$enable_efnet; efnet="$enableval"
14433 else
14434  efnet="no"
14435 fi
14436
14437  if test "$efnet" = "yes" ; then
14438                use_efnet="yes"
14439
14440 $as_echo "#define EFNET 1" >>confdefs.h
14441
14442        else
14443                use_efnet="no"
14444  fi
14445   if test "$use_efnet" = "yes"; then
14446  EFNET_TRUE=
14447  EFNET_FALSE='#'
14448 else
14449  EFNET_TRUE='#'
14450  EFNET_FALSE=
14451 fi
14452
14453
14454
14356    # Check whether --enable-halfops was given.
14357   if test "${enable_halfops+set}" = set; then :
14358    enableval=$enable_halfops; halfops="$enableval"
# Line 14474 | Line 14375 | else
14375   fi
14376  
14377    if test "$debugging" = "yes" ; then
14477
14478 $as_echo "#define DEBUG 1" >>confdefs.h
14479
14378      CFLAGS="-Wall -g -O0"
14481  else
14482
14483 $as_echo "#define NDEBUG 1" >>confdefs.h
14484
14379    fi
14380  
14381  
# Line 14583 | Line 14477 | _ACEOF
14477    test "$exec_prefix_NONE" && exec_prefix=NONE
14478  
14479  
14480 < 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"
14480 > 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"
14481  
14482  
14483   cat >confcache <<\_ACEOF
# Line 14695 | Line 14589 | LIBOBJS=$ac_libobjs
14589   LTLIBOBJS=$ac_ltlibobjs
14590  
14591  
14592 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14593 + $as_echo_n "checking that generated files are newer than configure... " >&6; }
14594 +   if test -n "$am_sleep_pid"; then
14595 +     # Hide warnings about reused PIDs.
14596 +     wait $am_sleep_pid 2>/dev/null
14597 +   fi
14598 +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14599 + $as_echo "done" >&6; }
14600   if test -n "$EXEEXT"; then
14601    am__EXEEXT_TRUE=
14602    am__EXEEXT_FALSE='#'
# Line 14741 | Line 14643 | LT_CONFIG_H=config.h
14643  
14644  
14645  
14744 if test -z "${ENABLE_PCRE_TRUE}" && test -z "${ENABLE_PCRE_FALSE}"; then
14745  as_fn_error $? "conditional \"ENABLE_PCRE\" was never defined.
14746 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14747 fi
14646   if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
14647    as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14648   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14649   fi
14752 if test -z "${EFNET_TRUE}" && test -z "${EFNET_FALSE}"; then
14753  as_fn_error $? "conditional \"EFNET\" was never defined.
14754 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14755 fi
14650  
14651   : "${CONFIG_STATUS=./config.status}"
14652   ac_write_fail=0
# Line 15051 | Line 14945 | if (echo >conf$$.file) 2>/dev/null; then
14945      # ... but there are two gotchas:
14946      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14947      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14948 <    # In both cases, we have to default to `cp -p'.
14948 >    # In both cases, we have to default to `cp -pR'.
14949      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14950 <      as_ln_s='cp -p'
14950 >      as_ln_s='cp -pR'
14951    elif ln conf$$.file conf$$ 2>/dev/null; then
14952      as_ln_s=ln
14953    else
14954 <    as_ln_s='cp -p'
14954 >    as_ln_s='cp -pR'
14955    fi
14956   else
14957 <  as_ln_s='cp -p'
14957 >  as_ln_s='cp -pR'
14958   fi
14959   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14960   rmdir conf$$.dir 2>/dev/null
# Line 15120 | Line 15014 | else
15014    as_mkdir_p=false
15015   fi
15016  
15017 < if test -x / >/dev/null 2>&1; then
15018 <  as_test_x='test -x'
15019 < else
15020 <  if ls -dL / >/dev/null 2>&1; then
15021 <    as_ls_L_option=L
15022 <  else
15023 <    as_ls_L_option=
15024 <  fi
15025 <  as_test_x='
15026 <    eval sh -c '\''
15133 <      if test -d "$1"; then
15134 <        test -d "$1/.";
15135 <      else
15136 <        case $1 in #(
15137 <        -*)set "./$1";;
15138 <        esac;
15139 <        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15140 <        ???[sx]*):;;*)false;;esac;fi
15141 <    '\'' sh
15142 <  '
15143 < fi
15144 < as_executable_p=$as_test_x
15017 >
15018 > # as_fn_executable_p FILE
15019 > # -----------------------
15020 > # Test if FILE is an executable regular file.
15021 > as_fn_executable_p ()
15022 > {
15023 >  test -f "$1" && test -x "$1"
15024 > } # as_fn_executable_p
15025 > as_test_x='test -x'
15026 > as_executable_p=as_fn_executable_p
15027  
15028   # Sed expression to map a string onto a valid CPP name.
15029   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 15162 | Line 15044 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15044   # report actual input values of CONFIG_FILES etc. instead of their
15045   # values after options handling.
15046   ac_log="
15047 < This file was extended by ircd-hybrid $as_me 8beta1, which was
15048 < generated by GNU Autoconf 2.68.  Invocation command line was
15047 > This file was extended by ircd-hybrid $as_me TRUNK, which was
15048 > generated by GNU Autoconf 2.69.  Invocation command line was
15049  
15050    CONFIG_FILES    = $CONFIG_FILES
15051    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 15228 | Line 15110 | _ACEOF
15110   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15111   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15112   ac_cs_version="\\
15113 < ircd-hybrid config.status 8beta1
15114 < configured by $0, generated by GNU Autoconf 2.68,
15113 > ircd-hybrid config.status TRUNK
15114 > configured by $0, generated by GNU Autoconf 2.69,
15115    with options \\"\$ac_cs_config\\"
15116  
15117 < Copyright (C) 2010 Free Software Foundation, Inc.
15117 > Copyright (C) 2012 Free Software Foundation, Inc.
15118   This config.status script is free software; the Free Software Foundation
15119   gives unlimited permission to copy, distribute and modify it."
15120  
# Line 15323 | Line 15205 | fi
15205   _ACEOF
15206   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15207   if \$ac_cs_recheck; then
15208 <  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15208 >  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15209    shift
15210    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15211    CONFIG_SHELL='$SHELL'
# Line 15638 | Line 15520 | do
15520      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15521      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15522      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15641    "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
15642    "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
15523      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
15524      "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
15525      "messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;;
# Line 16246 | Line 16126 | $as_echo "$as_me: executing $ac_file com
16126  
16127    case $ac_file$ac_mode in
16128      "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16129 <  # Autoconf 2.62 quotes --file arguments for eval, but not when files
16129 >  # Older Autoconf quotes --file arguments for eval, but not when files
16130    # are listed without --file.  Let's play safe and only enable the eval
16131    # if we detect the quoting.
16132    case $CONFIG_FILES in
# Line 16259 | Line 16139 | $as_echo "$as_me: executing $ac_file com
16139      # Strip MF so we end up with the name of the file.
16140      mf=`echo "$mf" | sed -e 's/:.*$//'`
16141      # Check whether this is an Automake generated Makefile or not.
16142 <    # We used to match only the files named `Makefile.in', but
16142 >    # We used to match only the files named 'Makefile.in', but
16143      # some people rename them; so instead we look at the file content.
16144      # Grep'ing the first line is not enough: some people post-process
16145      # each Makefile.in and add a new line on top of each file to say so.
# Line 16293 | Line 16173 | $as_echo X"$mf" |
16173        continue
16174      fi
16175      # Extract the definition of DEPDIR, am__include, and am__quote
16176 <    # from the Makefile without running `make'.
16176 >    # from the Makefile without running 'make'.
16177      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16178      test -z "$DEPDIR" && continue
16179      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16180      test -z "am__include" && continue
16181      am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16302    # When using ansi2knr, U may be empty or an underscore; expand it
16303    U=`sed -n 's/^U = //p' < "$mf"`
16182      # Find all dependency output files, they are included files with
16183      # $(DEPDIR) in their names.  We invoke sed twice because it is the
16184      # simplest approach to changing $(DEPDIR) to its actual value in the
16185      # expansion.
16186      for file in `sed -n "
16187        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16188 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16188 >         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16189        # Make sure the directory exists.
16190        test -f "$dirpart/$file" && continue
16191        fdir=`$as_dirname -- "$file" ||

Comparing:
ircd-hybrid-8/configure (property svn:eol-style), Revision 1325 by michael, Sat Mar 31 10:29:02 2012 UTC vs.
ircd-hybrid/trunk/configure (property svn:eol-style), Revision 1736 by michael, Sun Jan 13 09:31:46 2013 UTC

# Line 0 | Line 1
1 + native

Diff Legend

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