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

Comparing ircd-hybrid-8/configure (file contents):
Revision 1252 by michael, Fri Oct 21 20:24:08 2011 UTC vs.
Revision 1517 by michael, Thu Aug 30 15:11:32 2012 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1245 2011-09-30 14:58:29Z michael .
2 > # From configure.ac Id: configure.ac 1504 2012-08-16 18:03:00Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.68 for ircd-hybrid 8beta1.
4 > # Generated by GNU Autoconf 2.69 for ircd-hybrid 8rc1.
5   #
6   # Report bugs to <bugs@ircd-hybrid.org>.
7   #
8   #
9 < # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
10 < # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
11 < # Foundation, Inc.
9 > # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
10   #
11   #
12   # This configure script is free software; the Free Software Foundation
# Line 137 | Line 135 | export LANGUAGE
135   # CDPATH.
136   (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137  
138 + # Use a proper internal environment variable to ensure we don't fall
139 +  # into an infinite loop, continuously re-executing ourselves.
140 +  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
141 +    _as_can_reexec=no; export _as_can_reexec;
142 +    # We cannot yet assume a decent shell, so we have to provide a
143 + # neutralization value for shells without unset; and this also
144 + # works around shells that cannot unset nonexistent variables.
145 + # Preserve -v and -x to the replacement shell.
146 + BASH_ENV=/dev/null
147 + ENV=/dev/null
148 + (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
149 + case $- in # ((((
150 +  *v*x* | *x*v* ) as_opts=-vx ;;
151 +  *v* ) as_opts=-v ;;
152 +  *x* ) as_opts=-x ;;
153 +  * ) as_opts= ;;
154 + esac
155 + exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
156 + # Admittedly, this is quite paranoid, since all the known shells bail
157 + # out after a failed `exec'.
158 + $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
159 + as_fn_exit 255
160 +  fi
161 +  # We don't want this to propagate to other subprocesses.
162 +          { _as_can_reexec=; unset _as_can_reexec;}
163   if test "x$CONFIG_SHELL" = x; then
164    as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
165    emulate sh
# Line 170 | Line 193 | if ( set x; as_fn_ret_success y && test
193   else
194    exitcode=1; echo positional parameters were not saved.
195   fi
196 < test x\$exitcode = x0 || exit 1"
196 > test x\$exitcode = x0 || exit 1
197 > test -x / || exit 1"
198    as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
199    as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
200    eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
# Line 223 | Line 247 | IFS=$as_save_IFS
247  
248  
249        if test "x$CONFIG_SHELL" != x; then :
250 <  # We cannot yet assume a decent shell, so we have to provide a
251 <        # neutralization value for shells without unset; and this also
252 <        # works around shells that cannot unset nonexistent variables.
253 <        # Preserve -v and -x to the replacement shell.
254 <        BASH_ENV=/dev/null
255 <        ENV=/dev/null
256 <        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
257 <        export CONFIG_SHELL
258 <        case $- in # ((((
259 <          *v*x* | *x*v* ) as_opts=-vx ;;
260 <          *v* ) as_opts=-v ;;
261 <          *x* ) as_opts=-x ;;
262 <          * ) as_opts= ;;
263 <        esac
264 <        exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
250 >  export CONFIG_SHELL
251 >             # We cannot yet assume a decent shell, so we have to provide a
252 > # neutralization value for shells without unset; and this also
253 > # works around shells that cannot unset nonexistent variables.
254 > # Preserve -v and -x to the replacement shell.
255 > BASH_ENV=/dev/null
256 > ENV=/dev/null
257 > (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
258 > case $- in # ((((
259 >  *v*x* | *x*v* ) as_opts=-vx ;;
260 >  *v* ) as_opts=-v ;;
261 >  *x* ) as_opts=-x ;;
262 >  * ) as_opts= ;;
263 > esac
264 > exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
265 > # Admittedly, this is quite paranoid, since all the known shells bail
266 > # out after a failed `exec'.
267 > $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
268 > exit 255
269   fi
270  
271      if test x$as_have_required = xno; then :
# Line 340 | Line 368 | $as_echo X"$as_dir" |
368  
369  
370   } # as_fn_mkdir_p
371 +
372 + # as_fn_executable_p FILE
373 + # -----------------------
374 + # Test if FILE is an executable regular file.
375 + as_fn_executable_p ()
376 + {
377 +  test -f "$1" && test -x "$1"
378 + } # as_fn_executable_p
379   # as_fn_append VAR VALUE
380   # ----------------------
381   # Append the text in VALUE to the end of the definition contained in VAR. Take
# Line 461 | Line 497 | as_cr_alnum=$as_cr_Letters$as_cr_digits
497    chmod +x "$as_me.lineno" ||
498      { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
499  
500 +  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
501 +  # already done that, so ensure we don't try to do so again and fall
502 +  # in an infinite loop.  This has already happened in practice.
503 +  _as_can_reexec=no; export _as_can_reexec
504    # Don't try to exec as it changes $[0], causing all sort of problems
505    # (the dirname of $[0] is not the place where we might find the
506    # original and so on.  Autoconf is especially sensitive to this).
# Line 495 | Line 535 | if (echo >conf$$.file) 2>/dev/null; then
535      # ... but there are two gotchas:
536      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
537      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
538 <    # In both cases, we have to default to `cp -p'.
538 >    # In both cases, we have to default to `cp -pR'.
539      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
540 <      as_ln_s='cp -p'
540 >      as_ln_s='cp -pR'
541    elif ln conf$$.file conf$$ 2>/dev/null; then
542      as_ln_s=ln
543    else
544 <    as_ln_s='cp -p'
544 >    as_ln_s='cp -pR'
545    fi
546   else
547 <  as_ln_s='cp -p'
547 >  as_ln_s='cp -pR'
548   fi
549   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
550   rmdir conf$$.dir 2>/dev/null
# Line 516 | Line 556 | else
556    as_mkdir_p=false
557   fi
558  
559 < if test -x / >/dev/null 2>&1; then
560 <  as_test_x='test -x'
521 < else
522 <  if ls -dL / >/dev/null 2>&1; then
523 <    as_ls_L_option=L
524 <  else
525 <    as_ls_L_option=
526 <  fi
527 <  as_test_x='
528 <    eval sh -c '\''
529 <      if test -d "$1"; then
530 <        test -d "$1/.";
531 <      else
532 <        case $1 in #(
533 <        -*)set "./$1";;
534 <        esac;
535 <        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
536 <        ???[sx]*):;;*)false;;esac;fi
537 <    '\'' sh
538 <  '
539 < fi
540 < as_executable_p=$as_test_x
559 > as_test_x='test -x'
560 > as_executable_p=as_fn_executable_p
561  
562   # Sed expression to map a string onto a valid CPP name.
563   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 573 | Line 593 | MAKEFLAGS=
593   # Identity of this package.
594   PACKAGE_NAME='ircd-hybrid'
595   PACKAGE_TARNAME='ircd-hybrid'
596 < PACKAGE_VERSION='8beta1'
597 < PACKAGE_STRING='ircd-hybrid 8beta1'
596 > PACKAGE_VERSION='8rc1'
597 > PACKAGE_STRING='ircd-hybrid 8rc1'
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
# Line 798 | Line 812 | enable_poll
812   enable_select
813   with_nicklen
814   with_topiclen
801 with_syslog_facility
802 enable_efnet
815   enable_halfops
816   enable_debugging
817   enable_warnings
806 enable_syslog
818   '
819        ac_precious_vars='build_alias
820   host_alias
# Line 1271 | Line 1282 | target=$target_alias
1282   if test "x$host_alias" != x; then
1283    if test "x$build_alias" = x; then
1284      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
1285    elif test "x$build_alias" != "x$host_alias"; then
1286      cross_compiling=yes
1287    fi
# Line 1358 | Line 1367 | if test "$ac_init_help" = "long"; then
1367    # Omit some internal or obsolete options to make the list less imposing.
1368    # This message is too long to be a string in the A/UX 3.1 sh.
1369    cat <<_ACEOF
1370 < \`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems.
1370 > \`configure' configures ircd-hybrid 8rc1 to adapt to many kinds of systems.
1371  
1372   Usage: $0 [OPTION]... [VAR=VALUE]...
1373  
# Line 1428 | Line 1437 | fi
1437  
1438   if test -n "$ac_init_help"; then
1439    case $ac_init_help in
1440 <     short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";;
1440 >     short | recursive ) echo "Configuration of ircd-hybrid 8rc1:";;
1441     esac
1442    cat <<\_ACEOF
1443  
# Line 1436 | Line 1445 | Optional Features:
1445    --disable-option-checking  ignore unrecognized --enable/--with options
1446    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1447    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1448 <  --enable-maintainer-mode  enable make rules and dependencies not useful
1449 <                          (and sometimes confusing) to the casual installer
1450 <  --disable-dependency-tracking  speeds up one-time build
1451 <  --enable-dependency-tracking   do not reject slow dependency extractors
1448 >  --enable-maintainer-mode
1449 >                          enable make rules and dependencies not useful (and
1450 >                          sometimes confusing) to the casual installer
1451 >  --enable-dependency-tracking
1452 >                          do not reject slow dependency extractors
1453 >  --disable-dependency-tracking
1454 >                          speeds up one-time build
1455    --enable-static[=PKGS]  build static libraries [default=no]
1456    --enable-shared[=PKGS]  build shared libraries [default=yes]
1457    --enable-fast-install[=PKGS]
1458                            optimize for fast installation [default=yes]
1459    --disable-libtool-lock  avoid locking (might break parallel builds)
1460    --enable-ltdl-install   install libltdl
1449  --disable-zlib          Disable ziplinks support
1461    --disable-libpcre       Disable PCRE support
1462    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1463    --disable-openssl            Disable OpenSSL support.
# Line 1458 | Line 1469 | Optional Features:
1469    --enable-rtsigio        Force rtsigio usage.
1470    --enable-poll           Force poll usage.
1471    --enable-select         Force select usage.
1461  --enable-efnet          For IRCDs running on EFnet.
1472    --enable-halfops        Enable halfops support.
1473    --enable-debugging      Enable debugging.
1474    --enable-warnings       Enable compiler warnings.
1465  --enable-syslog="EVENTS"
1466                          Enable syslog for events: users oper (space
1467                          separated in quotes; default: disabled).
1475  
1476   Optional Packages:
1477    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1478    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1479 <  --with-pic              try to use only PIC/non-PIC objects [default=use
1479 >  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1480                            both]
1481    --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1482    --with-sysroot=DIR Search for dependent libraries within DIR
# Line 1477 | Line 1484 | Optional Packages:
1484    --with-included-ltdl    use the GNU ltdl sources included here
1485    --with-ltdl-include=DIR use the ltdl headers installed in DIR
1486    --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.
1487    --with-nicklen=<value>  Set nickname length (default 9).
1488    --with-topiclen=<value> Set topic length (default 160).
1484  --with-syslog-facility=LOG
1485                          Define the syslog facility to use (default:
1486                          LOG_LOCAL4)
1489  
1490   Some influential environment variables:
1491    CC          C compiler command
# Line 1567 | Line 1569 | fi
1569   test -n "$ac_init_help" && exit $ac_status
1570   if $ac_init_version; then
1571    cat <<\_ACEOF
1572 < ircd-hybrid configure 8beta1
1573 < generated by GNU Autoconf 2.68
1572 > ircd-hybrid configure 8rc1
1573 > generated by GNU Autoconf 2.69
1574  
1575 < Copyright (C) 2010 Free Software Foundation, Inc.
1575 > Copyright (C) 2012 Free Software Foundation, Inc.
1576   This configure script is free software; the Free Software Foundation
1577   gives unlimited permission to copy, distribute and modify it.
1578   _ACEOF
# Line 1646 | Line 1648 | $as_echo "$ac_try_echo"; } >&5
1648           test ! -s conftest.err
1649         } && test -s conftest$ac_exeext && {
1650           test "$cross_compiling" = yes ||
1651 <         $as_test_x conftest$ac_exeext
1651 >         test -x conftest$ac_exeext
1652         }; then :
1653    ac_retval=0
1654   else
# Line 2093 | Line 2095 | cat >config.log <<_ACEOF
2095   This file contains any messages produced by compilers while
2096   running configure, to aid debugging if configure makes a mistake.
2097  
2098 < It was created by ircd-hybrid $as_me 8beta1, which was
2099 < generated by GNU Autoconf 2.68.  Invocation command line was
2098 > It was created by ircd-hybrid $as_me 8rc1, which was
2099 > generated by GNU Autoconf 2.69.  Invocation command line was
2100  
2101    $ $0 $@
2102  
# Line 2378 | Line 2380 | as_fn_append ac_func_list " strtok_r"
2380   as_fn_append ac_func_list " usleep"
2381   as_fn_append ac_func_list " strlcat"
2382   as_fn_append ac_func_list " strlcpy"
2381 as_fn_append ac_func_list " socketpair"
2383   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"
2384   as_fn_append ac_header_list " sys/resource.h"
2385   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"
2386   as_fn_append ac_header_list " types.h"
2387   as_fn_append ac_header_list " socket.h"
2388   as_fn_append ac_header_list " sys/wait.h"
2389   as_fn_append ac_header_list " wait.h"
2393 as_fn_append ac_header_list " link.h"
2390   # Check that the precious variables saved in the cache have kept the same
2391   # value.
2392   ac_cache_corrupted=false
# Line 2459 | Line 2455 | ac_link='$CC -o conftest$ac_exeext $CFLA
2455   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2456  
2457  
2458 < am__api_version='1.11'
2458 > am__api_version='1.12'
2459  
2460   ac_aux_dir=
2461   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2527 | Line 2523 | case $as_dir/ in #((
2523      # by default.
2524      for ac_prog in ginstall scoinst install; do
2525        for ac_exec_ext in '' $ac_executable_extensions; do
2526 <        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2526 >        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2527            if test $ac_prog = install &&
2528              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2529              # AIX install.  It has an incompatible calling convention.
# Line 2585 | Line 2581 | test -z "$INSTALL_DATA" && INSTALL_DATA=
2581  
2582   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2583   $as_echo_n "checking whether build environment is sane... " >&6; }
2588 # Just in case
2589 sleep 1
2590 echo timestamp > conftest.file
2584   # Reject unsafe characters in $srcdir or the absolute working directory
2585   # name.  Accept space and tab only in the latter.
2586   am_lf='
# Line 2598 | Line 2591 | case `pwd` in
2591   esac
2592   case $srcdir in
2593    *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2594 <    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2594 >    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2595   esac
2596  
2597 < # Do `set' in a subshell so we don't clobber the current shell's
2597 > # Do 'set' in a subshell so we don't clobber the current shell's
2598   # arguments.  Must try -L first in case configure is actually a
2599   # symlink; some systems play weird games with the mod time of symlinks
2600   # (eg FreeBSD returns the mod time of the symlink's containing
2601   # directory).
2602   if (
2603 <   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2604 <   if test "$*" = "X"; then
2605 <      # -L didn't work.
2606 <      set X `ls -t "$srcdir/configure" conftest.file`
2607 <   fi
2608 <   rm -f conftest.file
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
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
2603 >   am_has_slept=no
2604 >   for am_try in 1 2; do
2605 >     echo "timestamp, slept: $am_has_slept" > conftest.file
2606 >     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2607 >     if test "$*" = "X"; then
2608 >        # -L didn't work.
2609 >        set X `ls -t "$srcdir/configure" conftest.file`
2610 >     fi
2611 >     if test "$*" != "X $srcdir/configure conftest.file" \
2612 >        && test "$*" != "X conftest.file $srcdir/configure"; then
2613  
2614 +        # If neither matched, then we have a broken ls.  This can happen
2615 +        # if, for instance, CONFIG_SHELL is bash and it inherits a
2616 +        # broken ls alias from the environment.  This has actually
2617 +        # happened.  Such a system could not be considered "sane".
2618 +        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2619 +  alias in your environment" "$LINENO" 5
2620 +     fi
2621 +     if test "$2" = conftest.file || test $am_try -eq 2; then
2622 +       break
2623 +     fi
2624 +     # Just in case.
2625 +     sleep 1
2626 +     am_has_slept=yes
2627 +   done
2628     test "$2" = conftest.file
2629     )
2630   then
# Line 2635 | Line 2636 | Check your system clock" "$LINENO" 5
2636   fi
2637   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2638   $as_echo "yes" >&6; }
2639 + # If we didn't sleep, we still need to ensure time stamps of config.status and
2640 + # generated files are strictly newer.
2641 + am_sleep_pid=
2642 + if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2643 +  ( sleep 1 ) &
2644 +  am_sleep_pid=$!
2645 + fi
2646 +
2647 + rm -f conftest.file
2648 +
2649   test "$program_prefix" != NONE &&
2650    program_transform_name="s&^&$program_prefix&;$program_transform_name"
2651   # Use a double $ so make ignores it.
# Line 2661 | Line 2672 | if eval "$MISSING --run true"; then
2672    am_missing_run="$MISSING --run "
2673   else
2674    am_missing_run=
2675 <  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2676 < $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2675 >  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2676 > $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2677   fi
2678  
2679   if test x"${install_sh}" != xset; then
# Line 2674 | Line 2685 | if test x"${install_sh}" != xset; then
2685    esac
2686   fi
2687  
2688 < # Installed binaries are usually stripped using `strip' when the user
2689 < # run `make install-strip'.  However `strip' might not be the right
2688 > # Installed binaries are usually stripped using 'strip' when the user
2689 > # run "make install-strip".  However 'strip' might not be the right
2690   # tool to use in cross-compilation environments, therefore Automake
2691 < # will honor the `STRIP' environment variable to overrule this program.
2691 > # will honor the 'STRIP' environment variable to overrule this program.
2692   if test "$cross_compiling" != no; then
2693    if test -n "$ac_tool_prefix"; then
2694    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
# Line 2696 | Line 2707 | do
2707    IFS=$as_save_IFS
2708    test -z "$as_dir" && as_dir=.
2709      for ac_exec_ext in '' $ac_executable_extensions; do
2710 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2710 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2711      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2712      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2713      break 2
# Line 2736 | Line 2747 | do
2747    IFS=$as_save_IFS
2748    test -z "$as_dir" && as_dir=.
2749      for ac_exec_ext in '' $ac_executable_extensions; do
2750 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2750 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2751      ac_cv_prog_ac_ct_STRIP="strip"
2752      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2753      break 2
# Line 2787 | Line 2798 | do
2798    test -z "$as_dir" && as_dir=.
2799      for ac_prog in mkdir gmkdir; do
2800           for ac_exec_ext in '' $ac_executable_extensions; do
2801 <           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2801 >           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2802             case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2803               'mkdir (GNU coreutils) '* | \
2804               'mkdir (coreutils) '* | \
# Line 2816 | Line 2827 | fi
2827   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2828   $as_echo "$MKDIR_P" >&6; }
2829  
2819 mkdir_p="$MKDIR_P"
2820 case $mkdir_p in
2821  [\\/$]* | ?:[\\/]*) ;;
2822  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2823 esac
2824
2830   for ac_prog in gawk mawk nawk awk
2831   do
2832    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 2840 | Line 2845 | do
2845    IFS=$as_save_IFS
2846    test -z "$as_dir" && as_dir=.
2847      for ac_exec_ext in '' $ac_executable_extensions; do
2848 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2848 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2849      ac_cv_prog_AWK="$ac_prog"
2850      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2851      break 2
# Line 2926 | Line 2931 | fi
2931  
2932   # Define the identity of the package.
2933   PACKAGE='ircd-hybrid'
2934 < VERSION='8beta1'
2934 > VERSION='8rc1'
2935  
2936  
2937   cat >>confdefs.h <<_ACEOF
# Line 2954 | Line 2959 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
2959  
2960   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2961  
2962 + # For better backward compatibility.  To be removed once Automake 1.9.x
2963 + # dies out for good.  For more background, see:
2964 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2965 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2966 + mkdir_p='$(MKDIR_P)'
2967 +
2968   # We need awk for the "check" target.  The system "awk" is bad on
2969   # some platforms.
2970 < # Always define AMTAR for backward compatibility.
2971 <
2972 < AMTAR=${AMTAR-"${am_missing_run}tar"}
2970 > # Always define AMTAR for backward compatibility.  Yes, it's still used
2971 > # in the wild :-(  We should find a proper way to deprecate it ...
2972 > AMTAR='$${TAR-tar}'
2973  
2974 < am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2974 > am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2975  
2976  
2977  
# Line 3013 | Line 3024 | am__quote=
3024   _am_result=none
3025   # First try GNU make style include.
3026   echo "include confinc" > confmf
3027 < # Ignore all kinds of additional output from `make'.
3027 > # Ignore all kinds of additional output from 'make'.
3028   case `$am_make -s -f confmf 2> /dev/null` in #(
3029   *the\ am__doit\ target*)
3030    am__include=include
# Line 3046 | Line 3057 | fi
3057   if test "x$enable_dependency_tracking" != xno; then
3058    am_depcomp="$ac_aux_dir/depcomp"
3059    AMDEPBACKSLASH='\'
3060 +  am__nodep='_no'
3061   fi
3062   if test "x$enable_dependency_tracking" != xno; then
3063    AMDEP_TRUE=
# Line 3078 | Line 3090 | do
3090    IFS=$as_save_IFS
3091    test -z "$as_dir" && as_dir=.
3092      for ac_exec_ext in '' $ac_executable_extensions; do
3093 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3093 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3094      ac_cv_prog_CC="${ac_tool_prefix}gcc"
3095      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3096      break 2
# Line 3118 | Line 3130 | do
3130    IFS=$as_save_IFS
3131    test -z "$as_dir" && as_dir=.
3132      for ac_exec_ext in '' $ac_executable_extensions; do
3133 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3133 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3134      ac_cv_prog_ac_ct_CC="gcc"
3135      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3136      break 2
# Line 3171 | Line 3183 | do
3183    IFS=$as_save_IFS
3184    test -z "$as_dir" && as_dir=.
3185      for ac_exec_ext in '' $ac_executable_extensions; do
3186 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3186 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3187      ac_cv_prog_CC="${ac_tool_prefix}cc"
3188      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3189      break 2
# Line 3212 | Line 3224 | do
3224    IFS=$as_save_IFS
3225    test -z "$as_dir" && as_dir=.
3226      for ac_exec_ext in '' $ac_executable_extensions; do
3227 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3227 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3228      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3229         ac_prog_rejected=yes
3230         continue
# Line 3270 | Line 3282 | do
3282    IFS=$as_save_IFS
3283    test -z "$as_dir" && as_dir=.
3284      for ac_exec_ext in '' $ac_executable_extensions; do
3285 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3285 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3286      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3287      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3288      break 2
# Line 3314 | Line 3326 | do
3326    IFS=$as_save_IFS
3327    test -z "$as_dir" && as_dir=.
3328      for ac_exec_ext in '' $ac_executable_extensions; do
3329 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3329 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3330      ac_cv_prog_ac_ct_CC="$ac_prog"
3331      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3332      break 2
# Line 3760 | Line 3772 | cat confdefs.h - <<_ACEOF >conftest.$ac_
3772   /* end confdefs.h.  */
3773   #include <stdarg.h>
3774   #include <stdio.h>
3775 < #include <sys/types.h>
3764 < #include <sys/stat.h>
3775 > struct stat;
3776   /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3777   struct buf { int x; };
3778   FILE * (*rcsopen) (struct buf *, struct stat *, int);
# Line 3857 | Line 3868 | else
3868    # We make a subdir and do the tests there.  Otherwise we can end up
3869    # making bogus files that we don't know about and never remove.  For
3870    # instance it was reported that on HP-UX the gcc test will end up
3871 <  # making a dummy file named `D' -- because `-MD' means `put the output
3872 <  # in D'.
3871 >  # making a dummy file named 'D' -- because '-MD' means "put the output
3872 >  # in D".
3873 >  rm -rf conftest.dir
3874    mkdir conftest.dir
3875    # Copy depcomp to subdir because otherwise we won't find it if we're
3876    # using a relative directory.
# Line 3892 | Line 3904 | else
3904      : > sub/conftest.c
3905      for i in 1 2 3 4 5 6; do
3906        echo '#include "conftst'$i'.h"' >> sub/conftest.c
3907 <      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3908 <      # Solaris 8's {/usr,}/bin/sh.
3909 <      touch sub/conftst$i.h
3907 >      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3908 >      # Solaris 10 /bin/sh.
3909 >      echo '/* dummy */' > sub/conftst$i.h
3910      done
3911      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3912  
3913 <    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3913 >    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3914      # mode.  It turns out that the SunPro C++ compiler does not properly
3915 <    # handle `-M -o', and we need to detect this.  Also, some Intel
3916 <    # versions had trouble with output in subdirs
3915 >    # handle '-M -o', and we need to detect this.  Also, some Intel
3916 >    # versions had trouble with output in subdirs.
3917      am__obj=sub/conftest.${OBJEXT-o}
3918      am__minus_obj="-o $am__obj"
3919      case $depmode in
# Line 3910 | Line 3922 | else
3922        test "$am__universal" = false || continue
3923        ;;
3924      nosideeffect)
3925 <      # after this tag, mechanisms are not by side-effect, so they'll
3926 <      # only be used when explicitly requested
3925 >      # After this tag, mechanisms are not by side-effect, so they'll
3926 >      # only be used when explicitly requested.
3927        if test "x$enable_dependency_tracking" = xyes; then
3928          continue
3929        else
3930          break
3931        fi
3932        ;;
3933 <    msvisualcpp | msvcmsys)
3934 <      # This compiler won't grok `-c -o', but also, the minuso test has
3933 >    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3934 >      # This compiler won't grok '-c -o', but also, the minuso test has
3935        # not run yet.  These depmodes are late enough in the game, and
3936        # so weak that their functioning should not be impacted.
3937        am__obj=conftest.${OBJEXT-o}
# Line 4119 | Line 4131 | main ()
4131    return 0;
4132   }
4133   _ACEOF
4134 < for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4134 > for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
4135   do
4136    CC="$ac_save_CC $ac_arg"
4137    if ac_fn_c_try_compile "$LINENO"; then :
# Line 4151 | Line 4163 | fi
4163  
4164  
4165   if test "$ac_cv_prog_cc_c99" = "no"; then :
4166 <  as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5
4166 >  as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5
4167   fi
4168   for ac_prog in 'bison -y' byacc
4169   do
# Line 4171 | Line 4183 | do
4183    IFS=$as_save_IFS
4184    test -z "$as_dir" && as_dir=.
4185      for ac_exec_ext in '' $ac_executable_extensions; do
4186 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4186 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4187      ac_cv_prog_YACC="$ac_prog"
4188      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4189      break 2
# Line 4215 | Line 4227 | do
4227    IFS=$as_save_IFS
4228    test -z "$as_dir" && as_dir=.
4229      for ac_exec_ext in '' $ac_executable_extensions; do
4230 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4230 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4231      ac_cv_prog_LEX="$ac_prog"
4232      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4233      break 2
# Line 4247 | Line 4259 | a { ECHO; }
4259   b { REJECT; }
4260   c { yymore (); }
4261   d { yyless (1); }
4262 < e { yyless (input () != 0); }
4262 > e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
4263 >    yyless ((input () != 0)); }
4264   f { unput (yytext[0]); }
4265   . { BEGIN INITIAL; }
4266   %%
# Line 4376 | Line 4389 | esac
4389  
4390  
4391  
4392 < macro_version='2.4'
4393 < macro_revision='1.3293'
4392 > macro_version='2.4.2'
4393 > macro_revision='1.3337'
4394  
4395  
4396  
# Line 4555 | Line 4568 | do
4568      for ac_prog in sed gsed; do
4569      for ac_exec_ext in '' $ac_executable_extensions; do
4570        ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4571 <      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4571 >      as_fn_executable_p "$ac_path_SED" || continue
4572   # Check for GNU ac_path_SED and select it if it is found.
4573    # Check for GNU $ac_path_SED
4574   case `"$ac_path_SED" --version 2>&1` in
# Line 4631 | Line 4644 | do
4644      for ac_prog in grep ggrep; do
4645      for ac_exec_ext in '' $ac_executable_extensions; do
4646        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4647 <      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4647 >      as_fn_executable_p "$ac_path_GREP" || continue
4648   # Check for GNU ac_path_GREP and select it if it is found.
4649    # Check for GNU $ac_path_GREP
4650   case `"$ac_path_GREP" --version 2>&1` in
# Line 4697 | Line 4710 | do
4710      for ac_prog in egrep; do
4711      for ac_exec_ext in '' $ac_executable_extensions; do
4712        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4713 <      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4713 >      as_fn_executable_p "$ac_path_EGREP" || continue
4714   # Check for GNU ac_path_EGREP and select it if it is found.
4715    # Check for GNU $ac_path_EGREP
4716   case `"$ac_path_EGREP" --version 2>&1` in
# Line 4764 | Line 4777 | do
4777      for ac_prog in fgrep; do
4778      for ac_exec_ext in '' $ac_executable_extensions; do
4779        ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4780 <      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4780 >      as_fn_executable_p "$ac_path_FGREP" || continue
4781   # Check for GNU ac_path_FGREP and select it if it is found.
4782    # Check for GNU $ac_path_FGREP
4783   case `"$ac_path_FGREP" --version 2>&1` in
# Line 5020 | Line 5033 | do
5033    IFS=$as_save_IFS
5034    test -z "$as_dir" && as_dir=.
5035      for ac_exec_ext in '' $ac_executable_extensions; do
5036 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5036 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5037      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5038      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5039      break 2
# Line 5064 | Line 5077 | do
5077    IFS=$as_save_IFS
5078    test -z "$as_dir" && as_dir=.
5079      for ac_exec_ext in '' $ac_executable_extensions; do
5080 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5080 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5081      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5082      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5083      break 2
# Line 5222 | Line 5235 | else
5235      lt_cv_sys_max_cmd_len=196608
5236      ;;
5237  
5238 +  os2*)
5239 +    # The test takes a long time on OS/2.
5240 +    lt_cv_sys_max_cmd_len=8192
5241 +    ;;
5242 +
5243    osf*)
5244      # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5245      # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
# Line 5261 | Line 5279 | else
5279        # If test is not a shell built-in, we'll probably end up computing a
5280        # maximum length that is only half of the actual maximum length, but
5281        # we can't tell.
5282 <      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5282 >      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5283                   = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5284                test $i != 17 # 1/2 MB should be enough
5285        do
# Line 5483 | Line 5501 | do
5501    IFS=$as_save_IFS
5502    test -z "$as_dir" && as_dir=.
5503      for ac_exec_ext in '' $ac_executable_extensions; do
5504 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5504 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5505      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5506      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5507      break 2
# Line 5523 | Line 5541 | do
5541    IFS=$as_save_IFS
5542    test -z "$as_dir" && as_dir=.
5543      for ac_exec_ext in '' $ac_executable_extensions; do
5544 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5544 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5545      ac_cv_prog_ac_ct_OBJDUMP="objdump"
5546      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5547      break 2
# Line 5690 | Line 5708 | irix5* | irix6* | nonstopux*)
5708    lt_cv_deplibs_check_method=pass_all
5709    ;;
5710  
5711 < # This must be Linux ELF.
5711 > # This must be glibc/ELF.
5712   linux* | k*bsd*-gnu | kopensolaris*-gnu)
5713    lt_cv_deplibs_check_method=pass_all
5714    ;;
# Line 5829 | Line 5847 | do
5847    IFS=$as_save_IFS
5848    test -z "$as_dir" && as_dir=.
5849      for ac_exec_ext in '' $ac_executable_extensions; do
5850 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5850 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5851      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5852      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5853      break 2
# Line 5869 | Line 5887 | do
5887    IFS=$as_save_IFS
5888    test -z "$as_dir" && as_dir=.
5889      for ac_exec_ext in '' $ac_executable_extensions; do
5890 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5890 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5891      ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5892      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5893      break 2
# Line 5972 | Line 5990 | do
5990    IFS=$as_save_IFS
5991    test -z "$as_dir" && as_dir=.
5992      for ac_exec_ext in '' $ac_executable_extensions; do
5993 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5993 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5994      ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5995      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5996      break 2
# Line 6016 | Line 6034 | do
6034    IFS=$as_save_IFS
6035    test -z "$as_dir" && as_dir=.
6036      for ac_exec_ext in '' $ac_executable_extensions; do
6037 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6037 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6038      ac_cv_prog_ac_ct_AR="$ac_prog"
6039      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6040      break 2
# Line 6141 | Line 6159 | do
6159    IFS=$as_save_IFS
6160    test -z "$as_dir" && as_dir=.
6161      for ac_exec_ext in '' $ac_executable_extensions; do
6162 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6162 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6163      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6164      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6165      break 2
# Line 6181 | Line 6199 | do
6199    IFS=$as_save_IFS
6200    test -z "$as_dir" && as_dir=.
6201      for ac_exec_ext in '' $ac_executable_extensions; do
6202 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6202 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6203      ac_cv_prog_ac_ct_STRIP="strip"
6204      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6205      break 2
# Line 6240 | Line 6258 | do
6258    IFS=$as_save_IFS
6259    test -z "$as_dir" && as_dir=.
6260      for ac_exec_ext in '' $ac_executable_extensions; do
6261 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6261 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6262      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6263      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6264      break 2
# Line 6280 | Line 6298 | do
6298    IFS=$as_save_IFS
6299    test -z "$as_dir" && as_dir=.
6300      for ac_exec_ext in '' $ac_executable_extensions; do
6301 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6301 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6302      ac_cv_prog_ac_ct_RANLIB="ranlib"
6303      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6304      break 2
# Line 6330 | Line 6348 | old_postuninstall_cmds=
6348   if test -n "$RANLIB"; then
6349    case $host_os in
6350    openbsd*)
6351 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6351 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6352      ;;
6353    *)
6354 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6354 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6355      ;;
6356    esac
6357 <  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6357 >  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6358   fi
6359  
6360   case $host_os in
# Line 6483 | Line 6501 | for ac_symprfx in "" "_"; do
6501      # which start with @ or ?.
6502      lt_cv_sys_global_symbol_pipe="$AWK '"\
6503   "     {last_section=section; section=\$ 3};"\
6504 + "     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6505   "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6506   "     \$ 0!~/External *\|/{next};"\
6507   "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
# Line 6871 | Line 6890 | $as_echo "$lt_cv_cc_needs_belf" >&6; }
6890      CFLAGS="$SAVE_CFLAGS"
6891    fi
6892    ;;
6893 < sparc*-*solaris*)
6893 > *-*solaris*)
6894    # Find out which ABI we are using.
6895    echo 'int i;' > conftest.$ac_ext
6896    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
# Line 6882 | Line 6901 | sparc*-*solaris*)
6901      case `/usr/bin/file conftest.o` in
6902      *64-bit*)
6903        case $lt_cv_prog_gnu_ld in
6904 <      yes*) LD="${LD-ld} -m elf64_sparc" ;;
6904 >      yes*)
6905 >        case $host in
6906 >        i?86-*-solaris*)
6907 >          LD="${LD-ld} -m elf_x86_64"
6908 >          ;;
6909 >        sparc*-*-solaris*)
6910 >          LD="${LD-ld} -m elf64_sparc"
6911 >          ;;
6912 >        esac
6913 >        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
6914 >        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6915 >          LD="${LD-ld}_sol2"
6916 >        fi
6917 >        ;;
6918        *)
6919          if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6920            LD="${LD-ld} -64"
# Line 6915 | Line 6947 | do
6947    IFS=$as_save_IFS
6948    test -z "$as_dir" && as_dir=.
6949      for ac_exec_ext in '' $ac_executable_extensions; do
6950 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6950 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6951      ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6952      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6953      break 2
# Line 6955 | Line 6987 | do
6987    IFS=$as_save_IFS
6988    test -z "$as_dir" && as_dir=.
6989      for ac_exec_ext in '' $ac_executable_extensions; do
6990 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6990 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6991      ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
6992      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6993      break 2
# Line 7035 | Line 7067 | do
7067    IFS=$as_save_IFS
7068    test -z "$as_dir" && as_dir=.
7069      for ac_exec_ext in '' $ac_executable_extensions; do
7070 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7070 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7071      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7072      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7073      break 2
# Line 7075 | Line 7107 | do
7107    IFS=$as_save_IFS
7108    test -z "$as_dir" && as_dir=.
7109      for ac_exec_ext in '' $ac_executable_extensions; do
7110 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7110 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7111      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7112      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7113      break 2
# Line 7127 | Line 7159 | do
7159    IFS=$as_save_IFS
7160    test -z "$as_dir" && as_dir=.
7161      for ac_exec_ext in '' $ac_executable_extensions; do
7162 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7162 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7163      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7164      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7165      break 2
# Line 7167 | Line 7199 | do
7199    IFS=$as_save_IFS
7200    test -z "$as_dir" && as_dir=.
7201      for ac_exec_ext in '' $ac_executable_extensions; do
7202 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7202 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7203      ac_cv_prog_ac_ct_NMEDIT="nmedit"
7204      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7205      break 2
# Line 7219 | Line 7251 | do
7251    IFS=$as_save_IFS
7252    test -z "$as_dir" && as_dir=.
7253      for ac_exec_ext in '' $ac_executable_extensions; do
7254 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7254 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7255      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7256      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7257      break 2
# Line 7259 | Line 7291 | do
7291    IFS=$as_save_IFS
7292    test -z "$as_dir" && as_dir=.
7293      for ac_exec_ext in '' $ac_executable_extensions; do
7294 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7294 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7295      ac_cv_prog_ac_ct_LIPO="lipo"
7296      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7297      break 2
# Line 7311 | Line 7343 | do
7343    IFS=$as_save_IFS
7344    test -z "$as_dir" && as_dir=.
7345      for ac_exec_ext in '' $ac_executable_extensions; do
7346 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7346 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7347      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7348      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7349      break 2
# Line 7351 | Line 7383 | do
7383    IFS=$as_save_IFS
7384    test -z "$as_dir" && as_dir=.
7385      for ac_exec_ext in '' $ac_executable_extensions; do
7386 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7386 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7387      ac_cv_prog_ac_ct_OTOOL="otool"
7388      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7389      break 2
# Line 7403 | Line 7435 | do
7435    IFS=$as_save_IFS
7436    test -z "$as_dir" && as_dir=.
7437      for ac_exec_ext in '' $ac_executable_extensions; do
7438 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7438 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7439      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7440      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7441      break 2
# Line 7443 | Line 7475 | do
7475    IFS=$as_save_IFS
7476    test -z "$as_dir" && as_dir=.
7477      for ac_exec_ext in '' $ac_executable_extensions; do
7478 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7478 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7479      ac_cv_prog_ac_ct_OTOOL64="otool64"
7480      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7481      break 2
# Line 7522 | Line 7554 | else
7554          $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7555            -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7556          _lt_result=$?
7557 <        if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7557 >        # If there is a non-empty error log, and "single_module"
7558 >        # appears in it, assume the flag caused a linker warning
7559 >        if test -s conftest.err && $GREP single_module conftest.err; then
7560 >          cat conftest.err >&5
7561 >        # Otherwise, if the output was created with a 0 exit code from
7562 >        # the compiler, it worked.
7563 >        elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7564            lt_cv_apple_cc_single_mod=yes
7565          else
7566            cat conftest.err >&5
# Line 7533 | Line 7571 | else
7571   fi
7572   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7573   $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7574 +
7575      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7576   $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7577   if ${lt_cv_ld_exported_symbols_list+:} false; then :
# Line 7565 | Line 7604 | rm -f core conftest.err conftest.$ac_obj
7604   fi
7605   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7606   $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7607 +
7608      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7609   $as_echo_n "checking for -force_load linker flag... " >&6; }
7610   if ${lt_cv_ld_force_load+:} false; then :
# Line 7586 | Line 7626 | _LT_EOF
7626        echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7627        $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7628        _lt_result=$?
7629 <      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7629 >      if test -s conftest.err && $GREP force_load conftest.err; then
7630 >        cat conftest.err >&5
7631 >      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7632          lt_cv_ld_force_load=yes
7633        else
7634          cat conftest.err >&5
# Line 7989 | Line 8031 | fi
8031  
8032   # Check whether --with-pic was given.
8033   if test "${with_pic+set}" = set; then :
8034 <  withval=$with_pic; pic_mode="$withval"
8034 >  withval=$with_pic; lt_p=${PACKAGE-default}
8035 >    case $withval in
8036 >    yes|no) pic_mode=$withval ;;
8037 >    *)
8038 >      pic_mode=default
8039 >      # Look at the argument we got.  We use all the common list separators.
8040 >      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8041 >      for lt_pkg in $withval; do
8042 >        IFS="$lt_save_ifs"
8043 >        if test "X$lt_pkg" = "X$lt_p"; then
8044 >          pic_mode=yes
8045 >        fi
8046 >      done
8047 >      IFS="$lt_save_ifs"
8048 >      ;;
8049 >    esac
8050   else
8051    pic_mode=default
8052   fi
# Line 8067 | Line 8124 | LIBTOOL='$(SHELL) $(top_builddir)/libtoo
8124  
8125  
8126  
8127 +
8128 +
8129 +
8130 +
8131   test -z "$LN_S" && LN_S="ln -s"
8132  
8133  
# Line 8522 | Line 8583 | lt_prog_compiler_static=
8583      case $cc_basename in
8584      nvcc*) # Cuda Compiler Driver 2.2
8585        lt_prog_compiler_wl='-Xlinker '
8586 <      lt_prog_compiler_pic='-Xcompiler -fPIC'
8586 >      if test -n "$lt_prog_compiler_pic"; then
8587 >        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8588 >      fi
8589        ;;
8590      esac
8591    else
# Line 8613 | Line 8676 | lt_prog_compiler_static=
8676          ;;
8677        *)
8678          case `$CC -V 2>&1 | sed 5q` in
8679 <        *Sun\ F* | *Sun*Fortran*)
8679 >        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8680            # Sun Fortran 8.3 passes all unrecognized flags to the linker
8681            lt_prog_compiler_pic='-KPIC'
8682            lt_prog_compiler_static='-Bstatic'
8683            lt_prog_compiler_wl=''
8684            ;;
8685 +        *Sun\ F* | *Sun*Fortran*)
8686 +          lt_prog_compiler_pic='-KPIC'
8687 +          lt_prog_compiler_static='-Bstatic'
8688 +          lt_prog_compiler_wl='-Qoption ld '
8689 +          ;;
8690          *Sun\ C*)
8691            # Sun C 5.9
8692            lt_prog_compiler_pic='-KPIC'
8693            lt_prog_compiler_static='-Bstatic'
8694            lt_prog_compiler_wl='-Wl,'
8695            ;;
8696 +        *Intel*\ [CF]*Compiler*)
8697 +          lt_prog_compiler_wl='-Wl,'
8698 +          lt_prog_compiler_pic='-fPIC'
8699 +          lt_prog_compiler_static='-static'
8700 +          ;;
8701 +        *Portland\ Group*)
8702 +          lt_prog_compiler_wl='-Wl,'
8703 +          lt_prog_compiler_pic='-fpic'
8704 +          lt_prog_compiler_static='-Bstatic'
8705 +          ;;
8706          esac
8707          ;;
8708        esac
# Line 8986 | Line 9064 | $as_echo_n "checking whether the $compil
9064    hardcode_direct=no
9065    hardcode_direct_absolute=no
9066    hardcode_libdir_flag_spec=
8989  hardcode_libdir_flag_spec_ld=
9067    hardcode_libdir_separator=
9068    hardcode_minus_L=no
9069    hardcode_shlibpath_var=unsupported
# Line 9236 | Line 9313 | _LT_EOF
9313          xlf* | bgf* | bgxlf* | mpixlf*)
9314            # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9315            whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9316 <          hardcode_libdir_flag_spec=
9240 <          hardcode_libdir_flag_spec_ld='-rpath $libdir'
9316 >          hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9317            archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9318            if test "x$supports_anon_versioning" = xyes; then
9319              archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
# Line 9616 | Line 9692 | fi
9692          # The linker will not automatically build a static lib if we build a DLL.
9693          # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9694          enable_shared_with_static_runtimes=yes
9695 +        exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9696          export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9697          # Don't use ranlib
9698          old_postinstall_cmds='chmod 644 $oldlib'
# Line 9661 | Line 9738 | fi
9738    hardcode_shlibpath_var=unsupported
9739    if test "$lt_cv_ld_force_load" = "yes"; then
9740      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\"`'
9741 +
9742    else
9743      whole_archive_flag_spec=''
9744    fi
# Line 9689 | Line 9767 | fi
9767        hardcode_shlibpath_var=no
9768        ;;
9769  
9692    freebsd1*)
9693      ld_shlibs=no
9694      ;;
9695
9770      # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9771      # support.  Future versions do this automatically, but an explicit c++rt0.o
9772      # does not break anything, and helps significantly (at the cost of a little
# Line 9705 | Line 9779 | fi
9779        ;;
9780  
9781      # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9782 <    freebsd2*)
9782 >    freebsd2.*)
9783        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9784        hardcode_direct=yes
9785        hardcode_minus_L=yes
# Line 9744 | Line 9818 | fi
9818        fi
9819        if test "$with_gnu_ld" = no; then
9820          hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9747        hardcode_libdir_flag_spec_ld='+b $libdir'
9821          hardcode_libdir_separator=:
9822          hardcode_direct=yes
9823          hardcode_direct_absolute=yes
# Line 10368 | Line 10441 | esac
10441  
10442  
10443  
10371
10372
10373
10374
10375
10444    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10445   $as_echo_n "checking dynamic linker characteristics... " >&6; }
10446  
# Line 10462 | Line 10530 | need_version=unknown
10530  
10531   case $host_os in
10532   aix3*)
10533 <  version_type=linux
10533 >  version_type=linux # correct to gnu/linux during the next big refactor
10534    library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10535    shlibpath_var=LIBPATH
10536  
# Line 10471 | Line 10539 | aix3*)
10539    ;;
10540  
10541   aix[4-9]*)
10542 <  version_type=linux
10542 >  version_type=linux # correct to gnu/linux during the next big refactor
10543    need_lib_prefix=no
10544    need_version=no
10545    hardcode_into_libs=yes
# Line 10536 | Line 10604 | beos*)
10604    ;;
10605  
10606   bsdi[45]*)
10607 <  version_type=linux
10607 >  version_type=linux # correct to gnu/linux during the next big refactor
10608    need_version=no
10609    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10610    soname_spec='${libname}${release}${shared_ext}$major'
# Line 10675 | Line 10743 | darwin* | rhapsody*)
10743    ;;
10744  
10745   dgux*)
10746 <  version_type=linux
10746 >  version_type=linux # correct to gnu/linux during the next big refactor
10747    need_lib_prefix=no
10748    need_version=no
10749    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
# Line 10683 | Line 10751 | dgux*)
10751    shlibpath_var=LD_LIBRARY_PATH
10752    ;;
10753  
10686 freebsd1*)
10687  dynamic_linker=no
10688  ;;
10689
10754   freebsd* | dragonfly*)
10755    # DragonFly does not have aout.  When/if they implement a new
10756    # versioning mechanism, adjust this.
# Line 10694 | Line 10758 | freebsd* | dragonfly*)
10758      objformat=`/usr/bin/objformat`
10759    else
10760      case $host_os in
10761 <    freebsd[123]*) objformat=aout ;;
10761 >    freebsd[23].*) objformat=aout ;;
10762      *) objformat=elf ;;
10763      esac
10764    fi
# Line 10712 | Line 10776 | freebsd* | dragonfly*)
10776    esac
10777    shlibpath_var=LD_LIBRARY_PATH
10778    case $host_os in
10779 <  freebsd2*)
10779 >  freebsd2.*)
10780      shlibpath_overrides_runpath=yes
10781      ;;
10782    freebsd3.[01]* | freebsdelf3.[01]*)
# Line 10732 | Line 10796 | freebsd* | dragonfly*)
10796    ;;
10797  
10798   gnu*)
10799 <  version_type=linux
10799 >  version_type=linux # correct to gnu/linux during the next big refactor
10800    need_lib_prefix=no
10801    need_version=no
10802    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10803    soname_spec='${libname}${release}${shared_ext}$major'
10804    shlibpath_var=LD_LIBRARY_PATH
10805 +  shlibpath_overrides_runpath=no
10806    hardcode_into_libs=yes
10807    ;;
10808  
10809   haiku*)
10810 <  version_type=linux
10810 >  version_type=linux # correct to gnu/linux during the next big refactor
10811    need_lib_prefix=no
10812    need_version=no
10813    dynamic_linker="$host_os runtime_loader"
# Line 10803 | Line 10868 | hpux9* | hpux10* | hpux11*)
10868    ;;
10869  
10870   interix[3-9]*)
10871 <  version_type=linux
10871 >  version_type=linux # correct to gnu/linux during the next big refactor
10872    need_lib_prefix=no
10873    need_version=no
10874    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
# Line 10819 | Line 10884 | irix5* | irix6* | nonstopux*)
10884      nonstopux*) version_type=nonstopux ;;
10885      *)
10886          if test "$lt_cv_prog_gnu_ld" = yes; then
10887 <                version_type=linux
10887 >                version_type=linux # correct to gnu/linux during the next big refactor
10888          else
10889                  version_type=irix
10890          fi ;;
# Line 10856 | Line 10921 | linux*oldld* | linux*aout* | linux*coff*
10921    dynamic_linker=no
10922    ;;
10923  
10924 < # This must be Linux ELF.
10924 > # This must be glibc/ELF.
10925   linux* | k*bsd*-gnu | kopensolaris*-gnu)
10926 <  version_type=linux
10926 >  version_type=linux # correct to gnu/linux during the next big refactor
10927    need_lib_prefix=no
10928    need_version=no
10929    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 10940 | Line 11005 | netbsd*)
11005    ;;
11006  
11007   newsos6)
11008 <  version_type=linux
11008 >  version_type=linux # correct to gnu/linux during the next big refactor
11009    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11010    shlibpath_var=LD_LIBRARY_PATH
11011    shlibpath_overrides_runpath=yes
# Line 11009 | Line 11074 | rdos*)
11074    ;;
11075  
11076   solaris*)
11077 <  version_type=linux
11077 >  version_type=linux # correct to gnu/linux during the next big refactor
11078    need_lib_prefix=no
11079    need_version=no
11080    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11034 | Line 11099 | sunos4*)
11099    ;;
11100  
11101   sysv4 | sysv4.3*)
11102 <  version_type=linux
11102 >  version_type=linux # correct to gnu/linux during the next big refactor
11103    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11104    soname_spec='${libname}${release}${shared_ext}$major'
11105    shlibpath_var=LD_LIBRARY_PATH
# Line 11058 | Line 11123 | sysv4 | sysv4.3*)
11123  
11124   sysv4*MP*)
11125    if test -d /usr/nec ;then
11126 <    version_type=linux
11126 >    version_type=linux # correct to gnu/linux during the next big refactor
11127      library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11128      soname_spec='$libname${shared_ext}.$major'
11129      shlibpath_var=LD_LIBRARY_PATH
# Line 11089 | Line 11154 | sysv5* | sco3.2v5* | sco5v6* | unixware*
11154  
11155   tpf*)
11156    # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11157 <  version_type=linux
11157 >  version_type=linux # correct to gnu/linux during the next big refactor
11158    need_lib_prefix=no
11159    need_version=no
11160    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11099 | Line 11164 | tpf*)
11164    ;;
11165  
11166   uts4*)
11167 <  version_type=linux
11167 >  version_type=linux # correct to gnu/linux during the next big refactor
11168    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11169    soname_spec='${libname}${release}${shared_ext}$major'
11170    shlibpath_var=LD_LIBRARY_PATH
# Line 11881 | Line 11946 | CC="$lt_save_CC"
11946  
11947  
11948  
11949 +
11950 +
11951          ac_config_commands="$ac_config_commands libtool"
11952  
11953  
# Line 11897 | Line 11964 | else
11964  
11965   module=yes
11966   eval libltdl_cv_shlibext=$shrext_cmds
11967 + module=no
11968 + eval libltdl_cv_shrext=$shrext_cmds
11969  
11970   fi
11971   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5
# Line 11908 | Line 11977 | cat >>confdefs.h <<_ACEOF
11977   _ACEOF
11978  
11979   fi
11980 + if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
11981 +
11982 + cat >>confdefs.h <<_ACEOF
11983 + #define LT_SHARED_EXT "$libltdl_cv_shrext"
11984 + _ACEOF
11985 +
11986 + fi
11987  
11988   { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5
11989   $as_echo_n "checking which variable specifies run-time module search path... " >&6; }
# Line 13454 | Line 13530 | done
13530  
13531  
13532  
13457
13458
13533   # Checks for header files.
13534  
13535  
# Line 13490 | Line 13564 | done
13564  
13565  
13566  
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
13567   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
13568   $as_echo_n "checking for library containing crypt... " >&6; }
13569   if ${ac_cv_search_crypt+:} false; then :
# Line 13577 | Line 13621 | if test "$ac_res" != no; then :
13621   fi
13622  
13623  
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
13624   # Check whether --enable-libpcre was given.
13625   if test "${enable_libpcre+set}" = set; then :
13626 <  enableval=$enable_libpcre; libpcre=$enableval
13626 >  enableval=$enable_libpcre;
13627   else
13667  libpcre=yes
13668 fi
13669
13670
13671 if test "$libpcre" = "yes"; then :
13672
13628    ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
13629   if test "x$ac_cv_header_pcre_h" = xyes; then :
13630 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5
13631 < $as_echo_n "checking for pcre_study in -lpcre... " >&6; }
13632 < if ${ac_cv_lib_pcre_pcre_study+:} false; then :
13630 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5
13631 > $as_echo_n "checking for library containing pcre_study... " >&6; }
13632 > if ${ac_cv_search_pcre_study+:} false; then :
13633    $as_echo_n "(cached) " >&6
13634   else
13635 <  ac_check_lib_save_LIBS=$LIBS
13681 < LIBS="-lpcre  $LIBS"
13635 >  ac_func_search_save_LIBS=$LIBS
13636   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13637   /* end confdefs.h.  */
13638  
# Line 13697 | Line 13651 | return pcre_study ();
13651    return 0;
13652   }
13653   _ACEOF
13654 < if ac_fn_c_try_link "$LINENO"; then :
13655 <  ac_cv_lib_pcre_pcre_study=yes
13656 < else
13657 <  ac_cv_lib_pcre_pcre_study=no
13654 > for ac_lib in '' pcre; do
13655 >  if test -z "$ac_lib"; then
13656 >    ac_res="none required"
13657 >  else
13658 >    ac_res=-l$ac_lib
13659 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13660 >  fi
13661 >  if ac_fn_c_try_link "$LINENO"; then :
13662 >  ac_cv_search_pcre_study=$ac_res
13663   fi
13664   rm -f core conftest.err conftest.$ac_objext \
13665 <    conftest$ac_exeext conftest.$ac_ext
13666 < LIBS=$ac_check_lib_save_LIBS
13665 >    conftest$ac_exeext
13666 >  if ${ac_cv_search_pcre_study+:} false; then :
13667 >  break
13668   fi
13669 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5
13670 < $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 <
13669 > done
13670 > if ${ac_cv_search_pcre_study+:} false; then :
13671  
13672   else
13673 <  libpcre=no
13673 >  ac_cv_search_pcre_study=no
13674   fi
13675 + rm conftest.$ac_ext
13676 + LIBS=$ac_func_search_save_LIBS
13677 + fi
13678 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5
13679 + $as_echo "$ac_cv_search_pcre_study" >&6; }
13680 + ac_res=$ac_cv_search_pcre_study
13681 + if test "$ac_res" != no; then :
13682 +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13683  
13684 + $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13685  
13723 else
13724  libpcre=no
13686   fi
13687  
13688 + fi
13689  
13690  
13691   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
13692  
13693  
13694   # Check whether --enable-openssl was given.
# Line 13776 | Line 13730 | if test "$cf_enable_openssl" != "no"; th
13730    fi
13731  
13732        if test ! -z "$cf_openssl_basedir"; then
13779    LIBS="-lcrypto -lssl $LIBS"
13733      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cf_openssl_basedir" >&5
13734   $as_echo "$cf_openssl_basedir" >&6; }
13735      cf_enable_openssl="yes"
13783
13784 $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
13785
13736    else
13737      { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found. Please check your path." >&5
13738   $as_echo "not found. Please check your path." >&6; }
# Line 13795 | Line 13745 | $as_echo "disabled" >&6; }
13745   fi
13746  
13747   if test "$cf_enable_openssl" != "no"; then :
13748 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.7 or above" >&5
13749 < $as_echo_n "checking for OpenSSL 0.9.7 or above... " >&6; }
13748 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
13749 > $as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
13750    if test "$cross_compiling" = yes; then :
13751    cf_openssl_version_ok=no
13752   else
# Line 13809 | Line 13759 | else
13759   int
13760   main ()
13761   {
13762 < exit(!(OPENSSL_VERSION_NUMBER >= 0x00907000));
13762 > exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
13763    ;
13764    return 0;
13765   }
# Line 13874 | Line 13824 | _ACEOF
13824   fi
13825  
13826      if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13827 <  for ac_func in EVP_bf_cfb           \
13828 <                      EVP_cast5_cfb        \
13829 <                      EVP_idea_cfb         \
13830 <                      EVP_rc5_32_12_16_cfb \
13831 <                      EVP_des_ede3_cfb     \
13832 <                      EVP_des_cfb
13833 < do :
13834 <  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13835 < ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13836 < if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13827 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13828 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13829 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13830 >  $as_echo_n "(cached) " >&6
13831 > else
13832 >  ac_check_lib_save_LIBS=$LIBS
13833 > LIBS="-lssl  $LIBS"
13834 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13835 > /* end confdefs.h.  */
13836 >
13837 > /* Override any GCC internal prototype to avoid an error.
13838 >   Use char because int might match the return type of a GCC
13839 >   builtin and then its argument prototype would still apply.  */
13840 > #ifdef __cplusplus
13841 > extern "C"
13842 > #endif
13843 > char SSL_connect ();
13844 > int
13845 > main ()
13846 > {
13847 > return SSL_connect ();
13848 >  ;
13849 >  return 0;
13850 > }
13851 > _ACEOF
13852 > if ac_fn_c_try_link "$LINENO"; then :
13853 >  ac_cv_lib_ssl_SSL_connect=yes
13854 > else
13855 >  ac_cv_lib_ssl_SSL_connect=no
13856 > fi
13857 > rm -f core conftest.err conftest.$ac_objext \
13858 >    conftest$ac_exeext conftest.$ac_ext
13859 > LIBS=$ac_check_lib_save_LIBS
13860 > fi
13861 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13862 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13863 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13864    cat >>confdefs.h <<_ACEOF
13865 < #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13865 > #define HAVE_LIBSSL 1
13866   _ACEOF
13867  
13868 +  LIBS="-lssl $LIBS"
13869 +
13870   fi
13892 done
13871  
13872   fi
13873  
# Line 13900 | Line 13878 | $as_echo "no - OpenSSL support disabled"
13878   fi
13879   fi
13880  
13881 < if test "$cf_enable_openssl" = yes; then
13881 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
13882    ENABLE_SSL_TRUE=
13883    ENABLE_SSL_FALSE='#'
13884   else
# Line 13936 | Line 13914 | fi
13914   if test "$small_net" = "yes"; then :
13915  
13916  
13917 < $as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h
13917 > $as_echo "#define NICKNAMEHISTORYLENGTH 2048" >>confdefs.h
13918  
13919  
13920   $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
# Line 13969 | Line 13947 | else
13947  
13948  
13949  
13950 < $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h
13950 > $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13951  
13952  
13953   $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
# Line 14404 | Line 14382 | fi
14382  
14383  
14384   cat >>confdefs.h <<_ACEOF
14385 < #define NICKLEN ($nicklen+1)
14385 > #define NICKLEN ($nicklen)
14386   _ACEOF
14387  
14388  
# Line 14424 | Line 14402 | _ACEOF
14402  
14403  
14404  
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
14405    # Check whether --enable-halfops was given.
14406   if test "${enable_halfops+set}" = set; then :
14407    enableval=$enable_halfops; halfops="$enableval"
# Line 14509 | Line 14447 | fi
14447    fi
14448  
14449  
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
14450  
14451    prefix_NONE=
14452    exec_prefix_NONE=
# Line 14634 | Line 14533 | _ACEOF
14533    test "$exec_prefix_NONE" && exec_prefix=NONE
14534  
14535  
14536 < 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"
14536 > 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"
14537  
14538  
14539   cat >confcache <<\_ACEOF
# Line 14746 | Line 14645 | LIBOBJS=$ac_libobjs
14645   LTLIBOBJS=$ac_ltlibobjs
14646  
14647  
14648 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14649 + $as_echo_n "checking that generated files are newer than configure... " >&6; }
14650 +   if test -n "$am_sleep_pid"; then
14651 +     # Hide warnings about reused PIDs.
14652 +     wait $am_sleep_pid 2>/dev/null
14653 +   fi
14654 +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14655 + $as_echo "done" >&6; }
14656   if test -n "$EXEEXT"; then
14657    am__EXEEXT_TRUE=
14658    am__EXEEXT_FALSE='#'
# Line 14792 | Line 14699 | LT_CONFIG_H=config.h
14699  
14700  
14701  
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
14702   if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
14703    as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14704   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14705   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
14706  
14707   : "${CONFIG_STATUS=./config.status}"
14708   ac_write_fail=0
# Line 15102 | Line 15001 | if (echo >conf$$.file) 2>/dev/null; then
15001      # ... but there are two gotchas:
15002      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15003      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15004 <    # In both cases, we have to default to `cp -p'.
15004 >    # In both cases, we have to default to `cp -pR'.
15005      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15006 <      as_ln_s='cp -p'
15006 >      as_ln_s='cp -pR'
15007    elif ln conf$$.file conf$$ 2>/dev/null; then
15008      as_ln_s=ln
15009    else
15010 <    as_ln_s='cp -p'
15010 >    as_ln_s='cp -pR'
15011    fi
15012   else
15013 <  as_ln_s='cp -p'
15013 >  as_ln_s='cp -pR'
15014   fi
15015   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15016   rmdir conf$$.dir 2>/dev/null
# Line 15171 | Line 15070 | else
15070    as_mkdir_p=false
15071   fi
15072  
15073 < if test -x / >/dev/null 2>&1; then
15074 <  as_test_x='test -x'
15075 < else
15076 <  if ls -dL / >/dev/null 2>&1; then
15077 <    as_ls_L_option=L
15078 <  else
15079 <    as_ls_L_option=
15080 <  fi
15081 <  as_test_x='
15082 <    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
15073 >
15074 > # as_fn_executable_p FILE
15075 > # -----------------------
15076 > # Test if FILE is an executable regular file.
15077 > as_fn_executable_p ()
15078 > {
15079 >  test -f "$1" && test -x "$1"
15080 > } # as_fn_executable_p
15081 > as_test_x='test -x'
15082 > as_executable_p=as_fn_executable_p
15083  
15084   # Sed expression to map a string onto a valid CPP name.
15085   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 15213 | Line 15100 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15100   # report actual input values of CONFIG_FILES etc. instead of their
15101   # values after options handling.
15102   ac_log="
15103 < This file was extended by ircd-hybrid $as_me 8beta1, which was
15104 < generated by GNU Autoconf 2.68.  Invocation command line was
15103 > This file was extended by ircd-hybrid $as_me 8rc1, which was
15104 > generated by GNU Autoconf 2.69.  Invocation command line was
15105  
15106    CONFIG_FILES    = $CONFIG_FILES
15107    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 15279 | Line 15166 | _ACEOF
15166   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15167   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15168   ac_cs_version="\\
15169 < ircd-hybrid config.status 8beta1
15170 < configured by $0, generated by GNU Autoconf 2.68,
15169 > ircd-hybrid config.status 8rc1
15170 > configured by $0, generated by GNU Autoconf 2.69,
15171    with options \\"\$ac_cs_config\\"
15172  
15173 < Copyright (C) 2010 Free Software Foundation, Inc.
15173 > Copyright (C) 2012 Free Software Foundation, Inc.
15174   This config.status script is free software; the Free Software Foundation
15175   gives unlimited permission to copy, distribute and modify it."
15176  
# Line 15374 | Line 15261 | fi
15261   _ACEOF
15262   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15263   if \$ac_cs_recheck; then
15264 <  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15264 >  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15265    shift
15266    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15267    CONFIG_SHELL='$SHELL'
# Line 15416 | Line 15303 | pic_mode='`$ECHO "$pic_mode" | $SED "$de
15303   enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15304   SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15305   ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15306 + PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
15307   host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15308   host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15309   host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
# Line 15498 | Line 15386 | with_gnu_ld='`$ECHO "$with_gnu_ld" | $SE
15386   allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15387   no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15388   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"`'
15389   hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15390   hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15391   hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
# Line 15554 | Line 15441 | _LTECHO_EOF'
15441   # Quote evaled strings.
15442   for var in SHELL \
15443   ECHO \
15444 + PATH_SEPARATOR \
15445   SED \
15446   GREP \
15447   EGREP \
# Line 15604 | Line 15492 | with_gnu_ld \
15492   allow_undefined_flag \
15493   no_undefined_flag \
15494   hardcode_libdir_flag_spec \
15607 hardcode_libdir_flag_spec_ld \
15495   hardcode_libdir_separator \
15496   exclude_expsyms \
15497   include_expsyms \
# Line 15689 | Line 15576 | do
15576      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15577      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15578      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15692    "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
15693    "servlink/Makefile") CONFIG_FILES="$CONFIG_FILES servlink/Makefile" ;;
15579      "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
15580      "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
15581      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
# Line 16312 | Line 16197 | $as_echo "$as_me: executing $ac_file com
16197      # Strip MF so we end up with the name of the file.
16198      mf=`echo "$mf" | sed -e 's/:.*$//'`
16199      # Check whether this is an Automake generated Makefile or not.
16200 <    # We used to match only the files named `Makefile.in', but
16200 >    # We used to match only the files named 'Makefile.in', but
16201      # some people rename them; so instead we look at the file content.
16202      # Grep'ing the first line is not enough: some people post-process
16203      # each Makefile.in and add a new line on top of each file to say so.
# Line 16346 | Line 16231 | $as_echo X"$mf" |
16231        continue
16232      fi
16233      # Extract the definition of DEPDIR, am__include, and am__quote
16234 <    # from the Makefile without running `make'.
16234 >    # from the Makefile without running 'make'.
16235      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16236      test -z "$DEPDIR" && continue
16237      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16238      test -z "am__include" && continue
16239      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"`
16240      # Find all dependency output files, they are included files with
16241      # $(DEPDIR) in their names.  We invoke sed twice because it is the
16242      # simplest approach to changing $(DEPDIR) to its actual value in the
16243      # expansion.
16244      for file in `sed -n "
16245        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16246 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16246 >         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16247        # Make sure the directory exists.
16248        test -f "$dirpart/$file" && continue
16249        fdir=`$as_dirname -- "$file" ||
# Line 16414 | Line 16297 | $as_echo X"$file" |
16297   # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16298   #
16299   #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16300 < #                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
16301 < #                 Inc.
16300 > #                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
16301 > #                 Foundation, Inc.
16302   #   Written by Gordon Matzigkeit, 1996
16303   #
16304   #   This file is part of GNU Libtool.
# Line 16469 | Line 16352 | SHELL=$lt_SHELL
16352   # An echo program that protects backslashes.
16353   ECHO=$lt_ECHO
16354  
16355 + # The PATH separator for the build system.
16356 + PATH_SEPARATOR=$lt_PATH_SEPARATOR
16357 +
16358   # The host system.
16359   host_alias=$host_alias
16360   host=$host
# Line 16770 | Line 16656 | no_undefined_flag=$lt_no_undefined_flag
16656   # This must work even if \$libdir does not exist
16657   hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16658  
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
16659   # Whether we need a single "-rpath" flag with a separated argument.
16660   hardcode_libdir_separator=$lt_hardcode_libdir_separator
16661  

Diff Legend

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