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 1642 by michael, Sun Nov 4 19:23:28 2012 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 1540 2012-09-29 20:03:55Z 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.1.
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.1'
597 > PACKAGE_STRING='ircd-hybrid 8.0.1'
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 783 | Line 800 | with_included_ltdl
800   with_ltdl_include
801   with_ltdl_lib
802   enable_ltdl_install
786 with_zlib_path
787 enable_zlib
788 with_libpcre_path
803   enable_libpcre
804   enable_openssl
805   enable_assert
792 enable_small_net
806   enable_kqueue
807   enable_epoll
808   enable_devpoll
# Line 798 | Line 811 | enable_poll
811   enable_select
812   with_nicklen
813   with_topiclen
801 with_syslog_facility
802 enable_efnet
814   enable_halfops
815   enable_debugging
816   enable_warnings
806 enable_syslog
817   '
818        ac_precious_vars='build_alias
819   host_alias
# Line 1271 | Line 1281 | target=$target_alias
1281   if test "x$host_alias" != x; then
1282    if test "x$build_alias" = x; then
1283      cross_compiling=maybe
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
1284    elif test "x$build_alias" != "x$host_alias"; then
1285      cross_compiling=yes
1286    fi
# Line 1358 | Line 1366 | if test "$ac_init_help" = "long"; then
1366    # Omit some internal or obsolete options to make the list less imposing.
1367    # This message is too long to be a string in the A/UX 3.1 sh.
1368    cat <<_ACEOF
1369 < \`configure' configures ircd-hybrid 7.3.0 to adapt to many kinds of systems.
1369 > \`configure' configures ircd-hybrid 8.0.1 to adapt to many kinds of systems.
1370  
1371   Usage: $0 [OPTION]... [VAR=VALUE]...
1372  
# Line 1428 | Line 1436 | fi
1436  
1437   if test -n "$ac_init_help"; then
1438    case $ac_init_help in
1439 <     short | recursive ) echo "Configuration of ircd-hybrid 7.3.0:";;
1439 >     short | recursive ) echo "Configuration of ircd-hybrid 8.0.1:";;
1440     esac
1441    cat <<\_ACEOF
1442  
# Line 1436 | Line 1444 | Optional Features:
1444    --disable-option-checking  ignore unrecognized --enable/--with options
1445    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1446    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1447 <  --enable-maintainer-mode  enable make rules and dependencies not useful
1448 <                          (and sometimes confusing) to the casual installer
1449 <  --disable-dependency-tracking  speeds up one-time build
1450 <  --enable-dependency-tracking   do not reject slow dependency extractors
1447 >  --enable-maintainer-mode
1448 >                          enable make rules and dependencies not useful (and
1449 >                          sometimes confusing) to the casual installer
1450 >  --enable-dependency-tracking
1451 >                          do not reject slow dependency extractors
1452 >  --disable-dependency-tracking
1453 >                          speeds up one-time build
1454    --enable-static[=PKGS]  build static libraries [default=no]
1455    --enable-shared[=PKGS]  build shared libraries [default=yes]
1456    --enable-fast-install[=PKGS]
1457                            optimize for fast installation [default=yes]
1458    --disable-libtool-lock  avoid locking (might break parallel builds)
1459    --enable-ltdl-install   install libltdl
1449  --disable-zlib          Disable ziplinks support
1460    --disable-libpcre       Disable PCRE support
1461    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1462    --disable-openssl            Disable OpenSSL support.
1463    --enable-assert         Enable assert() statements
1454  --enable-small-net      Enable small network support.
1464    --enable-kqueue         Force kqueue usage.
1465    --enable-epoll          Force epoll usage.
1466    --enable-devpoll        Force devpoll usage.
1467    --enable-rtsigio        Force rtsigio usage.
1468    --enable-poll           Force poll usage.
1469    --enable-select         Force select usage.
1461  --enable-efnet          For IRCDs running on EFnet.
1470    --enable-halfops        Enable halfops support.
1471    --enable-debugging      Enable debugging.
1472    --enable-warnings       Enable compiler warnings.
1465  --enable-syslog="EVENTS"
1466                          Enable syslog for events: users oper (space
1467                          separated in quotes; default: disabled).
1473  
1474   Optional Packages:
1475    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1476    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1477 <  --with-pic              try to use only PIC/non-PIC objects [default=use
1477 >  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1478                            both]
1479    --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1480    --with-sysroot=DIR Search for dependent libraries within DIR
# Line 1477 | Line 1482 | Optional Packages:
1482    --with-included-ltdl    use the GNU ltdl sources included here
1483    --with-ltdl-include=DIR use the ltdl headers installed in DIR
1484    --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.
1485    --with-nicklen=<value>  Set nickname length (default 9).
1486    --with-topiclen=<value> Set topic length (default 160).
1484  --with-syslog-facility=LOG
1485                          Define the syslog facility to use (default:
1486                          LOG_LOCAL4)
1487  
1488   Some influential environment variables:
1489    CC          C compiler command
# Line 1567 | Line 1567 | fi
1567   test -n "$ac_init_help" && exit $ac_status
1568   if $ac_init_version; then
1569    cat <<\_ACEOF
1570 < ircd-hybrid configure 7.3.0
1571 < generated by GNU Autoconf 2.68
1570 > ircd-hybrid configure 8.0.1
1571 > generated by GNU Autoconf 2.69
1572  
1573 < Copyright (C) 2010 Free Software Foundation, Inc.
1573 > Copyright (C) 2012 Free Software Foundation, Inc.
1574   This configure script is free software; the Free Software Foundation
1575   gives unlimited permission to copy, distribute and modify it.
1576   _ACEOF
# Line 1646 | Line 1646 | $as_echo "$ac_try_echo"; } >&5
1646           test ! -s conftest.err
1647         } && test -s conftest$ac_exeext && {
1648           test "$cross_compiling" = yes ||
1649 <         $as_test_x conftest$ac_exeext
1649 >         test -x conftest$ac_exeext
1650         }; then :
1651    ac_retval=0
1652   else
# Line 2093 | Line 2093 | cat >config.log <<_ACEOF
2093   This file contains any messages produced by compilers while
2094   running configure, to aid debugging if configure makes a mistake.
2095  
2096 < It was created by ircd-hybrid $as_me 7.3.0, which was
2097 < generated by GNU Autoconf 2.68.  Invocation command line was
2096 > It was created by ircd-hybrid $as_me 8.0.1, which was
2097 > generated by GNU Autoconf 2.69.  Invocation command line was
2098  
2099    $ $0 $@
2100  
# Line 2378 | Line 2378 | as_fn_append ac_func_list " strtok_r"
2378   as_fn_append ac_func_list " usleep"
2379   as_fn_append ac_func_list " strlcat"
2380   as_fn_append ac_func_list " strlcpy"
2381 as_fn_append ac_func_list " socketpair"
2381   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"
2382   as_fn_append ac_header_list " sys/resource.h"
2383   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"
2384   as_fn_append ac_header_list " types.h"
2385   as_fn_append ac_header_list " socket.h"
2386   as_fn_append ac_header_list " sys/wait.h"
2387   as_fn_append ac_header_list " wait.h"
2393 as_fn_append ac_header_list " link.h"
2388   # Check that the precious variables saved in the cache have kept the same
2389   # value.
2390   ac_cache_corrupted=false
# Line 2459 | Line 2453 | ac_link='$CC -o conftest$ac_exeext $CFLA
2453   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2454  
2455  
2456 < am__api_version='1.11'
2456 > am__api_version='1.12'
2457  
2458   ac_aux_dir=
2459   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2527 | Line 2521 | case $as_dir/ in #((
2521      # by default.
2522      for ac_prog in ginstall scoinst install; do
2523        for ac_exec_ext in '' $ac_executable_extensions; do
2524 <        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2524 >        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2525            if test $ac_prog = install &&
2526              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2527              # AIX install.  It has an incompatible calling convention.
# Line 2585 | Line 2579 | test -z "$INSTALL_DATA" && INSTALL_DATA=
2579  
2580   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2581   $as_echo_n "checking whether build environment is sane... " >&6; }
2588 # Just in case
2589 sleep 1
2590 echo timestamp > conftest.file
2582   # Reject unsafe characters in $srcdir or the absolute working directory
2583   # name.  Accept space and tab only in the latter.
2584   am_lf='
# Line 2598 | Line 2589 | case `pwd` in
2589   esac
2590   case $srcdir in
2591    *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2592 <    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2592 >    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2593   esac
2594  
2595 < # Do `set' in a subshell so we don't clobber the current shell's
2595 > # Do 'set' in a subshell so we don't clobber the current shell's
2596   # arguments.  Must try -L first in case configure is actually a
2597   # symlink; some systems play weird games with the mod time of symlinks
2598   # (eg FreeBSD returns the mod time of the symlink's containing
2599   # directory).
2600   if (
2601 <   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2602 <   if test "$*" = "X"; then
2603 <      # -L didn't work.
2604 <      set X `ls -t "$srcdir/configure" conftest.file`
2605 <   fi
2606 <   rm -f conftest.file
2607 <   if test "$*" != "X $srcdir/configure conftest.file" \
2608 <      && test "$*" != "X conftest.file $srcdir/configure"; then
2609 <
2610 <      # If neither matched, then we have a broken ls.  This can happen
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
2601 >   am_has_slept=no
2602 >   for am_try in 1 2; do
2603 >     echo "timestamp, slept: $am_has_slept" > conftest.file
2604 >     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2605 >     if test "$*" = "X"; then
2606 >        # -L didn't work.
2607 >        set X `ls -t "$srcdir/configure" conftest.file`
2608 >     fi
2609 >     if test "$*" != "X $srcdir/configure conftest.file" \
2610 >        && test "$*" != "X conftest.file $srcdir/configure"; then
2611  
2612 +        # If neither matched, then we have a broken ls.  This can happen
2613 +        # if, for instance, CONFIG_SHELL is bash and it inherits a
2614 +        # broken ls alias from the environment.  This has actually
2615 +        # happened.  Such a system could not be considered "sane".
2616 +        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2617 +  alias in your environment" "$LINENO" 5
2618 +     fi
2619 +     if test "$2" = conftest.file || test $am_try -eq 2; then
2620 +       break
2621 +     fi
2622 +     # Just in case.
2623 +     sleep 1
2624 +     am_has_slept=yes
2625 +   done
2626     test "$2" = conftest.file
2627     )
2628   then
# Line 2635 | Line 2634 | Check your system clock" "$LINENO" 5
2634   fi
2635   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2636   $as_echo "yes" >&6; }
2637 + # If we didn't sleep, we still need to ensure time stamps of config.status and
2638 + # generated files are strictly newer.
2639 + am_sleep_pid=
2640 + if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2641 +  ( sleep 1 ) &
2642 +  am_sleep_pid=$!
2643 + fi
2644 +
2645 + rm -f conftest.file
2646 +
2647   test "$program_prefix" != NONE &&
2648    program_transform_name="s&^&$program_prefix&;$program_transform_name"
2649   # Use a double $ so make ignores it.
# Line 2661 | Line 2670 | if eval "$MISSING --run true"; then
2670    am_missing_run="$MISSING --run "
2671   else
2672    am_missing_run=
2673 <  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2674 < $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2673 >  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2674 > $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2675   fi
2676  
2677   if test x"${install_sh}" != xset; then
# Line 2674 | Line 2683 | if test x"${install_sh}" != xset; then
2683    esac
2684   fi
2685  
2686 < # Installed binaries are usually stripped using `strip' when the user
2687 < # run `make install-strip'.  However `strip' might not be the right
2686 > # Installed binaries are usually stripped using 'strip' when the user
2687 > # run "make install-strip".  However 'strip' might not be the right
2688   # tool to use in cross-compilation environments, therefore Automake
2689 < # will honor the `STRIP' environment variable to overrule this program.
2689 > # will honor the 'STRIP' environment variable to overrule this program.
2690   if test "$cross_compiling" != no; then
2691    if test -n "$ac_tool_prefix"; then
2692    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
# Line 2696 | Line 2705 | do
2705    IFS=$as_save_IFS
2706    test -z "$as_dir" && as_dir=.
2707      for ac_exec_ext in '' $ac_executable_extensions; do
2708 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2708 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2709      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2710      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2711      break 2
# Line 2736 | Line 2745 | do
2745    IFS=$as_save_IFS
2746    test -z "$as_dir" && as_dir=.
2747      for ac_exec_ext in '' $ac_executable_extensions; do
2748 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2748 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2749      ac_cv_prog_ac_ct_STRIP="strip"
2750      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2751      break 2
# Line 2787 | Line 2796 | do
2796    test -z "$as_dir" && as_dir=.
2797      for ac_prog in mkdir gmkdir; do
2798           for ac_exec_ext in '' $ac_executable_extensions; do
2799 <           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2799 >           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2800             case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2801               'mkdir (GNU coreutils) '* | \
2802               'mkdir (coreutils) '* | \
# Line 2816 | Line 2825 | fi
2825   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2826   $as_echo "$MKDIR_P" >&6; }
2827  
2819 mkdir_p="$MKDIR_P"
2820 case $mkdir_p in
2821  [\\/$]* | ?:[\\/]*) ;;
2822  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2823 esac
2824
2828   for ac_prog in gawk mawk nawk awk
2829   do
2830    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 2840 | Line 2843 | do
2843    IFS=$as_save_IFS
2844    test -z "$as_dir" && as_dir=.
2845      for ac_exec_ext in '' $ac_executable_extensions; do
2846 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2846 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2847      ac_cv_prog_AWK="$ac_prog"
2848      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2849      break 2
# Line 2926 | Line 2929 | fi
2929  
2930   # Define the identity of the package.
2931   PACKAGE='ircd-hybrid'
2932 < VERSION='7.3.0'
2932 > VERSION='8.0.1'
2933  
2934  
2935   cat >>confdefs.h <<_ACEOF
# Line 2954 | Line 2957 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
2957  
2958   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2959  
2960 + # For better backward compatibility.  To be removed once Automake 1.9.x
2961 + # dies out for good.  For more background, see:
2962 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2963 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2964 + mkdir_p='$(MKDIR_P)'
2965 +
2966   # We need awk for the "check" target.  The system "awk" is bad on
2967   # some platforms.
2968 < # Always define AMTAR for backward compatibility.
2969 <
2970 < AMTAR=${AMTAR-"${am_missing_run}tar"}
2968 > # Always define AMTAR for backward compatibility.  Yes, it's still used
2969 > # in the wild :-(  We should find a proper way to deprecate it ...
2970 > AMTAR='$${TAR-tar}'
2971  
2972 < am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2972 > am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2973  
2974  
2975  
# Line 3013 | Line 3022 | am__quote=
3022   _am_result=none
3023   # First try GNU make style include.
3024   echo "include confinc" > confmf
3025 < # Ignore all kinds of additional output from `make'.
3025 > # Ignore all kinds of additional output from 'make'.
3026   case `$am_make -s -f confmf 2> /dev/null` in #(
3027   *the\ am__doit\ target*)
3028    am__include=include
# Line 3046 | Line 3055 | fi
3055   if test "x$enable_dependency_tracking" != xno; then
3056    am_depcomp="$ac_aux_dir/depcomp"
3057    AMDEPBACKSLASH='\'
3058 +  am__nodep='_no'
3059   fi
3060   if test "x$enable_dependency_tracking" != xno; then
3061    AMDEP_TRUE=
# Line 3078 | Line 3088 | do
3088    IFS=$as_save_IFS
3089    test -z "$as_dir" && as_dir=.
3090      for ac_exec_ext in '' $ac_executable_extensions; do
3091 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3091 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3092      ac_cv_prog_CC="${ac_tool_prefix}gcc"
3093      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3094      break 2
# Line 3118 | Line 3128 | do
3128    IFS=$as_save_IFS
3129    test -z "$as_dir" && as_dir=.
3130      for ac_exec_ext in '' $ac_executable_extensions; do
3131 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3131 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3132      ac_cv_prog_ac_ct_CC="gcc"
3133      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3134      break 2
# Line 3171 | Line 3181 | do
3181    IFS=$as_save_IFS
3182    test -z "$as_dir" && as_dir=.
3183      for ac_exec_ext in '' $ac_executable_extensions; do
3184 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3184 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3185      ac_cv_prog_CC="${ac_tool_prefix}cc"
3186      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3187      break 2
# Line 3212 | Line 3222 | do
3222    IFS=$as_save_IFS
3223    test -z "$as_dir" && as_dir=.
3224      for ac_exec_ext in '' $ac_executable_extensions; do
3225 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3225 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3226      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3227         ac_prog_rejected=yes
3228         continue
# Line 3270 | Line 3280 | do
3280    IFS=$as_save_IFS
3281    test -z "$as_dir" && as_dir=.
3282      for ac_exec_ext in '' $ac_executable_extensions; do
3283 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3283 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3284      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3285      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3286      break 2
# Line 3314 | Line 3324 | do
3324    IFS=$as_save_IFS
3325    test -z "$as_dir" && as_dir=.
3326      for ac_exec_ext in '' $ac_executable_extensions; do
3327 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3327 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3328      ac_cv_prog_ac_ct_CC="$ac_prog"
3329      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3330      break 2
# Line 3760 | Line 3770 | cat confdefs.h - <<_ACEOF >conftest.$ac_
3770   /* end confdefs.h.  */
3771   #include <stdarg.h>
3772   #include <stdio.h>
3773 < #include <sys/types.h>
3764 < #include <sys/stat.h>
3773 > struct stat;
3774   /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3775   struct buf { int x; };
3776   FILE * (*rcsopen) (struct buf *, struct stat *, int);
# Line 3857 | Line 3866 | else
3866    # We make a subdir and do the tests there.  Otherwise we can end up
3867    # making bogus files that we don't know about and never remove.  For
3868    # instance it was reported that on HP-UX the gcc test will end up
3869 <  # making a dummy file named `D' -- because `-MD' means `put the output
3870 <  # in D'.
3869 >  # making a dummy file named 'D' -- because '-MD' means "put the output
3870 >  # in D".
3871 >  rm -rf conftest.dir
3872    mkdir conftest.dir
3873    # Copy depcomp to subdir because otherwise we won't find it if we're
3874    # using a relative directory.
# Line 3892 | Line 3902 | else
3902      : > sub/conftest.c
3903      for i in 1 2 3 4 5 6; do
3904        echo '#include "conftst'$i'.h"' >> sub/conftest.c
3905 <      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3906 <      # Solaris 8's {/usr,}/bin/sh.
3907 <      touch sub/conftst$i.h
3905 >      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3906 >      # Solaris 10 /bin/sh.
3907 >      echo '/* dummy */' > sub/conftst$i.h
3908      done
3909      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3910  
3911 <    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3911 >    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3912      # mode.  It turns out that the SunPro C++ compiler does not properly
3913 <    # handle `-M -o', and we need to detect this.  Also, some Intel
3914 <    # versions had trouble with output in subdirs
3913 >    # handle '-M -o', and we need to detect this.  Also, some Intel
3914 >    # versions had trouble with output in subdirs.
3915      am__obj=sub/conftest.${OBJEXT-o}
3916      am__minus_obj="-o $am__obj"
3917      case $depmode in
# Line 3910 | Line 3920 | else
3920        test "$am__universal" = false || continue
3921        ;;
3922      nosideeffect)
3923 <      # after this tag, mechanisms are not by side-effect, so they'll
3924 <      # only be used when explicitly requested
3923 >      # After this tag, mechanisms are not by side-effect, so they'll
3924 >      # only be used when explicitly requested.
3925        if test "x$enable_dependency_tracking" = xyes; then
3926          continue
3927        else
3928          break
3929        fi
3930        ;;
3931 <    msvisualcpp | msvcmsys)
3932 <      # This compiler won't grok `-c -o', but also, the minuso test has
3931 >    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3932 >      # This compiler won't grok '-c -o', but also, the minuso test has
3933        # not run yet.  These depmodes are late enough in the game, and
3934        # so weak that their functioning should not be impacted.
3935        am__obj=conftest.${OBJEXT-o}
# Line 4119 | Line 4129 | main ()
4129    return 0;
4130   }
4131   _ACEOF
4132 < for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4132 > for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
4133   do
4134    CC="$ac_save_CC $ac_arg"
4135    if ac_fn_c_try_compile "$LINENO"; then :
# Line 4151 | Line 4161 | fi
4161  
4162  
4163   if test "$ac_cv_prog_cc_c99" = "no"; then :
4164 <  as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5
4164 >  as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5
4165   fi
4166   for ac_prog in 'bison -y' byacc
4167   do
# Line 4171 | Line 4181 | do
4181    IFS=$as_save_IFS
4182    test -z "$as_dir" && as_dir=.
4183      for ac_exec_ext in '' $ac_executable_extensions; do
4184 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4184 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4185      ac_cv_prog_YACC="$ac_prog"
4186      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4187      break 2
# Line 4215 | Line 4225 | do
4225    IFS=$as_save_IFS
4226    test -z "$as_dir" && as_dir=.
4227      for ac_exec_ext in '' $ac_executable_extensions; do
4228 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4228 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4229      ac_cv_prog_LEX="$ac_prog"
4230      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4231      break 2
# Line 4247 | Line 4257 | a { ECHO; }
4257   b { REJECT; }
4258   c { yymore (); }
4259   d { yyless (1); }
4260 < e { yyless (input () != 0); }
4260 > e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
4261 >    yyless ((input () != 0)); }
4262   f { unput (yytext[0]); }
4263   . { BEGIN INITIAL; }
4264   %%
# Line 4376 | Line 4387 | esac
4387  
4388  
4389  
4390 < macro_version='2.4'
4391 < macro_revision='1.3293'
4390 > macro_version='2.4.2'
4391 > macro_revision='1.3337'
4392  
4393  
4394  
# Line 4555 | Line 4566 | do
4566      for ac_prog in sed gsed; do
4567      for ac_exec_ext in '' $ac_executable_extensions; do
4568        ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4569 <      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4569 >      as_fn_executable_p "$ac_path_SED" || continue
4570   # Check for GNU ac_path_SED and select it if it is found.
4571    # Check for GNU $ac_path_SED
4572   case `"$ac_path_SED" --version 2>&1` in
# Line 4631 | Line 4642 | do
4642      for ac_prog in grep ggrep; do
4643      for ac_exec_ext in '' $ac_executable_extensions; do
4644        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4645 <      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4645 >      as_fn_executable_p "$ac_path_GREP" || continue
4646   # Check for GNU ac_path_GREP and select it if it is found.
4647    # Check for GNU $ac_path_GREP
4648   case `"$ac_path_GREP" --version 2>&1` in
# Line 4697 | Line 4708 | do
4708      for ac_prog in egrep; do
4709      for ac_exec_ext in '' $ac_executable_extensions; do
4710        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4711 <      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4711 >      as_fn_executable_p "$ac_path_EGREP" || continue
4712   # Check for GNU ac_path_EGREP and select it if it is found.
4713    # Check for GNU $ac_path_EGREP
4714   case `"$ac_path_EGREP" --version 2>&1` in
# Line 4764 | Line 4775 | do
4775      for ac_prog in fgrep; do
4776      for ac_exec_ext in '' $ac_executable_extensions; do
4777        ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4778 <      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4778 >      as_fn_executable_p "$ac_path_FGREP" || continue
4779   # Check for GNU ac_path_FGREP and select it if it is found.
4780    # Check for GNU $ac_path_FGREP
4781   case `"$ac_path_FGREP" --version 2>&1` in
# Line 5020 | Line 5031 | do
5031    IFS=$as_save_IFS
5032    test -z "$as_dir" && as_dir=.
5033      for ac_exec_ext in '' $ac_executable_extensions; do
5034 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5034 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5035      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5036      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5037      break 2
# Line 5064 | Line 5075 | do
5075    IFS=$as_save_IFS
5076    test -z "$as_dir" && as_dir=.
5077      for ac_exec_ext in '' $ac_executable_extensions; do
5078 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5078 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5079      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5080      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5081      break 2
# Line 5222 | Line 5233 | else
5233      lt_cv_sys_max_cmd_len=196608
5234      ;;
5235  
5236 +  os2*)
5237 +    # The test takes a long time on OS/2.
5238 +    lt_cv_sys_max_cmd_len=8192
5239 +    ;;
5240 +
5241    osf*)
5242      # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5243      # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
# Line 5261 | Line 5277 | else
5277        # If test is not a shell built-in, we'll probably end up computing a
5278        # maximum length that is only half of the actual maximum length, but
5279        # we can't tell.
5280 <      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5280 >      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5281                   = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5282                test $i != 17 # 1/2 MB should be enough
5283        do
# Line 5483 | Line 5499 | do
5499    IFS=$as_save_IFS
5500    test -z "$as_dir" && as_dir=.
5501      for ac_exec_ext in '' $ac_executable_extensions; do
5502 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5502 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5503      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5504      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5505      break 2
# Line 5523 | Line 5539 | do
5539    IFS=$as_save_IFS
5540    test -z "$as_dir" && as_dir=.
5541      for ac_exec_ext in '' $ac_executable_extensions; do
5542 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5542 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5543      ac_cv_prog_ac_ct_OBJDUMP="objdump"
5544      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5545      break 2
# Line 5690 | Line 5706 | irix5* | irix6* | nonstopux*)
5706    lt_cv_deplibs_check_method=pass_all
5707    ;;
5708  
5709 < # This must be Linux ELF.
5709 > # This must be glibc/ELF.
5710   linux* | k*bsd*-gnu | kopensolaris*-gnu)
5711    lt_cv_deplibs_check_method=pass_all
5712    ;;
# Line 5829 | Line 5845 | do
5845    IFS=$as_save_IFS
5846    test -z "$as_dir" && as_dir=.
5847      for ac_exec_ext in '' $ac_executable_extensions; do
5848 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5848 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5849      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5850      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5851      break 2
# Line 5869 | Line 5885 | do
5885    IFS=$as_save_IFS
5886    test -z "$as_dir" && as_dir=.
5887      for ac_exec_ext in '' $ac_executable_extensions; do
5888 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5888 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5889      ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5890      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5891      break 2
# Line 5972 | Line 5988 | do
5988    IFS=$as_save_IFS
5989    test -z "$as_dir" && as_dir=.
5990      for ac_exec_ext in '' $ac_executable_extensions; do
5991 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5991 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5992      ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5993      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5994      break 2
# Line 6016 | Line 6032 | do
6032    IFS=$as_save_IFS
6033    test -z "$as_dir" && as_dir=.
6034      for ac_exec_ext in '' $ac_executable_extensions; do
6035 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6035 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6036      ac_cv_prog_ac_ct_AR="$ac_prog"
6037      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6038      break 2
# Line 6141 | Line 6157 | do
6157    IFS=$as_save_IFS
6158    test -z "$as_dir" && as_dir=.
6159      for ac_exec_ext in '' $ac_executable_extensions; do
6160 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6160 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6161      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6162      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6163      break 2
# Line 6181 | Line 6197 | do
6197    IFS=$as_save_IFS
6198    test -z "$as_dir" && as_dir=.
6199      for ac_exec_ext in '' $ac_executable_extensions; do
6200 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6200 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6201      ac_cv_prog_ac_ct_STRIP="strip"
6202      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6203      break 2
# Line 6240 | Line 6256 | do
6256    IFS=$as_save_IFS
6257    test -z "$as_dir" && as_dir=.
6258      for ac_exec_ext in '' $ac_executable_extensions; do
6259 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6259 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6260      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6261      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6262      break 2
# Line 6280 | Line 6296 | do
6296    IFS=$as_save_IFS
6297    test -z "$as_dir" && as_dir=.
6298      for ac_exec_ext in '' $ac_executable_extensions; do
6299 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6299 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6300      ac_cv_prog_ac_ct_RANLIB="ranlib"
6301      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6302      break 2
# Line 6330 | Line 6346 | old_postuninstall_cmds=
6346   if test -n "$RANLIB"; then
6347    case $host_os in
6348    openbsd*)
6349 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6349 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6350      ;;
6351    *)
6352 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6352 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6353      ;;
6354    esac
6355 <  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6355 >  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6356   fi
6357  
6358   case $host_os in
# Line 6483 | Line 6499 | for ac_symprfx in "" "_"; do
6499      # which start with @ or ?.
6500      lt_cv_sys_global_symbol_pipe="$AWK '"\
6501   "     {last_section=section; section=\$ 3};"\
6502 + "     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6503   "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6504   "     \$ 0!~/External *\|/{next};"\
6505   "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
# Line 6871 | Line 6888 | $as_echo "$lt_cv_cc_needs_belf" >&6; }
6888      CFLAGS="$SAVE_CFLAGS"
6889    fi
6890    ;;
6891 < sparc*-*solaris*)
6891 > *-*solaris*)
6892    # Find out which ABI we are using.
6893    echo 'int i;' > conftest.$ac_ext
6894    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
# Line 6882 | Line 6899 | sparc*-*solaris*)
6899      case `/usr/bin/file conftest.o` in
6900      *64-bit*)
6901        case $lt_cv_prog_gnu_ld in
6902 <      yes*) LD="${LD-ld} -m elf64_sparc" ;;
6902 >      yes*)
6903 >        case $host in
6904 >        i?86-*-solaris*)
6905 >          LD="${LD-ld} -m elf_x86_64"
6906 >          ;;
6907 >        sparc*-*-solaris*)
6908 >          LD="${LD-ld} -m elf64_sparc"
6909 >          ;;
6910 >        esac
6911 >        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
6912 >        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6913 >          LD="${LD-ld}_sol2"
6914 >        fi
6915 >        ;;
6916        *)
6917          if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6918            LD="${LD-ld} -64"
# Line 6915 | Line 6945 | do
6945    IFS=$as_save_IFS
6946    test -z "$as_dir" && as_dir=.
6947      for ac_exec_ext in '' $ac_executable_extensions; do
6948 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6948 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6949      ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6950      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6951      break 2
# Line 6955 | Line 6985 | do
6985    IFS=$as_save_IFS
6986    test -z "$as_dir" && as_dir=.
6987      for ac_exec_ext in '' $ac_executable_extensions; do
6988 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6988 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6989      ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
6990      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6991      break 2
# Line 7035 | Line 7065 | do
7065    IFS=$as_save_IFS
7066    test -z "$as_dir" && as_dir=.
7067      for ac_exec_ext in '' $ac_executable_extensions; do
7068 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7068 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7069      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7070      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7071      break 2
# Line 7075 | Line 7105 | do
7105    IFS=$as_save_IFS
7106    test -z "$as_dir" && as_dir=.
7107      for ac_exec_ext in '' $ac_executable_extensions; do
7108 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7108 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7109      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7110      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7111      break 2
# Line 7127 | Line 7157 | do
7157    IFS=$as_save_IFS
7158    test -z "$as_dir" && as_dir=.
7159      for ac_exec_ext in '' $ac_executable_extensions; do
7160 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7160 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7161      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7162      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7163      break 2
# Line 7167 | Line 7197 | do
7197    IFS=$as_save_IFS
7198    test -z "$as_dir" && as_dir=.
7199      for ac_exec_ext in '' $ac_executable_extensions; do
7200 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7200 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7201      ac_cv_prog_ac_ct_NMEDIT="nmedit"
7202      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7203      break 2
# Line 7219 | Line 7249 | do
7249    IFS=$as_save_IFS
7250    test -z "$as_dir" && as_dir=.
7251      for ac_exec_ext in '' $ac_executable_extensions; do
7252 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7252 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7253      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7254      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7255      break 2
# Line 7259 | Line 7289 | do
7289    IFS=$as_save_IFS
7290    test -z "$as_dir" && as_dir=.
7291      for ac_exec_ext in '' $ac_executable_extensions; do
7292 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7292 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7293      ac_cv_prog_ac_ct_LIPO="lipo"
7294      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7295      break 2
# Line 7311 | Line 7341 | do
7341    IFS=$as_save_IFS
7342    test -z "$as_dir" && as_dir=.
7343      for ac_exec_ext in '' $ac_executable_extensions; do
7344 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7344 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7345      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7346      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7347      break 2
# Line 7351 | Line 7381 | do
7381    IFS=$as_save_IFS
7382    test -z "$as_dir" && as_dir=.
7383      for ac_exec_ext in '' $ac_executable_extensions; do
7384 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7384 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7385      ac_cv_prog_ac_ct_OTOOL="otool"
7386      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7387      break 2
# Line 7403 | Line 7433 | do
7433    IFS=$as_save_IFS
7434    test -z "$as_dir" && as_dir=.
7435      for ac_exec_ext in '' $ac_executable_extensions; do
7436 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7436 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7437      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7438      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7439      break 2
# Line 7443 | Line 7473 | do
7473    IFS=$as_save_IFS
7474    test -z "$as_dir" && as_dir=.
7475      for ac_exec_ext in '' $ac_executable_extensions; do
7476 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7476 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7477      ac_cv_prog_ac_ct_OTOOL64="otool64"
7478      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7479      break 2
# Line 7522 | Line 7552 | else
7552          $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7553            -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7554          _lt_result=$?
7555 <        if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7555 >        # If there is a non-empty error log, and "single_module"
7556 >        # appears in it, assume the flag caused a linker warning
7557 >        if test -s conftest.err && $GREP single_module conftest.err; then
7558 >          cat conftest.err >&5
7559 >        # Otherwise, if the output was created with a 0 exit code from
7560 >        # the compiler, it worked.
7561 >        elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7562            lt_cv_apple_cc_single_mod=yes
7563          else
7564            cat conftest.err >&5
# Line 7533 | Line 7569 | else
7569   fi
7570   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7571   $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7572 +
7573      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7574   $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7575   if ${lt_cv_ld_exported_symbols_list+:} false; then :
# Line 7565 | Line 7602 | rm -f core conftest.err conftest.$ac_obj
7602   fi
7603   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7604   $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7605 +
7606      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7607   $as_echo_n "checking for -force_load linker flag... " >&6; }
7608   if ${lt_cv_ld_force_load+:} false; then :
# Line 7586 | Line 7624 | _LT_EOF
7624        echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7625        $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7626        _lt_result=$?
7627 <      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7627 >      if test -s conftest.err && $GREP force_load conftest.err; then
7628 >        cat conftest.err >&5
7629 >      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7630          lt_cv_ld_force_load=yes
7631        else
7632          cat conftest.err >&5
# Line 7989 | Line 8029 | fi
8029  
8030   # Check whether --with-pic was given.
8031   if test "${with_pic+set}" = set; then :
8032 <  withval=$with_pic; pic_mode="$withval"
8032 >  withval=$with_pic; lt_p=${PACKAGE-default}
8033 >    case $withval in
8034 >    yes|no) pic_mode=$withval ;;
8035 >    *)
8036 >      pic_mode=default
8037 >      # Look at the argument we got.  We use all the common list separators.
8038 >      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8039 >      for lt_pkg in $withval; do
8040 >        IFS="$lt_save_ifs"
8041 >        if test "X$lt_pkg" = "X$lt_p"; then
8042 >          pic_mode=yes
8043 >        fi
8044 >      done
8045 >      IFS="$lt_save_ifs"
8046 >      ;;
8047 >    esac
8048   else
8049    pic_mode=default
8050   fi
# Line 8067 | Line 8122 | LIBTOOL='$(SHELL) $(top_builddir)/libtoo
8122  
8123  
8124  
8125 +
8126 +
8127 +
8128 +
8129   test -z "$LN_S" && LN_S="ln -s"
8130  
8131  
# Line 8522 | Line 8581 | lt_prog_compiler_static=
8581      case $cc_basename in
8582      nvcc*) # Cuda Compiler Driver 2.2
8583        lt_prog_compiler_wl='-Xlinker '
8584 <      lt_prog_compiler_pic='-Xcompiler -fPIC'
8584 >      if test -n "$lt_prog_compiler_pic"; then
8585 >        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8586 >      fi
8587        ;;
8588      esac
8589    else
# Line 8613 | Line 8674 | lt_prog_compiler_static=
8674          ;;
8675        *)
8676          case `$CC -V 2>&1 | sed 5q` in
8677 <        *Sun\ F* | *Sun*Fortran*)
8677 >        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8678            # Sun Fortran 8.3 passes all unrecognized flags to the linker
8679            lt_prog_compiler_pic='-KPIC'
8680            lt_prog_compiler_static='-Bstatic'
8681            lt_prog_compiler_wl=''
8682            ;;
8683 +        *Sun\ F* | *Sun*Fortran*)
8684 +          lt_prog_compiler_pic='-KPIC'
8685 +          lt_prog_compiler_static='-Bstatic'
8686 +          lt_prog_compiler_wl='-Qoption ld '
8687 +          ;;
8688          *Sun\ C*)
8689            # Sun C 5.9
8690            lt_prog_compiler_pic='-KPIC'
8691            lt_prog_compiler_static='-Bstatic'
8692            lt_prog_compiler_wl='-Wl,'
8693            ;;
8694 +        *Intel*\ [CF]*Compiler*)
8695 +          lt_prog_compiler_wl='-Wl,'
8696 +          lt_prog_compiler_pic='-fPIC'
8697 +          lt_prog_compiler_static='-static'
8698 +          ;;
8699 +        *Portland\ Group*)
8700 +          lt_prog_compiler_wl='-Wl,'
8701 +          lt_prog_compiler_pic='-fpic'
8702 +          lt_prog_compiler_static='-Bstatic'
8703 +          ;;
8704          esac
8705          ;;
8706        esac
# Line 8986 | Line 9062 | $as_echo_n "checking whether the $compil
9062    hardcode_direct=no
9063    hardcode_direct_absolute=no
9064    hardcode_libdir_flag_spec=
8989  hardcode_libdir_flag_spec_ld=
9065    hardcode_libdir_separator=
9066    hardcode_minus_L=no
9067    hardcode_shlibpath_var=unsupported
# Line 9236 | Line 9311 | _LT_EOF
9311          xlf* | bgf* | bgxlf* | mpixlf*)
9312            # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9313            whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9314 <          hardcode_libdir_flag_spec=
9240 <          hardcode_libdir_flag_spec_ld='-rpath $libdir'
9314 >          hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9315            archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9316            if test "x$supports_anon_versioning" = xyes; then
9317              archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
# Line 9616 | Line 9690 | fi
9690          # The linker will not automatically build a static lib if we build a DLL.
9691          # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9692          enable_shared_with_static_runtimes=yes
9693 +        exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9694          export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9695          # Don't use ranlib
9696          old_postinstall_cmds='chmod 644 $oldlib'
# Line 9661 | Line 9736 | fi
9736    hardcode_shlibpath_var=unsupported
9737    if test "$lt_cv_ld_force_load" = "yes"; then
9738      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\"`'
9739 +
9740    else
9741      whole_archive_flag_spec=''
9742    fi
# Line 9689 | Line 9765 | fi
9765        hardcode_shlibpath_var=no
9766        ;;
9767  
9692    freebsd1*)
9693      ld_shlibs=no
9694      ;;
9695
9768      # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9769      # support.  Future versions do this automatically, but an explicit c++rt0.o
9770      # does not break anything, and helps significantly (at the cost of a little
# Line 9705 | Line 9777 | fi
9777        ;;
9778  
9779      # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9780 <    freebsd2*)
9780 >    freebsd2.*)
9781        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9782        hardcode_direct=yes
9783        hardcode_minus_L=yes
# Line 9744 | Line 9816 | fi
9816        fi
9817        if test "$with_gnu_ld" = no; then
9818          hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9747        hardcode_libdir_flag_spec_ld='+b $libdir'
9819          hardcode_libdir_separator=:
9820          hardcode_direct=yes
9821          hardcode_direct_absolute=yes
# Line 10368 | Line 10439 | esac
10439  
10440  
10441  
10371
10372
10373
10374
10375
10442    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10443   $as_echo_n "checking dynamic linker characteristics... " >&6; }
10444  
# Line 10462 | Line 10528 | need_version=unknown
10528  
10529   case $host_os in
10530   aix3*)
10531 <  version_type=linux
10531 >  version_type=linux # correct to gnu/linux during the next big refactor
10532    library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10533    shlibpath_var=LIBPATH
10534  
# Line 10471 | Line 10537 | aix3*)
10537    ;;
10538  
10539   aix[4-9]*)
10540 <  version_type=linux
10540 >  version_type=linux # correct to gnu/linux during the next big refactor
10541    need_lib_prefix=no
10542    need_version=no
10543    hardcode_into_libs=yes
# Line 10536 | Line 10602 | beos*)
10602    ;;
10603  
10604   bsdi[45]*)
10605 <  version_type=linux
10605 >  version_type=linux # correct to gnu/linux during the next big refactor
10606    need_version=no
10607    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10608    soname_spec='${libname}${release}${shared_ext}$major'
# Line 10675 | Line 10741 | darwin* | rhapsody*)
10741    ;;
10742  
10743   dgux*)
10744 <  version_type=linux
10744 >  version_type=linux # correct to gnu/linux during the next big refactor
10745    need_lib_prefix=no
10746    need_version=no
10747    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
# Line 10683 | Line 10749 | dgux*)
10749    shlibpath_var=LD_LIBRARY_PATH
10750    ;;
10751  
10686 freebsd1*)
10687  dynamic_linker=no
10688  ;;
10689
10752   freebsd* | dragonfly*)
10753    # DragonFly does not have aout.  When/if they implement a new
10754    # versioning mechanism, adjust this.
# Line 10694 | Line 10756 | freebsd* | dragonfly*)
10756      objformat=`/usr/bin/objformat`
10757    else
10758      case $host_os in
10759 <    freebsd[123]*) objformat=aout ;;
10759 >    freebsd[23].*) objformat=aout ;;
10760      *) objformat=elf ;;
10761      esac
10762    fi
# Line 10712 | Line 10774 | freebsd* | dragonfly*)
10774    esac
10775    shlibpath_var=LD_LIBRARY_PATH
10776    case $host_os in
10777 <  freebsd2*)
10777 >  freebsd2.*)
10778      shlibpath_overrides_runpath=yes
10779      ;;
10780    freebsd3.[01]* | freebsdelf3.[01]*)
# Line 10732 | Line 10794 | freebsd* | dragonfly*)
10794    ;;
10795  
10796   gnu*)
10797 <  version_type=linux
10797 >  version_type=linux # correct to gnu/linux during the next big refactor
10798    need_lib_prefix=no
10799    need_version=no
10800    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10801    soname_spec='${libname}${release}${shared_ext}$major'
10802    shlibpath_var=LD_LIBRARY_PATH
10803 +  shlibpath_overrides_runpath=no
10804    hardcode_into_libs=yes
10805    ;;
10806  
10807   haiku*)
10808 <  version_type=linux
10808 >  version_type=linux # correct to gnu/linux during the next big refactor
10809    need_lib_prefix=no
10810    need_version=no
10811    dynamic_linker="$host_os runtime_loader"
# Line 10803 | Line 10866 | hpux9* | hpux10* | hpux11*)
10866    ;;
10867  
10868   interix[3-9]*)
10869 <  version_type=linux
10869 >  version_type=linux # correct to gnu/linux during the next big refactor
10870    need_lib_prefix=no
10871    need_version=no
10872    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
# Line 10819 | Line 10882 | irix5* | irix6* | nonstopux*)
10882      nonstopux*) version_type=nonstopux ;;
10883      *)
10884          if test "$lt_cv_prog_gnu_ld" = yes; then
10885 <                version_type=linux
10885 >                version_type=linux # correct to gnu/linux during the next big refactor
10886          else
10887                  version_type=irix
10888          fi ;;
# Line 10856 | Line 10919 | linux*oldld* | linux*aout* | linux*coff*
10919    dynamic_linker=no
10920    ;;
10921  
10922 < # This must be Linux ELF.
10922 > # This must be glibc/ELF.
10923   linux* | k*bsd*-gnu | kopensolaris*-gnu)
10924 <  version_type=linux
10924 >  version_type=linux # correct to gnu/linux during the next big refactor
10925    need_lib_prefix=no
10926    need_version=no
10927    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 10940 | Line 11003 | netbsd*)
11003    ;;
11004  
11005   newsos6)
11006 <  version_type=linux
11006 >  version_type=linux # correct to gnu/linux during the next big refactor
11007    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11008    shlibpath_var=LD_LIBRARY_PATH
11009    shlibpath_overrides_runpath=yes
# Line 11009 | Line 11072 | rdos*)
11072    ;;
11073  
11074   solaris*)
11075 <  version_type=linux
11075 >  version_type=linux # correct to gnu/linux during the next big refactor
11076    need_lib_prefix=no
11077    need_version=no
11078    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11034 | Line 11097 | sunos4*)
11097    ;;
11098  
11099   sysv4 | sysv4.3*)
11100 <  version_type=linux
11100 >  version_type=linux # correct to gnu/linux during the next big refactor
11101    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11102    soname_spec='${libname}${release}${shared_ext}$major'
11103    shlibpath_var=LD_LIBRARY_PATH
# Line 11058 | Line 11121 | sysv4 | sysv4.3*)
11121  
11122   sysv4*MP*)
11123    if test -d /usr/nec ;then
11124 <    version_type=linux
11124 >    version_type=linux # correct to gnu/linux during the next big refactor
11125      library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11126      soname_spec='$libname${shared_ext}.$major'
11127      shlibpath_var=LD_LIBRARY_PATH
# Line 11089 | Line 11152 | sysv5* | sco3.2v5* | sco5v6* | unixware*
11152  
11153   tpf*)
11154    # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11155 <  version_type=linux
11155 >  version_type=linux # correct to gnu/linux during the next big refactor
11156    need_lib_prefix=no
11157    need_version=no
11158    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11099 | Line 11162 | tpf*)
11162    ;;
11163  
11164   uts4*)
11165 <  version_type=linux
11165 >  version_type=linux # correct to gnu/linux during the next big refactor
11166    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11167    soname_spec='${libname}${release}${shared_ext}$major'
11168    shlibpath_var=LD_LIBRARY_PATH
# Line 11881 | Line 11944 | CC="$lt_save_CC"
11944  
11945  
11946  
11947 +
11948 +
11949          ac_config_commands="$ac_config_commands libtool"
11950  
11951  
# Line 11897 | Line 11962 | else
11962  
11963   module=yes
11964   eval libltdl_cv_shlibext=$shrext_cmds
11965 + module=no
11966 + eval libltdl_cv_shrext=$shrext_cmds
11967  
11968   fi
11969   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5
# Line 11908 | Line 11975 | cat >>confdefs.h <<_ACEOF
11975   _ACEOF
11976  
11977   fi
11978 + if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
11979 +
11980 + cat >>confdefs.h <<_ACEOF
11981 + #define LT_SHARED_EXT "$libltdl_cv_shrext"
11982 + _ACEOF
11983 +
11984 + fi
11985  
11986   { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5
11987   $as_echo_n "checking which variable specifies run-time module search path... " >&6; }
# Line 13454 | Line 13528 | done
13528  
13529  
13530  
13457
13458
13531   # Checks for header files.
13532  
13533  
# Line 13490 | Line 13562 | done
13562  
13563  
13564  
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
13565   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
13566   $as_echo_n "checking for library containing crypt... " >&6; }
13567   if ${ac_cv_search_crypt+:} false; then :
# Line 13577 | Line 13619 | if test "$ac_res" != no; then :
13619   fi
13620  
13621  
13580
13581
13582 # 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
13591 else
13592  zlib=yes
13593 fi
13594
13595
13596 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 :
13603  $as_echo_n "(cached) " >&6
13604 else
13605  ac_check_lib_save_LIBS=$LIBS
13606 LIBS="-lz  $LIBS"
13607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13608 /* end confdefs.h.  */
13609
13610 /* Override any GCC internal prototype to avoid an error.
13611   Use char because int might match the return type of a GCC
13612   builtin and then its argument prototype would still apply.  */
13613 #ifdef __cplusplus
13614 extern "C"
13615 #endif
13616 char zlibVersion ();
13617 int
13618 main ()
13619 {
13620 return zlibVersion ();
13621  ;
13622  return 0;
13623 }
13624 _ACEOF
13625 if ac_fn_c_try_link "$LINENO"; then :
13626  ac_cv_lib_z_zlibVersion=yes
13627 else
13628  ac_cv_lib_z_zlibVersion=no
13629 fi
13630 rm -f core conftest.err conftest.$ac_objext \
13631    conftest$ac_exeext conftest.$ac_ext
13632 LIBS=$ac_check_lib_save_LIBS
13633 fi
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_zlibVersion" >&5
13635 $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
13642
13643 else
13644  zlib=no
13645 fi
13646
13647
13648 else
13649  zlib=no
13650 fi
13651
13652
13653
13654 fi
13655
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"
13660 fi
13661
13662
13622   # Check whether --enable-libpcre was given.
13623   if test "${enable_libpcre+set}" = set; then :
13624 <  enableval=$enable_libpcre; libpcre=$enableval
13624 >  enableval=$enable_libpcre;
13625   else
13667  libpcre=yes
13668 fi
13669
13670
13671 if test "$libpcre" = "yes"; then :
13672
13626    ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
13627   if test "x$ac_cv_header_pcre_h" = xyes; then :
13628 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5
13629 < $as_echo_n "checking for pcre_study in -lpcre... " >&6; }
13630 < if ${ac_cv_lib_pcre_pcre_study+:} false; then :
13628 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5
13629 > $as_echo_n "checking for library containing pcre_study... " >&6; }
13630 > if ${ac_cv_search_pcre_study+:} false; then :
13631    $as_echo_n "(cached) " >&6
13632   else
13633 <  ac_check_lib_save_LIBS=$LIBS
13681 < LIBS="-lpcre  $LIBS"
13633 >  ac_func_search_save_LIBS=$LIBS
13634   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13635   /* end confdefs.h.  */
13636  
# Line 13697 | Line 13649 | return pcre_study ();
13649    return 0;
13650   }
13651   _ACEOF
13652 < if ac_fn_c_try_link "$LINENO"; then :
13653 <  ac_cv_lib_pcre_pcre_study=yes
13654 < else
13655 <  ac_cv_lib_pcre_pcre_study=no
13652 > for ac_lib in '' pcre; do
13653 >  if test -z "$ac_lib"; then
13654 >    ac_res="none required"
13655 >  else
13656 >    ac_res=-l$ac_lib
13657 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13658 >  fi
13659 >  if ac_fn_c_try_link "$LINENO"; then :
13660 >  ac_cv_search_pcre_study=$ac_res
13661   fi
13662   rm -f core conftest.err conftest.$ac_objext \
13663 <    conftest$ac_exeext conftest.$ac_ext
13664 < LIBS=$ac_check_lib_save_LIBS
13663 >    conftest$ac_exeext
13664 >  if ${ac_cv_search_pcre_study+:} false; then :
13665 >  break
13666   fi
13667 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5
13668 < $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 <
13667 > done
13668 > if ${ac_cv_search_pcre_study+:} false; then :
13669  
13670   else
13671 <  libpcre=no
13671 >  ac_cv_search_pcre_study=no
13672 > fi
13673 > rm conftest.$ac_ext
13674 > LIBS=$ac_func_search_save_LIBS
13675   fi
13676 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5
13677 + $as_echo "$ac_cv_search_pcre_study" >&6; }
13678 + ac_res=$ac_cv_search_pcre_study
13679 + if test "$ac_res" != no; then :
13680 +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13681  
13682 + $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13683  
13723 else
13724  libpcre=no
13684   fi
13685  
13686 + fi
13687  
13688  
13689   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
13690  
13691  
13692   # Check whether --enable-openssl was given.
# Line 13776 | Line 13728 | if test "$cf_enable_openssl" != "no"; th
13728    fi
13729  
13730        if test ! -z "$cf_openssl_basedir"; then
13779    LIBS="-lcrypto -lssl $LIBS"
13731      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cf_openssl_basedir" >&5
13732   $as_echo "$cf_openssl_basedir" >&6; }
13733      cf_enable_openssl="yes"
13783
13784 $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
13785
13734    else
13735      { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found. Please check your path." >&5
13736   $as_echo "not found. Please check your path." >&6; }
# Line 13795 | Line 13743 | $as_echo "disabled" >&6; }
13743   fi
13744  
13745   if test "$cf_enable_openssl" != "no"; then :
13746 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.7 or above" >&5
13747 < $as_echo_n "checking for OpenSSL 0.9.7 or above... " >&6; }
13746 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
13747 > $as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
13748    if test "$cross_compiling" = yes; then :
13749    cf_openssl_version_ok=no
13750   else
# Line 13809 | Line 13757 | else
13757   int
13758   main ()
13759   {
13760 < exit(!(OPENSSL_VERSION_NUMBER >= 0x00907000));
13760 > exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
13761    ;
13762    return 0;
13763   }
# Line 13874 | Line 13822 | _ACEOF
13822   fi
13823  
13824      if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13825 <  for ac_func in EVP_bf_cfb           \
13826 <                      EVP_cast5_cfb        \
13827 <                      EVP_idea_cfb         \
13828 <                      EVP_rc5_32_12_16_cfb \
13829 <                      EVP_des_ede3_cfb     \
13830 <                      EVP_des_cfb
13831 < do :
13832 <  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13833 < ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13834 < if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13825 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13826 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13827 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13828 >  $as_echo_n "(cached) " >&6
13829 > else
13830 >  ac_check_lib_save_LIBS=$LIBS
13831 > LIBS="-lssl  $LIBS"
13832 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13833 > /* end confdefs.h.  */
13834 >
13835 > /* Override any GCC internal prototype to avoid an error.
13836 >   Use char because int might match the return type of a GCC
13837 >   builtin and then its argument prototype would still apply.  */
13838 > #ifdef __cplusplus
13839 > extern "C"
13840 > #endif
13841 > char SSL_connect ();
13842 > int
13843 > main ()
13844 > {
13845 > return SSL_connect ();
13846 >  ;
13847 >  return 0;
13848 > }
13849 > _ACEOF
13850 > if ac_fn_c_try_link "$LINENO"; then :
13851 >  ac_cv_lib_ssl_SSL_connect=yes
13852 > else
13853 >  ac_cv_lib_ssl_SSL_connect=no
13854 > fi
13855 > rm -f core conftest.err conftest.$ac_objext \
13856 >    conftest$ac_exeext conftest.$ac_ext
13857 > LIBS=$ac_check_lib_save_LIBS
13858 > fi
13859 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13860 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13861 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13862    cat >>confdefs.h <<_ACEOF
13863 < #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13863 > #define HAVE_LIBSSL 1
13864   _ACEOF
13865  
13866 +  LIBS="-lssl $LIBS"
13867 +
13868   fi
13892 done
13869  
13870   fi
13871  
# Line 13900 | Line 13876 | $as_echo "no - OpenSSL support disabled"
13876   fi
13877   fi
13878  
13879 < if test "$cf_enable_openssl" = yes; then
13879 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
13880    ENABLE_SSL_TRUE=
13881    ENABLE_SSL_FALSE='#'
13882   else
# Line 13925 | Line 13901 | $as_echo "#define NDEBUG 1" >>confdefs.h
13901   fi
13902  
13903  
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
13904  
13905 < $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
13949 <
13950 <
13951 < $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
13952 <
13953 <
13954 < $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
13905 > $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13906  
13907  
13908   $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
# Line 13987 | Line 13920 | $as_echo "#define LCLIENT_HEAP_SIZE 512"
13920   $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
13921  
13922  
13990 $as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h
13991
13992
13923   $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
13924  
13925  
13926 < $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
13926 > $as_echo "#define AUTH_HEAP_SIZE 256" >>confdefs.h
13927  
13928  
13929 < $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
13929 > $as_echo "#define DNS_HEAP_SIZE 256" >>confdefs.h
13930  
14001 fi
13931  
13932  
13933   # Argument processing.
# Line 14404 | Line 14333 | fi
14333  
14334  
14335   cat >>confdefs.h <<_ACEOF
14336 < #define NICKLEN ($nicklen+1)
14336 > #define NICKLEN ($nicklen)
14337   _ACEOF
14338  
14339  
# Line 14424 | Line 14353 | _ACEOF
14353  
14354  
14355  
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
14356    # Check whether --enable-halfops was given.
14357   if test "${enable_halfops+set}" = set; then :
14358    enableval=$enable_halfops; halfops="$enableval"
# Line 14509 | Line 14398 | fi
14398    fi
14399  
14400  
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
14401  
14402    prefix_NONE=
14403    exec_prefix_NONE=
# Line 14634 | Line 14484 | _ACEOF
14484    test "$exec_prefix_NONE" && exec_prefix=NONE
14485  
14486  
14487 < 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"
14487 > 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"
14488  
14489  
14490   cat >confcache <<\_ACEOF
# Line 14746 | Line 14596 | LIBOBJS=$ac_libobjs
14596   LTLIBOBJS=$ac_ltlibobjs
14597  
14598  
14599 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14600 + $as_echo_n "checking that generated files are newer than configure... " >&6; }
14601 +   if test -n "$am_sleep_pid"; then
14602 +     # Hide warnings about reused PIDs.
14603 +     wait $am_sleep_pid 2>/dev/null
14604 +   fi
14605 +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14606 + $as_echo "done" >&6; }
14607   if test -n "$EXEEXT"; then
14608    am__EXEEXT_TRUE=
14609    am__EXEEXT_FALSE='#'
# Line 14792 | Line 14650 | LT_CONFIG_H=config.h
14650  
14651  
14652  
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
14653   if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
14654    as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14655   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14656   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
14657  
14658   : "${CONFIG_STATUS=./config.status}"
14659   ac_write_fail=0
# Line 15102 | Line 14952 | if (echo >conf$$.file) 2>/dev/null; then
14952      # ... but there are two gotchas:
14953      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14954      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14955 <    # In both cases, we have to default to `cp -p'.
14955 >    # In both cases, we have to default to `cp -pR'.
14956      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14957 <      as_ln_s='cp -p'
14957 >      as_ln_s='cp -pR'
14958    elif ln conf$$.file conf$$ 2>/dev/null; then
14959      as_ln_s=ln
14960    else
14961 <    as_ln_s='cp -p'
14961 >    as_ln_s='cp -pR'
14962    fi
14963   else
14964 <  as_ln_s='cp -p'
14964 >  as_ln_s='cp -pR'
14965   fi
14966   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14967   rmdir conf$$.dir 2>/dev/null
# Line 15171 | Line 15021 | else
15021    as_mkdir_p=false
15022   fi
15023  
15024 < if test -x / >/dev/null 2>&1; then
15025 <  as_test_x='test -x'
15026 < else
15027 <  if ls -dL / >/dev/null 2>&1; then
15028 <    as_ls_L_option=L
15029 <  else
15030 <    as_ls_L_option=
15031 <  fi
15032 <  as_test_x='
15033 <    eval sh -c '\''
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
15024 >
15025 > # as_fn_executable_p FILE
15026 > # -----------------------
15027 > # Test if FILE is an executable regular file.
15028 > as_fn_executable_p ()
15029 > {
15030 >  test -f "$1" && test -x "$1"
15031 > } # as_fn_executable_p
15032 > as_test_x='test -x'
15033 > as_executable_p=as_fn_executable_p
15034  
15035   # Sed expression to map a string onto a valid CPP name.
15036   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 15213 | Line 15051 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15051   # report actual input values of CONFIG_FILES etc. instead of their
15052   # values after options handling.
15053   ac_log="
15054 < This file was extended by ircd-hybrid $as_me 7.3.0, which was
15055 < generated by GNU Autoconf 2.68.  Invocation command line was
15054 > This file was extended by ircd-hybrid $as_me 8.0.1, which was
15055 > generated by GNU Autoconf 2.69.  Invocation command line was
15056  
15057    CONFIG_FILES    = $CONFIG_FILES
15058    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 15279 | Line 15117 | _ACEOF
15117   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15118   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15119   ac_cs_version="\\
15120 < ircd-hybrid config.status 7.3.0
15121 < configured by $0, generated by GNU Autoconf 2.68,
15120 > ircd-hybrid config.status 8.0.1
15121 > configured by $0, generated by GNU Autoconf 2.69,
15122    with options \\"\$ac_cs_config\\"
15123  
15124 < Copyright (C) 2010 Free Software Foundation, Inc.
15124 > Copyright (C) 2012 Free Software Foundation, Inc.
15125   This config.status script is free software; the Free Software Foundation
15126   gives unlimited permission to copy, distribute and modify it."
15127  
# Line 15374 | Line 15212 | fi
15212   _ACEOF
15213   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15214   if \$ac_cs_recheck; then
15215 <  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15215 >  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15216    shift
15217    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15218    CONFIG_SHELL='$SHELL'
# Line 15416 | Line 15254 | pic_mode='`$ECHO "$pic_mode" | $SED "$de
15254   enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15255   SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15256   ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15257 + PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
15258   host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15259   host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15260   host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
# Line 15498 | Line 15337 | with_gnu_ld='`$ECHO "$with_gnu_ld" | $SE
15337   allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15338   no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15339   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"`'
15340   hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15341   hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15342   hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
# Line 15554 | Line 15392 | _LTECHO_EOF'
15392   # Quote evaled strings.
15393   for var in SHELL \
15394   ECHO \
15395 + PATH_SEPARATOR \
15396   SED \
15397   GREP \
15398   EGREP \
# Line 15604 | Line 15443 | with_gnu_ld \
15443   allow_undefined_flag \
15444   no_undefined_flag \
15445   hardcode_libdir_flag_spec \
15607 hardcode_libdir_flag_spec_ld \
15446   hardcode_libdir_separator \
15447   exclude_expsyms \
15448   include_expsyms \
# Line 15689 | Line 15527 | do
15527      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15528      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15529      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15692    "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
15693    "servlink/Makefile") CONFIG_FILES="$CONFIG_FILES servlink/Makefile" ;;
15530      "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
15531      "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
15532      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
# Line 16312 | Line 16148 | $as_echo "$as_me: executing $ac_file com
16148      # Strip MF so we end up with the name of the file.
16149      mf=`echo "$mf" | sed -e 's/:.*$//'`
16150      # Check whether this is an Automake generated Makefile or not.
16151 <    # We used to match only the files named `Makefile.in', but
16151 >    # We used to match only the files named 'Makefile.in', but
16152      # some people rename them; so instead we look at the file content.
16153      # Grep'ing the first line is not enough: some people post-process
16154      # each Makefile.in and add a new line on top of each file to say so.
# Line 16346 | Line 16182 | $as_echo X"$mf" |
16182        continue
16183      fi
16184      # Extract the definition of DEPDIR, am__include, and am__quote
16185 <    # from the Makefile without running `make'.
16185 >    # from the Makefile without running 'make'.
16186      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16187      test -z "$DEPDIR" && continue
16188      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16189      test -z "am__include" && continue
16190      am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16355    # When using ansi2knr, U may be empty or an underscore; expand it
16356    U=`sed -n 's/^U = //p' < "$mf"`
16191      # Find all dependency output files, they are included files with
16192      # $(DEPDIR) in their names.  We invoke sed twice because it is the
16193      # simplest approach to changing $(DEPDIR) to its actual value in the
16194      # expansion.
16195      for file in `sed -n "
16196        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16197 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16197 >         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16198        # Make sure the directory exists.
16199        test -f "$dirpart/$file" && continue
16200        fdir=`$as_dirname -- "$file" ||
# Line 16414 | Line 16248 | $as_echo X"$file" |
16248   # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16249   #
16250   #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16251 < #                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
16252 < #                 Inc.
16251 > #                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
16252 > #                 Foundation, Inc.
16253   #   Written by Gordon Matzigkeit, 1996
16254   #
16255   #   This file is part of GNU Libtool.
# Line 16469 | Line 16303 | SHELL=$lt_SHELL
16303   # An echo program that protects backslashes.
16304   ECHO=$lt_ECHO
16305  
16306 + # The PATH separator for the build system.
16307 + PATH_SEPARATOR=$lt_PATH_SEPARATOR
16308 +
16309   # The host system.
16310   host_alias=$host_alias
16311   host=$host
# Line 16770 | Line 16607 | no_undefined_flag=$lt_no_undefined_flag
16607   # This must work even if \$libdir does not exist
16608   hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16609  
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
16610   # Whether we need a single "-rpath" flag with a separated argument.
16611   hardcode_libdir_separator=$lt_hardcode_libdir_separator
16612  

Diff Legend

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