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

Comparing:
ircd-hybrid-8/configure (file contents), Revision 1156 by michael, Tue Aug 9 20:29:20 2011 UTC vs.
ircd-hybrid/branches/8.0.x/configure (file contents), Revision 1822 by michael, Sun Apr 14 12:36:55 2013 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1111 2010-11-26 20:01:41Z michael .
2 > # From configure.ac Id: configure.ac 1800 2013-03-31 19:19:25Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.68 for ircd-hybrid 7.3.0.
4 > # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.7.
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='7.3.0'
597 < PACKAGE_STRING='ircd-hybrid 7.3.0'
596 > PACKAGE_VERSION='8.0.7'
597 > PACKAGE_STRING='ircd-hybrid 8.0.7'
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 690 | Line 706 | YACC
706   am__fastdepCC_FALSE
707   am__fastdepCC_TRUE
708   CCDEPMODE
709 + am__nodep
710   AMDEPBACKSLASH
711   AMDEP_FALSE
712   AMDEP_TRUE
# Line 706 | 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 770 | 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 783 | Line 805 | with_included_ltdl
805   with_ltdl_include
806   with_ltdl_lib
807   enable_ltdl_install
786 with_zlib_path
787 enable_zlib
788 with_libpcre_path
808   enable_libpcre
809 + enable_libGeoIP
810   enable_openssl
811   enable_assert
792 enable_small_net
812   enable_kqueue
813   enable_epoll
814   enable_devpoll
796 enable_rtsigio
815   enable_poll
816   enable_select
799 with_nicklen
800 with_topiclen
801 with_syslog_facility
802 enable_efnet
817   enable_halfops
818   enable_debugging
819   enable_warnings
806 enable_syslog
820   '
821        ac_precious_vars='build_alias
822   host_alias
# Line 1271 | Line 1284 | target=$target_alias
1284   if test "x$host_alias" != x; then
1285    if test "x$build_alias" = x; then
1286      cross_compiling=maybe
1274    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1275    If a cross compiler is detected then cross compile mode will be used" >&2
1287    elif test "x$build_alias" != "x$host_alias"; then
1288      cross_compiling=yes
1289    fi
# Line 1358 | Line 1369 | if test "$ac_init_help" = "long"; then
1369    # Omit some internal or obsolete options to make the list less imposing.
1370    # This message is too long to be a string in the A/UX 3.1 sh.
1371    cat <<_ACEOF
1372 < \`configure' configures ircd-hybrid 7.3.0 to adapt to many kinds of systems.
1372 > \`configure' configures ircd-hybrid 8.0.7 to adapt to many kinds of systems.
1373  
1374   Usage: $0 [OPTION]... [VAR=VALUE]...
1375  
# Line 1428 | Line 1439 | fi
1439  
1440   if test -n "$ac_init_help"; then
1441    case $ac_init_help in
1442 <     short | recursive ) echo "Configuration of ircd-hybrid 7.3.0:";;
1442 >     short | recursive ) echo "Configuration of ircd-hybrid 8.0.7:";;
1443     esac
1444    cat <<\_ACEOF
1445  
# Line 1436 | Line 1447 | Optional Features:
1447    --disable-option-checking  ignore unrecognized --enable/--with options
1448    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1449    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1450 <  --enable-maintainer-mode  enable make rules and dependencies not useful
1451 <                          (and sometimes confusing) to the casual installer
1452 <  --disable-dependency-tracking  speeds up one-time build
1453 <  --enable-dependency-tracking   do not reject slow dependency extractors
1450 >  --enable-silent-rules   less verbose build output (undo: "make V=1")
1451 >  --disable-silent-rules  verbose build output (undo: "make V=0")
1452 >  --enable-maintainer-mode
1453 >                          enable make rules and dependencies not useful (and
1454 >                          sometimes confusing) to the casual installer
1455 >  --enable-dependency-tracking
1456 >                          do not reject slow dependency extractors
1457 >  --disable-dependency-tracking
1458 >                          speeds up one-time build
1459    --enable-static[=PKGS]  build static libraries [default=no]
1460    --enable-shared[=PKGS]  build shared libraries [default=yes]
1461    --enable-fast-install[=PKGS]
1462                            optimize for fast installation [default=yes]
1463    --disable-libtool-lock  avoid locking (might break parallel builds)
1464    --enable-ltdl-install   install libltdl
1449  --disable-zlib          Disable ziplinks support
1465    --disable-libpcre       Disable PCRE support
1466 +  --disable-libgeoip      Disable GeoIP support
1467    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1468    --disable-openssl            Disable OpenSSL support.
1469    --enable-assert         Enable assert() statements
1454  --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.
1458  --enable-rtsigio        Force rtsigio usage.
1473    --enable-poll           Force poll usage.
1474    --enable-select         Force select usage.
1461  --enable-efnet          For IRCDs running on EFnet.
1475    --enable-halfops        Enable halfops support.
1476    --enable-debugging      Enable debugging.
1477    --enable-warnings       Enable compiler warnings.
1465  --enable-syslog="EVENTS"
1466                          Enable syslog for events: users oper (space
1467                          separated in quotes; default: disabled).
1478  
1479   Optional Packages:
1480    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1481    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1482 <  --with-pic              try to use only PIC/non-PIC objects [default=use
1482 >  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1483                            both]
1484    --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1485    --with-sysroot=DIR Search for dependent libraries within DIR
# Line 1477 | 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
1480  --with-zlib-path=DIR    Path to libz.so for ziplinks support.
1481  --with-libpcre-path=DIR Path to libpcre.so for PCRE support.
1482  --with-nicklen=<value>  Set nickname length (default 9).
1483  --with-topiclen=<value> Set topic length (default 160).
1484  --with-syslog-facility=LOG
1485                          Define the syslog facility to use (default:
1486                          LOG_LOCAL4)
1490  
1491   Some influential environment variables:
1492    CC          C compiler command
# Line 1567 | Line 1570 | fi
1570   test -n "$ac_init_help" && exit $ac_status
1571   if $ac_init_version; then
1572    cat <<\_ACEOF
1573 < ircd-hybrid configure 7.3.0
1574 < generated by GNU Autoconf 2.68
1573 > ircd-hybrid configure 8.0.7
1574 > generated by GNU Autoconf 2.69
1575  
1576 < Copyright (C) 2010 Free Software Foundation, Inc.
1576 > Copyright (C) 2012 Free Software Foundation, Inc.
1577   This configure script is free software; the Free Software Foundation
1578   gives unlimited permission to copy, distribute and modify it.
1579   _ACEOF
# Line 1646 | Line 1649 | $as_echo "$ac_try_echo"; } >&5
1649           test ! -s conftest.err
1650         } && test -s conftest$ac_exeext && {
1651           test "$cross_compiling" = yes ||
1652 <         $as_test_x conftest$ac_exeext
1652 >         test -x conftest$ac_exeext
1653         }; then :
1654    ac_retval=0
1655   else
# Line 2093 | Line 2096 | cat >config.log <<_ACEOF
2096   This file contains any messages produced by compilers while
2097   running configure, to aid debugging if configure makes a mistake.
2098  
2099 < It was created by ircd-hybrid $as_me 7.3.0, which was
2100 < generated by GNU Autoconf 2.68.  Invocation command line was
2099 > It was created by ircd-hybrid $as_me 8.0.7, which was
2100 > generated by GNU Autoconf 2.69.  Invocation command line was
2101  
2102    $ $0 $@
2103  
# Line 2378 | Line 2381 | as_fn_append ac_func_list " strtok_r"
2381   as_fn_append ac_func_list " usleep"
2382   as_fn_append ac_func_list " strlcat"
2383   as_fn_append ac_func_list " strlcpy"
2381 as_fn_append ac_func_list " socketpair"
2384   as_fn_append ac_header_list " crypt.h"
2383 as_fn_append ac_header_list " inttypes.h"
2384 as_fn_append ac_header_list " stdint.h"
2385   as_fn_append ac_header_list " sys/resource.h"
2386   as_fn_append ac_header_list " sys/param.h"
2387 as_fn_append ac_header_list " errno.h"
2388 as_fn_append ac_header_list " sys/syslog.h"
2387   as_fn_append ac_header_list " types.h"
2388   as_fn_append ac_header_list " socket.h"
2389   as_fn_append ac_header_list " sys/wait.h"
2390   as_fn_append ac_header_list " wait.h"
2393 as_fn_append ac_header_list " link.h"
2391   # Check that the precious variables saved in the cache have kept the same
2392   # value.
2393   ac_cache_corrupted=false
# Line 2459 | Line 2456 | ac_link='$CC -o conftest$ac_exeext $CFLA
2456   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2457  
2458  
2459 < am__api_version='1.11'
2459 > am__api_version='1.13'
2460  
2461   ac_aux_dir=
2462   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2527 | Line 2524 | case $as_dir/ in #((
2524      # by default.
2525      for ac_prog in ginstall scoinst install; do
2526        for ac_exec_ext in '' $ac_executable_extensions; do
2527 <        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2527 >        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2528            if test $ac_prog = install &&
2529              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2530              # AIX install.  It has an incompatible calling convention.
# Line 2585 | Line 2582 | test -z "$INSTALL_DATA" && INSTALL_DATA=
2582  
2583   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2584   $as_echo_n "checking whether build environment is sane... " >&6; }
2588 # Just in case
2589 sleep 1
2590 echo timestamp > conftest.file
2585   # Reject unsafe characters in $srcdir or the absolute working directory
2586   # name.  Accept space and tab only in the latter.
2587   am_lf='
# Line 2598 | Line 2592 | case `pwd` in
2592   esac
2593   case $srcdir in
2594    *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2595 <    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2595 >    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2596   esac
2597  
2598 < # Do `set' in a subshell so we don't clobber the current shell's
2598 > # Do 'set' in a subshell so we don't clobber the current shell's
2599   # arguments.  Must try -L first in case configure is actually a
2600   # symlink; some systems play weird games with the mod time of symlinks
2601   # (eg FreeBSD returns the mod time of the symlink's containing
2602   # directory).
2603   if (
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 <   rm -f conftest.file
2610 <   if test "$*" != "X $srcdir/configure conftest.file" \
2611 <      && test "$*" != "X conftest.file $srcdir/configure"; then
2612 <
2613 <      # If neither matched, then we have a broken ls.  This can happen
2620 <      # if, for instance, CONFIG_SHELL is bash and it inherits a
2621 <      # broken ls alias from the environment.  This has actually
2622 <      # happened.  Such a system could not be considered "sane".
2623 <      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2624 < alias in your environment" "$LINENO" 5
2625 <   fi
2604 >   am_has_slept=no
2605 >   for am_try in 1 2; do
2606 >     echo "timestamp, slept: $am_has_slept" > conftest.file
2607 >     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2608 >     if test "$*" = "X"; then
2609 >        # -L didn't work.
2610 >        set X `ls -t "$srcdir/configure" conftest.file`
2611 >     fi
2612 >     if test "$*" != "X $srcdir/configure conftest.file" \
2613 >        && test "$*" != "X conftest.file $srcdir/configure"; then
2614  
2615 +        # If neither matched, then we have a broken ls.  This can happen
2616 +        # if, for instance, CONFIG_SHELL is bash and it inherits a
2617 +        # broken ls alias from the environment.  This has actually
2618 +        # happened.  Such a system could not be considered "sane".
2619 +        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2620 +  alias in your environment" "$LINENO" 5
2621 +     fi
2622 +     if test "$2" = conftest.file || test $am_try -eq 2; then
2623 +       break
2624 +     fi
2625 +     # Just in case.
2626 +     sleep 1
2627 +     am_has_slept=yes
2628 +   done
2629     test "$2" = conftest.file
2630     )
2631   then
# Line 2635 | Line 2637 | Check your system clock" "$LINENO" 5
2637   fi
2638   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2639   $as_echo "yes" >&6; }
2640 + # If we didn't sleep, we still need to ensure time stamps of config.status and
2641 + # generated files are strictly newer.
2642 + am_sleep_pid=
2643 + if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2644 +  ( sleep 1 ) &
2645 +  am_sleep_pid=$!
2646 + fi
2647 +
2648 + rm -f conftest.file
2649 +
2650   test "$program_prefix" != NONE &&
2651    program_transform_name="s&^&$program_prefix&;$program_transform_name"
2652   # Use a double $ so make ignores it.
# Line 2657 | Line 2669 | if test x"${MISSING+set}" != xset; then
2669    esac
2670   fi
2671   # Use eval to expand $SHELL
2672 < if eval "$MISSING --run true"; then
2673 <  am_missing_run="$MISSING --run "
2672 > if eval "$MISSING --is-lightweight"; then
2673 >  am_missing_run="$MISSING "
2674   else
2675    am_missing_run=
2676 <  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2677 < $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2676 >  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2677 > $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2678   fi
2679  
2680   if test x"${install_sh}" != xset; then
# Line 2674 | Line 2686 | if test x"${install_sh}" != xset; then
2686    esac
2687   fi
2688  
2689 < # Installed binaries are usually stripped using `strip' when the user
2690 < # run `make install-strip'.  However `strip' might not be the right
2689 > # Installed binaries are usually stripped using 'strip' when the user
2690 > # run "make install-strip".  However 'strip' might not be the right
2691   # tool to use in cross-compilation environments, therefore Automake
2692 < # will honor the `STRIP' environment variable to overrule this program.
2692 > # will honor the 'STRIP' environment variable to overrule this program.
2693   if test "$cross_compiling" != no; then
2694    if test -n "$ac_tool_prefix"; then
2695    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
# Line 2696 | Line 2708 | do
2708    IFS=$as_save_IFS
2709    test -z "$as_dir" && as_dir=.
2710      for ac_exec_ext in '' $ac_executable_extensions; do
2711 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2711 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2712      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2713      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2714      break 2
# Line 2736 | Line 2748 | do
2748    IFS=$as_save_IFS
2749    test -z "$as_dir" && as_dir=.
2750      for ac_exec_ext in '' $ac_executable_extensions; do
2751 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2751 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2752      ac_cv_prog_ac_ct_STRIP="strip"
2753      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2754      break 2
# Line 2787 | Line 2799 | do
2799    test -z "$as_dir" && as_dir=.
2800      for ac_prog in mkdir gmkdir; do
2801           for ac_exec_ext in '' $ac_executable_extensions; do
2802 <           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2802 >           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2803             case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2804               'mkdir (GNU coreutils) '* | \
2805               'mkdir (coreutils) '* | \
# Line 2816 | Line 2828 | fi
2828   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2829   $as_echo "$MKDIR_P" >&6; }
2830  
2819 mkdir_p="$MKDIR_P"
2820 case $mkdir_p in
2821  [\\/$]* | ?:[\\/]*) ;;
2822  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2823 esac
2824
2831   for ac_prog in gawk mawk nawk awk
2832   do
2833    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 2840 | Line 2846 | do
2846    IFS=$as_save_IFS
2847    test -z "$as_dir" && as_dir=.
2848      for ac_exec_ext in '' $ac_executable_extensions; do
2849 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2849 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2850      ac_cv_prog_AWK="$ac_prog"
2851      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2852      break 2
# Line 2904 | Line 2910 | else
2910   fi
2911   rmdir .tst 2>/dev/null
2912  
2913 + # Check whether --enable-silent-rules was given.
2914 + if test "${enable_silent_rules+set}" = set; then :
2915 +  enableval=$enable_silent_rules;
2916 + fi
2917 +
2918 + case $enable_silent_rules in # (((
2919 +  yes) AM_DEFAULT_VERBOSITY=0;;
2920 +   no) AM_DEFAULT_VERBOSITY=1;;
2921 +    *) AM_DEFAULT_VERBOSITY=1;;
2922 + esac
2923 + am_make=${MAKE-make}
2924 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2925 + $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2926 + if ${am_cv_make_support_nested_variables+:} false; then :
2927 +  $as_echo_n "(cached) " >&6
2928 + else
2929 +  if $as_echo 'TRUE=$(BAR$(V))
2930 + BAR0=false
2931 + BAR1=true
2932 + V=1
2933 + am__doit:
2934 +        @$(TRUE)
2935 + .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2936 +  am_cv_make_support_nested_variables=yes
2937 + else
2938 +  am_cv_make_support_nested_variables=no
2939 + fi
2940 + fi
2941 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2942 + $as_echo "$am_cv_make_support_nested_variables" >&6; }
2943 + if test $am_cv_make_support_nested_variables = yes; then
2944 +    AM_V='$(V)'
2945 +  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2946 + else
2947 +  AM_V=$AM_DEFAULT_VERBOSITY
2948 +  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2949 + fi
2950 + AM_BACKSLASH='\'
2951 +
2952   if test "`cd $srcdir && pwd`" != "`pwd`"; then
2953    # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2954    # is not polluted with repeated "-I."
# Line 2926 | Line 2971 | fi
2971  
2972   # Define the identity of the package.
2973   PACKAGE='ircd-hybrid'
2974 < VERSION='7.3.0'
2974 > VERSION='8.0.7'
2975  
2976  
2977   cat >>confdefs.h <<_ACEOF
# Line 2954 | Line 2999 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
2999  
3000   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3001  
3002 + # For better backward compatibility.  To be removed once Automake 1.9.x
3003 + # dies out for good.  For more background, see:
3004 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3005 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3006 + mkdir_p='$(MKDIR_P)'
3007 +
3008   # We need awk for the "check" target.  The system "awk" is bad on
3009   # some platforms.
3010 < # Always define AMTAR for backward compatibility.
3011 <
3012 < AMTAR=${AMTAR-"${am_missing_run}tar"}
3010 > # Always define AMTAR for backward compatibility.  Yes, it's still used
3011 > # in the wild :-(  We should find a proper way to deprecate it ...
3012 > AMTAR='$${TAR-tar}'
3013  
3014 < am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3014 > am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3015  
3016  
3017  
# Line 3013 | Line 3064 | am__quote=
3064   _am_result=none
3065   # First try GNU make style include.
3066   echo "include confinc" > confmf
3067 < # Ignore all kinds of additional output from `make'.
3067 > # Ignore all kinds of additional output from 'make'.
3068   case `$am_make -s -f confmf 2> /dev/null` in #(
3069   *the\ am__doit\ target*)
3070    am__include=include
# Line 3046 | Line 3097 | fi
3097   if test "x$enable_dependency_tracking" != xno; then
3098    am_depcomp="$ac_aux_dir/depcomp"
3099    AMDEPBACKSLASH='\'
3100 +  am__nodep='_no'
3101   fi
3102   if test "x$enable_dependency_tracking" != xno; then
3103    AMDEP_TRUE=
# Line 3078 | Line 3130 | do
3130    IFS=$as_save_IFS
3131    test -z "$as_dir" && as_dir=.
3132      for ac_exec_ext in '' $ac_executable_extensions; do
3133 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3133 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3134      ac_cv_prog_CC="${ac_tool_prefix}gcc"
3135      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3136      break 2
# Line 3118 | Line 3170 | do
3170    IFS=$as_save_IFS
3171    test -z "$as_dir" && as_dir=.
3172      for ac_exec_ext in '' $ac_executable_extensions; do
3173 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3173 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3174      ac_cv_prog_ac_ct_CC="gcc"
3175      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3176      break 2
# Line 3171 | Line 3223 | do
3223    IFS=$as_save_IFS
3224    test -z "$as_dir" && as_dir=.
3225      for ac_exec_ext in '' $ac_executable_extensions; do
3226 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3226 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3227      ac_cv_prog_CC="${ac_tool_prefix}cc"
3228      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3229      break 2
# Line 3212 | Line 3264 | do
3264    IFS=$as_save_IFS
3265    test -z "$as_dir" && as_dir=.
3266      for ac_exec_ext in '' $ac_executable_extensions; do
3267 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3267 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3268      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3269         ac_prog_rejected=yes
3270         continue
# Line 3270 | Line 3322 | do
3322    IFS=$as_save_IFS
3323    test -z "$as_dir" && as_dir=.
3324      for ac_exec_ext in '' $ac_executable_extensions; do
3325 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3325 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3326      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3327      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3328      break 2
# Line 3314 | Line 3366 | do
3366    IFS=$as_save_IFS
3367    test -z "$as_dir" && as_dir=.
3368      for ac_exec_ext in '' $ac_executable_extensions; do
3369 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3369 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3370      ac_cv_prog_ac_ct_CC="$ac_prog"
3371      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3372      break 2
# Line 3760 | Line 3812 | cat confdefs.h - <<_ACEOF >conftest.$ac_
3812   /* end confdefs.h.  */
3813   #include <stdarg.h>
3814   #include <stdio.h>
3815 < #include <sys/types.h>
3764 < #include <sys/stat.h>
3815 > struct stat;
3816   /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3817   struct buf { int x; };
3818   FILE * (*rcsopen) (struct buf *, struct stat *, int);
# Line 3857 | Line 3908 | else
3908    # We make a subdir and do the tests there.  Otherwise we can end up
3909    # making bogus files that we don't know about and never remove.  For
3910    # instance it was reported that on HP-UX the gcc test will end up
3911 <  # making a dummy file named `D' -- because `-MD' means `put the output
3912 <  # in D'.
3911 >  # making a dummy file named 'D' -- because '-MD' means "put the output
3912 >  # in D".
3913 >  rm -rf conftest.dir
3914    mkdir conftest.dir
3915    # Copy depcomp to subdir because otherwise we won't find it if we're
3916    # using a relative directory.
# Line 3892 | Line 3944 | else
3944      : > sub/conftest.c
3945      for i in 1 2 3 4 5 6; do
3946        echo '#include "conftst'$i'.h"' >> sub/conftest.c
3947 <      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3948 <      # Solaris 8's {/usr,}/bin/sh.
3949 <      touch sub/conftst$i.h
3947 >      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3948 >      # Solaris 10 /bin/sh.
3949 >      echo '/* dummy */' > sub/conftst$i.h
3950      done
3951      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3952  
3953 <    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3953 >    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3954      # mode.  It turns out that the SunPro C++ compiler does not properly
3955 <    # handle `-M -o', and we need to detect this.  Also, some Intel
3956 <    # versions had trouble with output in subdirs
3955 >    # handle '-M -o', and we need to detect this.  Also, some Intel
3956 >    # versions had trouble with output in subdirs.
3957      am__obj=sub/conftest.${OBJEXT-o}
3958      am__minus_obj="-o $am__obj"
3959      case $depmode in
# Line 3910 | Line 3962 | else
3962        test "$am__universal" = false || continue
3963        ;;
3964      nosideeffect)
3965 <      # after this tag, mechanisms are not by side-effect, so they'll
3966 <      # only be used when explicitly requested
3965 >      # After this tag, mechanisms are not by side-effect, so they'll
3966 >      # only be used when explicitly requested.
3967        if test "x$enable_dependency_tracking" = xyes; then
3968          continue
3969        else
3970          break
3971        fi
3972        ;;
3973 <    msvisualcpp | msvcmsys)
3974 <      # This compiler won't grok `-c -o', but also, the minuso test has
3973 >    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3974 >      # This compiler won't grok '-c -o', but also, the minuso test has
3975        # not run yet.  These depmodes are late enough in the game, and
3976        # so weak that their functioning should not be impacted.
3977        am__obj=conftest.${OBJEXT-o}
# Line 4119 | Line 4171 | main ()
4171    return 0;
4172   }
4173   _ACEOF
4174 < for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4174 > for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
4175   do
4176    CC="$ac_save_CC $ac_arg"
4177    if ac_fn_c_try_compile "$LINENO"; then :
# Line 4151 | Line 4203 | fi
4203  
4204  
4205   if test "$ac_cv_prog_cc_c99" = "no"; then :
4206 <  as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5
4206 >  as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5
4207   fi
4208   for ac_prog in 'bison -y' byacc
4209   do
# Line 4171 | Line 4223 | do
4223    IFS=$as_save_IFS
4224    test -z "$as_dir" && as_dir=.
4225      for ac_exec_ext in '' $ac_executable_extensions; do
4226 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4226 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4227      ac_cv_prog_YACC="$ac_prog"
4228      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4229      break 2
# Line 4215 | Line 4267 | do
4267    IFS=$as_save_IFS
4268    test -z "$as_dir" && as_dir=.
4269      for ac_exec_ext in '' $ac_executable_extensions; do
4270 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4270 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4271      ac_cv_prog_LEX="$ac_prog"
4272      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4273      break 2
# Line 4247 | Line 4299 | a { ECHO; }
4299   b { REJECT; }
4300   c { yymore (); }
4301   d { yyless (1); }
4302 < e { yyless (input () != 0); }
4302 > e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
4303 >    yyless ((input () != 0)); }
4304   f { unput (yytext[0]); }
4305   . { BEGIN INITIAL; }
4306   %%
# Line 4376 | Line 4429 | esac
4429  
4430  
4431  
4432 < macro_version='2.4'
4433 < macro_revision='1.3293'
4432 > macro_version='2.4.2'
4433 > macro_revision='1.3337'
4434  
4435  
4436  
# Line 4555 | Line 4608 | do
4608      for ac_prog in sed gsed; do
4609      for ac_exec_ext in '' $ac_executable_extensions; do
4610        ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4611 <      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4611 >      as_fn_executable_p "$ac_path_SED" || continue
4612   # Check for GNU ac_path_SED and select it if it is found.
4613    # Check for GNU $ac_path_SED
4614   case `"$ac_path_SED" --version 2>&1` in
# Line 4631 | Line 4684 | do
4684      for ac_prog in grep ggrep; do
4685      for ac_exec_ext in '' $ac_executable_extensions; do
4686        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4687 <      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4687 >      as_fn_executable_p "$ac_path_GREP" || continue
4688   # Check for GNU ac_path_GREP and select it if it is found.
4689    # Check for GNU $ac_path_GREP
4690   case `"$ac_path_GREP" --version 2>&1` in
# Line 4697 | Line 4750 | do
4750      for ac_prog in egrep; do
4751      for ac_exec_ext in '' $ac_executable_extensions; do
4752        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4753 <      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4753 >      as_fn_executable_p "$ac_path_EGREP" || continue
4754   # Check for GNU ac_path_EGREP and select it if it is found.
4755    # Check for GNU $ac_path_EGREP
4756   case `"$ac_path_EGREP" --version 2>&1` in
# Line 4764 | Line 4817 | do
4817      for ac_prog in fgrep; do
4818      for ac_exec_ext in '' $ac_executable_extensions; do
4819        ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4820 <      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4820 >      as_fn_executable_p "$ac_path_FGREP" || continue
4821   # Check for GNU ac_path_FGREP and select it if it is found.
4822    # Check for GNU $ac_path_FGREP
4823   case `"$ac_path_FGREP" --version 2>&1` in
# Line 5020 | Line 5073 | do
5073    IFS=$as_save_IFS
5074    test -z "$as_dir" && as_dir=.
5075      for ac_exec_ext in '' $ac_executable_extensions; do
5076 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5076 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5077      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5078      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5079      break 2
# Line 5064 | Line 5117 | do
5117    IFS=$as_save_IFS
5118    test -z "$as_dir" && as_dir=.
5119      for ac_exec_ext in '' $ac_executable_extensions; do
5120 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5120 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5121      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5122      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5123      break 2
# Line 5222 | Line 5275 | else
5275      lt_cv_sys_max_cmd_len=196608
5276      ;;
5277  
5278 +  os2*)
5279 +    # The test takes a long time on OS/2.
5280 +    lt_cv_sys_max_cmd_len=8192
5281 +    ;;
5282 +
5283    osf*)
5284      # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5285      # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
# Line 5261 | Line 5319 | else
5319        # If test is not a shell built-in, we'll probably end up computing a
5320        # maximum length that is only half of the actual maximum length, but
5321        # we can't tell.
5322 <      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5322 >      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5323                   = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5324                test $i != 17 # 1/2 MB should be enough
5325        do
# Line 5483 | Line 5541 | do
5541    IFS=$as_save_IFS
5542    test -z "$as_dir" && as_dir=.
5543      for ac_exec_ext in '' $ac_executable_extensions; do
5544 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5544 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5545      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5546      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5547      break 2
# Line 5523 | Line 5581 | do
5581    IFS=$as_save_IFS
5582    test -z "$as_dir" && as_dir=.
5583      for ac_exec_ext in '' $ac_executable_extensions; do
5584 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5584 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5585      ac_cv_prog_ac_ct_OBJDUMP="objdump"
5586      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5587      break 2
# Line 5690 | Line 5748 | irix5* | irix6* | nonstopux*)
5748    lt_cv_deplibs_check_method=pass_all
5749    ;;
5750  
5751 < # This must be Linux ELF.
5751 > # This must be glibc/ELF.
5752   linux* | k*bsd*-gnu | kopensolaris*-gnu)
5753    lt_cv_deplibs_check_method=pass_all
5754    ;;
# Line 5829 | Line 5887 | do
5887    IFS=$as_save_IFS
5888    test -z "$as_dir" && as_dir=.
5889      for ac_exec_ext in '' $ac_executable_extensions; do
5890 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5890 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5891      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5892      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5893      break 2
# Line 5869 | Line 5927 | do
5927    IFS=$as_save_IFS
5928    test -z "$as_dir" && as_dir=.
5929      for ac_exec_ext in '' $ac_executable_extensions; do
5930 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5930 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5931      ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5932      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5933      break 2
# Line 5972 | Line 6030 | do
6030    IFS=$as_save_IFS
6031    test -z "$as_dir" && as_dir=.
6032      for ac_exec_ext in '' $ac_executable_extensions; do
6033 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6033 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6034      ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6035      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6036      break 2
# Line 6016 | Line 6074 | do
6074    IFS=$as_save_IFS
6075    test -z "$as_dir" && as_dir=.
6076      for ac_exec_ext in '' $ac_executable_extensions; do
6077 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6077 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6078      ac_cv_prog_ac_ct_AR="$ac_prog"
6079      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6080      break 2
# Line 6141 | Line 6199 | do
6199    IFS=$as_save_IFS
6200    test -z "$as_dir" && as_dir=.
6201      for ac_exec_ext in '' $ac_executable_extensions; do
6202 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6202 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6203      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6204      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6205      break 2
# Line 6181 | Line 6239 | do
6239    IFS=$as_save_IFS
6240    test -z "$as_dir" && as_dir=.
6241      for ac_exec_ext in '' $ac_executable_extensions; do
6242 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6242 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6243      ac_cv_prog_ac_ct_STRIP="strip"
6244      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6245      break 2
# Line 6240 | Line 6298 | do
6298    IFS=$as_save_IFS
6299    test -z "$as_dir" && as_dir=.
6300      for ac_exec_ext in '' $ac_executable_extensions; do
6301 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6301 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6302      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6303      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6304      break 2
# Line 6280 | Line 6338 | do
6338    IFS=$as_save_IFS
6339    test -z "$as_dir" && as_dir=.
6340      for ac_exec_ext in '' $ac_executable_extensions; do
6341 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6341 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6342      ac_cv_prog_ac_ct_RANLIB="ranlib"
6343      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6344      break 2
# Line 6330 | Line 6388 | old_postuninstall_cmds=
6388   if test -n "$RANLIB"; then
6389    case $host_os in
6390    openbsd*)
6391 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6391 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6392      ;;
6393    *)
6394 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6394 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6395      ;;
6396    esac
6397 <  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6397 >  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6398   fi
6399  
6400   case $host_os in
# Line 6483 | Line 6541 | for ac_symprfx in "" "_"; do
6541      # which start with @ or ?.
6542      lt_cv_sys_global_symbol_pipe="$AWK '"\
6543   "     {last_section=section; section=\$ 3};"\
6544 + "     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6545   "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6546   "     \$ 0!~/External *\|/{next};"\
6547   "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
# Line 6871 | Line 6930 | $as_echo "$lt_cv_cc_needs_belf" >&6; }
6930      CFLAGS="$SAVE_CFLAGS"
6931    fi
6932    ;;
6933 < sparc*-*solaris*)
6933 > *-*solaris*)
6934    # Find out which ABI we are using.
6935    echo 'int i;' > conftest.$ac_ext
6936    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
# Line 6882 | Line 6941 | sparc*-*solaris*)
6941      case `/usr/bin/file conftest.o` in
6942      *64-bit*)
6943        case $lt_cv_prog_gnu_ld in
6944 <      yes*) LD="${LD-ld} -m elf64_sparc" ;;
6944 >      yes*)
6945 >        case $host in
6946 >        i?86-*-solaris*)
6947 >          LD="${LD-ld} -m elf_x86_64"
6948 >          ;;
6949 >        sparc*-*-solaris*)
6950 >          LD="${LD-ld} -m elf64_sparc"
6951 >          ;;
6952 >        esac
6953 >        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
6954 >        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6955 >          LD="${LD-ld}_sol2"
6956 >        fi
6957 >        ;;
6958        *)
6959          if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6960            LD="${LD-ld} -64"
# Line 6915 | Line 6987 | do
6987    IFS=$as_save_IFS
6988    test -z "$as_dir" && as_dir=.
6989      for ac_exec_ext in '' $ac_executable_extensions; do
6990 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6990 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6991      ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6992      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6993      break 2
# Line 6955 | Line 7027 | do
7027    IFS=$as_save_IFS
7028    test -z "$as_dir" && as_dir=.
7029      for ac_exec_ext in '' $ac_executable_extensions; do
7030 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7030 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7031      ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7032      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7033      break 2
# Line 7035 | Line 7107 | do
7107    IFS=$as_save_IFS
7108    test -z "$as_dir" && as_dir=.
7109      for ac_exec_ext in '' $ac_executable_extensions; do
7110 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7110 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7111      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7112      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7113      break 2
# Line 7075 | Line 7147 | do
7147    IFS=$as_save_IFS
7148    test -z "$as_dir" && as_dir=.
7149      for ac_exec_ext in '' $ac_executable_extensions; do
7150 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7150 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7151      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7152      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7153      break 2
# Line 7127 | Line 7199 | do
7199    IFS=$as_save_IFS
7200    test -z "$as_dir" && as_dir=.
7201      for ac_exec_ext in '' $ac_executable_extensions; do
7202 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7202 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7203      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7204      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7205      break 2
# Line 7167 | Line 7239 | do
7239    IFS=$as_save_IFS
7240    test -z "$as_dir" && as_dir=.
7241      for ac_exec_ext in '' $ac_executable_extensions; do
7242 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7242 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7243      ac_cv_prog_ac_ct_NMEDIT="nmedit"
7244      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7245      break 2
# Line 7219 | Line 7291 | do
7291    IFS=$as_save_IFS
7292    test -z "$as_dir" && as_dir=.
7293      for ac_exec_ext in '' $ac_executable_extensions; do
7294 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7294 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7295      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7296      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7297      break 2
# Line 7259 | Line 7331 | do
7331    IFS=$as_save_IFS
7332    test -z "$as_dir" && as_dir=.
7333      for ac_exec_ext in '' $ac_executable_extensions; do
7334 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7334 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7335      ac_cv_prog_ac_ct_LIPO="lipo"
7336      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7337      break 2
# Line 7311 | Line 7383 | do
7383    IFS=$as_save_IFS
7384    test -z "$as_dir" && as_dir=.
7385      for ac_exec_ext in '' $ac_executable_extensions; do
7386 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7386 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7387      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7388      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7389      break 2
# Line 7351 | Line 7423 | do
7423    IFS=$as_save_IFS
7424    test -z "$as_dir" && as_dir=.
7425      for ac_exec_ext in '' $ac_executable_extensions; do
7426 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7426 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7427      ac_cv_prog_ac_ct_OTOOL="otool"
7428      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7429      break 2
# Line 7403 | Line 7475 | do
7475    IFS=$as_save_IFS
7476    test -z "$as_dir" && as_dir=.
7477      for ac_exec_ext in '' $ac_executable_extensions; do
7478 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7478 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7479      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7480      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7481      break 2
# Line 7443 | Line 7515 | do
7515    IFS=$as_save_IFS
7516    test -z "$as_dir" && as_dir=.
7517      for ac_exec_ext in '' $ac_executable_extensions; do
7518 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7518 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7519      ac_cv_prog_ac_ct_OTOOL64="otool64"
7520      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7521      break 2
# Line 7522 | Line 7594 | else
7594          $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7595            -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7596          _lt_result=$?
7597 <        if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7597 >        # If there is a non-empty error log, and "single_module"
7598 >        # appears in it, assume the flag caused a linker warning
7599 >        if test -s conftest.err && $GREP single_module conftest.err; then
7600 >          cat conftest.err >&5
7601 >        # Otherwise, if the output was created with a 0 exit code from
7602 >        # the compiler, it worked.
7603 >        elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7604            lt_cv_apple_cc_single_mod=yes
7605          else
7606            cat conftest.err >&5
# Line 7533 | Line 7611 | else
7611   fi
7612   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7613   $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7614 +
7615      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7616   $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7617   if ${lt_cv_ld_exported_symbols_list+:} false; then :
# Line 7565 | Line 7644 | rm -f core conftest.err conftest.$ac_obj
7644   fi
7645   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7646   $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7647 +
7648      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7649   $as_echo_n "checking for -force_load linker flag... " >&6; }
7650   if ${lt_cv_ld_force_load+:} false; then :
# Line 7586 | Line 7666 | _LT_EOF
7666        echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7667        $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7668        _lt_result=$?
7669 <      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7669 >      if test -s conftest.err && $GREP force_load conftest.err; then
7670 >        cat conftest.err >&5
7671 >      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7672          lt_cv_ld_force_load=yes
7673        else
7674          cat conftest.err >&5
# Line 7989 | Line 8071 | fi
8071  
8072   # Check whether --with-pic was given.
8073   if test "${with_pic+set}" = set; then :
8074 <  withval=$with_pic; pic_mode="$withval"
8074 >  withval=$with_pic; lt_p=${PACKAGE-default}
8075 >    case $withval in
8076 >    yes|no) pic_mode=$withval ;;
8077 >    *)
8078 >      pic_mode=default
8079 >      # Look at the argument we got.  We use all the common list separators.
8080 >      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8081 >      for lt_pkg in $withval; do
8082 >        IFS="$lt_save_ifs"
8083 >        if test "X$lt_pkg" = "X$lt_p"; then
8084 >          pic_mode=yes
8085 >        fi
8086 >      done
8087 >      IFS="$lt_save_ifs"
8088 >      ;;
8089 >    esac
8090   else
8091    pic_mode=default
8092   fi
# Line 8067 | Line 8164 | LIBTOOL='$(SHELL) $(top_builddir)/libtoo
8164  
8165  
8166  
8167 +
8168 +
8169 +
8170 +
8171   test -z "$LN_S" && LN_S="ln -s"
8172  
8173  
# Line 8522 | Line 8623 | lt_prog_compiler_static=
8623      case $cc_basename in
8624      nvcc*) # Cuda Compiler Driver 2.2
8625        lt_prog_compiler_wl='-Xlinker '
8626 <      lt_prog_compiler_pic='-Xcompiler -fPIC'
8626 >      if test -n "$lt_prog_compiler_pic"; then
8627 >        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8628 >      fi
8629        ;;
8630      esac
8631    else
# Line 8613 | Line 8716 | lt_prog_compiler_static=
8716          ;;
8717        *)
8718          case `$CC -V 2>&1 | sed 5q` in
8719 <        *Sun\ F* | *Sun*Fortran*)
8719 >        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8720            # Sun Fortran 8.3 passes all unrecognized flags to the linker
8721            lt_prog_compiler_pic='-KPIC'
8722            lt_prog_compiler_static='-Bstatic'
8723            lt_prog_compiler_wl=''
8724            ;;
8725 +        *Sun\ F* | *Sun*Fortran*)
8726 +          lt_prog_compiler_pic='-KPIC'
8727 +          lt_prog_compiler_static='-Bstatic'
8728 +          lt_prog_compiler_wl='-Qoption ld '
8729 +          ;;
8730          *Sun\ C*)
8731            # Sun C 5.9
8732            lt_prog_compiler_pic='-KPIC'
8733            lt_prog_compiler_static='-Bstatic'
8734            lt_prog_compiler_wl='-Wl,'
8735            ;;
8736 +        *Intel*\ [CF]*Compiler*)
8737 +          lt_prog_compiler_wl='-Wl,'
8738 +          lt_prog_compiler_pic='-fPIC'
8739 +          lt_prog_compiler_static='-static'
8740 +          ;;
8741 +        *Portland\ Group*)
8742 +          lt_prog_compiler_wl='-Wl,'
8743 +          lt_prog_compiler_pic='-fpic'
8744 +          lt_prog_compiler_static='-Bstatic'
8745 +          ;;
8746          esac
8747          ;;
8748        esac
# Line 8986 | Line 9104 | $as_echo_n "checking whether the $compil
9104    hardcode_direct=no
9105    hardcode_direct_absolute=no
9106    hardcode_libdir_flag_spec=
8989  hardcode_libdir_flag_spec_ld=
9107    hardcode_libdir_separator=
9108    hardcode_minus_L=no
9109    hardcode_shlibpath_var=unsupported
# Line 9236 | Line 9353 | _LT_EOF
9353          xlf* | bgf* | bgxlf* | mpixlf*)
9354            # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9355            whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9356 <          hardcode_libdir_flag_spec=
9240 <          hardcode_libdir_flag_spec_ld='-rpath $libdir'
9356 >          hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9357            archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9358            if test "x$supports_anon_versioning" = xyes; then
9359              archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
# Line 9616 | Line 9732 | fi
9732          # The linker will not automatically build a static lib if we build a DLL.
9733          # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9734          enable_shared_with_static_runtimes=yes
9735 +        exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9736          export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9737          # Don't use ranlib
9738          old_postinstall_cmds='chmod 644 $oldlib'
# Line 9661 | Line 9778 | fi
9778    hardcode_shlibpath_var=unsupported
9779    if test "$lt_cv_ld_force_load" = "yes"; then
9780      whole_archive_flag_spec='`for conv in $convenience\"\"; do test  -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`'
9781 +
9782    else
9783      whole_archive_flag_spec=''
9784    fi
# Line 9689 | Line 9807 | fi
9807        hardcode_shlibpath_var=no
9808        ;;
9809  
9692    freebsd1*)
9693      ld_shlibs=no
9694      ;;
9695
9810      # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9811      # support.  Future versions do this automatically, but an explicit c++rt0.o
9812      # does not break anything, and helps significantly (at the cost of a little
# Line 9705 | Line 9819 | fi
9819        ;;
9820  
9821      # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9822 <    freebsd2*)
9822 >    freebsd2.*)
9823        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9824        hardcode_direct=yes
9825        hardcode_minus_L=yes
# Line 9744 | Line 9858 | fi
9858        fi
9859        if test "$with_gnu_ld" = no; then
9860          hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9747        hardcode_libdir_flag_spec_ld='+b $libdir'
9861          hardcode_libdir_separator=:
9862          hardcode_direct=yes
9863          hardcode_direct_absolute=yes
# Line 10368 | Line 10481 | esac
10481  
10482  
10483  
10371
10372
10373
10374
10375
10484    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10485   $as_echo_n "checking dynamic linker characteristics... " >&6; }
10486  
# Line 10462 | Line 10570 | need_version=unknown
10570  
10571   case $host_os in
10572   aix3*)
10573 <  version_type=linux
10573 >  version_type=linux # correct to gnu/linux during the next big refactor
10574    library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10575    shlibpath_var=LIBPATH
10576  
# Line 10471 | Line 10579 | aix3*)
10579    ;;
10580  
10581   aix[4-9]*)
10582 <  version_type=linux
10582 >  version_type=linux # correct to gnu/linux during the next big refactor
10583    need_lib_prefix=no
10584    need_version=no
10585    hardcode_into_libs=yes
# Line 10536 | Line 10644 | beos*)
10644    ;;
10645  
10646   bsdi[45]*)
10647 <  version_type=linux
10647 >  version_type=linux # correct to gnu/linux during the next big refactor
10648    need_version=no
10649    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10650    soname_spec='${libname}${release}${shared_ext}$major'
# Line 10675 | Line 10783 | darwin* | rhapsody*)
10783    ;;
10784  
10785   dgux*)
10786 <  version_type=linux
10786 >  version_type=linux # correct to gnu/linux during the next big refactor
10787    need_lib_prefix=no
10788    need_version=no
10789    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
# Line 10683 | Line 10791 | dgux*)
10791    shlibpath_var=LD_LIBRARY_PATH
10792    ;;
10793  
10686 freebsd1*)
10687  dynamic_linker=no
10688  ;;
10689
10794   freebsd* | dragonfly*)
10795    # DragonFly does not have aout.  When/if they implement a new
10796    # versioning mechanism, adjust this.
# Line 10694 | Line 10798 | freebsd* | dragonfly*)
10798      objformat=`/usr/bin/objformat`
10799    else
10800      case $host_os in
10801 <    freebsd[123]*) objformat=aout ;;
10801 >    freebsd[23].*) objformat=aout ;;
10802      *) objformat=elf ;;
10803      esac
10804    fi
# Line 10712 | Line 10816 | freebsd* | dragonfly*)
10816    esac
10817    shlibpath_var=LD_LIBRARY_PATH
10818    case $host_os in
10819 <  freebsd2*)
10819 >  freebsd2.*)
10820      shlibpath_overrides_runpath=yes
10821      ;;
10822    freebsd3.[01]* | freebsdelf3.[01]*)
# Line 10732 | Line 10836 | freebsd* | dragonfly*)
10836    ;;
10837  
10838   gnu*)
10839 <  version_type=linux
10839 >  version_type=linux # correct to gnu/linux during the next big refactor
10840    need_lib_prefix=no
10841    need_version=no
10842    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10843    soname_spec='${libname}${release}${shared_ext}$major'
10844    shlibpath_var=LD_LIBRARY_PATH
10845 +  shlibpath_overrides_runpath=no
10846    hardcode_into_libs=yes
10847    ;;
10848  
10849   haiku*)
10850 <  version_type=linux
10850 >  version_type=linux # correct to gnu/linux during the next big refactor
10851    need_lib_prefix=no
10852    need_version=no
10853    dynamic_linker="$host_os runtime_loader"
# Line 10803 | Line 10908 | hpux9* | hpux10* | hpux11*)
10908    ;;
10909  
10910   interix[3-9]*)
10911 <  version_type=linux
10911 >  version_type=linux # correct to gnu/linux during the next big refactor
10912    need_lib_prefix=no
10913    need_version=no
10914    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
# Line 10819 | Line 10924 | irix5* | irix6* | nonstopux*)
10924      nonstopux*) version_type=nonstopux ;;
10925      *)
10926          if test "$lt_cv_prog_gnu_ld" = yes; then
10927 <                version_type=linux
10927 >                version_type=linux # correct to gnu/linux during the next big refactor
10928          else
10929                  version_type=irix
10930          fi ;;
# Line 10856 | Line 10961 | linux*oldld* | linux*aout* | linux*coff*
10961    dynamic_linker=no
10962    ;;
10963  
10964 < # This must be Linux ELF.
10964 > # This must be glibc/ELF.
10965   linux* | k*bsd*-gnu | kopensolaris*-gnu)
10966 <  version_type=linux
10966 >  version_type=linux # correct to gnu/linux during the next big refactor
10967    need_lib_prefix=no
10968    need_version=no
10969    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 10940 | Line 11045 | netbsd*)
11045    ;;
11046  
11047   newsos6)
11048 <  version_type=linux
11048 >  version_type=linux # correct to gnu/linux during the next big refactor
11049    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11050    shlibpath_var=LD_LIBRARY_PATH
11051    shlibpath_overrides_runpath=yes
# Line 11009 | Line 11114 | rdos*)
11114    ;;
11115  
11116   solaris*)
11117 <  version_type=linux
11117 >  version_type=linux # correct to gnu/linux during the next big refactor
11118    need_lib_prefix=no
11119    need_version=no
11120    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11034 | Line 11139 | sunos4*)
11139    ;;
11140  
11141   sysv4 | sysv4.3*)
11142 <  version_type=linux
11142 >  version_type=linux # correct to gnu/linux during the next big refactor
11143    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11144    soname_spec='${libname}${release}${shared_ext}$major'
11145    shlibpath_var=LD_LIBRARY_PATH
# Line 11058 | Line 11163 | sysv4 | sysv4.3*)
11163  
11164   sysv4*MP*)
11165    if test -d /usr/nec ;then
11166 <    version_type=linux
11166 >    version_type=linux # correct to gnu/linux during the next big refactor
11167      library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11168      soname_spec='$libname${shared_ext}.$major'
11169      shlibpath_var=LD_LIBRARY_PATH
# Line 11089 | Line 11194 | sysv5* | sco3.2v5* | sco5v6* | unixware*
11194  
11195   tpf*)
11196    # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11197 <  version_type=linux
11197 >  version_type=linux # correct to gnu/linux during the next big refactor
11198    need_lib_prefix=no
11199    need_version=no
11200    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11099 | Line 11204 | tpf*)
11204    ;;
11205  
11206   uts4*)
11207 <  version_type=linux
11207 >  version_type=linux # correct to gnu/linux during the next big refactor
11208    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11209    soname_spec='${libname}${release}${shared_ext}$major'
11210    shlibpath_var=LD_LIBRARY_PATH
# Line 11881 | Line 11986 | CC="$lt_save_CC"
11986  
11987  
11988  
11989 +
11990 +
11991          ac_config_commands="$ac_config_commands libtool"
11992  
11993  
# Line 11897 | Line 12004 | else
12004  
12005   module=yes
12006   eval libltdl_cv_shlibext=$shrext_cmds
12007 + module=no
12008 + eval libltdl_cv_shrext=$shrext_cmds
12009  
12010   fi
12011   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5
# Line 11908 | Line 12017 | cat >>confdefs.h <<_ACEOF
12017   _ACEOF
12018  
12019   fi
12020 + if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
12021 +
12022 + cat >>confdefs.h <<_ACEOF
12023 + #define LT_SHARED_EXT "$libltdl_cv_shrext"
12024 + _ACEOF
12025 +
12026 + fi
12027  
12028   { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5
12029   $as_echo_n "checking which variable specifies run-time module search path... " >&6; }
# Line 12954 | Line 13070 | LIBTOOL="$LIBTOOL --silent"
13070  
13071   # Checks for libraries.
13072  
13073 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13074 < $as_echo_n "checking for library containing socket... " >&6; }
13075 < if ${ac_cv_search_socket+:} false; then :
13073 >  ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13074 > if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13075 >
13076 > else
13077 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
13078 > $as_echo_n "checking for library containing getaddrinfo... " >&6; }
13079 > if ${ac_cv_search_getaddrinfo+:} false; then :
13080    $as_echo_n "(cached) " >&6
13081   else
13082    ac_func_search_save_LIBS=$LIBS
# Line 12969 | Line 13089 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13089   #ifdef __cplusplus
13090   extern "C"
13091   #endif
13092 < char socket ();
13092 > char getaddrinfo ();
13093   int
13094   main ()
13095   {
13096 < return socket ();
13096 > return getaddrinfo ();
13097    ;
13098    return 0;
13099   }
13100   _ACEOF
13101 < for ac_lib in '' socket; do
13101 > for ac_lib in '' nsl; do
13102    if test -z "$ac_lib"; then
13103      ac_res="none required"
13104    else
# Line 12986 | Line 13106 | for ac_lib in '' socket; do
13106      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13107    fi
13108    if ac_fn_c_try_link "$LINENO"; then :
13109 <  ac_cv_search_socket=$ac_res
13109 >  ac_cv_search_getaddrinfo=$ac_res
13110   fi
13111   rm -f core conftest.err conftest.$ac_objext \
13112      conftest$ac_exeext
13113 <  if ${ac_cv_search_socket+:} false; then :
13113 >  if ${ac_cv_search_getaddrinfo+:} false; then :
13114    break
13115   fi
13116   done
13117 < if ${ac_cv_search_socket+:} false; then :
13117 > if ${ac_cv_search_getaddrinfo+:} false; then :
13118  
13119   else
13120 <  ac_cv_search_socket=no
13120 >  ac_cv_search_getaddrinfo=no
13121   fi
13122   rm conftest.$ac_ext
13123   LIBS=$ac_func_search_save_LIBS
13124   fi
13125 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13126 < $as_echo "$ac_cv_search_socket" >&6; }
13127 < ac_res=$ac_cv_search_socket
13125 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
13126 > $as_echo "$ac_cv_search_getaddrinfo" >&6; }
13127 > ac_res=$ac_cv_search_getaddrinfo
13128   if test "$ac_res" != no; then :
13129    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13130  
13011 else
13012  as_fn_error $? "socket library not found" "$LINENO" 5
13131   fi
13132  
13133 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5
13134 < $as_echo_n "checking for library containing inet_ntoa... " >&6; }
13135 < if ${ac_cv_search_inet_ntoa+:} false; then :
13133 > fi
13134 >
13135 >  ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
13136 > if test "x$ac_cv_func_getnameinfo" = xyes; then :
13137 >
13138 > else
13139 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
13140 > $as_echo_n "checking for library containing getnameinfo... " >&6; }
13141 > if ${ac_cv_search_getnameinfo+:} false; then :
13142    $as_echo_n "(cached) " >&6
13143   else
13144    ac_func_search_save_LIBS=$LIBS
# Line 13027 | Line 13151 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13151   #ifdef __cplusplus
13152   extern "C"
13153   #endif
13154 < char inet_ntoa ();
13154 > char getnameinfo ();
13155   int
13156   main ()
13157   {
13158 < return inet_ntoa ();
13158 > return getnameinfo ();
13159    ;
13160    return 0;
13161   }
# Line 13044 | Line 13168 | for ac_lib in '' nsl; do
13168      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13169    fi
13170    if ac_fn_c_try_link "$LINENO"; then :
13171 <  ac_cv_search_inet_ntoa=$ac_res
13171 >  ac_cv_search_getnameinfo=$ac_res
13172   fi
13173   rm -f core conftest.err conftest.$ac_objext \
13174      conftest$ac_exeext
13175 <  if ${ac_cv_search_inet_ntoa+:} false; then :
13175 >  if ${ac_cv_search_getnameinfo+:} false; then :
13176    break
13177   fi
13178   done
13179 < if ${ac_cv_search_inet_ntoa+:} false; then :
13179 > if ${ac_cv_search_getnameinfo+:} false; then :
13180  
13181   else
13182 <  ac_cv_search_inet_ntoa=no
13182 >  ac_cv_search_getnameinfo=no
13183   fi
13184   rm conftest.$ac_ext
13185   LIBS=$ac_func_search_save_LIBS
13186   fi
13187 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5
13188 < $as_echo "$ac_cv_search_inet_ntoa" >&6; }
13189 < ac_res=$ac_cv_search_inet_ntoa
13187 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
13188 > $as_echo "$ac_cv_search_getnameinfo" >&6; }
13189 > ac_res=$ac_cv_search_getnameinfo
13190   if test "$ac_res" != no; then :
13191    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13192  
13193   fi
13194  
13195 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13196 < $as_echo_n "checking for library containing inet_aton... " >&6; }
13197 < if ${ac_cv_search_inet_aton+:} false; then :
13195 > fi
13196 >
13197 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13198 > $as_echo_n "checking for library containing socket... " >&6; }
13199 > if ${ac_cv_search_socket+:} false; then :
13200    $as_echo_n "(cached) " >&6
13201   else
13202    ac_func_search_save_LIBS=$LIBS
# Line 13083 | Line 13209 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13209   #ifdef __cplusplus
13210   extern "C"
13211   #endif
13212 < char inet_aton ();
13212 > char socket ();
13213   int
13214   main ()
13215   {
13216 < return inet_aton ();
13216 > return socket ();
13217    ;
13218    return 0;
13219   }
13220   _ACEOF
13221 < for ac_lib in '' resolv; do
13221 > for ac_lib in '' socket; do
13222    if test -z "$ac_lib"; then
13223      ac_res="none required"
13224    else
# Line 13100 | Line 13226 | for ac_lib in '' resolv; do
13226      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13227    fi
13228    if ac_fn_c_try_link "$LINENO"; then :
13229 <  ac_cv_search_inet_aton=$ac_res
13229 >  ac_cv_search_socket=$ac_res
13230   fi
13231   rm -f core conftest.err conftest.$ac_objext \
13232      conftest$ac_exeext
13233 <  if ${ac_cv_search_inet_aton+:} false; then :
13233 >  if ${ac_cv_search_socket+:} false; then :
13234    break
13235   fi
13236   done
13237 < if ${ac_cv_search_inet_aton+:} false; then :
13237 > if ${ac_cv_search_socket+:} false; then :
13238  
13239   else
13240 <  ac_cv_search_inet_aton=no
13240 >  ac_cv_search_socket=no
13241   fi
13242   rm conftest.$ac_ext
13243   LIBS=$ac_func_search_save_LIBS
13244   fi
13245 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13246 < $as_echo "$ac_cv_search_inet_aton" >&6; }
13247 < ac_res=$ac_cv_search_inet_aton
13245 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13246 > $as_echo "$ac_cv_search_socket" >&6; }
13247 > ac_res=$ac_cv_search_socket
13248   if test "$ac_res" != no; then :
13249    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13250  
13251 + else
13252 +  as_fn_error $? "socket library not found" "$LINENO" 5
13253   fi
13254  
13127  for ac_func in inet_aton inet_ntop inet_pton
13128 do :
13129  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13130 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13131 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13132  cat >>confdefs.h <<_ACEOF
13133 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13134 _ACEOF
13135
13136 fi
13137 done
13138
13255    ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h>
13256     #include <sys/socket.h>
13257     #include <netdb.h>
# Line 13454 | Line 13570 | done
13570  
13571  
13572  
13457
13458
13573   # Checks for header files.
13574  
13575  
# Line 13490 | Line 13604 | done
13604  
13605  
13606  
13493
13494
13495
13496
13497
13498
13499
13500
13501
13502
13503 # check for /dev/null so we can use it to hold evil fd's
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/null" >&5
13505 $as_echo_n "checking for /dev/null... " >&6; }
13506 if test -c /dev/null; then :
13507
13508
13509 $as_echo "#define PATH_DEVNULL \"/dev/null\"" >>confdefs.h
13510
13511  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13512 $as_echo "yes" >&6; }
13513 else
13514
13515
13516 $as_echo "#define PATH_DEVNULL \"devnull.log\"" >>confdefs.h
13517
13518  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no - using devnull.log" >&5
13519 $as_echo "no - using devnull.log" >&6; }
13520 fi
13521
13522
13607   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
13608   $as_echo_n "checking for library containing crypt... " >&6; }
13609   if ${ac_cv_search_crypt+:} false; then :
# Line 13577 | Line 13661 | if test "$ac_res" != no; then :
13661   fi
13662  
13663  
13664 <
13665 <
13666 < # Check whether --with-zlib-path was given.
13583 < if test "${with_zlib_path+set}" = set; then :
13584 <  withval=$with_zlib_path; LDFLAGS="-L$withval $LDFLAGS"
13585 < fi
13586 <
13587 <
13588 < # Check whether --enable-zlib was given.
13589 < if test "${enable_zlib+set}" = set; then :
13590 <  enableval=$enable_zlib; zlib=$enableval
13664 > # Check whether --enable-libpcre was given.
13665 > if test "${enable_libpcre+set}" = set; then :
13666 >  enableval=$enable_libpcre;
13667   else
13668 <  zlib=yes
13669 < fi
13670 <
13671 <
13672 < if test "$zlib" = "yes"; then :
13597 <
13598 <  ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13599 < if test "x$ac_cv_header_zlib_h" = xyes; then :
13600 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlibVersion in -lz" >&5
13601 < $as_echo_n "checking for zlibVersion in -lz... " >&6; }
13602 < if ${ac_cv_lib_z_zlibVersion+:} false; then :
13668 >  ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
13669 > if test "x$ac_cv_header_pcre_h" = xyes; then :
13670 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5
13671 > $as_echo_n "checking for library containing pcre_study... " >&6; }
13672 > if ${ac_cv_search_pcre_study+:} false; then :
13673    $as_echo_n "(cached) " >&6
13674   else
13675 <  ac_check_lib_save_LIBS=$LIBS
13606 < LIBS="-lz  $LIBS"
13675 >  ac_func_search_save_LIBS=$LIBS
13676   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13677   /* end confdefs.h.  */
13678  
# Line 13613 | Line 13682 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13682   #ifdef __cplusplus
13683   extern "C"
13684   #endif
13685 < char zlibVersion ();
13685 > char pcre_study ();
13686   int
13687   main ()
13688   {
13689 < return zlibVersion ();
13689 > return pcre_study ();
13690    ;
13691    return 0;
13692   }
13693   _ACEOF
13694 < if ac_fn_c_try_link "$LINENO"; then :
13695 <  ac_cv_lib_z_zlibVersion=yes
13696 < else
13697 <  ac_cv_lib_z_zlibVersion=no
13694 > for ac_lib in '' pcre; 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_pcre_study=$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_pcre_study+:} false; then :
13707 >  break
13708   fi
13709 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_zlibVersion" >&5
13710 < $as_echo "$ac_cv_lib_z_zlibVersion" >&6; }
13636 < if test "x$ac_cv_lib_z_zlibVersion" = xyes; then :
13637 <
13638 <      LIBS="-lz $LIBS"
13639 <
13640 < $as_echo "#define HAVE_LIBZ 1" >>confdefs.h
13641 <
13709 > done
13710 > if ${ac_cv_search_pcre_study+:} false; then :
13711  
13712   else
13713 <  zlib=no
13713 >  ac_cv_search_pcre_study=no
13714   fi
13715 <
13716 <
13648 < else
13649 <  zlib=no
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_pcre_study" >&5
13719 + $as_echo "$ac_cv_search_pcre_study" >&6; }
13720 + ac_res=$ac_cv_search_pcre_study
13721 + if test "$ac_res" != no; then :
13722 +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13723  
13724 <
13724 > $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13725  
13726   fi
13727  
13656
13657 # Check whether --with-libpcre-path was given.
13658 if test "${with_libpcre_path+set}" = set; then :
13659  withval=$with_libpcre_path; LDFLAGS="-L$withval $LDFLAGS"
13728   fi
13729  
13730  
13663 # Check whether --enable-libpcre was given.
13664 if test "${enable_libpcre+set}" = set; then :
13665  enableval=$enable_libpcre; libpcre=$enableval
13666 else
13667  libpcre=yes
13731   fi
13732  
13733  
13734 < if test "$libpcre" = "yes"; then :
13735 <
13736 <  ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
13737 < if test "x$ac_cv_header_pcre_h" = xyes; then :
13738 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5
13739 < $as_echo_n "checking for pcre_study in -lpcre... " >&6; }
13740 < if ${ac_cv_lib_pcre_pcre_study+:} false; then :
13734 > # Check whether --enable-libGeoIP was given.
13735 > if test "${enable_libGeoIP+set}" = set; then :
13736 >  enableval=$enable_libGeoIP;
13737 > else
13738 >  ac_fn_c_check_header_mongrel "$LINENO" "GeoIP.h" "ac_cv_header_GeoIP_h" "$ac_includes_default"
13739 > if test "x$ac_cv_header_GeoIP_h" = xyes; then :
13740 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing GeoIP_lib_version" >&5
13741 > $as_echo_n "checking for library containing GeoIP_lib_version... " >&6; }
13742 > if ${ac_cv_search_GeoIP_lib_version+:} false; then :
13743    $as_echo_n "(cached) " >&6
13744   else
13745 <  ac_check_lib_save_LIBS=$LIBS
13681 < LIBS="-lpcre  $LIBS"
13745 >  ac_func_search_save_LIBS=$LIBS
13746   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13747   /* end confdefs.h.  */
13748  
# Line 13688 | Line 13752 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13752   #ifdef __cplusplus
13753   extern "C"
13754   #endif
13755 < char pcre_study ();
13755 > char GeoIP_lib_version ();
13756   int
13757   main ()
13758   {
13759 < return pcre_study ();
13759 > return GeoIP_lib_version ();
13760    ;
13761    return 0;
13762   }
13763   _ACEOF
13764 < if ac_fn_c_try_link "$LINENO"; then :
13765 <  ac_cv_lib_pcre_pcre_study=yes
13766 < else
13767 <  ac_cv_lib_pcre_pcre_study=no
13764 > for ac_lib in '' GeoIP; do
13765 >  if test -z "$ac_lib"; then
13766 >    ac_res="none required"
13767 >  else
13768 >    ac_res=-l$ac_lib
13769 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13770 >  fi
13771 >  if ac_fn_c_try_link "$LINENO"; then :
13772 >  ac_cv_search_GeoIP_lib_version=$ac_res
13773   fi
13774   rm -f core conftest.err conftest.$ac_objext \
13775 <    conftest$ac_exeext conftest.$ac_ext
13776 < LIBS=$ac_check_lib_save_LIBS
13775 >    conftest$ac_exeext
13776 >  if ${ac_cv_search_GeoIP_lib_version+:} false; then :
13777 >  break
13778   fi
13779 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5
13780 < $as_echo "$ac_cv_lib_pcre_pcre_study" >&6; }
13711 < if test "x$ac_cv_lib_pcre_pcre_study" = xyes; then :
13712 <
13713 <      LIBS="-lpcre $LIBS"
13714 <
13715 < $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13716 <
13779 > done
13780 > if ${ac_cv_search_GeoIP_lib_version+:} false; then :
13781  
13782   else
13783 <  libpcre=no
13783 >  ac_cv_search_GeoIP_lib_version=no
13784   fi
13785 + rm conftest.$ac_ext
13786 + LIBS=$ac_func_search_save_LIBS
13787 + fi
13788 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_GeoIP_lib_version" >&5
13789 + $as_echo "$ac_cv_search_GeoIP_lib_version" >&6; }
13790 + ac_res=$ac_cv_search_GeoIP_lib_version
13791 + if test "$ac_res" != no; then :
13792 +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13793  
13794 + $as_echo "#define HAVE_LIBGEOIP 1" >>confdefs.h
13795  
13723 else
13724  libpcre=no
13796   fi
13797  
13798 + fi
13799  
13800  
13801   fi
13730 if test "$libpcre" = yes; then
13731  ENABLE_PCRE_TRUE=
13732  ENABLE_PCRE_FALSE='#'
13733 else
13734  ENABLE_PCRE_TRUE='#'
13735  ENABLE_PCRE_FALSE=
13736 fi
13737
13802  
13803  
13804   # Check whether --enable-openssl was given.
# Line 13776 | Line 13840 | if test "$cf_enable_openssl" != "no"; th
13840    fi
13841  
13842        if test ! -z "$cf_openssl_basedir"; then
13779    LIBS="-lcrypto -lssl $LIBS"
13843      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cf_openssl_basedir" >&5
13844   $as_echo "$cf_openssl_basedir" >&6; }
13845      cf_enable_openssl="yes"
13783
13784 $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
13785
13846    else
13847      { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found. Please check your path." >&5
13848   $as_echo "not found. Please check your path." >&6; }
# Line 13795 | Line 13855 | $as_echo "disabled" >&6; }
13855   fi
13856  
13857   if test "$cf_enable_openssl" != "no"; then :
13858 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.7 or above" >&5
13859 < $as_echo_n "checking for OpenSSL 0.9.7 or above... " >&6; }
13858 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
13859 > $as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
13860    if test "$cross_compiling" = yes; then :
13861    cf_openssl_version_ok=no
13862   else
# Line 13809 | Line 13869 | else
13869   int
13870   main ()
13871   {
13872 < exit(!(OPENSSL_VERSION_NUMBER >= 0x00907000));
13872 > exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
13873    ;
13874    return 0;
13875   }
# Line 13874 | Line 13934 | _ACEOF
13934   fi
13935  
13936      if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13937 <  for ac_func in EVP_bf_cfb           \
13938 <                      EVP_cast5_cfb        \
13939 <                      EVP_idea_cfb         \
13940 <                      EVP_rc5_32_12_16_cfb \
13941 <                      EVP_des_ede3_cfb     \
13942 <                      EVP_des_cfb
13943 < do :
13944 <  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13945 < ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13946 < if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13937 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13938 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13939 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13940 >  $as_echo_n "(cached) " >&6
13941 > else
13942 >  ac_check_lib_save_LIBS=$LIBS
13943 > LIBS="-lssl  $LIBS"
13944 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13945 > /* end confdefs.h.  */
13946 >
13947 > /* Override any GCC internal prototype to avoid an error.
13948 >   Use char because int might match the return type of a GCC
13949 >   builtin and then its argument prototype would still apply.  */
13950 > #ifdef __cplusplus
13951 > extern "C"
13952 > #endif
13953 > char SSL_connect ();
13954 > int
13955 > main ()
13956 > {
13957 > return SSL_connect ();
13958 >  ;
13959 >  return 0;
13960 > }
13961 > _ACEOF
13962 > if ac_fn_c_try_link "$LINENO"; then :
13963 >  ac_cv_lib_ssl_SSL_connect=yes
13964 > else
13965 >  ac_cv_lib_ssl_SSL_connect=no
13966 > fi
13967 > rm -f core conftest.err conftest.$ac_objext \
13968 >    conftest$ac_exeext conftest.$ac_ext
13969 > LIBS=$ac_check_lib_save_LIBS
13970 > fi
13971 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13972 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13973 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13974    cat >>confdefs.h <<_ACEOF
13975 < #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13975 > #define HAVE_LIBSSL 1
13976   _ACEOF
13977  
13978 +  LIBS="-lssl $LIBS"
13979 +
13980   fi
13892 done
13981  
13982   fi
13983  
# Line 13900 | Line 13988 | $as_echo "no - OpenSSL support disabled"
13988   fi
13989   fi
13990  
13991 < if test "$cf_enable_openssl" = yes; then
13991 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
13992    ENABLE_SSL_TRUE=
13993    ENABLE_SSL_FALSE='#'
13994   else
# Line 13925 | Line 14013 | $as_echo "#define NDEBUG 1" >>confdefs.h
14013   fi
14014  
14015  
13928 # Check whether --enable-small-net was given.
13929 if test "${enable_small_net+set}" = set; then :
13930  enableval=$enable_small_net; small_net=$enableval
13931 else
13932  small_net=no
13933 fi
13934
13935
13936 if test "$small_net" = "yes"; then :
13937
13938
13939 $as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h
13940
13941
13942 $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
13943
13944
13945 $as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h
13946
13947
13948 $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
13949
13950
13951 $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
13952
14016  
14017 < $as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h
13955 <
13956 <
13957 < $as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h
13958 <
13959 <
13960 < $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
13961 <
13962 <
13963 < $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
13964 <
13965 <
13966 < $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
13967 <
13968 < else
13969 <
13970 <
13971 <
13972 < $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h
14017 > $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
14018  
14019  
14020   $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
# Line 13987 | Line 14032 | $as_echo "#define LCLIENT_HEAP_SIZE 512"
14032   $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
14033  
14034  
13990 $as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h
13991
13992
14035   $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
14036  
14037  
14038 < $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
14038 > $as_echo "#define AUTH_HEAP_SIZE 256" >>confdefs.h
14039  
14040  
14041 < $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
14041 > $as_echo "#define DNS_HEAP_SIZE 256" >>confdefs.h
14042  
14001 fi
14043  
14044  
14045   # Argument processing.
# Line 14019 | Line 14060 | if test "${enable_devpoll+set}" = set; t
14060    enableval=$enable_devpoll; desired_iopoll_mechanism="devpoll"
14061   fi
14062  
14022  # Check whether --enable-rtsigio was given.
14023 if test "${enable_rtsigio+set}" = set; then :
14024  enableval=$enable_rtsigio; desired_iopoll_mechanism="rtsigio"
14025 fi
14026
14063    # Check whether --enable-poll was given.
14064   if test "${enable_poll+set}" = set; then :
14065    enableval=$enable_poll; desired_iopoll_mechanism="poll"
# Line 14207 | Line 14243 | rm -f core conftest.err conftest.$ac_obj
14243   $as_echo "#define HAVE_SYS_DEVPOLL_H 1" >>confdefs.h
14244  
14245    fi
14246 <      iopoll_mechanism_rtsigio=4
14211 <
14212 < cat >>confdefs.h <<_ACEOF
14213 < #define __IOPOLL_MECHANISM_RTSIGIO $iopoll_mechanism_rtsigio
14214 < _ACEOF
14215 <
14216 <  if test "$cross_compiling" = yes; then :
14217 <  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14218 < $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14219 < as_fn_error $? "cannot run test program while cross compiling
14220 < See \`config.log' for more details" "$LINENO" 5; }
14221 < else
14222 <  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14223 < /* end confdefs.h.  */
14224 <
14225 < #define _GNU_SOURCE
14226 < #include <fcntl.h>
14227 < static unsigned int have_f_setsig = 0;
14228 <
14229 < int
14230 < main ()
14231 < {
14232 <
14233 < #ifdef F_SETSIG
14234 <  have_f_setsig = 1;
14235 < #endif
14236 <  return have_f_setsig == 0;
14237 <
14238 <  ;
14239 <  return 0;
14240 < }
14241 < _ACEOF
14242 < if ac_fn_c_try_run "$LINENO"; then :
14243 <  is_rtsigio_mechanism_available="yes"
14244 < else
14245 <  is_rtsigio_mechanism_available="no"
14246 < fi
14247 < rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14248 <  conftest.$ac_objext conftest.beam conftest.$ac_ext
14249 < fi
14250 <
14251 <      iopoll_mechanism_poll=5
14246 >      iopoll_mechanism_poll=4
14247  
14248   cat >>confdefs.h <<_ACEOF
14249   #define __IOPOLL_MECHANISM_POLL $iopoll_mechanism_poll
# Line 14302 | Line 14297 | else
14297   fi
14298   rm -f core conftest.err conftest.$ac_objext \
14299      conftest$ac_exeext conftest.$ac_ext
14300 <      iopoll_mechanism_select=6
14300 >      iopoll_mechanism_select=5
14301  
14302   cat >>confdefs.h <<_ACEOF
14303   #define __IOPOLL_MECHANISM_SELECT $iopoll_mechanism_select
# Line 14357 | Line 14352 | fi
14352   rm -f core conftest.err conftest.$ac_objext \
14353      conftest$ac_exeext conftest.$ac_ext
14354        optimal_iopoll_mechanism="none"
14355 <  for mechanism in "kqueue" "epoll" "devpoll" "rtsigio" "poll" "select" ; do # order is important
14355 >  for mechanism in "kqueue" "epoll" "devpoll" "poll" "select" ; do # order is important
14356      eval "is_optimal_iopoll_mechanism_available=\$is_${mechanism}_mechanism_available"
14357      if test "$is_optimal_iopoll_mechanism_available" = "yes" ; then
14358        optimal_iopoll_mechanism="$mechanism"
# Line 14394 | Line 14389 | _ACEOF
14389  
14390  
14391  
14397
14398 # Check whether --with-nicklen was given.
14399 if test "${with_nicklen+set}" = set; then :
14400  withval=$with_nicklen; nicklen="$withval"
14401 else
14402  nicklen="9"
14403 fi
14404
14405
14406 cat >>confdefs.h <<_ACEOF
14407 #define NICKLEN ($nicklen+1)
14408 _ACEOF
14409
14410
14411
14412
14413 # Check whether --with-topiclen was given.
14414 if test "${with_topiclen+set}" = set; then :
14415  withval=$with_topiclen; topiclen="$withval"
14416 else
14417  topiclen="160"
14418 fi
14419
14420
14421 cat >>confdefs.h <<_ACEOF
14422 #define TOPICLEN ($topiclen)
14423 _ACEOF
14424
14425
14426
14427
14428 # Check whether --with-syslog-facility was given.
14429 if test "${with_syslog_facility+set}" = set; then :
14430  withval=$with_syslog_facility; syslog_facility="$withval"
14431 else
14432  syslog_facility="LOG_LOCAL4"
14433 fi
14434
14435
14436 cat >>confdefs.h <<_ACEOF
14437 #define LOG_FACILITY $syslog_facility
14438 _ACEOF
14439
14440
14441
14442  # Check whether --enable-efnet was given.
14443 if test "${enable_efnet+set}" = set; then :
14444  enableval=$enable_efnet; efnet="$enableval"
14445 else
14446  efnet="no"
14447 fi
14448
14449  if test "$efnet" = "yes" ; then
14450                use_efnet="yes"
14451
14452 $as_echo "#define EFNET 1" >>confdefs.h
14453
14454        else
14455                use_efnet="no"
14456  fi
14457   if test "$use_efnet" = "yes"; then
14458  EFNET_TRUE=
14459  EFNET_FALSE='#'
14460 else
14461  EFNET_TRUE='#'
14462  EFNET_FALSE=
14463 fi
14464
14465
14466
14392    # Check whether --enable-halfops was given.
14393   if test "${enable_halfops+set}" = set; then :
14394    enableval=$enable_halfops; halfops="$enableval"
# Line 14486 | Line 14411 | else
14411   fi
14412  
14413    if test "$debugging" = "yes" ; then
14489
14490 $as_echo "#define DEBUG 1" >>confdefs.h
14491
14414      CFLAGS="-Wall -g -O0"
14493  else
14494
14495 $as_echo "#define NDEBUG 1" >>confdefs.h
14496
14415    fi
14416  
14417  
# Line 14509 | Line 14427 | fi
14427    fi
14428  
14429  
14512  for ac_header in syslog.h sys/syslog.h
14513 do :
14514  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14515 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
14516 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14517  cat >>confdefs.h <<_ACEOF
14518 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14519 _ACEOF
14520
14521 fi
14522
14523 done
14524
14525  # Check whether --enable-syslog was given.
14526 if test "${enable_syslog+set}" = set; then :
14527  enableval=$enable_syslog; syslog="$enableval"
14528 else
14529  syslog="no"
14530 fi
14531
14532  if test "$enableval" != "no" ; then
14533    for option in $enableval ; do
14534      case "$option" in
14535        users)
14536 $as_echo "#define SYSLOG_USERS 1" >>confdefs.h
14537 ;;
14538        oper)
14539 $as_echo "#define SYSLOG_OPER 1" >>confdefs.h
14540 ;;
14541        yes) : ;;
14542        *) as_fn_error $? "invalid value for --enable-syslog: $option" "$LINENO" 5 ;;
14543      esac
14544    done
14545
14546 $as_echo "#define USE_SYSLOG 1" >>confdefs.h
14547
14548  fi
14549
14550
14430  
14431    prefix_NONE=
14432    exec_prefix_NONE=
# Line 14634 | Line 14513 | _ACEOF
14513    test "$exec_prefix_NONE" && exec_prefix=NONE
14514  
14515  
14516 < ac_config_files="$ac_config_files Makefile etc/Makefile servlink/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"
14516 > 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"
14517  
14518  
14519   cat >confcache <<\_ACEOF
# Line 14746 | Line 14625 | LIBOBJS=$ac_libobjs
14625   LTLIBOBJS=$ac_ltlibobjs
14626  
14627  
14628 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14629 + $as_echo_n "checking that generated files are newer than configure... " >&6; }
14630 +   if test -n "$am_sleep_pid"; then
14631 +     # Hide warnings about reused PIDs.
14632 +     wait $am_sleep_pid 2>/dev/null
14633 +   fi
14634 +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14635 + $as_echo "done" >&6; }
14636   if test -n "$EXEEXT"; then
14637    am__EXEEXT_TRUE=
14638    am__EXEEXT_FALSE='#'
# Line 14792 | Line 14679 | LT_CONFIG_H=config.h
14679  
14680  
14681  
14795 if test -z "${ENABLE_PCRE_TRUE}" && test -z "${ENABLE_PCRE_FALSE}"; then
14796  as_fn_error $? "conditional \"ENABLE_PCRE\" was never defined.
14797 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14798 fi
14682   if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
14683    as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14684   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14685   fi
14803 if test -z "${EFNET_TRUE}" && test -z "${EFNET_FALSE}"; then
14804  as_fn_error $? "conditional \"EFNET\" was never defined.
14805 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14806 fi
14686  
14687   : "${CONFIG_STATUS=./config.status}"
14688   ac_write_fail=0
# Line 15102 | Line 14981 | if (echo >conf$$.file) 2>/dev/null; then
14981      # ... but there are two gotchas:
14982      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14983      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14984 <    # In both cases, we have to default to `cp -p'.
14984 >    # In both cases, we have to default to `cp -pR'.
14985      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14986 <      as_ln_s='cp -p'
14986 >      as_ln_s='cp -pR'
14987    elif ln conf$$.file conf$$ 2>/dev/null; then
14988      as_ln_s=ln
14989    else
14990 <    as_ln_s='cp -p'
14990 >    as_ln_s='cp -pR'
14991    fi
14992   else
14993 <  as_ln_s='cp -p'
14993 >  as_ln_s='cp -pR'
14994   fi
14995   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14996   rmdir conf$$.dir 2>/dev/null
# Line 15171 | Line 15050 | else
15050    as_mkdir_p=false
15051   fi
15052  
15053 < if test -x / >/dev/null 2>&1; then
15054 <  as_test_x='test -x'
15055 < else
15056 <  if ls -dL / >/dev/null 2>&1; then
15057 <    as_ls_L_option=L
15058 <  else
15059 <    as_ls_L_option=
15060 <  fi
15061 <  as_test_x='
15062 <    eval sh -c '\''
15184 <      if test -d "$1"; then
15185 <        test -d "$1/.";
15186 <      else
15187 <        case $1 in #(
15188 <        -*)set "./$1";;
15189 <        esac;
15190 <        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15191 <        ???[sx]*):;;*)false;;esac;fi
15192 <    '\'' sh
15193 <  '
15194 < fi
15195 < as_executable_p=$as_test_x
15053 >
15054 > # as_fn_executable_p FILE
15055 > # -----------------------
15056 > # Test if FILE is an executable regular file.
15057 > as_fn_executable_p ()
15058 > {
15059 >  test -f "$1" && test -x "$1"
15060 > } # as_fn_executable_p
15061 > as_test_x='test -x'
15062 > as_executable_p=as_fn_executable_p
15063  
15064   # Sed expression to map a string onto a valid CPP name.
15065   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 15213 | Line 15080 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15080   # report actual input values of CONFIG_FILES etc. instead of their
15081   # values after options handling.
15082   ac_log="
15083 < This file was extended by ircd-hybrid $as_me 7.3.0, which was
15084 < generated by GNU Autoconf 2.68.  Invocation command line was
15083 > This file was extended by ircd-hybrid $as_me 8.0.7, which was
15084 > generated by GNU Autoconf 2.69.  Invocation command line was
15085  
15086    CONFIG_FILES    = $CONFIG_FILES
15087    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 15279 | Line 15146 | _ACEOF
15146   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15147   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15148   ac_cs_version="\\
15149 < ircd-hybrid config.status 7.3.0
15150 < configured by $0, generated by GNU Autoconf 2.68,
15149 > ircd-hybrid config.status 8.0.7
15150 > configured by $0, generated by GNU Autoconf 2.69,
15151    with options \\"\$ac_cs_config\\"
15152  
15153 < Copyright (C) 2010 Free Software Foundation, Inc.
15153 > Copyright (C) 2012 Free Software Foundation, Inc.
15154   This config.status script is free software; the Free Software Foundation
15155   gives unlimited permission to copy, distribute and modify it."
15156  
# Line 15374 | Line 15241 | fi
15241   _ACEOF
15242   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15243   if \$ac_cs_recheck; then
15244 <  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15244 >  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15245    shift
15246    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15247    CONFIG_SHELL='$SHELL'
# Line 15416 | Line 15283 | pic_mode='`$ECHO "$pic_mode" | $SED "$de
15283   enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15284   SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15285   ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15286 + PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
15287   host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15288   host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15289   host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
# Line 15498 | Line 15366 | with_gnu_ld='`$ECHO "$with_gnu_ld" | $SE
15366   allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15367   no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15368   hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15501 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15369   hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15370   hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15371   hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
# Line 15554 | Line 15421 | _LTECHO_EOF'
15421   # Quote evaled strings.
15422   for var in SHELL \
15423   ECHO \
15424 + PATH_SEPARATOR \
15425   SED \
15426   GREP \
15427   EGREP \
# Line 15604 | Line 15472 | with_gnu_ld \
15472   allow_undefined_flag \
15473   no_undefined_flag \
15474   hardcode_libdir_flag_spec \
15607 hardcode_libdir_flag_spec_ld \
15475   hardcode_libdir_separator \
15476   exclude_expsyms \
15477   include_expsyms \
# Line 15689 | Line 15556 | do
15556      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15557      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15558      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15692    "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
15693    "servlink/Makefile") CONFIG_FILES="$CONFIG_FILES servlink/Makefile" ;;
15559      "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
15560      "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
15561      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
# Line 16299 | Line 16164 | $as_echo "$as_me: executing $ac_file com
16164  
16165    case $ac_file$ac_mode in
16166      "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16167 <  # Autoconf 2.62 quotes --file arguments for eval, but not when files
16167 >  # Older Autoconf quotes --file arguments for eval, but not when files
16168    # are listed without --file.  Let's play safe and only enable the eval
16169    # if we detect the quoting.
16170    case $CONFIG_FILES in
# Line 16312 | Line 16177 | $as_echo "$as_me: executing $ac_file com
16177      # Strip MF so we end up with the name of the file.
16178      mf=`echo "$mf" | sed -e 's/:.*$//'`
16179      # Check whether this is an Automake generated Makefile or not.
16180 <    # We used to match only the files named `Makefile.in', but
16180 >    # We used to match only the files named 'Makefile.in', but
16181      # some people rename them; so instead we look at the file content.
16182      # Grep'ing the first line is not enough: some people post-process
16183      # each Makefile.in and add a new line on top of each file to say so.
# Line 16346 | Line 16211 | $as_echo X"$mf" |
16211        continue
16212      fi
16213      # Extract the definition of DEPDIR, am__include, and am__quote
16214 <    # from the Makefile without running `make'.
16214 >    # from the Makefile without running 'make'.
16215      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16216      test -z "$DEPDIR" && continue
16217      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16218      test -z "am__include" && continue
16219      am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16355    # When using ansi2knr, U may be empty or an underscore; expand it
16356    U=`sed -n 's/^U = //p' < "$mf"`
16220      # Find all dependency output files, they are included files with
16221      # $(DEPDIR) in their names.  We invoke sed twice because it is the
16222      # simplest approach to changing $(DEPDIR) to its actual value in the
16223      # expansion.
16224      for file in `sed -n "
16225        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16226 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16226 >         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16227        # Make sure the directory exists.
16228        test -f "$dirpart/$file" && continue
16229        fdir=`$as_dirname -- "$file" ||
# Line 16414 | Line 16277 | $as_echo X"$file" |
16277   # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16278   #
16279   #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16280 < #                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
16281 < #                 Inc.
16280 > #                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
16281 > #                 Foundation, Inc.
16282   #   Written by Gordon Matzigkeit, 1996
16283   #
16284   #   This file is part of GNU Libtool.
# Line 16469 | Line 16332 | SHELL=$lt_SHELL
16332   # An echo program that protects backslashes.
16333   ECHO=$lt_ECHO
16334  
16335 + # The PATH separator for the build system.
16336 + PATH_SEPARATOR=$lt_PATH_SEPARATOR
16337 +
16338   # The host system.
16339   host_alias=$host_alias
16340   host=$host
# Line 16770 | Line 16636 | no_undefined_flag=$lt_no_undefined_flag
16636   # This must work even if \$libdir does not exist
16637   hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16638  
16773 # If ld is used when linking, flag to hardcode \$libdir into a binary
16774 # during linking.  This must work even if \$libdir does not exist.
16775 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16776
16639   # Whether we need a single "-rpath" flag with a separated argument.
16640   hardcode_libdir_separator=$lt_hardcode_libdir_separator
16641  

Diff Legend

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