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 1348 by michael, Wed Apr 11 17:04:22 2012 UTC vs.
ircd-hybrid/trunk/configure (file contents), Revision 2064 by michael, Thu May 16 09:56:02 2013 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1338 2012-04-05 11:05:48Z michael .
2 > # From configure.ac Id: configure.ac 2030 2013-05-14 18:24:55Z 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
808 < with_libpcre_path
788 < enable_libpcre
808 > enable_libGeoIP
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
798 with_nicklen
799 with_topiclen
800 enable_efnet
816   enable_halfops
817   enable_debugging
818   enable_warnings
# Line 1268 | Line 1283 | target=$target_alias
1283   if test "x$host_alias" != x; then
1284    if test "x$build_alias" = x; then
1285      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
1286    elif test "x$build_alias" != "x$host_alias"; then
1287      cross_compiling=yes
1288    fi
# Line 1355 | Line 1368 | if test "$ac_init_help" = "long"; then
1368    # Omit some internal or obsolete options to make the list less imposing.
1369    # This message is too long to be a string in the A/UX 3.1 sh.
1370    cat <<_ACEOF
1371 < \`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems.
1371 > \`configure' configures ircd-hybrid TRUNK to adapt to many kinds of systems.
1372  
1373   Usage: $0 [OPTION]... [VAR=VALUE]...
1374  
# Line 1425 | Line 1438 | fi
1438  
1439   if test -n "$ac_init_help"; then
1440    case $ac_init_help in
1441 <     short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";;
1441 >     short | recursive ) echo "Configuration of ircd-hybrid TRUNK:";;
1442     esac
1443    cat <<\_ACEOF
1444  
# Line 1433 | Line 1446 | Optional Features:
1446    --disable-option-checking  ignore unrecognized --enable/--with options
1447    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1448    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1449 <  --enable-maintainer-mode  enable make rules and dependencies not useful
1450 <                          (and sometimes confusing) to the casual installer
1451 <  --disable-dependency-tracking  speeds up one-time build
1452 <  --enable-dependency-tracking   do not reject slow dependency extractors
1449 >  --enable-silent-rules   less verbose build output (undo: "make V=1")
1450 >  --disable-silent-rules  verbose build output (undo: "make V=0")
1451 >  --enable-maintainer-mode
1452 >                          enable make rules and dependencies not useful (and
1453 >                          sometimes confusing) to the casual installer
1454 >  --enable-dependency-tracking
1455 >                          do not reject slow dependency extractors
1456 >  --disable-dependency-tracking
1457 >                          speeds up one-time build
1458    --enable-static[=PKGS]  build static libraries [default=no]
1459    --enable-shared[=PKGS]  build shared libraries [default=yes]
1460    --enable-fast-install[=PKGS]
1461                            optimize for fast installation [default=yes]
1462    --disable-libtool-lock  avoid locking (might break parallel builds)
1463    --enable-ltdl-install   install libltdl
1464 <  --disable-libpcre       Disable PCRE support
1464 >  --disable-libgeoip      Disable GeoIP support
1465    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1466    --disable-openssl            Disable OpenSSL support.
1467    --enable-assert         Enable assert() statements
1450  --enable-small-net      Enable small network support.
1468    --enable-kqueue         Force kqueue usage.
1469    --enable-epoll          Force epoll usage.
1470    --enable-devpoll        Force devpoll usage.
1454  --enable-rtsigio        Force rtsigio usage.
1471    --enable-poll           Force poll usage.
1472    --enable-select         Force select usage.
1457  --enable-efnet          For IRCDs running on EFnet.
1473    --enable-halfops        Enable halfops support.
1474    --enable-debugging      Enable debugging.
1475    --enable-warnings       Enable compiler warnings.
# Line 1470 | Line 1485 | Optional Packages:
1485    --with-included-ltdl    use the GNU ltdl sources included here
1486    --with-ltdl-include=DIR use the ltdl headers installed in DIR
1487    --with-ltdl-lib=DIR     use the libltdl.la installed in DIR
1473  --with-libpcre-path=DIR Path to libpcre.so for PCRE support.
1474  --with-nicklen=<value>  Set nickname length (default 9).
1475  --with-topiclen=<value> Set topic length (default 160).
1488  
1489   Some influential environment variables:
1490    CC          C compiler command
# Line 1556 | Line 1568 | fi
1568   test -n "$ac_init_help" && exit $ac_status
1569   if $ac_init_version; then
1570    cat <<\_ACEOF
1571 < ircd-hybrid configure 8beta1
1572 < generated by GNU Autoconf 2.68
1571 > ircd-hybrid configure TRUNK
1572 > generated by GNU Autoconf 2.69
1573  
1574 < Copyright (C) 2010 Free Software Foundation, Inc.
1574 > Copyright (C) 2012 Free Software Foundation, Inc.
1575   This configure script is free software; the Free Software Foundation
1576   gives unlimited permission to copy, distribute and modify it.
1577   _ACEOF
# Line 1635 | Line 1647 | $as_echo "$ac_try_echo"; } >&5
1647           test ! -s conftest.err
1648         } && test -s conftest$ac_exeext && {
1649           test "$cross_compiling" = yes ||
1650 <         $as_test_x conftest$ac_exeext
1650 >         test -x conftest$ac_exeext
1651         }; then :
1652    ac_retval=0
1653   else
# Line 2082 | Line 2094 | cat >config.log <<_ACEOF
2094   This file contains any messages produced by compilers while
2095   running configure, to aid debugging if configure makes a mistake.
2096  
2097 < It was created by ircd-hybrid $as_me 8beta1, which was
2098 < generated by GNU Autoconf 2.68.  Invocation command line was
2097 > It was created by ircd-hybrid $as_me TRUNK, which was
2098 > generated by GNU Autoconf 2.69.  Invocation command line was
2099  
2100    $ $0 $@
2101  
# Line 2362 | Line 2374 | $as_echo "$as_me: creating cache $cache_
2374    >$cache_file
2375   fi
2376  
2365 as_fn_append ac_func_list " mmap"
2377   as_fn_append ac_func_list " strtok_r"
2378   as_fn_append ac_func_list " usleep"
2379   as_fn_append ac_func_list " strlcat"
# Line 2442 | Line 2453 | ac_link='$CC -o conftest$ac_exeext $CFLA
2453   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2454  
2455  
2456 < am__api_version='1.11'
2456 > am__api_version='1.13'
2457  
2458   ac_aux_dir=
2459   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2510 | Line 2521 | case $as_dir/ in #((
2521      # by default.
2522      for ac_prog in ginstall scoinst install; do
2523        for ac_exec_ext in '' $ac_executable_extensions; do
2524 <        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2524 >        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2525            if test $ac_prog = install &&
2526              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2527              # AIX install.  It has an incompatible calling convention.
# Line 2568 | Line 2579 | test -z "$INSTALL_DATA" && INSTALL_DATA=
2579  
2580   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2581   $as_echo_n "checking whether build environment is sane... " >&6; }
2571 # Just in case
2572 sleep 1
2573 echo timestamp > conftest.file
2582   # Reject unsafe characters in $srcdir or the absolute working directory
2583   # name.  Accept space and tab only in the latter.
2584   am_lf='
# Line 2581 | Line 2589 | case `pwd` in
2589   esac
2590   case $srcdir in
2591    *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2592 <    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2592 >    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2593   esac
2594  
2595 < # Do `set' in a subshell so we don't clobber the current shell's
2595 > # Do 'set' in a subshell so we don't clobber the current shell's
2596   # arguments.  Must try -L first in case configure is actually a
2597   # symlink; some systems play weird games with the mod time of symlinks
2598   # (eg FreeBSD returns the mod time of the symlink's containing
2599   # directory).
2600   if (
2601 <   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2602 <   if test "$*" = "X"; then
2603 <      # -L didn't work.
2604 <      set X `ls -t "$srcdir/configure" conftest.file`
2605 <   fi
2606 <   rm -f conftest.file
2607 <   if test "$*" != "X $srcdir/configure conftest.file" \
2608 <      && test "$*" != "X conftest.file $srcdir/configure"; then
2609 <
2610 <      # If neither matched, then we have a broken ls.  This can happen
2603 <      # if, for instance, CONFIG_SHELL is bash and it inherits a
2604 <      # broken ls alias from the environment.  This has actually
2605 <      # happened.  Such a system could not be considered "sane".
2606 <      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2607 < alias in your environment" "$LINENO" 5
2608 <   fi
2601 >   am_has_slept=no
2602 >   for am_try in 1 2; do
2603 >     echo "timestamp, slept: $am_has_slept" > conftest.file
2604 >     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2605 >     if test "$*" = "X"; then
2606 >        # -L didn't work.
2607 >        set X `ls -t "$srcdir/configure" conftest.file`
2608 >     fi
2609 >     if test "$*" != "X $srcdir/configure conftest.file" \
2610 >        && test "$*" != "X conftest.file $srcdir/configure"; then
2611  
2612 +        # If neither matched, then we have a broken ls.  This can happen
2613 +        # if, for instance, CONFIG_SHELL is bash and it inherits a
2614 +        # broken ls alias from the environment.  This has actually
2615 +        # happened.  Such a system could not be considered "sane".
2616 +        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2617 +  alias in your environment" "$LINENO" 5
2618 +     fi
2619 +     if test "$2" = conftest.file || test $am_try -eq 2; then
2620 +       break
2621 +     fi
2622 +     # Just in case.
2623 +     sleep 1
2624 +     am_has_slept=yes
2625 +   done
2626     test "$2" = conftest.file
2627     )
2628   then
# Line 2618 | Line 2634 | Check your system clock" "$LINENO" 5
2634   fi
2635   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2636   $as_echo "yes" >&6; }
2637 + # If we didn't sleep, we still need to ensure time stamps of config.status and
2638 + # generated files are strictly newer.
2639 + am_sleep_pid=
2640 + if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2641 +  ( sleep 1 ) &
2642 +  am_sleep_pid=$!
2643 + fi
2644 +
2645 + rm -f conftest.file
2646 +
2647   test "$program_prefix" != NONE &&
2648    program_transform_name="s&^&$program_prefix&;$program_transform_name"
2649   # Use a double $ so make ignores it.
# Line 2640 | Line 2666 | if test x"${MISSING+set}" != xset; then
2666    esac
2667   fi
2668   # Use eval to expand $SHELL
2669 < if eval "$MISSING --run true"; then
2670 <  am_missing_run="$MISSING --run "
2669 > if eval "$MISSING --is-lightweight"; then
2670 >  am_missing_run="$MISSING "
2671   else
2672    am_missing_run=
2673 <  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2674 < $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2673 >  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2674 > $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2675   fi
2676  
2677   if test x"${install_sh}" != xset; then
# Line 2657 | Line 2683 | if test x"${install_sh}" != xset; then
2683    esac
2684   fi
2685  
2686 < # Installed binaries are usually stripped using `strip' when the user
2687 < # run `make install-strip'.  However `strip' might not be the right
2686 > # Installed binaries are usually stripped using 'strip' when the user
2687 > # run "make install-strip".  However 'strip' might not be the right
2688   # tool to use in cross-compilation environments, therefore Automake
2689 < # will honor the `STRIP' environment variable to overrule this program.
2689 > # will honor the 'STRIP' environment variable to overrule this program.
2690   if test "$cross_compiling" != no; then
2691    if test -n "$ac_tool_prefix"; then
2692    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
# Line 2679 | Line 2705 | do
2705    IFS=$as_save_IFS
2706    test -z "$as_dir" && as_dir=.
2707      for ac_exec_ext in '' $ac_executable_extensions; do
2708 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2708 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2709      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2710      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2711      break 2
# Line 2719 | Line 2745 | do
2745    IFS=$as_save_IFS
2746    test -z "$as_dir" && as_dir=.
2747      for ac_exec_ext in '' $ac_executable_extensions; do
2748 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2748 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2749      ac_cv_prog_ac_ct_STRIP="strip"
2750      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2751      break 2
# Line 2770 | Line 2796 | do
2796    test -z "$as_dir" && as_dir=.
2797      for ac_prog in mkdir gmkdir; do
2798           for ac_exec_ext in '' $ac_executable_extensions; do
2799 <           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2799 >           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2800             case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2801               'mkdir (GNU coreutils) '* | \
2802               'mkdir (coreutils) '* | \
# Line 2799 | Line 2825 | fi
2825   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2826   $as_echo "$MKDIR_P" >&6; }
2827  
2802 mkdir_p="$MKDIR_P"
2803 case $mkdir_p in
2804  [\\/$]* | ?:[\\/]*) ;;
2805  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2806 esac
2807
2828   for ac_prog in gawk mawk nawk awk
2829   do
2830    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 2823 | Line 2843 | do
2843    IFS=$as_save_IFS
2844    test -z "$as_dir" && as_dir=.
2845      for ac_exec_ext in '' $ac_executable_extensions; do
2846 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2846 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2847      ac_cv_prog_AWK="$ac_prog"
2848      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2849      break 2
# Line 2887 | Line 2907 | else
2907   fi
2908   rmdir .tst 2>/dev/null
2909  
2910 + # Check whether --enable-silent-rules was given.
2911 + if test "${enable_silent_rules+set}" = set; then :
2912 +  enableval=$enable_silent_rules;
2913 + fi
2914 +
2915 + case $enable_silent_rules in # (((
2916 +  yes) AM_DEFAULT_VERBOSITY=0;;
2917 +   no) AM_DEFAULT_VERBOSITY=1;;
2918 +    *) AM_DEFAULT_VERBOSITY=1;;
2919 + esac
2920 + am_make=${MAKE-make}
2921 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2922 + $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2923 + if ${am_cv_make_support_nested_variables+:} false; then :
2924 +  $as_echo_n "(cached) " >&6
2925 + else
2926 +  if $as_echo 'TRUE=$(BAR$(V))
2927 + BAR0=false
2928 + BAR1=true
2929 + V=1
2930 + am__doit:
2931 +        @$(TRUE)
2932 + .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2933 +  am_cv_make_support_nested_variables=yes
2934 + else
2935 +  am_cv_make_support_nested_variables=no
2936 + fi
2937 + fi
2938 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2939 + $as_echo "$am_cv_make_support_nested_variables" >&6; }
2940 + if test $am_cv_make_support_nested_variables = yes; then
2941 +    AM_V='$(V)'
2942 +  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2943 + else
2944 +  AM_V=$AM_DEFAULT_VERBOSITY
2945 +  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2946 + fi
2947 + AM_BACKSLASH='\'
2948 +
2949   if test "`cd $srcdir && pwd`" != "`pwd`"; then
2950    # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2951    # is not polluted with repeated "-I."
# Line 2909 | Line 2968 | fi
2968  
2969   # Define the identity of the package.
2970   PACKAGE='ircd-hybrid'
2971 < VERSION='8beta1'
2971 > VERSION='TRUNK'
2972  
2973  
2974   cat >>confdefs.h <<_ACEOF
# Line 2937 | Line 2996 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
2996  
2997   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2998  
2999 + # For better backward compatibility.  To be removed once Automake 1.9.x
3000 + # dies out for good.  For more background, see:
3001 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3002 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3003 + mkdir_p='$(MKDIR_P)'
3004 +
3005   # We need awk for the "check" target.  The system "awk" is bad on
3006   # some platforms.
3007   # Always define AMTAR for backward compatibility.  Yes, it's still used
3008   # in the wild :-(  We should find a proper way to deprecate it ...
3009   AMTAR='$${TAR-tar}'
3010  
3011 +
3012 + # We'll loop over all known methods to create a tar archive until one works.
3013 + _am_tools='gnutar  pax cpio none'
3014 +
3015   am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3016  
3017  
# Line 2950 | Line 3019 | am__tar='$${TAR-tar} chof - "$$tardir"'
3019  
3020  
3021  
3022 +
3023   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3024   $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
3025      # Check whether --enable-maintainer-mode was given.
# Line 2996 | Line 3066 | am__quote=
3066   _am_result=none
3067   # First try GNU make style include.
3068   echo "include confinc" > confmf
3069 < # Ignore all kinds of additional output from `make'.
3069 > # Ignore all kinds of additional output from 'make'.
3070   case `$am_make -s -f confmf 2> /dev/null` in #(
3071   *the\ am__doit\ target*)
3072    am__include=include
# Line 3062 | Line 3132 | do
3132    IFS=$as_save_IFS
3133    test -z "$as_dir" && as_dir=.
3134      for ac_exec_ext in '' $ac_executable_extensions; do
3135 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3135 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3136      ac_cv_prog_CC="${ac_tool_prefix}gcc"
3137      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3138      break 2
# Line 3102 | Line 3172 | do
3172    IFS=$as_save_IFS
3173    test -z "$as_dir" && as_dir=.
3174      for ac_exec_ext in '' $ac_executable_extensions; do
3175 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3175 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3176      ac_cv_prog_ac_ct_CC="gcc"
3177      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3178      break 2
# Line 3155 | Line 3225 | do
3225    IFS=$as_save_IFS
3226    test -z "$as_dir" && as_dir=.
3227      for ac_exec_ext in '' $ac_executable_extensions; do
3228 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3228 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3229      ac_cv_prog_CC="${ac_tool_prefix}cc"
3230      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3231      break 2
# Line 3196 | Line 3266 | do
3266    IFS=$as_save_IFS
3267    test -z "$as_dir" && as_dir=.
3268      for ac_exec_ext in '' $ac_executable_extensions; do
3269 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3269 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3270      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3271         ac_prog_rejected=yes
3272         continue
# Line 3254 | Line 3324 | do
3324    IFS=$as_save_IFS
3325    test -z "$as_dir" && as_dir=.
3326      for ac_exec_ext in '' $ac_executable_extensions; do
3327 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3327 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3328      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3329      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3330      break 2
# Line 3298 | Line 3368 | do
3368    IFS=$as_save_IFS
3369    test -z "$as_dir" && as_dir=.
3370      for ac_exec_ext in '' $ac_executable_extensions; do
3371 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3371 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3372      ac_cv_prog_ac_ct_CC="$ac_prog"
3373      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3374      break 2
# Line 3744 | Line 3814 | cat confdefs.h - <<_ACEOF >conftest.$ac_
3814   /* end confdefs.h.  */
3815   #include <stdarg.h>
3816   #include <stdio.h>
3817 < #include <sys/types.h>
3748 < #include <sys/stat.h>
3817 > struct stat;
3818   /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3819   struct buf { int x; };
3820   FILE * (*rcsopen) (struct buf *, struct stat *, int);
# Line 3841 | Line 3910 | else
3910    # We make a subdir and do the tests there.  Otherwise we can end up
3911    # making bogus files that we don't know about and never remove.  For
3912    # instance it was reported that on HP-UX the gcc test will end up
3913 <  # making a dummy file named `D' -- because `-MD' means `put the output
3914 <  # in D'.
3913 >  # making a dummy file named 'D' -- because '-MD' means "put the output
3914 >  # in D".
3915    rm -rf conftest.dir
3916    mkdir conftest.dir
3917    # Copy depcomp to subdir because otherwise we won't find it if we're
# Line 3877 | Line 3946 | else
3946      : > sub/conftest.c
3947      for i in 1 2 3 4 5 6; do
3948        echo '#include "conftst'$i'.h"' >> sub/conftest.c
3949 <      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3950 <      # Solaris 8's {/usr,}/bin/sh.
3951 <      touch sub/conftst$i.h
3949 >      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3950 >      # Solaris 10 /bin/sh.
3951 >      echo '/* dummy */' > sub/conftst$i.h
3952      done
3953      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3954  
3955 <    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3955 >    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3956      # mode.  It turns out that the SunPro C++ compiler does not properly
3957 <    # handle `-M -o', and we need to detect this.  Also, some Intel
3958 <    # versions had trouble with output in subdirs
3957 >    # handle '-M -o', and we need to detect this.  Also, some Intel
3958 >    # versions had trouble with output in subdirs.
3959      am__obj=sub/conftest.${OBJEXT-o}
3960      am__minus_obj="-o $am__obj"
3961      case $depmode in
# Line 3895 | Line 3964 | else
3964        test "$am__universal" = false || continue
3965        ;;
3966      nosideeffect)
3967 <      # after this tag, mechanisms are not by side-effect, so they'll
3968 <      # only be used when explicitly requested
3967 >      # After this tag, mechanisms are not by side-effect, so they'll
3968 >      # only be used when explicitly requested.
3969        if test "x$enable_dependency_tracking" = xyes; then
3970          continue
3971        else
# Line 3904 | Line 3973 | else
3973        fi
3974        ;;
3975      msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3976 <      # This compiler won't grok `-c -o', but also, the minuso test has
3976 >      # This compiler won't grok '-c -o', but also, the minuso test has
3977        # not run yet.  These depmodes are late enough in the game, and
3978        # so weak that their functioning should not be impacted.
3979        am__obj=conftest.${OBJEXT-o}
# Line 4104 | Line 4173 | main ()
4173    return 0;
4174   }
4175   _ACEOF
4176 < for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4176 > for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
4177   do
4178    CC="$ac_save_CC $ac_arg"
4179    if ac_fn_c_try_compile "$LINENO"; then :
# Line 4156 | Line 4225 | do
4225    IFS=$as_save_IFS
4226    test -z "$as_dir" && as_dir=.
4227      for ac_exec_ext in '' $ac_executable_extensions; do
4228 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4228 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4229      ac_cv_prog_YACC="$ac_prog"
4230      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4231      break 2
# Line 4200 | Line 4269 | do
4269    IFS=$as_save_IFS
4270    test -z "$as_dir" && as_dir=.
4271      for ac_exec_ext in '' $ac_executable_extensions; do
4272 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4272 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4273      ac_cv_prog_LEX="$ac_prog"
4274      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4275      break 2
# Line 4232 | Line 4301 | a { ECHO; }
4301   b { REJECT; }
4302   c { yymore (); }
4303   d { yyless (1); }
4304 < e { yyless (input () != 0); }
4304 > e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
4305 >    yyless ((input () != 0)); }
4306   f { unput (yytext[0]); }
4307   . { BEGIN INITIAL; }
4308   %%
# Line 4540 | Line 4610 | do
4610      for ac_prog in sed gsed; do
4611      for ac_exec_ext in '' $ac_executable_extensions; do
4612        ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4613 <      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4613 >      as_fn_executable_p "$ac_path_SED" || continue
4614   # Check for GNU ac_path_SED and select it if it is found.
4615    # Check for GNU $ac_path_SED
4616   case `"$ac_path_SED" --version 2>&1` in
# Line 4616 | Line 4686 | do
4686      for ac_prog in grep ggrep; do
4687      for ac_exec_ext in '' $ac_executable_extensions; do
4688        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4689 <      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4689 >      as_fn_executable_p "$ac_path_GREP" || continue
4690   # Check for GNU ac_path_GREP and select it if it is found.
4691    # Check for GNU $ac_path_GREP
4692   case `"$ac_path_GREP" --version 2>&1` in
# Line 4682 | Line 4752 | do
4752      for ac_prog in egrep; do
4753      for ac_exec_ext in '' $ac_executable_extensions; do
4754        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4755 <      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4755 >      as_fn_executable_p "$ac_path_EGREP" || continue
4756   # Check for GNU ac_path_EGREP and select it if it is found.
4757    # Check for GNU $ac_path_EGREP
4758   case `"$ac_path_EGREP" --version 2>&1` in
# Line 4749 | Line 4819 | do
4819      for ac_prog in fgrep; do
4820      for ac_exec_ext in '' $ac_executable_extensions; do
4821        ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4822 <      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4822 >      as_fn_executable_p "$ac_path_FGREP" || continue
4823   # Check for GNU ac_path_FGREP and select it if it is found.
4824    # Check for GNU $ac_path_FGREP
4825   case `"$ac_path_FGREP" --version 2>&1` in
# Line 5005 | Line 5075 | do
5075    IFS=$as_save_IFS
5076    test -z "$as_dir" && as_dir=.
5077      for ac_exec_ext in '' $ac_executable_extensions; do
5078 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5078 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5079      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5080      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5081      break 2
# Line 5049 | Line 5119 | do
5119    IFS=$as_save_IFS
5120    test -z "$as_dir" && as_dir=.
5121      for ac_exec_ext in '' $ac_executable_extensions; do
5122 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5122 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5123      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5124      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5125      break 2
# Line 5473 | Line 5543 | do
5543    IFS=$as_save_IFS
5544    test -z "$as_dir" && as_dir=.
5545      for ac_exec_ext in '' $ac_executable_extensions; do
5546 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5546 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5547      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5548      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5549      break 2
# Line 5513 | Line 5583 | do
5583    IFS=$as_save_IFS
5584    test -z "$as_dir" && as_dir=.
5585      for ac_exec_ext in '' $ac_executable_extensions; do
5586 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5586 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5587      ac_cv_prog_ac_ct_OBJDUMP="objdump"
5588      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5589      break 2
# Line 5819 | Line 5889 | do
5889    IFS=$as_save_IFS
5890    test -z "$as_dir" && as_dir=.
5891      for ac_exec_ext in '' $ac_executable_extensions; do
5892 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5892 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5893      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5894      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5895      break 2
# Line 5859 | Line 5929 | do
5929    IFS=$as_save_IFS
5930    test -z "$as_dir" && as_dir=.
5931      for ac_exec_ext in '' $ac_executable_extensions; do
5932 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5932 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5933      ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5934      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5935      break 2
# Line 5962 | Line 6032 | do
6032    IFS=$as_save_IFS
6033    test -z "$as_dir" && as_dir=.
6034      for ac_exec_ext in '' $ac_executable_extensions; do
6035 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6035 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6036      ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6037      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6038      break 2
# Line 6006 | Line 6076 | do
6076    IFS=$as_save_IFS
6077    test -z "$as_dir" && as_dir=.
6078      for ac_exec_ext in '' $ac_executable_extensions; do
6079 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6079 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6080      ac_cv_prog_ac_ct_AR="$ac_prog"
6081      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6082      break 2
# Line 6131 | Line 6201 | do
6201    IFS=$as_save_IFS
6202    test -z "$as_dir" && as_dir=.
6203      for ac_exec_ext in '' $ac_executable_extensions; do
6204 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6204 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6205      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6206      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6207      break 2
# Line 6171 | Line 6241 | do
6241    IFS=$as_save_IFS
6242    test -z "$as_dir" && as_dir=.
6243      for ac_exec_ext in '' $ac_executable_extensions; do
6244 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6244 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6245      ac_cv_prog_ac_ct_STRIP="strip"
6246      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6247      break 2
# Line 6230 | Line 6300 | do
6300    IFS=$as_save_IFS
6301    test -z "$as_dir" && as_dir=.
6302      for ac_exec_ext in '' $ac_executable_extensions; do
6303 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6303 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6304      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6305      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6306      break 2
# Line 6270 | Line 6340 | do
6340    IFS=$as_save_IFS
6341    test -z "$as_dir" && as_dir=.
6342      for ac_exec_ext in '' $ac_executable_extensions; do
6343 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6343 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6344      ac_cv_prog_ac_ct_RANLIB="ranlib"
6345      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6346      break 2
# Line 6919 | Line 6989 | do
6989    IFS=$as_save_IFS
6990    test -z "$as_dir" && as_dir=.
6991      for ac_exec_ext in '' $ac_executable_extensions; do
6992 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6992 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6993      ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6994      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6995      break 2
# Line 6959 | Line 7029 | do
7029    IFS=$as_save_IFS
7030    test -z "$as_dir" && as_dir=.
7031      for ac_exec_ext in '' $ac_executable_extensions; do
7032 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7032 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7033      ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7034      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7035      break 2
# Line 7039 | Line 7109 | do
7109    IFS=$as_save_IFS
7110    test -z "$as_dir" && as_dir=.
7111      for ac_exec_ext in '' $ac_executable_extensions; do
7112 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7112 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7113      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7114      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7115      break 2
# Line 7079 | Line 7149 | do
7149    IFS=$as_save_IFS
7150    test -z "$as_dir" && as_dir=.
7151      for ac_exec_ext in '' $ac_executable_extensions; do
7152 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7152 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7153      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7154      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7155      break 2
# Line 7131 | Line 7201 | do
7201    IFS=$as_save_IFS
7202    test -z "$as_dir" && as_dir=.
7203      for ac_exec_ext in '' $ac_executable_extensions; do
7204 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7204 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7205      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7206      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7207      break 2
# Line 7171 | Line 7241 | do
7241    IFS=$as_save_IFS
7242    test -z "$as_dir" && as_dir=.
7243      for ac_exec_ext in '' $ac_executable_extensions; do
7244 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7244 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7245      ac_cv_prog_ac_ct_NMEDIT="nmedit"
7246      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7247      break 2
# Line 7223 | Line 7293 | do
7293    IFS=$as_save_IFS
7294    test -z "$as_dir" && as_dir=.
7295      for ac_exec_ext in '' $ac_executable_extensions; do
7296 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7296 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7297      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7298      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7299      break 2
# Line 7263 | Line 7333 | do
7333    IFS=$as_save_IFS
7334    test -z "$as_dir" && as_dir=.
7335      for ac_exec_ext in '' $ac_executable_extensions; do
7336 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7336 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7337      ac_cv_prog_ac_ct_LIPO="lipo"
7338      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7339      break 2
# Line 7315 | Line 7385 | do
7385    IFS=$as_save_IFS
7386    test -z "$as_dir" && as_dir=.
7387      for ac_exec_ext in '' $ac_executable_extensions; do
7388 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7388 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7389      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7390      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7391      break 2
# Line 7355 | Line 7425 | do
7425    IFS=$as_save_IFS
7426    test -z "$as_dir" && as_dir=.
7427      for ac_exec_ext in '' $ac_executable_extensions; do
7428 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7428 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7429      ac_cv_prog_ac_ct_OTOOL="otool"
7430      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7431      break 2
# Line 7407 | Line 7477 | do
7477    IFS=$as_save_IFS
7478    test -z "$as_dir" && as_dir=.
7479      for ac_exec_ext in '' $ac_executable_extensions; do
7480 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7480 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7481      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7482      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7483      break 2
# Line 7447 | Line 7517 | do
7517    IFS=$as_save_IFS
7518    test -z "$as_dir" && as_dir=.
7519      for ac_exec_ext in '' $ac_executable_extensions; do
7520 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7520 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7521      ac_cv_prog_ac_ct_OTOOL64="otool64"
7522      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7523      break 2
# Line 13002 | Line 13072 | LIBTOOL="$LIBTOOL --silent"
13072  
13073   # Checks for libraries.
13074  
13075 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13076 < $as_echo_n "checking for library containing socket... " >&6; }
13077 < if ${ac_cv_search_socket+:} false; then :
13075 >  ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13076 > if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13077 >
13078 > else
13079 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
13080 > $as_echo_n "checking for library containing getaddrinfo... " >&6; }
13081 > if ${ac_cv_search_getaddrinfo+:} false; then :
13082    $as_echo_n "(cached) " >&6
13083   else
13084    ac_func_search_save_LIBS=$LIBS
# Line 13017 | Line 13091 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13091   #ifdef __cplusplus
13092   extern "C"
13093   #endif
13094 < char socket ();
13094 > char getaddrinfo ();
13095   int
13096   main ()
13097   {
13098 < return socket ();
13098 > return getaddrinfo ();
13099    ;
13100    return 0;
13101   }
13102   _ACEOF
13103 < for ac_lib in '' socket; do
13103 > for ac_lib in '' nsl; do
13104    if test -z "$ac_lib"; then
13105      ac_res="none required"
13106    else
# Line 13034 | Line 13108 | for ac_lib in '' socket; do
13108      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13109    fi
13110    if ac_fn_c_try_link "$LINENO"; then :
13111 <  ac_cv_search_socket=$ac_res
13111 >  ac_cv_search_getaddrinfo=$ac_res
13112   fi
13113   rm -f core conftest.err conftest.$ac_objext \
13114      conftest$ac_exeext
13115 <  if ${ac_cv_search_socket+:} false; then :
13115 >  if ${ac_cv_search_getaddrinfo+:} false; then :
13116    break
13117   fi
13118   done
13119 < if ${ac_cv_search_socket+:} false; then :
13119 > if ${ac_cv_search_getaddrinfo+:} false; then :
13120  
13121   else
13122 <  ac_cv_search_socket=no
13122 >  ac_cv_search_getaddrinfo=no
13123   fi
13124   rm conftest.$ac_ext
13125   LIBS=$ac_func_search_save_LIBS
13126   fi
13127 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13128 < $as_echo "$ac_cv_search_socket" >&6; }
13129 < ac_res=$ac_cv_search_socket
13127 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
13128 > $as_echo "$ac_cv_search_getaddrinfo" >&6; }
13129 > ac_res=$ac_cv_search_getaddrinfo
13130   if test "$ac_res" != no; then :
13131    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13132  
13059 else
13060  as_fn_error $? "socket library not found" "$LINENO" 5
13133   fi
13134  
13135 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5
13136 < $as_echo_n "checking for library containing inet_ntoa... " >&6; }
13137 < if ${ac_cv_search_inet_ntoa+:} false; then :
13135 > fi
13136 >
13137 >  ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
13138 > if test "x$ac_cv_func_getnameinfo" = xyes; then :
13139 >
13140 > else
13141 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
13142 > $as_echo_n "checking for library containing getnameinfo... " >&6; }
13143 > if ${ac_cv_search_getnameinfo+:} false; then :
13144    $as_echo_n "(cached) " >&6
13145   else
13146    ac_func_search_save_LIBS=$LIBS
# Line 13075 | Line 13153 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13153   #ifdef __cplusplus
13154   extern "C"
13155   #endif
13156 < char inet_ntoa ();
13156 > char getnameinfo ();
13157   int
13158   main ()
13159   {
13160 < return inet_ntoa ();
13160 > return getnameinfo ();
13161    ;
13162    return 0;
13163   }
# Line 13092 | Line 13170 | for ac_lib in '' nsl; do
13170      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13171    fi
13172    if ac_fn_c_try_link "$LINENO"; then :
13173 <  ac_cv_search_inet_ntoa=$ac_res
13173 >  ac_cv_search_getnameinfo=$ac_res
13174   fi
13175   rm -f core conftest.err conftest.$ac_objext \
13176      conftest$ac_exeext
13177 <  if ${ac_cv_search_inet_ntoa+:} false; then :
13177 >  if ${ac_cv_search_getnameinfo+:} false; then :
13178    break
13179   fi
13180   done
13181 < if ${ac_cv_search_inet_ntoa+:} false; then :
13181 > if ${ac_cv_search_getnameinfo+:} false; then :
13182  
13183   else
13184 <  ac_cv_search_inet_ntoa=no
13184 >  ac_cv_search_getnameinfo=no
13185   fi
13186   rm conftest.$ac_ext
13187   LIBS=$ac_func_search_save_LIBS
13188   fi
13189 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5
13190 < $as_echo "$ac_cv_search_inet_ntoa" >&6; }
13191 < ac_res=$ac_cv_search_inet_ntoa
13189 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
13190 > $as_echo "$ac_cv_search_getnameinfo" >&6; }
13191 > ac_res=$ac_cv_search_getnameinfo
13192   if test "$ac_res" != no; then :
13193    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13194  
13195   fi
13196  
13197 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13198 < $as_echo_n "checking for library containing inet_aton... " >&6; }
13199 < if ${ac_cv_search_inet_aton+:} false; then :
13197 > fi
13198 >
13199 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13200 > $as_echo_n "checking for library containing socket... " >&6; }
13201 > if ${ac_cv_search_socket+:} false; then :
13202    $as_echo_n "(cached) " >&6
13203   else
13204    ac_func_search_save_LIBS=$LIBS
# Line 13131 | Line 13211 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13211   #ifdef __cplusplus
13212   extern "C"
13213   #endif
13214 < char inet_aton ();
13214 > char socket ();
13215   int
13216   main ()
13217   {
13218 < return inet_aton ();
13218 > return socket ();
13219    ;
13220    return 0;
13221   }
13222   _ACEOF
13223 < for ac_lib in '' resolv; do
13223 > for ac_lib in '' socket; do
13224    if test -z "$ac_lib"; then
13225      ac_res="none required"
13226    else
# Line 13148 | Line 13228 | for ac_lib in '' resolv; do
13228      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13229    fi
13230    if ac_fn_c_try_link "$LINENO"; then :
13231 <  ac_cv_search_inet_aton=$ac_res
13231 >  ac_cv_search_socket=$ac_res
13232   fi
13233   rm -f core conftest.err conftest.$ac_objext \
13234      conftest$ac_exeext
13235 <  if ${ac_cv_search_inet_aton+:} false; then :
13235 >  if ${ac_cv_search_socket+:} false; then :
13236    break
13237   fi
13238   done
13239 < if ${ac_cv_search_inet_aton+:} false; then :
13239 > if ${ac_cv_search_socket+:} false; then :
13240  
13241   else
13242 <  ac_cv_search_inet_aton=no
13242 >  ac_cv_search_socket=no
13243   fi
13244   rm conftest.$ac_ext
13245   LIBS=$ac_func_search_save_LIBS
13246   fi
13247 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13248 < $as_echo "$ac_cv_search_inet_aton" >&6; }
13249 < ac_res=$ac_cv_search_inet_aton
13247 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13248 > $as_echo "$ac_cv_search_socket" >&6; }
13249 > ac_res=$ac_cv_search_socket
13250   if test "$ac_res" != no; then :
13251    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13252  
13253 + else
13254 +  as_fn_error $? "socket library not found" "$LINENO" 5
13255   fi
13256  
13175  for ac_func in inet_aton inet_ntop inet_pton
13176 do :
13177  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13178 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13179 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13180  cat >>confdefs.h <<_ACEOF
13181 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13182 _ACEOF
13183
13184 fi
13185 done
13186
13257    ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h>
13258     #include <sys/socket.h>
13259     #include <netdb.h>
# Line 13500 | Line 13570 | done
13570  
13571  
13572  
13503
13504
13573   # Checks for header files.
13574  
13575  
# Line 13593 | Line 13661 | if test "$ac_res" != no; then :
13661   fi
13662  
13663  
13664 <
13665 <
13666 < # Check whether --with-libpcre-path was given.
13667 < if test "${with_libpcre_path+set}" = set; then :
13668 <  withval=$with_libpcre_path; LDFLAGS="-L$withval $LDFLAGS"
13669 < fi
13670 <
13671 <
13672 < # Check whether --enable-libpcre was given.
13605 < if test "${enable_libpcre+set}" = set; then :
13606 <  enableval=$enable_libpcre; libpcre=$enableval
13607 < else
13608 <  libpcre=yes
13609 < fi
13610 <
13611 <
13612 < if test "$libpcre" = "yes"; then :
13613 <
13614 <  ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
13615 < if test "x$ac_cv_header_pcre_h" = xyes; then :
13616 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5
13617 < $as_echo_n "checking for pcre_study in -lpcre... " >&6; }
13618 < if ${ac_cv_lib_pcre_pcre_study+:} false; then :
13664 > # Check whether --enable-libGeoIP was given.
13665 > if test "${enable_libGeoIP+set}" = set; then :
13666 >  enableval=$enable_libGeoIP;
13667 > else
13668 >  ac_fn_c_check_header_mongrel "$LINENO" "GeoIP.h" "ac_cv_header_GeoIP_h" "$ac_includes_default"
13669 > if test "x$ac_cv_header_GeoIP_h" = xyes; then :
13670 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing GeoIP_id_by_ipnum_v6_gl" >&5
13671 > $as_echo_n "checking for library containing GeoIP_id_by_ipnum_v6_gl... " >&6; }
13672 > if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
13673    $as_echo_n "(cached) " >&6
13674   else
13675 <  ac_check_lib_save_LIBS=$LIBS
13622 < LIBS="-lpcre  $LIBS"
13675 >  ac_func_search_save_LIBS=$LIBS
13676   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13677   /* end confdefs.h.  */
13678  
# Line 13629 | Line 13682 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13682   #ifdef __cplusplus
13683   extern "C"
13684   #endif
13685 < char pcre_study ();
13685 > char GeoIP_id_by_ipnum_v6_gl ();
13686   int
13687   main ()
13688   {
13689 < return pcre_study ();
13689 > return GeoIP_id_by_ipnum_v6_gl ();
13690    ;
13691    return 0;
13692   }
13693   _ACEOF
13694 < if ac_fn_c_try_link "$LINENO"; then :
13695 <  ac_cv_lib_pcre_pcre_study=yes
13696 < else
13697 <  ac_cv_lib_pcre_pcre_study=no
13694 > for ac_lib in '' GeoIP; do
13695 >  if test -z "$ac_lib"; then
13696 >    ac_res="none required"
13697 >  else
13698 >    ac_res=-l$ac_lib
13699 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13700 >  fi
13701 >  if ac_fn_c_try_link "$LINENO"; then :
13702 >  ac_cv_search_GeoIP_id_by_ipnum_v6_gl=$ac_res
13703   fi
13704   rm -f core conftest.err conftest.$ac_objext \
13705 <    conftest$ac_exeext conftest.$ac_ext
13706 < LIBS=$ac_check_lib_save_LIBS
13705 >    conftest$ac_exeext
13706 >  if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
13707 >  break
13708   fi
13709 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5
13710 < $as_echo "$ac_cv_lib_pcre_pcre_study" >&6; }
13652 < if test "x$ac_cv_lib_pcre_pcre_study" = xyes; then :
13653 <
13654 <      LIBS="-lpcre $LIBS"
13655 <
13656 < $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13657 <
13709 > done
13710 > if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
13711  
13712   else
13713 <  libpcre=no
13713 >  ac_cv_search_GeoIP_id_by_ipnum_v6_gl=no
13714   fi
13715 + rm conftest.$ac_ext
13716 + LIBS=$ac_func_search_save_LIBS
13717 + fi
13718 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_GeoIP_id_by_ipnum_v6_gl" >&5
13719 + $as_echo "$ac_cv_search_GeoIP_id_by_ipnum_v6_gl" >&6; }
13720 + ac_res=$ac_cv_search_GeoIP_id_by_ipnum_v6_gl
13721 + if test "$ac_res" != no; then :
13722 +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13723  
13724 + $as_echo "#define HAVE_LIBGEOIP 1" >>confdefs.h
13725  
13664 else
13665  libpcre=no
13726   fi
13727  
13728 + fi
13729  
13730  
13731   fi
13671 if test "$libpcre" = yes; then
13672  ENABLE_PCRE_TRUE=
13673  ENABLE_PCRE_FALSE='#'
13674 else
13675  ENABLE_PCRE_TRUE='#'
13676  ENABLE_PCRE_FALSE=
13677 fi
13678
13732  
13733  
13734   # Check whether --enable-openssl was given.
# Line 13732 | Line 13785 | $as_echo "disabled" >&6; }
13785   fi
13786  
13787   if test "$cf_enable_openssl" != "no"; then :
13788 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
13789 < $as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
13788 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8s or above" >&5
13789 > $as_echo_n "checking for OpenSSL 0.9.8s or above... " >&6; }
13790    if test "$cross_compiling" = yes; then :
13791    cf_openssl_version_ok=no
13792   else
# Line 13746 | Line 13799 | else
13799   int
13800   main ()
13801   {
13802 < exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
13802 > exit(!(OPENSSL_VERSION_NUMBER >= 0x0090813f));
13803    ;
13804    return 0;
13805   }
# Line 13765 | Line 13818 | fi
13818    { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
13819   $as_echo "found" >&6; }
13820  
13821 <    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13822 < $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13823 < if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13821 >    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13822 > $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13823 > if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13824    $as_echo_n "(cached) " >&6
13825   else
13826    ac_check_lib_save_LIBS=$LIBS
13827 < LIBS="-lssl  $LIBS"
13827 > LIBS="-lcrypto  $LIBS"
13828   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13829   /* end confdefs.h.  */
13830  
# Line 13781 | Line 13834 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13834   #ifdef __cplusplus
13835   extern "C"
13836   #endif
13837 < char SSL_connect ();
13837 > char RSA_free ();
13838   int
13839   main ()
13840   {
13841 < return SSL_connect ();
13841 > return RSA_free ();
13842    ;
13843    return 0;
13844   }
13845   _ACEOF
13846   if ac_fn_c_try_link "$LINENO"; then :
13847 <  ac_cv_lib_ssl_SSL_connect=yes
13847 >  ac_cv_lib_crypto_RSA_free=yes
13848   else
13849 <  ac_cv_lib_ssl_SSL_connect=no
13849 >  ac_cv_lib_crypto_RSA_free=no
13850   fi
13851   rm -f core conftest.err conftest.$ac_objext \
13852      conftest$ac_exeext conftest.$ac_ext
13853   LIBS=$ac_check_lib_save_LIBS
13854   fi
13855 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13856 < $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13857 < if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13855 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
13856 > $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
13857 > if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
13858    cat >>confdefs.h <<_ACEOF
13859 < #define HAVE_LIBSSL 1
13859 > #define HAVE_LIBCRYPTO 1
13860   _ACEOF
13861  
13862 <  LIBS="-lssl $LIBS"
13862 >  LIBS="-lcrypto $LIBS"
13863  
13864   fi
13865  
13866 <    if test "$ac_cv_lib_ssl_SSL_connect" = "yes"; then :
13867 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13868 < $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13869 < if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13866 >    if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13867 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13868 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13869 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13870    $as_echo_n "(cached) " >&6
13871   else
13872    ac_check_lib_save_LIBS=$LIBS
13873 < LIBS="-lcrypto  $LIBS"
13873 > LIBS="-lssl  $LIBS"
13874   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13875   /* end confdefs.h.  */
13876  
# Line 13827 | Line 13880 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13880   #ifdef __cplusplus
13881   extern "C"
13882   #endif
13883 < char RSA_free ();
13883 > char SSL_connect ();
13884   int
13885   main ()
13886   {
13887 < return RSA_free ();
13887 > return SSL_connect ();
13888    ;
13889    return 0;
13890   }
13891   _ACEOF
13892   if ac_fn_c_try_link "$LINENO"; then :
13893 <  ac_cv_lib_crypto_RSA_free=yes
13893 >  ac_cv_lib_ssl_SSL_connect=yes
13894   else
13895 <  ac_cv_lib_crypto_RSA_free=no
13895 >  ac_cv_lib_ssl_SSL_connect=no
13896   fi
13897   rm -f core conftest.err conftest.$ac_objext \
13898      conftest$ac_exeext conftest.$ac_ext
13899   LIBS=$ac_check_lib_save_LIBS
13900   fi
13901 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5
13902 < $as_echo "$ac_cv_lib_crypto_RSA_free" >&6; }
13903 < if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then :
13901 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13902 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13903 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13904    cat >>confdefs.h <<_ACEOF
13905 < #define HAVE_LIBCRYPTO 1
13905 > #define HAVE_LIBSSL 1
13906   _ACEOF
13907  
13908 <  LIBS="-lcrypto $LIBS"
13908 >  LIBS="-lssl $LIBS"
13909  
13910   fi
13911  
# Line 13865 | Line 13918 | $as_echo "no - OpenSSL support disabled"
13918   fi
13919   fi
13920  
13921 < if test "$ac_cv_lib_crypto_RSA_free" = yes; then
13921 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
13922    ENABLE_SSL_TRUE=
13923    ENABLE_SSL_FALSE='#'
13924   else
# Line 13890 | Line 13943 | $as_echo "#define NDEBUG 1" >>confdefs.h
13943   fi
13944  
13945  
13946 < # Check whether --enable-small-net was given.
13894 < if test "${enable_small_net+set}" = set; then :
13895 <  enableval=$enable_small_net; small_net=$enableval
13896 < else
13897 <  small_net=no
13898 < fi
13899 <
13900 <
13901 < if test "$small_net" = "yes"; then :
13902 <
13903 <
13904 < $as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h
13905 <
13906 <
13907 < $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
13908 <
13909 <
13910 < $as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h
13946 > $as_echo "#define NICKNAMEHISTORYLENGTH 32768" >>confdefs.h
13947  
13948  
13949 < $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
13949 > $as_echo "#define MP_CHUNK_SIZE_CHANNEL 1024*1024" >>confdefs.h
13950  
13951  
13952 < $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
13952 > $as_echo "#define MP_CHUNK_SIZE_MEMBER 2048*1024" >>confdefs.h
13953  
13954  
13955 < $as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h
13955 > $as_echo "#define MP_CHUNK_SIZE_BAN 1024*1024" >>confdefs.h
13956  
13957  
13958 < $as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h
13923 <
13924 <
13925 < $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
13926 <
13927 <
13928 < $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
13929 <
13930 <
13931 < $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
13932 <
13933 < else
13934 <
13958 > $as_echo "#define MP_CHUNK_SIZE_CLIENT 1024*1024" >>confdefs.h
13959  
13960  
13961 < $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h
13961 > $as_echo "#define MP_CHUNK_SIZE_LCLIENT 512*1024" >>confdefs.h
13962  
13963  
13964 < $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
13964 > $as_echo "#define MP_CHUNK_SIZE_DNODE 32*1024" >>confdefs.h
13965  
13966  
13967 < $as_echo "#define BAN_HEAP_SIZE 1024" >>confdefs.h
13967 > $as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h
13968  
13969  
13970 < $as_echo "#define CLIENT_HEAP_SIZE 1024" >>confdefs.h
13970 > $as_echo "#define MP_CHUNK_SIZE_AUTH 128*1024" >>confdefs.h
13971  
13972  
13973 < $as_echo "#define LCLIENT_HEAP_SIZE 512" >>confdefs.h
13973 > $as_echo "#define MP_CHUNK_SIZE_DNS 64*1024" >>confdefs.h
13974  
13975  
13976 < $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
13976 > $as_echo "#define MP_CHUNK_SIZE_WATCH 8*1024" >>confdefs.h
13977  
13978  
13979 < $as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h
13979 > $as_echo "#define MP_CHUNK_SIZE_NAMEHOST 64*1024" >>confdefs.h
13980  
13981  
13982 < $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
13982 > $as_echo "#define MP_CHUNK_SIZE_USERHOST 128*1024" >>confdefs.h
13983  
13984  
13985 < $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
13962 <
13963 <
13964 < $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
13965 <
13966 < fi
13985 > $as_echo "#define MP_CHUNK_SIZE_IP_ENTRY 128*1024" >>confdefs.h
13986  
13987  
13988   # Argument processing.
# Line 13984 | Line 14003 | if test "${enable_devpoll+set}" = set; t
14003    enableval=$enable_devpoll; desired_iopoll_mechanism="devpoll"
14004   fi
14005  
13987  # Check whether --enable-rtsigio was given.
13988 if test "${enable_rtsigio+set}" = set; then :
13989  enableval=$enable_rtsigio; desired_iopoll_mechanism="rtsigio"
13990 fi
13991
14006    # Check whether --enable-poll was given.
14007   if test "${enable_poll+set}" = set; then :
14008    enableval=$enable_poll; desired_iopoll_mechanism="poll"
# Line 14172 | Line 14186 | rm -f core conftest.err conftest.$ac_obj
14186   $as_echo "#define HAVE_SYS_DEVPOLL_H 1" >>confdefs.h
14187  
14188    fi
14189 <      iopoll_mechanism_rtsigio=4
14176 <
14177 < cat >>confdefs.h <<_ACEOF
14178 < #define __IOPOLL_MECHANISM_RTSIGIO $iopoll_mechanism_rtsigio
14179 < _ACEOF
14180 <
14181 <  if test "$cross_compiling" = yes; then :
14182 <  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14183 < $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14184 < as_fn_error $? "cannot run test program while cross compiling
14185 < See \`config.log' for more details" "$LINENO" 5; }
14186 < else
14187 <  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14188 < /* end confdefs.h.  */
14189 <
14190 < #define _GNU_SOURCE
14191 < #include <fcntl.h>
14192 < static unsigned int have_f_setsig = 0;
14193 <
14194 < int
14195 < main ()
14196 < {
14197 <
14198 < #ifdef F_SETSIG
14199 <  have_f_setsig = 1;
14200 < #endif
14201 <  return have_f_setsig == 0;
14202 <
14203 <  ;
14204 <  return 0;
14205 < }
14206 < _ACEOF
14207 < if ac_fn_c_try_run "$LINENO"; then :
14208 <  is_rtsigio_mechanism_available="yes"
14209 < else
14210 <  is_rtsigio_mechanism_available="no"
14211 < fi
14212 < rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14213 <  conftest.$ac_objext conftest.beam conftest.$ac_ext
14214 < fi
14215 <
14216 <      iopoll_mechanism_poll=5
14189 >      iopoll_mechanism_poll=4
14190  
14191   cat >>confdefs.h <<_ACEOF
14192   #define __IOPOLL_MECHANISM_POLL $iopoll_mechanism_poll
# Line 14267 | Line 14240 | else
14240   fi
14241   rm -f core conftest.err conftest.$ac_objext \
14242      conftest$ac_exeext conftest.$ac_ext
14243 <      iopoll_mechanism_select=6
14243 >      iopoll_mechanism_select=5
14244  
14245   cat >>confdefs.h <<_ACEOF
14246   #define __IOPOLL_MECHANISM_SELECT $iopoll_mechanism_select
# Line 14322 | Line 14295 | fi
14295   rm -f core conftest.err conftest.$ac_objext \
14296      conftest$ac_exeext conftest.$ac_ext
14297        optimal_iopoll_mechanism="none"
14298 <  for mechanism in "kqueue" "epoll" "devpoll" "rtsigio" "poll" "select" ; do # order is important
14298 >  for mechanism in "kqueue" "epoll" "devpoll" "poll" "select" ; do # order is important
14299      eval "is_optimal_iopoll_mechanism_available=\$is_${mechanism}_mechanism_available"
14300      if test "$is_optimal_iopoll_mechanism_available" = "yes" ; then
14301        optimal_iopoll_mechanism="$mechanism"
# Line 14359 | Line 14332 | _ACEOF
14332  
14333  
14334  
14362
14363 # Check whether --with-nicklen was given.
14364 if test "${with_nicklen+set}" = set; then :
14365  withval=$with_nicklen; nicklen="$withval"
14366 else
14367  nicklen="9"
14368 fi
14369
14370
14371 cat >>confdefs.h <<_ACEOF
14372 #define NICKLEN ($nicklen+1)
14373 _ACEOF
14374
14375
14376
14377
14378 # Check whether --with-topiclen was given.
14379 if test "${with_topiclen+set}" = set; then :
14380  withval=$with_topiclen; topiclen="$withval"
14381 else
14382  topiclen="160"
14383 fi
14384
14385
14386 cat >>confdefs.h <<_ACEOF
14387 #define TOPICLEN ($topiclen)
14388 _ACEOF
14389
14390
14391
14392  # Check whether --enable-efnet was given.
14393 if test "${enable_efnet+set}" = set; then :
14394  enableval=$enable_efnet; efnet="$enableval"
14395 else
14396  efnet="no"
14397 fi
14398
14399  if test "$efnet" = "yes" ; then
14400                use_efnet="yes"
14401
14402 $as_echo "#define EFNET 1" >>confdefs.h
14403
14404        else
14405                use_efnet="no"
14406  fi
14407   if test "$use_efnet" = "yes"; then
14408  EFNET_TRUE=
14409  EFNET_FALSE='#'
14410 else
14411  EFNET_TRUE='#'
14412  EFNET_FALSE=
14413 fi
14414
14415
14416
14335    # Check whether --enable-halfops was given.
14336   if test "${enable_halfops+set}" = set; then :
14337    enableval=$enable_halfops; halfops="$enableval"
# Line 14436 | Line 14354 | else
14354   fi
14355  
14356    if test "$debugging" = "yes" ; then
14439
14440 $as_echo "#define DEBUG 1" >>confdefs.h
14441
14357      CFLAGS="-Wall -g -O0"
14443  else
14444
14445 $as_echo "#define NDEBUG 1" >>confdefs.h
14446
14358    fi
14359  
14360  
# Line 14545 | Line 14456 | _ACEOF
14456    test "$exec_prefix_NONE" && exec_prefix=NONE
14457  
14458  
14459 < 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"
14459 > ac_config_files="$ac_config_files Makefile src/Makefile libltdl/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile tools/Makefile"
14460  
14461  
14462   cat >confcache <<\_ACEOF
# Line 14657 | Line 14568 | LIBOBJS=$ac_libobjs
14568   LTLIBOBJS=$ac_ltlibobjs
14569  
14570  
14571 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14572 + $as_echo_n "checking that generated files are newer than configure... " >&6; }
14573 +   if test -n "$am_sleep_pid"; then
14574 +     # Hide warnings about reused PIDs.
14575 +     wait $am_sleep_pid 2>/dev/null
14576 +   fi
14577 +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14578 + $as_echo "done" >&6; }
14579   if test -n "$EXEEXT"; then
14580    am__EXEEXT_TRUE=
14581    am__EXEEXT_FALSE='#'
# Line 14703 | Line 14622 | LT_CONFIG_H=config.h
14622  
14623  
14624  
14706 if test -z "${ENABLE_PCRE_TRUE}" && test -z "${ENABLE_PCRE_FALSE}"; then
14707  as_fn_error $? "conditional \"ENABLE_PCRE\" was never defined.
14708 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14709 fi
14625   if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
14626    as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14627   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14628   fi
14714 if test -z "${EFNET_TRUE}" && test -z "${EFNET_FALSE}"; then
14715  as_fn_error $? "conditional \"EFNET\" was never defined.
14716 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14717 fi
14629  
14630   : "${CONFIG_STATUS=./config.status}"
14631   ac_write_fail=0
# Line 15013 | Line 14924 | if (echo >conf$$.file) 2>/dev/null; then
14924      # ... but there are two gotchas:
14925      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14926      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14927 <    # In both cases, we have to default to `cp -p'.
14927 >    # In both cases, we have to default to `cp -pR'.
14928      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14929 <      as_ln_s='cp -p'
14929 >      as_ln_s='cp -pR'
14930    elif ln conf$$.file conf$$ 2>/dev/null; then
14931      as_ln_s=ln
14932    else
14933 <    as_ln_s='cp -p'
14933 >    as_ln_s='cp -pR'
14934    fi
14935   else
14936 <  as_ln_s='cp -p'
14936 >  as_ln_s='cp -pR'
14937   fi
14938   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14939   rmdir conf$$.dir 2>/dev/null
# Line 15082 | Line 14993 | else
14993    as_mkdir_p=false
14994   fi
14995  
14996 < if test -x / >/dev/null 2>&1; then
14997 <  as_test_x='test -x'
14998 < else
14999 <  if ls -dL / >/dev/null 2>&1; then
15000 <    as_ls_L_option=L
15001 <  else
15002 <    as_ls_L_option=
15003 <  fi
15004 <  as_test_x='
15005 <    eval sh -c '\''
15095 <      if test -d "$1"; then
15096 <        test -d "$1/.";
15097 <      else
15098 <        case $1 in #(
15099 <        -*)set "./$1";;
15100 <        esac;
15101 <        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15102 <        ???[sx]*):;;*)false;;esac;fi
15103 <    '\'' sh
15104 <  '
15105 < fi
15106 < as_executable_p=$as_test_x
14996 >
14997 > # as_fn_executable_p FILE
14998 > # -----------------------
14999 > # Test if FILE is an executable regular file.
15000 > as_fn_executable_p ()
15001 > {
15002 >  test -f "$1" && test -x "$1"
15003 > } # as_fn_executable_p
15004 > as_test_x='test -x'
15005 > as_executable_p=as_fn_executable_p
15006  
15007   # Sed expression to map a string onto a valid CPP name.
15008   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 15124 | Line 15023 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15023   # report actual input values of CONFIG_FILES etc. instead of their
15024   # values after options handling.
15025   ac_log="
15026 < This file was extended by ircd-hybrid $as_me 8beta1, which was
15027 < generated by GNU Autoconf 2.68.  Invocation command line was
15026 > This file was extended by ircd-hybrid $as_me TRUNK, which was
15027 > generated by GNU Autoconf 2.69.  Invocation command line was
15028  
15029    CONFIG_FILES    = $CONFIG_FILES
15030    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 15190 | Line 15089 | _ACEOF
15089   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15090   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15091   ac_cs_version="\\
15092 < ircd-hybrid config.status 8beta1
15093 < configured by $0, generated by GNU Autoconf 2.68,
15092 > ircd-hybrid config.status TRUNK
15093 > configured by $0, generated by GNU Autoconf 2.69,
15094    with options \\"\$ac_cs_config\\"
15095  
15096 < Copyright (C) 2010 Free Software Foundation, Inc.
15096 > Copyright (C) 2012 Free Software Foundation, Inc.
15097   This config.status script is free software; the Free Software Foundation
15098   gives unlimited permission to copy, distribute and modify it."
15099  
# Line 15285 | Line 15184 | fi
15184   _ACEOF
15185   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15186   if \$ac_cs_recheck; then
15187 <  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15187 >  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15188    shift
15189    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15190    CONFIG_SHELL='$SHELL'
# Line 15600 | Line 15499 | do
15499      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15500      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15501      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15603    "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
15604    "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
15502      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
15503      "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
15607    "messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;;
15504      "modules/Makefile") CONFIG_FILES="$CONFIG_FILES modules/Makefile" ;;
15505      "modules/core/Makefile") CONFIG_FILES="$CONFIG_FILES modules/core/Makefile" ;;
15506      "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15507      "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;
15612    "help/opers/Makefile") CONFIG_FILES="$CONFIG_FILES help/opers/Makefile" ;;
15613    "help/users/Makefile") CONFIG_FILES="$CONFIG_FILES help/users/Makefile" ;;
15508      "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
15509  
15510    *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
# Line 16208 | Line 16102 | $as_echo "$as_me: executing $ac_file com
16102  
16103    case $ac_file$ac_mode in
16104      "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16105 <  # Autoconf 2.62 quotes --file arguments for eval, but not when files
16105 >  # Older Autoconf quotes --file arguments for eval, but not when files
16106    # are listed without --file.  Let's play safe and only enable the eval
16107    # if we detect the quoting.
16108    case $CONFIG_FILES in
# Line 16221 | Line 16115 | $as_echo "$as_me: executing $ac_file com
16115      # Strip MF so we end up with the name of the file.
16116      mf=`echo "$mf" | sed -e 's/:.*$//'`
16117      # Check whether this is an Automake generated Makefile or not.
16118 <    # We used to match only the files named `Makefile.in', but
16118 >    # We used to match only the files named 'Makefile.in', but
16119      # some people rename them; so instead we look at the file content.
16120      # Grep'ing the first line is not enough: some people post-process
16121      # each Makefile.in and add a new line on top of each file to say so.
# Line 16255 | Line 16149 | $as_echo X"$mf" |
16149        continue
16150      fi
16151      # Extract the definition of DEPDIR, am__include, and am__quote
16152 <    # from the Makefile without running `make'.
16152 >    # from the Makefile without running 'make'.
16153      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16154      test -z "$DEPDIR" && continue
16155      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16156 <    test -z "am__include" && continue
16156 >    test -z "$am__include" && continue
16157      am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16264    # When using ansi2knr, U may be empty or an underscore; expand it
16265    U=`sed -n 's/^U = //p' < "$mf"`
16158      # Find all dependency output files, they are included files with
16159      # $(DEPDIR) in their names.  We invoke sed twice because it is the
16160      # simplest approach to changing $(DEPDIR) to its actual value in the
16161      # expansion.
16162      for file in `sed -n "
16163        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16164 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16164 >         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16165        # Make sure the directory exists.
16166        test -f "$dirpart/$file" && continue
16167        fdir=`$as_dirname -- "$file" ||

Comparing:
ircd-hybrid-8/configure (property svn:eol-style), Revision 1348 by michael, Wed Apr 11 17:04:22 2012 UTC vs.
ircd-hybrid/trunk/configure (property svn:eol-style), Revision 2064 by michael, Thu May 16 09:56:02 2013 UTC

# Line 0 | Line 1
1 + native

Diff Legend

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