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

Comparing:
ircd-hybrid-8/configure (file contents), Revision 1252 by michael, Fri Oct 21 20:24:08 2011 UTC vs.
ircd-hybrid/trunk/configure (file contents), Revision 1751 by michael, Wed Jan 16 18:30:52 2013 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 1720 2012-12-28 21:06:21Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.68 for ircd-hybrid 8beta1.
4 > # Generated by GNU Autoconf 2.69 for ircd-hybrid TRUNK.
5   #
6   # Report bugs to <bugs@ircd-hybrid.org>.
7   #
8   #
9 < # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
10 < # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
11 < # Foundation, Inc.
9 > # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
10   #
11   #
12   # This configure script is free software; the Free Software Foundation
# Line 137 | Line 135 | export LANGUAGE
135   # CDPATH.
136   (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137  
138 + # Use a proper internal environment variable to ensure we don't fall
139 +  # into an infinite loop, continuously re-executing ourselves.
140 +  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
141 +    _as_can_reexec=no; export _as_can_reexec;
142 +    # We cannot yet assume a decent shell, so we have to provide a
143 + # neutralization value for shells without unset; and this also
144 + # works around shells that cannot unset nonexistent variables.
145 + # Preserve -v and -x to the replacement shell.
146 + BASH_ENV=/dev/null
147 + ENV=/dev/null
148 + (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
149 + case $- in # ((((
150 +  *v*x* | *x*v* ) as_opts=-vx ;;
151 +  *v* ) as_opts=-v ;;
152 +  *x* ) as_opts=-x ;;
153 +  * ) as_opts= ;;
154 + esac
155 + exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
156 + # Admittedly, this is quite paranoid, since all the known shells bail
157 + # out after a failed `exec'.
158 + $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
159 + as_fn_exit 255
160 +  fi
161 +  # We don't want this to propagate to other subprocesses.
162 +          { _as_can_reexec=; unset _as_can_reexec;}
163   if test "x$CONFIG_SHELL" = x; then
164    as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
165    emulate sh
# Line 170 | Line 193 | if ( set x; as_fn_ret_success y && test
193   else
194    exitcode=1; echo positional parameters were not saved.
195   fi
196 < test x\$exitcode = x0 || exit 1"
196 > test x\$exitcode = x0 || exit 1
197 > test -x / || exit 1"
198    as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
199    as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
200    eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
# Line 223 | Line 247 | IFS=$as_save_IFS
247  
248  
249        if test "x$CONFIG_SHELL" != x; then :
250 <  # We cannot yet assume a decent shell, so we have to provide a
251 <        # neutralization value for shells without unset; and this also
252 <        # works around shells that cannot unset nonexistent variables.
253 <        # Preserve -v and -x to the replacement shell.
254 <        BASH_ENV=/dev/null
255 <        ENV=/dev/null
256 <        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
257 <        export CONFIG_SHELL
258 <        case $- in # ((((
259 <          *v*x* | *x*v* ) as_opts=-vx ;;
260 <          *v* ) as_opts=-v ;;
261 <          *x* ) as_opts=-x ;;
262 <          * ) as_opts= ;;
263 <        esac
264 <        exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
250 >  export CONFIG_SHELL
251 >             # We cannot yet assume a decent shell, so we have to provide a
252 > # neutralization value for shells without unset; and this also
253 > # works around shells that cannot unset nonexistent variables.
254 > # Preserve -v and -x to the replacement shell.
255 > BASH_ENV=/dev/null
256 > ENV=/dev/null
257 > (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
258 > case $- in # ((((
259 >  *v*x* | *x*v* ) as_opts=-vx ;;
260 >  *v* ) as_opts=-v ;;
261 >  *x* ) as_opts=-x ;;
262 >  * ) as_opts= ;;
263 > esac
264 > exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
265 > # Admittedly, this is quite paranoid, since all the known shells bail
266 > # out after a failed `exec'.
267 > $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
268 > exit 255
269   fi
270  
271      if test x$as_have_required = xno; then :
# Line 340 | Line 368 | $as_echo X"$as_dir" |
368  
369  
370   } # as_fn_mkdir_p
371 +
372 + # as_fn_executable_p FILE
373 + # -----------------------
374 + # Test if FILE is an executable regular file.
375 + as_fn_executable_p ()
376 + {
377 +  test -f "$1" && test -x "$1"
378 + } # as_fn_executable_p
379   # as_fn_append VAR VALUE
380   # ----------------------
381   # Append the text in VALUE to the end of the definition contained in VAR. Take
# Line 461 | Line 497 | as_cr_alnum=$as_cr_Letters$as_cr_digits
497    chmod +x "$as_me.lineno" ||
498      { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
499  
500 +  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
501 +  # already done that, so ensure we don't try to do so again and fall
502 +  # in an infinite loop.  This has already happened in practice.
503 +  _as_can_reexec=no; export _as_can_reexec
504    # Don't try to exec as it changes $[0], causing all sort of problems
505    # (the dirname of $[0] is not the place where we might find the
506    # original and so on.  Autoconf is especially sensitive to this).
# Line 495 | Line 535 | if (echo >conf$$.file) 2>/dev/null; then
535      # ... but there are two gotchas:
536      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
537      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
538 <    # In both cases, we have to default to `cp -p'.
538 >    # In both cases, we have to default to `cp -pR'.
539      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
540 <      as_ln_s='cp -p'
540 >      as_ln_s='cp -pR'
541    elif ln conf$$.file conf$$ 2>/dev/null; then
542      as_ln_s=ln
543    else
544 <    as_ln_s='cp -p'
544 >    as_ln_s='cp -pR'
545    fi
546   else
547 <  as_ln_s='cp -p'
547 >  as_ln_s='cp -pR'
548   fi
549   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
550   rmdir conf$$.dir 2>/dev/null
# Line 516 | Line 556 | else
556    as_mkdir_p=false
557   fi
558  
559 < if test -x / >/dev/null 2>&1; then
560 <  as_test_x='test -x'
521 < else
522 <  if ls -dL / >/dev/null 2>&1; then
523 <    as_ls_L_option=L
524 <  else
525 <    as_ls_L_option=
526 <  fi
527 <  as_test_x='
528 <    eval sh -c '\''
529 <      if test -d "$1"; then
530 <        test -d "$1/.";
531 <      else
532 <        case $1 in #(
533 <        -*)set "./$1";;
534 <        esac;
535 <        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
536 <        ???[sx]*):;;*)false;;esac;fi
537 <    '\'' sh
538 <  '
539 < fi
540 < as_executable_p=$as_test_x
559 > as_test_x='test -x'
560 > as_executable_p=as_fn_executable_p
561  
562   # Sed expression to map a string onto a valid CPP name.
563   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 573 | Line 593 | MAKEFLAGS=
593   # Identity of this package.
594   PACKAGE_NAME='ircd-hybrid'
595   PACKAGE_TARNAME='ircd-hybrid'
596 < PACKAGE_VERSION='8beta1'
597 < PACKAGE_STRING='ircd-hybrid 8beta1'
596 > PACKAGE_VERSION='TRUNK'
597 > PACKAGE_STRING='ircd-hybrid TRUNK'
598   PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
599   PACKAGE_URL=''
600  
# Line 628 | Line 648 | DATADIR
648   LIBDIR
649   SYSCONFDIR
650   PREFIX
631 EFNET_FALSE
632 EFNET_TRUE
651   ENABLE_SSL_FALSE
652   ENABLE_SSL_TRUE
635 ENABLE_PCRE_FALSE
636 ENABLE_PCRE_TRUE
653   LTDLOPEN
654   LT_CONFIG_H
655   CONVENIENCE_LTDL_FALSE
# Line 690 | Line 706 | YACC
706   am__fastdepCC_FALSE
707   am__fastdepCC_TRUE
708   CCDEPMODE
709 + am__nodep
710   AMDEPBACKSLASH
711   AMDEP_FALSE
712   AMDEP_TRUE
# Line 706 | Line 723 | CC
723   MAINT
724   MAINTAINER_MODE_FALSE
725   MAINTAINER_MODE_TRUE
726 + AM_BACKSLASH
727 + AM_DEFAULT_VERBOSITY
728 + AM_DEFAULT_V
729 + AM_V
730   am__untar
731   am__tar
732   AMTAR
# Line 770 | Line 791 | SHELL'
791   ac_subst_files=''
792   ac_user_opts='
793   enable_option_checking
794 + enable_silent_rules
795   enable_maintainer_mode
796   enable_dependency_tracking
797   enable_static
# Line 783 | Line 805 | with_included_ltdl
805   with_ltdl_include
806   with_ltdl_lib
807   enable_ltdl_install
786 with_zlib_path
787 enable_zlib
788 with_libpcre_path
808   enable_libpcre
809   enable_openssl
810   enable_assert
792 enable_small_net
811   enable_kqueue
812   enable_epoll
813   enable_devpoll
796 enable_rtsigio
814   enable_poll
815   enable_select
799 with_nicklen
800 with_topiclen
801 with_syslog_facility
802 enable_efnet
816   enable_halfops
817   enable_debugging
818   enable_warnings
806 enable_syslog
819   '
820        ac_precious_vars='build_alias
821   host_alias
# Line 1271 | Line 1283 | target=$target_alias
1283   if test "x$host_alias" != x; then
1284    if test "x$build_alias" = x; then
1285      cross_compiling=maybe
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
1286    elif test "x$build_alias" != "x$host_alias"; then
1287      cross_compiling=yes
1288    fi
# Line 1358 | Line 1368 | if test "$ac_init_help" = "long"; then
1368    # Omit some internal or obsolete options to make the list less imposing.
1369    # This message is too long to be a string in the A/UX 3.1 sh.
1370    cat <<_ACEOF
1371 < \`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems.
1371 > \`configure' configures ircd-hybrid TRUNK to adapt to many kinds of systems.
1372  
1373   Usage: $0 [OPTION]... [VAR=VALUE]...
1374  
# Line 1428 | Line 1438 | fi
1438  
1439   if test -n "$ac_init_help"; then
1440    case $ac_init_help in
1441 <     short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";;
1441 >     short | recursive ) echo "Configuration of ircd-hybrid TRUNK:";;
1442     esac
1443    cat <<\_ACEOF
1444  
# Line 1436 | Line 1446 | Optional Features:
1446    --disable-option-checking  ignore unrecognized --enable/--with options
1447    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1448    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1449 <  --enable-maintainer-mode  enable make rules and dependencies not useful
1450 <                          (and sometimes confusing) to the casual installer
1451 <  --disable-dependency-tracking  speeds up one-time build
1452 <  --enable-dependency-tracking   do not reject slow dependency extractors
1449 >  --enable-silent-rules   less verbose build output (undo: "make V=1")
1450 >  --disable-silent-rules  verbose build output (undo: "make V=0")
1451 >  --enable-maintainer-mode
1452 >                          enable make rules and dependencies not useful (and
1453 >                          sometimes confusing) to the casual installer
1454 >  --enable-dependency-tracking
1455 >                          do not reject slow dependency extractors
1456 >  --disable-dependency-tracking
1457 >                          speeds up one-time build
1458    --enable-static[=PKGS]  build static libraries [default=no]
1459    --enable-shared[=PKGS]  build shared libraries [default=yes]
1460    --enable-fast-install[=PKGS]
1461                            optimize for fast installation [default=yes]
1462    --disable-libtool-lock  avoid locking (might break parallel builds)
1463    --enable-ltdl-install   install libltdl
1449  --disable-zlib          Disable ziplinks support
1464    --disable-libpcre       Disable PCRE support
1465    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1466    --disable-openssl            Disable OpenSSL support.
1467    --enable-assert         Enable assert() statements
1454  --enable-small-net      Enable small network support.
1468    --enable-kqueue         Force kqueue usage.
1469    --enable-epoll          Force epoll usage.
1470    --enable-devpoll        Force devpoll usage.
1458  --enable-rtsigio        Force rtsigio usage.
1471    --enable-poll           Force poll usage.
1472    --enable-select         Force select usage.
1461  --enable-efnet          For IRCDs running on EFnet.
1473    --enable-halfops        Enable halfops support.
1474    --enable-debugging      Enable debugging.
1475    --enable-warnings       Enable compiler warnings.
1465  --enable-syslog="EVENTS"
1466                          Enable syslog for events: users oper (space
1467                          separated in quotes; default: disabled).
1476  
1477   Optional Packages:
1478    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1479    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1480 <  --with-pic              try to use only PIC/non-PIC objects [default=use
1480 >  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1481                            both]
1482    --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1483    --with-sysroot=DIR Search for dependent libraries within DIR
# Line 1477 | Line 1485 | Optional Packages:
1485    --with-included-ltdl    use the GNU ltdl sources included here
1486    --with-ltdl-include=DIR use the ltdl headers installed in DIR
1487    --with-ltdl-lib=DIR     use the libltdl.la installed in DIR
1480  --with-zlib-path=DIR    Path to libz.so for ziplinks support.
1481  --with-libpcre-path=DIR Path to libpcre.so for PCRE support.
1482  --with-nicklen=<value>  Set nickname length (default 9).
1483  --with-topiclen=<value> Set topic length (default 160).
1484  --with-syslog-facility=LOG
1485                          Define the syslog facility to use (default:
1486                          LOG_LOCAL4)
1488  
1489   Some influential environment variables:
1490    CC          C compiler command
# Line 1567 | Line 1568 | fi
1568   test -n "$ac_init_help" && exit $ac_status
1569   if $ac_init_version; then
1570    cat <<\_ACEOF
1571 < ircd-hybrid configure 8beta1
1572 < generated by GNU Autoconf 2.68
1571 > ircd-hybrid configure TRUNK
1572 > generated by GNU Autoconf 2.69
1573  
1574 < Copyright (C) 2010 Free Software Foundation, Inc.
1574 > Copyright (C) 2012 Free Software Foundation, Inc.
1575   This configure script is free software; the Free Software Foundation
1576   gives unlimited permission to copy, distribute and modify it.
1577   _ACEOF
# Line 1646 | Line 1647 | $as_echo "$ac_try_echo"; } >&5
1647           test ! -s conftest.err
1648         } && test -s conftest$ac_exeext && {
1649           test "$cross_compiling" = yes ||
1650 <         $as_test_x conftest$ac_exeext
1650 >         test -x conftest$ac_exeext
1651         }; then :
1652    ac_retval=0
1653   else
# Line 2093 | Line 2094 | cat >config.log <<_ACEOF
2094   This file contains any messages produced by compilers while
2095   running configure, to aid debugging if configure makes a mistake.
2096  
2097 < It was created by ircd-hybrid $as_me 8beta1, which was
2098 < generated by GNU Autoconf 2.68.  Invocation command line was
2097 > It was created by ircd-hybrid $as_me TRUNK, which was
2098 > generated by GNU Autoconf 2.69.  Invocation command line was
2099  
2100    $ $0 $@
2101  
# Line 2373 | Line 2374 | $as_echo "$as_me: creating cache $cache_
2374    >$cache_file
2375   fi
2376  
2376 as_fn_append ac_func_list " mmap"
2377   as_fn_append ac_func_list " strtok_r"
2378   as_fn_append ac_func_list " usleep"
2379   as_fn_append ac_func_list " strlcat"
2380   as_fn_append ac_func_list " strlcpy"
2381 as_fn_append ac_func_list " socketpair"
2381   as_fn_append ac_header_list " crypt.h"
2383 as_fn_append ac_header_list " inttypes.h"
2384 as_fn_append ac_header_list " stdint.h"
2382   as_fn_append ac_header_list " sys/resource.h"
2383   as_fn_append ac_header_list " sys/param.h"
2387 as_fn_append ac_header_list " errno.h"
2388 as_fn_append ac_header_list " sys/syslog.h"
2384   as_fn_append ac_header_list " types.h"
2385   as_fn_append ac_header_list " socket.h"
2386   as_fn_append ac_header_list " sys/wait.h"
2387   as_fn_append ac_header_list " wait.h"
2393 as_fn_append ac_header_list " link.h"
2388   # Check that the precious variables saved in the cache have kept the same
2389   # value.
2390   ac_cache_corrupted=false
# Line 2459 | Line 2453 | ac_link='$CC -o conftest$ac_exeext $CFLA
2453   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2454  
2455  
2456 < am__api_version='1.11'
2456 > am__api_version='1.13'
2457  
2458   ac_aux_dir=
2459   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2527 | Line 2521 | case $as_dir/ in #((
2521      # by default.
2522      for ac_prog in ginstall scoinst install; do
2523        for ac_exec_ext in '' $ac_executable_extensions; do
2524 <        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2524 >        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2525            if test $ac_prog = install &&
2526              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2527              # AIX install.  It has an incompatible calling convention.
# Line 2585 | Line 2579 | test -z "$INSTALL_DATA" && INSTALL_DATA=
2579  
2580   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2581   $as_echo_n "checking whether build environment is sane... " >&6; }
2588 # Just in case
2589 sleep 1
2590 echo timestamp > conftest.file
2582   # Reject unsafe characters in $srcdir or the absolute working directory
2583   # name.  Accept space and tab only in the latter.
2584   am_lf='
# Line 2598 | Line 2589 | case `pwd` in
2589   esac
2590   case $srcdir in
2591    *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2592 <    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2592 >    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2593   esac
2594  
2595 < # Do `set' in a subshell so we don't clobber the current shell's
2595 > # Do 'set' in a subshell so we don't clobber the current shell's
2596   # arguments.  Must try -L first in case configure is actually a
2597   # symlink; some systems play weird games with the mod time of symlinks
2598   # (eg FreeBSD returns the mod time of the symlink's containing
2599   # directory).
2600   if (
2601 <   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2602 <   if test "$*" = "X"; then
2603 <      # -L didn't work.
2604 <      set X `ls -t "$srcdir/configure" conftest.file`
2605 <   fi
2606 <   rm -f conftest.file
2607 <   if test "$*" != "X $srcdir/configure conftest.file" \
2608 <      && test "$*" != "X conftest.file $srcdir/configure"; then
2609 <
2610 <      # If neither matched, then we have a broken ls.  This can happen
2620 <      # if, for instance, CONFIG_SHELL is bash and it inherits a
2621 <      # broken ls alias from the environment.  This has actually
2622 <      # happened.  Such a system could not be considered "sane".
2623 <      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2624 < alias in your environment" "$LINENO" 5
2625 <   fi
2601 >   am_has_slept=no
2602 >   for am_try in 1 2; do
2603 >     echo "timestamp, slept: $am_has_slept" > conftest.file
2604 >     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2605 >     if test "$*" = "X"; then
2606 >        # -L didn't work.
2607 >        set X `ls -t "$srcdir/configure" conftest.file`
2608 >     fi
2609 >     if test "$*" != "X $srcdir/configure conftest.file" \
2610 >        && test "$*" != "X conftest.file $srcdir/configure"; then
2611  
2612 +        # If neither matched, then we have a broken ls.  This can happen
2613 +        # if, for instance, CONFIG_SHELL is bash and it inherits a
2614 +        # broken ls alias from the environment.  This has actually
2615 +        # happened.  Such a system could not be considered "sane".
2616 +        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2617 +  alias in your environment" "$LINENO" 5
2618 +     fi
2619 +     if test "$2" = conftest.file || test $am_try -eq 2; then
2620 +       break
2621 +     fi
2622 +     # Just in case.
2623 +     sleep 1
2624 +     am_has_slept=yes
2625 +   done
2626     test "$2" = conftest.file
2627     )
2628   then
# Line 2635 | Line 2634 | Check your system clock" "$LINENO" 5
2634   fi
2635   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2636   $as_echo "yes" >&6; }
2637 + # If we didn't sleep, we still need to ensure time stamps of config.status and
2638 + # generated files are strictly newer.
2639 + am_sleep_pid=
2640 + if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2641 +  ( sleep 1 ) &
2642 +  am_sleep_pid=$!
2643 + fi
2644 +
2645 + rm -f conftest.file
2646 +
2647   test "$program_prefix" != NONE &&
2648    program_transform_name="s&^&$program_prefix&;$program_transform_name"
2649   # Use a double $ so make ignores it.
# Line 2657 | Line 2666 | if test x"${MISSING+set}" != xset; then
2666    esac
2667   fi
2668   # Use eval to expand $SHELL
2669 < if eval "$MISSING --run true"; then
2670 <  am_missing_run="$MISSING --run "
2669 > if eval "$MISSING --is-lightweight"; then
2670 >  am_missing_run="$MISSING "
2671   else
2672    am_missing_run=
2673 <  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2674 < $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2673 >  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2674 > $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2675   fi
2676  
2677   if test x"${install_sh}" != xset; then
# Line 2674 | Line 2683 | if test x"${install_sh}" != xset; then
2683    esac
2684   fi
2685  
2686 < # Installed binaries are usually stripped using `strip' when the user
2687 < # run `make install-strip'.  However `strip' might not be the right
2686 > # Installed binaries are usually stripped using 'strip' when the user
2687 > # run "make install-strip".  However 'strip' might not be the right
2688   # tool to use in cross-compilation environments, therefore Automake
2689 < # will honor the `STRIP' environment variable to overrule this program.
2689 > # will honor the 'STRIP' environment variable to overrule this program.
2690   if test "$cross_compiling" != no; then
2691    if test -n "$ac_tool_prefix"; then
2692    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
# Line 2696 | Line 2705 | do
2705    IFS=$as_save_IFS
2706    test -z "$as_dir" && as_dir=.
2707      for ac_exec_ext in '' $ac_executable_extensions; do
2708 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2708 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2709      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2710      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2711      break 2
# Line 2736 | Line 2745 | do
2745    IFS=$as_save_IFS
2746    test -z "$as_dir" && as_dir=.
2747      for ac_exec_ext in '' $ac_executable_extensions; do
2748 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2748 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2749      ac_cv_prog_ac_ct_STRIP="strip"
2750      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2751      break 2
# Line 2787 | Line 2796 | do
2796    test -z "$as_dir" && as_dir=.
2797      for ac_prog in mkdir gmkdir; do
2798           for ac_exec_ext in '' $ac_executable_extensions; do
2799 <           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2799 >           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2800             case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2801               'mkdir (GNU coreutils) '* | \
2802               'mkdir (coreutils) '* | \
# Line 2816 | Line 2825 | fi
2825   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2826   $as_echo "$MKDIR_P" >&6; }
2827  
2819 mkdir_p="$MKDIR_P"
2820 case $mkdir_p in
2821  [\\/$]* | ?:[\\/]*) ;;
2822  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2823 esac
2824
2828   for ac_prog in gawk mawk nawk awk
2829   do
2830    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 2840 | Line 2843 | do
2843    IFS=$as_save_IFS
2844    test -z "$as_dir" && as_dir=.
2845      for ac_exec_ext in '' $ac_executable_extensions; do
2846 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2846 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2847      ac_cv_prog_AWK="$ac_prog"
2848      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2849      break 2
# Line 2904 | Line 2907 | else
2907   fi
2908   rmdir .tst 2>/dev/null
2909  
2910 + # Check whether --enable-silent-rules was given.
2911 + if test "${enable_silent_rules+set}" = set; then :
2912 +  enableval=$enable_silent_rules;
2913 + fi
2914 +
2915 + case $enable_silent_rules in # (((
2916 +  yes) AM_DEFAULT_VERBOSITY=0;;
2917 +   no) AM_DEFAULT_VERBOSITY=1;;
2918 +    *) AM_DEFAULT_VERBOSITY=1;;
2919 + esac
2920 + am_make=${MAKE-make}
2921 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2922 + $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2923 + if ${am_cv_make_support_nested_variables+:} false; then :
2924 +  $as_echo_n "(cached) " >&6
2925 + else
2926 +  if $as_echo 'TRUE=$(BAR$(V))
2927 + BAR0=false
2928 + BAR1=true
2929 + V=1
2930 + am__doit:
2931 +        @$(TRUE)
2932 + .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2933 +  am_cv_make_support_nested_variables=yes
2934 + else
2935 +  am_cv_make_support_nested_variables=no
2936 + fi
2937 + fi
2938 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2939 + $as_echo "$am_cv_make_support_nested_variables" >&6; }
2940 + if test $am_cv_make_support_nested_variables = yes; then
2941 +    AM_V='$(V)'
2942 +  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2943 + else
2944 +  AM_V=$AM_DEFAULT_VERBOSITY
2945 +  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2946 + fi
2947 + AM_BACKSLASH='\'
2948 +
2949   if test "`cd $srcdir && pwd`" != "`pwd`"; then
2950    # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2951    # is not polluted with repeated "-I."
# Line 2926 | Line 2968 | fi
2968  
2969   # Define the identity of the package.
2970   PACKAGE='ircd-hybrid'
2971 < VERSION='8beta1'
2971 > VERSION='TRUNK'
2972  
2973  
2974   cat >>confdefs.h <<_ACEOF
# Line 2954 | Line 2996 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
2996  
2997   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2998  
2999 + # For better backward compatibility.  To be removed once Automake 1.9.x
3000 + # dies out for good.  For more background, see:
3001 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3002 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3003 + mkdir_p='$(MKDIR_P)'
3004 +
3005   # We need awk for the "check" target.  The system "awk" is bad on
3006   # some platforms.
3007 < # Always define AMTAR for backward compatibility.
3007 > # Always define AMTAR for backward compatibility.  Yes, it's still used
3008 > # in the wild :-(  We should find a proper way to deprecate it ...
3009 > AMTAR='$${TAR-tar}'
3010  
3011 < AMTAR=${AMTAR-"${am_missing_run}tar"}
2962 <
2963 < am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3011 > am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3012  
3013  
3014  
# Line 3013 | Line 3061 | am__quote=
3061   _am_result=none
3062   # First try GNU make style include.
3063   echo "include confinc" > confmf
3064 < # Ignore all kinds of additional output from `make'.
3064 > # Ignore all kinds of additional output from 'make'.
3065   case `$am_make -s -f confmf 2> /dev/null` in #(
3066   *the\ am__doit\ target*)
3067    am__include=include
# Line 3046 | Line 3094 | fi
3094   if test "x$enable_dependency_tracking" != xno; then
3095    am_depcomp="$ac_aux_dir/depcomp"
3096    AMDEPBACKSLASH='\'
3097 +  am__nodep='_no'
3098   fi
3099   if test "x$enable_dependency_tracking" != xno; then
3100    AMDEP_TRUE=
# Line 3078 | Line 3127 | do
3127    IFS=$as_save_IFS
3128    test -z "$as_dir" && as_dir=.
3129      for ac_exec_ext in '' $ac_executable_extensions; do
3130 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3130 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3131      ac_cv_prog_CC="${ac_tool_prefix}gcc"
3132      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3133      break 2
# Line 3118 | Line 3167 | do
3167    IFS=$as_save_IFS
3168    test -z "$as_dir" && as_dir=.
3169      for ac_exec_ext in '' $ac_executable_extensions; do
3170 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3170 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3171      ac_cv_prog_ac_ct_CC="gcc"
3172      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3173      break 2
# Line 3171 | Line 3220 | do
3220    IFS=$as_save_IFS
3221    test -z "$as_dir" && as_dir=.
3222      for ac_exec_ext in '' $ac_executable_extensions; do
3223 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3223 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3224      ac_cv_prog_CC="${ac_tool_prefix}cc"
3225      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3226      break 2
# Line 3212 | Line 3261 | do
3261    IFS=$as_save_IFS
3262    test -z "$as_dir" && as_dir=.
3263      for ac_exec_ext in '' $ac_executable_extensions; do
3264 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3264 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3265      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3266         ac_prog_rejected=yes
3267         continue
# Line 3270 | Line 3319 | do
3319    IFS=$as_save_IFS
3320    test -z "$as_dir" && as_dir=.
3321      for ac_exec_ext in '' $ac_executable_extensions; do
3322 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3322 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3323      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3324      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3325      break 2
# Line 3314 | Line 3363 | do
3363    IFS=$as_save_IFS
3364    test -z "$as_dir" && as_dir=.
3365      for ac_exec_ext in '' $ac_executable_extensions; do
3366 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3366 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3367      ac_cv_prog_ac_ct_CC="$ac_prog"
3368      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3369      break 2
# Line 3760 | Line 3809 | cat confdefs.h - <<_ACEOF >conftest.$ac_
3809   /* end confdefs.h.  */
3810   #include <stdarg.h>
3811   #include <stdio.h>
3812 < #include <sys/types.h>
3764 < #include <sys/stat.h>
3812 > struct stat;
3813   /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3814   struct buf { int x; };
3815   FILE * (*rcsopen) (struct buf *, struct stat *, int);
# Line 3857 | Line 3905 | else
3905    # We make a subdir and do the tests there.  Otherwise we can end up
3906    # making bogus files that we don't know about and never remove.  For
3907    # instance it was reported that on HP-UX the gcc test will end up
3908 <  # making a dummy file named `D' -- because `-MD' means `put the output
3909 <  # in D'.
3908 >  # making a dummy file named 'D' -- because '-MD' means "put the output
3909 >  # in D".
3910 >  rm -rf conftest.dir
3911    mkdir conftest.dir
3912    # Copy depcomp to subdir because otherwise we won't find it if we're
3913    # using a relative directory.
# Line 3892 | Line 3941 | else
3941      : > sub/conftest.c
3942      for i in 1 2 3 4 5 6; do
3943        echo '#include "conftst'$i'.h"' >> sub/conftest.c
3944 <      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3945 <      # Solaris 8's {/usr,}/bin/sh.
3946 <      touch sub/conftst$i.h
3944 >      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3945 >      # Solaris 10 /bin/sh.
3946 >      echo '/* dummy */' > sub/conftst$i.h
3947      done
3948      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3949  
3950 <    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3950 >    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3951      # mode.  It turns out that the SunPro C++ compiler does not properly
3952 <    # handle `-M -o', and we need to detect this.  Also, some Intel
3953 <    # versions had trouble with output in subdirs
3952 >    # handle '-M -o', and we need to detect this.  Also, some Intel
3953 >    # versions had trouble with output in subdirs.
3954      am__obj=sub/conftest.${OBJEXT-o}
3955      am__minus_obj="-o $am__obj"
3956      case $depmode in
# Line 3910 | Line 3959 | else
3959        test "$am__universal" = false || continue
3960        ;;
3961      nosideeffect)
3962 <      # after this tag, mechanisms are not by side-effect, so they'll
3963 <      # only be used when explicitly requested
3962 >      # After this tag, mechanisms are not by side-effect, so they'll
3963 >      # only be used when explicitly requested.
3964        if test "x$enable_dependency_tracking" = xyes; then
3965          continue
3966        else
3967          break
3968        fi
3969        ;;
3970 <    msvisualcpp | msvcmsys)
3971 <      # This compiler won't grok `-c -o', but also, the minuso test has
3970 >    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3971 >      # This compiler won't grok '-c -o', but also, the minuso test has
3972        # not run yet.  These depmodes are late enough in the game, and
3973        # so weak that their functioning should not be impacted.
3974        am__obj=conftest.${OBJEXT-o}
# Line 4119 | Line 4168 | main ()
4168    return 0;
4169   }
4170   _ACEOF
4171 < for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4171 > for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
4172   do
4173    CC="$ac_save_CC $ac_arg"
4174    if ac_fn_c_try_compile "$LINENO"; then :
# Line 4151 | Line 4200 | fi
4200  
4201  
4202   if test "$ac_cv_prog_cc_c99" = "no"; then :
4203 <  as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5
4203 >  as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5
4204   fi
4205   for ac_prog in 'bison -y' byacc
4206   do
# Line 4171 | Line 4220 | do
4220    IFS=$as_save_IFS
4221    test -z "$as_dir" && as_dir=.
4222      for ac_exec_ext in '' $ac_executable_extensions; do
4223 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4223 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4224      ac_cv_prog_YACC="$ac_prog"
4225      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4226      break 2
# Line 4215 | Line 4264 | do
4264    IFS=$as_save_IFS
4265    test -z "$as_dir" && as_dir=.
4266      for ac_exec_ext in '' $ac_executable_extensions; do
4267 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4267 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4268      ac_cv_prog_LEX="$ac_prog"
4269      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4270      break 2
# Line 4247 | Line 4296 | a { ECHO; }
4296   b { REJECT; }
4297   c { yymore (); }
4298   d { yyless (1); }
4299 < e { yyless (input () != 0); }
4299 > e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
4300 >    yyless ((input () != 0)); }
4301   f { unput (yytext[0]); }
4302   . { BEGIN INITIAL; }
4303   %%
# Line 4376 | Line 4426 | esac
4426  
4427  
4428  
4429 < macro_version='2.4'
4430 < macro_revision='1.3293'
4429 > macro_version='2.4.2'
4430 > macro_revision='1.3337'
4431  
4432  
4433  
# Line 4555 | Line 4605 | do
4605      for ac_prog in sed gsed; do
4606      for ac_exec_ext in '' $ac_executable_extensions; do
4607        ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4608 <      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4608 >      as_fn_executable_p "$ac_path_SED" || continue
4609   # Check for GNU ac_path_SED and select it if it is found.
4610    # Check for GNU $ac_path_SED
4611   case `"$ac_path_SED" --version 2>&1` in
# Line 4631 | Line 4681 | do
4681      for ac_prog in grep ggrep; do
4682      for ac_exec_ext in '' $ac_executable_extensions; do
4683        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4684 <      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4684 >      as_fn_executable_p "$ac_path_GREP" || continue
4685   # Check for GNU ac_path_GREP and select it if it is found.
4686    # Check for GNU $ac_path_GREP
4687   case `"$ac_path_GREP" --version 2>&1` in
# Line 4697 | Line 4747 | do
4747      for ac_prog in egrep; do
4748      for ac_exec_ext in '' $ac_executable_extensions; do
4749        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4750 <      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4750 >      as_fn_executable_p "$ac_path_EGREP" || continue
4751   # Check for GNU ac_path_EGREP and select it if it is found.
4752    # Check for GNU $ac_path_EGREP
4753   case `"$ac_path_EGREP" --version 2>&1` in
# Line 4764 | Line 4814 | do
4814      for ac_prog in fgrep; do
4815      for ac_exec_ext in '' $ac_executable_extensions; do
4816        ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4817 <      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4817 >      as_fn_executable_p "$ac_path_FGREP" || continue
4818   # Check for GNU ac_path_FGREP and select it if it is found.
4819    # Check for GNU $ac_path_FGREP
4820   case `"$ac_path_FGREP" --version 2>&1` in
# Line 5020 | Line 5070 | do
5070    IFS=$as_save_IFS
5071    test -z "$as_dir" && as_dir=.
5072      for ac_exec_ext in '' $ac_executable_extensions; do
5073 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5073 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5074      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5075      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5076      break 2
# Line 5064 | Line 5114 | do
5114    IFS=$as_save_IFS
5115    test -z "$as_dir" && as_dir=.
5116      for ac_exec_ext in '' $ac_executable_extensions; do
5117 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5117 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5118      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5119      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5120      break 2
# Line 5222 | Line 5272 | else
5272      lt_cv_sys_max_cmd_len=196608
5273      ;;
5274  
5275 +  os2*)
5276 +    # The test takes a long time on OS/2.
5277 +    lt_cv_sys_max_cmd_len=8192
5278 +    ;;
5279 +
5280    osf*)
5281      # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5282      # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
# Line 5261 | Line 5316 | else
5316        # If test is not a shell built-in, we'll probably end up computing a
5317        # maximum length that is only half of the actual maximum length, but
5318        # we can't tell.
5319 <      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5319 >      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5320                   = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5321                test $i != 17 # 1/2 MB should be enough
5322        do
# Line 5483 | Line 5538 | do
5538    IFS=$as_save_IFS
5539    test -z "$as_dir" && as_dir=.
5540      for ac_exec_ext in '' $ac_executable_extensions; do
5541 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5541 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5542      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5543      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5544      break 2
# Line 5523 | Line 5578 | do
5578    IFS=$as_save_IFS
5579    test -z "$as_dir" && as_dir=.
5580      for ac_exec_ext in '' $ac_executable_extensions; do
5581 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5581 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5582      ac_cv_prog_ac_ct_OBJDUMP="objdump"
5583      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5584      break 2
# Line 5690 | Line 5745 | irix5* | irix6* | nonstopux*)
5745    lt_cv_deplibs_check_method=pass_all
5746    ;;
5747  
5748 < # This must be Linux ELF.
5748 > # This must be glibc/ELF.
5749   linux* | k*bsd*-gnu | kopensolaris*-gnu)
5750    lt_cv_deplibs_check_method=pass_all
5751    ;;
# Line 5829 | Line 5884 | do
5884    IFS=$as_save_IFS
5885    test -z "$as_dir" && as_dir=.
5886      for ac_exec_ext in '' $ac_executable_extensions; do
5887 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5887 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5888      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5889      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5890      break 2
# Line 5869 | Line 5924 | do
5924    IFS=$as_save_IFS
5925    test -z "$as_dir" && as_dir=.
5926      for ac_exec_ext in '' $ac_executable_extensions; do
5927 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5927 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5928      ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5929      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5930      break 2
# Line 5972 | Line 6027 | do
6027    IFS=$as_save_IFS
6028    test -z "$as_dir" && as_dir=.
6029      for ac_exec_ext in '' $ac_executable_extensions; do
6030 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6030 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6031      ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6032      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6033      break 2
# Line 6016 | Line 6071 | do
6071    IFS=$as_save_IFS
6072    test -z "$as_dir" && as_dir=.
6073      for ac_exec_ext in '' $ac_executable_extensions; do
6074 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6074 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6075      ac_cv_prog_ac_ct_AR="$ac_prog"
6076      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6077      break 2
# Line 6141 | Line 6196 | do
6196    IFS=$as_save_IFS
6197    test -z "$as_dir" && as_dir=.
6198      for ac_exec_ext in '' $ac_executable_extensions; do
6199 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6199 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6200      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6201      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6202      break 2
# Line 6181 | Line 6236 | do
6236    IFS=$as_save_IFS
6237    test -z "$as_dir" && as_dir=.
6238      for ac_exec_ext in '' $ac_executable_extensions; do
6239 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6239 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6240      ac_cv_prog_ac_ct_STRIP="strip"
6241      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6242      break 2
# Line 6240 | Line 6295 | do
6295    IFS=$as_save_IFS
6296    test -z "$as_dir" && as_dir=.
6297      for ac_exec_ext in '' $ac_executable_extensions; do
6298 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6298 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6299      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6300      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6301      break 2
# Line 6280 | Line 6335 | do
6335    IFS=$as_save_IFS
6336    test -z "$as_dir" && as_dir=.
6337      for ac_exec_ext in '' $ac_executable_extensions; do
6338 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6338 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6339      ac_cv_prog_ac_ct_RANLIB="ranlib"
6340      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6341      break 2
# Line 6330 | Line 6385 | old_postuninstall_cmds=
6385   if test -n "$RANLIB"; then
6386    case $host_os in
6387    openbsd*)
6388 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6388 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6389      ;;
6390    *)
6391 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6391 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6392      ;;
6393    esac
6394 <  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6394 >  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6395   fi
6396  
6397   case $host_os in
# Line 6483 | Line 6538 | for ac_symprfx in "" "_"; do
6538      # which start with @ or ?.
6539      lt_cv_sys_global_symbol_pipe="$AWK '"\
6540   "     {last_section=section; section=\$ 3};"\
6541 + "     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6542   "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6543   "     \$ 0!~/External *\|/{next};"\
6544   "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
# Line 6871 | Line 6927 | $as_echo "$lt_cv_cc_needs_belf" >&6; }
6927      CFLAGS="$SAVE_CFLAGS"
6928    fi
6929    ;;
6930 < sparc*-*solaris*)
6930 > *-*solaris*)
6931    # Find out which ABI we are using.
6932    echo 'int i;' > conftest.$ac_ext
6933    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
# Line 6882 | Line 6938 | sparc*-*solaris*)
6938      case `/usr/bin/file conftest.o` in
6939      *64-bit*)
6940        case $lt_cv_prog_gnu_ld in
6941 <      yes*) LD="${LD-ld} -m elf64_sparc" ;;
6941 >      yes*)
6942 >        case $host in
6943 >        i?86-*-solaris*)
6944 >          LD="${LD-ld} -m elf_x86_64"
6945 >          ;;
6946 >        sparc*-*-solaris*)
6947 >          LD="${LD-ld} -m elf64_sparc"
6948 >          ;;
6949 >        esac
6950 >        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
6951 >        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6952 >          LD="${LD-ld}_sol2"
6953 >        fi
6954 >        ;;
6955        *)
6956          if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6957            LD="${LD-ld} -64"
# Line 6915 | Line 6984 | do
6984    IFS=$as_save_IFS
6985    test -z "$as_dir" && as_dir=.
6986      for ac_exec_ext in '' $ac_executable_extensions; do
6987 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6987 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6988      ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6989      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6990      break 2
# Line 6955 | Line 7024 | do
7024    IFS=$as_save_IFS
7025    test -z "$as_dir" && as_dir=.
7026      for ac_exec_ext in '' $ac_executable_extensions; do
7027 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7027 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7028      ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7029      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7030      break 2
# Line 7035 | Line 7104 | do
7104    IFS=$as_save_IFS
7105    test -z "$as_dir" && as_dir=.
7106      for ac_exec_ext in '' $ac_executable_extensions; do
7107 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7107 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7108      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7109      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7110      break 2
# Line 7075 | Line 7144 | do
7144    IFS=$as_save_IFS
7145    test -z "$as_dir" && as_dir=.
7146      for ac_exec_ext in '' $ac_executable_extensions; do
7147 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7147 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7148      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7149      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7150      break 2
# Line 7127 | Line 7196 | do
7196    IFS=$as_save_IFS
7197    test -z "$as_dir" && as_dir=.
7198      for ac_exec_ext in '' $ac_executable_extensions; do
7199 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7199 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7200      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7201      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7202      break 2
# Line 7167 | Line 7236 | do
7236    IFS=$as_save_IFS
7237    test -z "$as_dir" && as_dir=.
7238      for ac_exec_ext in '' $ac_executable_extensions; do
7239 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7239 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7240      ac_cv_prog_ac_ct_NMEDIT="nmedit"
7241      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7242      break 2
# Line 7219 | Line 7288 | do
7288    IFS=$as_save_IFS
7289    test -z "$as_dir" && as_dir=.
7290      for ac_exec_ext in '' $ac_executable_extensions; do
7291 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7291 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7292      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7293      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7294      break 2
# Line 7259 | Line 7328 | do
7328    IFS=$as_save_IFS
7329    test -z "$as_dir" && as_dir=.
7330      for ac_exec_ext in '' $ac_executable_extensions; do
7331 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7331 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7332      ac_cv_prog_ac_ct_LIPO="lipo"
7333      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7334      break 2
# Line 7311 | Line 7380 | do
7380    IFS=$as_save_IFS
7381    test -z "$as_dir" && as_dir=.
7382      for ac_exec_ext in '' $ac_executable_extensions; do
7383 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7383 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7384      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7385      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7386      break 2
# Line 7351 | Line 7420 | do
7420    IFS=$as_save_IFS
7421    test -z "$as_dir" && as_dir=.
7422      for ac_exec_ext in '' $ac_executable_extensions; do
7423 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7423 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7424      ac_cv_prog_ac_ct_OTOOL="otool"
7425      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7426      break 2
# Line 7403 | Line 7472 | do
7472    IFS=$as_save_IFS
7473    test -z "$as_dir" && as_dir=.
7474      for ac_exec_ext in '' $ac_executable_extensions; do
7475 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7475 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7476      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7477      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7478      break 2
# Line 7443 | Line 7512 | do
7512    IFS=$as_save_IFS
7513    test -z "$as_dir" && as_dir=.
7514      for ac_exec_ext in '' $ac_executable_extensions; do
7515 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7515 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7516      ac_cv_prog_ac_ct_OTOOL64="otool64"
7517      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7518      break 2
# Line 7522 | Line 7591 | else
7591          $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7592            -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7593          _lt_result=$?
7594 <        if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7594 >        # If there is a non-empty error log, and "single_module"
7595 >        # appears in it, assume the flag caused a linker warning
7596 >        if test -s conftest.err && $GREP single_module conftest.err; then
7597 >          cat conftest.err >&5
7598 >        # Otherwise, if the output was created with a 0 exit code from
7599 >        # the compiler, it worked.
7600 >        elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7601            lt_cv_apple_cc_single_mod=yes
7602          else
7603            cat conftest.err >&5
# Line 7533 | Line 7608 | else
7608   fi
7609   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7610   $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7611 +
7612      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7613   $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7614   if ${lt_cv_ld_exported_symbols_list+:} false; then :
# Line 7565 | Line 7641 | rm -f core conftest.err conftest.$ac_obj
7641   fi
7642   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7643   $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7644 +
7645      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7646   $as_echo_n "checking for -force_load linker flag... " >&6; }
7647   if ${lt_cv_ld_force_load+:} false; then :
# Line 7586 | Line 7663 | _LT_EOF
7663        echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7664        $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7665        _lt_result=$?
7666 <      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7666 >      if test -s conftest.err && $GREP force_load conftest.err; then
7667 >        cat conftest.err >&5
7668 >      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7669          lt_cv_ld_force_load=yes
7670        else
7671          cat conftest.err >&5
# Line 7989 | Line 8068 | fi
8068  
8069   # Check whether --with-pic was given.
8070   if test "${with_pic+set}" = set; then :
8071 <  withval=$with_pic; pic_mode="$withval"
8071 >  withval=$with_pic; lt_p=${PACKAGE-default}
8072 >    case $withval in
8073 >    yes|no) pic_mode=$withval ;;
8074 >    *)
8075 >      pic_mode=default
8076 >      # Look at the argument we got.  We use all the common list separators.
8077 >      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8078 >      for lt_pkg in $withval; do
8079 >        IFS="$lt_save_ifs"
8080 >        if test "X$lt_pkg" = "X$lt_p"; then
8081 >          pic_mode=yes
8082 >        fi
8083 >      done
8084 >      IFS="$lt_save_ifs"
8085 >      ;;
8086 >    esac
8087   else
8088    pic_mode=default
8089   fi
# Line 8067 | Line 8161 | LIBTOOL='$(SHELL) $(top_builddir)/libtoo
8161  
8162  
8163  
8164 +
8165 +
8166 +
8167 +
8168   test -z "$LN_S" && LN_S="ln -s"
8169  
8170  
# Line 8522 | Line 8620 | lt_prog_compiler_static=
8620      case $cc_basename in
8621      nvcc*) # Cuda Compiler Driver 2.2
8622        lt_prog_compiler_wl='-Xlinker '
8623 <      lt_prog_compiler_pic='-Xcompiler -fPIC'
8623 >      if test -n "$lt_prog_compiler_pic"; then
8624 >        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8625 >      fi
8626        ;;
8627      esac
8628    else
# Line 8613 | Line 8713 | lt_prog_compiler_static=
8713          ;;
8714        *)
8715          case `$CC -V 2>&1 | sed 5q` in
8716 <        *Sun\ F* | *Sun*Fortran*)
8716 >        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8717            # Sun Fortran 8.3 passes all unrecognized flags to the linker
8718            lt_prog_compiler_pic='-KPIC'
8719            lt_prog_compiler_static='-Bstatic'
8720            lt_prog_compiler_wl=''
8721            ;;
8722 +        *Sun\ F* | *Sun*Fortran*)
8723 +          lt_prog_compiler_pic='-KPIC'
8724 +          lt_prog_compiler_static='-Bstatic'
8725 +          lt_prog_compiler_wl='-Qoption ld '
8726 +          ;;
8727          *Sun\ C*)
8728            # Sun C 5.9
8729            lt_prog_compiler_pic='-KPIC'
8730            lt_prog_compiler_static='-Bstatic'
8731            lt_prog_compiler_wl='-Wl,'
8732            ;;
8733 +        *Intel*\ [CF]*Compiler*)
8734 +          lt_prog_compiler_wl='-Wl,'
8735 +          lt_prog_compiler_pic='-fPIC'
8736 +          lt_prog_compiler_static='-static'
8737 +          ;;
8738 +        *Portland\ Group*)
8739 +          lt_prog_compiler_wl='-Wl,'
8740 +          lt_prog_compiler_pic='-fpic'
8741 +          lt_prog_compiler_static='-Bstatic'
8742 +          ;;
8743          esac
8744          ;;
8745        esac
# Line 8986 | Line 9101 | $as_echo_n "checking whether the $compil
9101    hardcode_direct=no
9102    hardcode_direct_absolute=no
9103    hardcode_libdir_flag_spec=
8989  hardcode_libdir_flag_spec_ld=
9104    hardcode_libdir_separator=
9105    hardcode_minus_L=no
9106    hardcode_shlibpath_var=unsupported
# Line 9236 | Line 9350 | _LT_EOF
9350          xlf* | bgf* | bgxlf* | mpixlf*)
9351            # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9352            whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9353 <          hardcode_libdir_flag_spec=
9240 <          hardcode_libdir_flag_spec_ld='-rpath $libdir'
9353 >          hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9354            archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9355            if test "x$supports_anon_versioning" = xyes; then
9356              archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
# Line 9616 | Line 9729 | fi
9729          # The linker will not automatically build a static lib if we build a DLL.
9730          # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9731          enable_shared_with_static_runtimes=yes
9732 +        exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9733          export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9734          # Don't use ranlib
9735          old_postinstall_cmds='chmod 644 $oldlib'
# Line 9661 | Line 9775 | fi
9775    hardcode_shlibpath_var=unsupported
9776    if test "$lt_cv_ld_force_load" = "yes"; then
9777      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\"`'
9778 +
9779    else
9780      whole_archive_flag_spec=''
9781    fi
# Line 9689 | Line 9804 | fi
9804        hardcode_shlibpath_var=no
9805        ;;
9806  
9692    freebsd1*)
9693      ld_shlibs=no
9694      ;;
9695
9807      # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9808      # support.  Future versions do this automatically, but an explicit c++rt0.o
9809      # does not break anything, and helps significantly (at the cost of a little
# Line 9705 | Line 9816 | fi
9816        ;;
9817  
9818      # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9819 <    freebsd2*)
9819 >    freebsd2.*)
9820        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9821        hardcode_direct=yes
9822        hardcode_minus_L=yes
# Line 9744 | Line 9855 | fi
9855        fi
9856        if test "$with_gnu_ld" = no; then
9857          hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9747        hardcode_libdir_flag_spec_ld='+b $libdir'
9858          hardcode_libdir_separator=:
9859          hardcode_direct=yes
9860          hardcode_direct_absolute=yes
# Line 10368 | Line 10478 | esac
10478  
10479  
10480  
10371
10372
10373
10374
10375
10481    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10482   $as_echo_n "checking dynamic linker characteristics... " >&6; }
10483  
# Line 10462 | Line 10567 | need_version=unknown
10567  
10568   case $host_os in
10569   aix3*)
10570 <  version_type=linux
10570 >  version_type=linux # correct to gnu/linux during the next big refactor
10571    library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10572    shlibpath_var=LIBPATH
10573  
# Line 10471 | Line 10576 | aix3*)
10576    ;;
10577  
10578   aix[4-9]*)
10579 <  version_type=linux
10579 >  version_type=linux # correct to gnu/linux during the next big refactor
10580    need_lib_prefix=no
10581    need_version=no
10582    hardcode_into_libs=yes
# Line 10536 | Line 10641 | beos*)
10641    ;;
10642  
10643   bsdi[45]*)
10644 <  version_type=linux
10644 >  version_type=linux # correct to gnu/linux during the next big refactor
10645    need_version=no
10646    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10647    soname_spec='${libname}${release}${shared_ext}$major'
# Line 10675 | Line 10780 | darwin* | rhapsody*)
10780    ;;
10781  
10782   dgux*)
10783 <  version_type=linux
10783 >  version_type=linux # correct to gnu/linux during the next big refactor
10784    need_lib_prefix=no
10785    need_version=no
10786    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
# Line 10683 | Line 10788 | dgux*)
10788    shlibpath_var=LD_LIBRARY_PATH
10789    ;;
10790  
10686 freebsd1*)
10687  dynamic_linker=no
10688  ;;
10689
10791   freebsd* | dragonfly*)
10792    # DragonFly does not have aout.  When/if they implement a new
10793    # versioning mechanism, adjust this.
# Line 10694 | Line 10795 | freebsd* | dragonfly*)
10795      objformat=`/usr/bin/objformat`
10796    else
10797      case $host_os in
10798 <    freebsd[123]*) objformat=aout ;;
10798 >    freebsd[23].*) objformat=aout ;;
10799      *) objformat=elf ;;
10800      esac
10801    fi
# Line 10712 | Line 10813 | freebsd* | dragonfly*)
10813    esac
10814    shlibpath_var=LD_LIBRARY_PATH
10815    case $host_os in
10816 <  freebsd2*)
10816 >  freebsd2.*)
10817      shlibpath_overrides_runpath=yes
10818      ;;
10819    freebsd3.[01]* | freebsdelf3.[01]*)
# Line 10732 | Line 10833 | freebsd* | dragonfly*)
10833    ;;
10834  
10835   gnu*)
10836 <  version_type=linux
10836 >  version_type=linux # correct to gnu/linux during the next big refactor
10837    need_lib_prefix=no
10838    need_version=no
10839    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10840    soname_spec='${libname}${release}${shared_ext}$major'
10841    shlibpath_var=LD_LIBRARY_PATH
10842 +  shlibpath_overrides_runpath=no
10843    hardcode_into_libs=yes
10844    ;;
10845  
10846   haiku*)
10847 <  version_type=linux
10847 >  version_type=linux # correct to gnu/linux during the next big refactor
10848    need_lib_prefix=no
10849    need_version=no
10850    dynamic_linker="$host_os runtime_loader"
# Line 10803 | Line 10905 | hpux9* | hpux10* | hpux11*)
10905    ;;
10906  
10907   interix[3-9]*)
10908 <  version_type=linux
10908 >  version_type=linux # correct to gnu/linux during the next big refactor
10909    need_lib_prefix=no
10910    need_version=no
10911    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
# Line 10819 | Line 10921 | irix5* | irix6* | nonstopux*)
10921      nonstopux*) version_type=nonstopux ;;
10922      *)
10923          if test "$lt_cv_prog_gnu_ld" = yes; then
10924 <                version_type=linux
10924 >                version_type=linux # correct to gnu/linux during the next big refactor
10925          else
10926                  version_type=irix
10927          fi ;;
# Line 10856 | Line 10958 | linux*oldld* | linux*aout* | linux*coff*
10958    dynamic_linker=no
10959    ;;
10960  
10961 < # This must be Linux ELF.
10961 > # This must be glibc/ELF.
10962   linux* | k*bsd*-gnu | kopensolaris*-gnu)
10963 <  version_type=linux
10963 >  version_type=linux # correct to gnu/linux during the next big refactor
10964    need_lib_prefix=no
10965    need_version=no
10966    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 10940 | Line 11042 | netbsd*)
11042    ;;
11043  
11044   newsos6)
11045 <  version_type=linux
11045 >  version_type=linux # correct to gnu/linux during the next big refactor
11046    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11047    shlibpath_var=LD_LIBRARY_PATH
11048    shlibpath_overrides_runpath=yes
# Line 11009 | Line 11111 | rdos*)
11111    ;;
11112  
11113   solaris*)
11114 <  version_type=linux
11114 >  version_type=linux # correct to gnu/linux during the next big refactor
11115    need_lib_prefix=no
11116    need_version=no
11117    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11034 | Line 11136 | sunos4*)
11136    ;;
11137  
11138   sysv4 | sysv4.3*)
11139 <  version_type=linux
11139 >  version_type=linux # correct to gnu/linux during the next big refactor
11140    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11141    soname_spec='${libname}${release}${shared_ext}$major'
11142    shlibpath_var=LD_LIBRARY_PATH
# Line 11058 | Line 11160 | sysv4 | sysv4.3*)
11160  
11161   sysv4*MP*)
11162    if test -d /usr/nec ;then
11163 <    version_type=linux
11163 >    version_type=linux # correct to gnu/linux during the next big refactor
11164      library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11165      soname_spec='$libname${shared_ext}.$major'
11166      shlibpath_var=LD_LIBRARY_PATH
# Line 11089 | Line 11191 | sysv5* | sco3.2v5* | sco5v6* | unixware*
11191  
11192   tpf*)
11193    # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11194 <  version_type=linux
11194 >  version_type=linux # correct to gnu/linux during the next big refactor
11195    need_lib_prefix=no
11196    need_version=no
11197    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11099 | Line 11201 | tpf*)
11201    ;;
11202  
11203   uts4*)
11204 <  version_type=linux
11204 >  version_type=linux # correct to gnu/linux during the next big refactor
11205    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11206    soname_spec='${libname}${release}${shared_ext}$major'
11207    shlibpath_var=LD_LIBRARY_PATH
# Line 11881 | Line 11983 | CC="$lt_save_CC"
11983  
11984  
11985  
11986 +
11987 +
11988          ac_config_commands="$ac_config_commands libtool"
11989  
11990  
# Line 11897 | Line 12001 | else
12001  
12002   module=yes
12003   eval libltdl_cv_shlibext=$shrext_cmds
12004 + module=no
12005 + eval libltdl_cv_shrext=$shrext_cmds
12006  
12007   fi
12008   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5
# Line 11908 | Line 12014 | cat >>confdefs.h <<_ACEOF
12014   _ACEOF
12015  
12016   fi
12017 + if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
12018 +
12019 + cat >>confdefs.h <<_ACEOF
12020 + #define LT_SHARED_EXT "$libltdl_cv_shrext"
12021 + _ACEOF
12022 +
12023 + fi
12024  
12025   { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5
12026   $as_echo_n "checking which variable specifies run-time module search path... " >&6; }
# Line 12954 | Line 13067 | LIBTOOL="$LIBTOOL --silent"
13067  
13068   # Checks for libraries.
13069  
13070 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13071 < $as_echo_n "checking for library containing socket... " >&6; }
13072 < if ${ac_cv_search_socket+:} false; then :
13070 >  ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13071 > if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13072 >
13073 > else
13074 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
13075 > $as_echo_n "checking for library containing getaddrinfo... " >&6; }
13076 > if ${ac_cv_search_getaddrinfo+:} false; then :
13077    $as_echo_n "(cached) " >&6
13078   else
13079    ac_func_search_save_LIBS=$LIBS
# Line 12969 | Line 13086 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13086   #ifdef __cplusplus
13087   extern "C"
13088   #endif
13089 < char socket ();
13089 > char getaddrinfo ();
13090   int
13091   main ()
13092   {
13093 < return socket ();
13093 > return getaddrinfo ();
13094    ;
13095    return 0;
13096   }
13097   _ACEOF
13098 < for ac_lib in '' socket; do
13098 > for ac_lib in '' nsl; do
13099    if test -z "$ac_lib"; then
13100      ac_res="none required"
13101    else
# Line 12986 | Line 13103 | for ac_lib in '' socket; do
13103      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13104    fi
13105    if ac_fn_c_try_link "$LINENO"; then :
13106 <  ac_cv_search_socket=$ac_res
13106 >  ac_cv_search_getaddrinfo=$ac_res
13107   fi
13108   rm -f core conftest.err conftest.$ac_objext \
13109      conftest$ac_exeext
13110 <  if ${ac_cv_search_socket+:} false; then :
13110 >  if ${ac_cv_search_getaddrinfo+:} false; then :
13111    break
13112   fi
13113   done
13114 < if ${ac_cv_search_socket+:} false; then :
13114 > if ${ac_cv_search_getaddrinfo+:} false; then :
13115  
13116   else
13117 <  ac_cv_search_socket=no
13117 >  ac_cv_search_getaddrinfo=no
13118   fi
13119   rm conftest.$ac_ext
13120   LIBS=$ac_func_search_save_LIBS
13121   fi
13122 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13123 < $as_echo "$ac_cv_search_socket" >&6; }
13124 < ac_res=$ac_cv_search_socket
13122 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
13123 > $as_echo "$ac_cv_search_getaddrinfo" >&6; }
13124 > ac_res=$ac_cv_search_getaddrinfo
13125   if test "$ac_res" != no; then :
13126    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13127  
13011 else
13012  as_fn_error $? "socket library not found" "$LINENO" 5
13128   fi
13129  
13130 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5
13131 < $as_echo_n "checking for library containing inet_ntoa... " >&6; }
13132 < if ${ac_cv_search_inet_ntoa+:} false; then :
13130 > fi
13131 >
13132 >  ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
13133 > if test "x$ac_cv_func_getnameinfo" = xyes; then :
13134 >
13135 > else
13136 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
13137 > $as_echo_n "checking for library containing getnameinfo... " >&6; }
13138 > if ${ac_cv_search_getnameinfo+:} false; then :
13139    $as_echo_n "(cached) " >&6
13140   else
13141    ac_func_search_save_LIBS=$LIBS
# Line 13027 | Line 13148 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13148   #ifdef __cplusplus
13149   extern "C"
13150   #endif
13151 < char inet_ntoa ();
13151 > char getnameinfo ();
13152   int
13153   main ()
13154   {
13155 < return inet_ntoa ();
13155 > return getnameinfo ();
13156    ;
13157    return 0;
13158   }
# Line 13044 | Line 13165 | for ac_lib in '' nsl; do
13165      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13166    fi
13167    if ac_fn_c_try_link "$LINENO"; then :
13168 <  ac_cv_search_inet_ntoa=$ac_res
13168 >  ac_cv_search_getnameinfo=$ac_res
13169   fi
13170   rm -f core conftest.err conftest.$ac_objext \
13171      conftest$ac_exeext
13172 <  if ${ac_cv_search_inet_ntoa+:} false; then :
13172 >  if ${ac_cv_search_getnameinfo+:} false; then :
13173    break
13174   fi
13175   done
13176 < if ${ac_cv_search_inet_ntoa+:} false; then :
13176 > if ${ac_cv_search_getnameinfo+:} false; then :
13177  
13178   else
13179 <  ac_cv_search_inet_ntoa=no
13179 >  ac_cv_search_getnameinfo=no
13180   fi
13181   rm conftest.$ac_ext
13182   LIBS=$ac_func_search_save_LIBS
13183   fi
13184 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5
13185 < $as_echo "$ac_cv_search_inet_ntoa" >&6; }
13186 < ac_res=$ac_cv_search_inet_ntoa
13184 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
13185 > $as_echo "$ac_cv_search_getnameinfo" >&6; }
13186 > ac_res=$ac_cv_search_getnameinfo
13187   if test "$ac_res" != no; then :
13188    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13189  
13190   fi
13191  
13192 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13193 < $as_echo_n "checking for library containing inet_aton... " >&6; }
13194 < if ${ac_cv_search_inet_aton+:} false; then :
13192 > fi
13193 >
13194 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13195 > $as_echo_n "checking for library containing socket... " >&6; }
13196 > if ${ac_cv_search_socket+:} false; then :
13197    $as_echo_n "(cached) " >&6
13198   else
13199    ac_func_search_save_LIBS=$LIBS
# Line 13083 | Line 13206 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13206   #ifdef __cplusplus
13207   extern "C"
13208   #endif
13209 < char inet_aton ();
13209 > char socket ();
13210   int
13211   main ()
13212   {
13213 < return inet_aton ();
13213 > return socket ();
13214    ;
13215    return 0;
13216   }
13217   _ACEOF
13218 < for ac_lib in '' resolv; do
13218 > for ac_lib in '' socket; do
13219    if test -z "$ac_lib"; then
13220      ac_res="none required"
13221    else
# Line 13100 | Line 13223 | for ac_lib in '' resolv; do
13223      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13224    fi
13225    if ac_fn_c_try_link "$LINENO"; then :
13226 <  ac_cv_search_inet_aton=$ac_res
13226 >  ac_cv_search_socket=$ac_res
13227   fi
13228   rm -f core conftest.err conftest.$ac_objext \
13229      conftest$ac_exeext
13230 <  if ${ac_cv_search_inet_aton+:} false; then :
13230 >  if ${ac_cv_search_socket+:} false; then :
13231    break
13232   fi
13233   done
13234 < if ${ac_cv_search_inet_aton+:} false; then :
13234 > if ${ac_cv_search_socket+:} false; then :
13235  
13236   else
13237 <  ac_cv_search_inet_aton=no
13237 >  ac_cv_search_socket=no
13238   fi
13239   rm conftest.$ac_ext
13240   LIBS=$ac_func_search_save_LIBS
13241   fi
13242 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13243 < $as_echo "$ac_cv_search_inet_aton" >&6; }
13244 < ac_res=$ac_cv_search_inet_aton
13242 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13243 > $as_echo "$ac_cv_search_socket" >&6; }
13244 > ac_res=$ac_cv_search_socket
13245   if test "$ac_res" != no; then :
13246    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13247  
13248 + else
13249 +  as_fn_error $? "socket library not found" "$LINENO" 5
13250   fi
13251  
13127  for ac_func in inet_aton inet_ntop inet_pton
13128 do :
13129  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13130 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13131 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13132  cat >>confdefs.h <<_ACEOF
13133 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13134 _ACEOF
13135
13136 fi
13137 done
13138
13252    ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h>
13253     #include <sys/socket.h>
13254     #include <netdb.h>
# Line 13452 | Line 13565 | done
13565  
13566  
13567  
13455
13456
13457
13458
13568   # Checks for header files.
13569  
13570  
# Line 13490 | Line 13599 | done
13599  
13600  
13601  
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
13602   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
13603   $as_echo_n "checking for library containing crypt... " >&6; }
13604   if ${ac_cv_search_crypt+:} false; then :
# Line 13577 | Line 13656 | if test "$ac_res" != no; then :
13656   fi
13657  
13658  
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
13659   # Check whether --enable-libpcre was given.
13660   if test "${enable_libpcre+set}" = set; then :
13661 <  enableval=$enable_libpcre; libpcre=$enableval
13661 >  enableval=$enable_libpcre;
13662   else
13667  libpcre=yes
13668 fi
13669
13670
13671 if test "$libpcre" = "yes"; then :
13672
13663    ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
13664   if test "x$ac_cv_header_pcre_h" = xyes; then :
13665 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5
13666 < $as_echo_n "checking for pcre_study in -lpcre... " >&6; }
13667 < if ${ac_cv_lib_pcre_pcre_study+:} false; then :
13665 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5
13666 > $as_echo_n "checking for library containing pcre_study... " >&6; }
13667 > if ${ac_cv_search_pcre_study+:} false; then :
13668    $as_echo_n "(cached) " >&6
13669   else
13670 <  ac_check_lib_save_LIBS=$LIBS
13681 < LIBS="-lpcre  $LIBS"
13670 >  ac_func_search_save_LIBS=$LIBS
13671   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13672   /* end confdefs.h.  */
13673  
# Line 13697 | Line 13686 | return pcre_study ();
13686    return 0;
13687   }
13688   _ACEOF
13689 < if ac_fn_c_try_link "$LINENO"; then :
13690 <  ac_cv_lib_pcre_pcre_study=yes
13691 < else
13692 <  ac_cv_lib_pcre_pcre_study=no
13689 > for ac_lib in '' pcre; do
13690 >  if test -z "$ac_lib"; then
13691 >    ac_res="none required"
13692 >  else
13693 >    ac_res=-l$ac_lib
13694 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13695 >  fi
13696 >  if ac_fn_c_try_link "$LINENO"; then :
13697 >  ac_cv_search_pcre_study=$ac_res
13698   fi
13699   rm -f core conftest.err conftest.$ac_objext \
13700 <    conftest$ac_exeext conftest.$ac_ext
13701 < LIBS=$ac_check_lib_save_LIBS
13700 >    conftest$ac_exeext
13701 >  if ${ac_cv_search_pcre_study+:} false; then :
13702 >  break
13703   fi
13704 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5
13705 < $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 <
13704 > done
13705 > if ${ac_cv_search_pcre_study+:} false; then :
13706  
13707   else
13708 <  libpcre=no
13708 >  ac_cv_search_pcre_study=no
13709   fi
13710 + rm conftest.$ac_ext
13711 + LIBS=$ac_func_search_save_LIBS
13712 + fi
13713 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5
13714 + $as_echo "$ac_cv_search_pcre_study" >&6; }
13715 + ac_res=$ac_cv_search_pcre_study
13716 + if test "$ac_res" != no; then :
13717 +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13718  
13719 + $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13720  
13723 else
13724  libpcre=no
13721   fi
13722  
13723 + fi
13724  
13725  
13726   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
13727  
13728  
13729   # Check whether --enable-openssl was given.
# Line 13776 | Line 13765 | if test "$cf_enable_openssl" != "no"; th
13765    fi
13766  
13767        if test ! -z "$cf_openssl_basedir"; then
13779    LIBS="-lcrypto -lssl $LIBS"
13768      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cf_openssl_basedir" >&5
13769   $as_echo "$cf_openssl_basedir" >&6; }
13770      cf_enable_openssl="yes"
13783
13784 $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
13785
13771    else
13772      { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found. Please check your path." >&5
13773   $as_echo "not found. Please check your path." >&6; }
# Line 13795 | Line 13780 | $as_echo "disabled" >&6; }
13780   fi
13781  
13782   if test "$cf_enable_openssl" != "no"; then :
13783 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.7 or above" >&5
13784 < $as_echo_n "checking for OpenSSL 0.9.7 or above... " >&6; }
13783 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8s or above" >&5
13784 > $as_echo_n "checking for OpenSSL 0.9.8s or above... " >&6; }
13785    if test "$cross_compiling" = yes; then :
13786    cf_openssl_version_ok=no
13787   else
# Line 13809 | Line 13794 | else
13794   int
13795   main ()
13796   {
13797 < exit(!(OPENSSL_VERSION_NUMBER >= 0x00907000));
13797 > exit(!(OPENSSL_VERSION_NUMBER >= 0x0090813f));
13798    ;
13799    return 0;
13800   }
# Line 13874 | Line 13859 | _ACEOF
13859   fi
13860  
13861      if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13862 <  for ac_func in EVP_bf_cfb           \
13863 <                      EVP_cast5_cfb        \
13864 <                      EVP_idea_cfb         \
13865 <                      EVP_rc5_32_12_16_cfb \
13866 <                      EVP_des_ede3_cfb     \
13867 <                      EVP_des_cfb
13868 < do :
13869 <  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13870 < ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13871 < if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13862 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13863 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13864 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13865 >  $as_echo_n "(cached) " >&6
13866 > else
13867 >  ac_check_lib_save_LIBS=$LIBS
13868 > LIBS="-lssl  $LIBS"
13869 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13870 > /* end confdefs.h.  */
13871 >
13872 > /* Override any GCC internal prototype to avoid an error.
13873 >   Use char because int might match the return type of a GCC
13874 >   builtin and then its argument prototype would still apply.  */
13875 > #ifdef __cplusplus
13876 > extern "C"
13877 > #endif
13878 > char SSL_connect ();
13879 > int
13880 > main ()
13881 > {
13882 > return SSL_connect ();
13883 >  ;
13884 >  return 0;
13885 > }
13886 > _ACEOF
13887 > if ac_fn_c_try_link "$LINENO"; then :
13888 >  ac_cv_lib_ssl_SSL_connect=yes
13889 > else
13890 >  ac_cv_lib_ssl_SSL_connect=no
13891 > fi
13892 > rm -f core conftest.err conftest.$ac_objext \
13893 >    conftest$ac_exeext conftest.$ac_ext
13894 > LIBS=$ac_check_lib_save_LIBS
13895 > fi
13896 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13897 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13898 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13899    cat >>confdefs.h <<_ACEOF
13900 < #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13900 > #define HAVE_LIBSSL 1
13901   _ACEOF
13902  
13903 +  LIBS="-lssl $LIBS"
13904 +
13905   fi
13892 done
13906  
13907   fi
13908  
# Line 13900 | Line 13913 | $as_echo "no - OpenSSL support disabled"
13913   fi
13914   fi
13915  
13916 < if test "$cf_enable_openssl" = yes; then
13916 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
13917    ENABLE_SSL_TRUE=
13918    ENABLE_SSL_FALSE='#'
13919   else
# Line 13925 | Line 13938 | $as_echo "#define NDEBUG 1" >>confdefs.h
13938   fi
13939  
13940  
13928 # Check whether --enable-small-net was given.
13929 if test "${enable_small_net+set}" = set; then :
13930  enableval=$enable_small_net; small_net=$enableval
13931 else
13932  small_net=no
13933 fi
13934
13935
13936 if test "$small_net" = "yes"; then :
13937
13938
13939 $as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h
13940
13941
13942 $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
13943
13944
13945 $as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h
13941  
13942 + $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13943  
13948 $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
13944  
13945 + $as_echo "#define MP_CHUNK_SIZE_CHANNEL 64*1024" >>confdefs.h
13946  
13951 $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
13947  
13948 + $as_echo "#define MP_CHUNK_SIZE_MEMBER 32*1024" >>confdefs.h
13949  
13954 $as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h
13950  
13951 + $as_echo "#define MP_CHUNK_SIZE_BAN 16*1024" >>confdefs.h
13952  
13957 $as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h
13953  
13954 + $as_echo "#define MP_CHUNK_SIZE_CLIENT 256*1024" >>confdefs.h
13955  
13960 $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
13956  
13957 + $as_echo "#define MP_CHUNK_SIZE_LCLIENT 128*1024" >>confdefs.h
13958  
13963 $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
13959  
13960 + $as_echo "#define MP_CHUNK_SIZE_DNODE 8*1024" >>confdefs.h
13961  
13966 $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
13962  
13963 < else
13969 <
13970 <
13971 <
13972 < $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h
13973 <
13974 <
13975 < $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
13976 <
13977 <
13978 < $as_echo "#define BAN_HEAP_SIZE 1024" >>confdefs.h
13979 <
13980 <
13981 < $as_echo "#define CLIENT_HEAP_SIZE 1024" >>confdefs.h
13982 <
13983 <
13984 < $as_echo "#define LCLIENT_HEAP_SIZE 512" >>confdefs.h
13985 <
13986 <
13987 < $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
13963 > $as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h
13964  
13965  
13966 < $as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h
13966 > $as_echo "#define MP_CHUNK_SIZE_AUTH 32*1024" >>confdefs.h
13967  
13968  
13969 < $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
13969 > $as_echo "#define MP_CHUNK_SIZE_DNS 16*1024" >>confdefs.h
13970  
13971  
13972 < $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
13997 <
13998 <
13999 < $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
14000 <
14001 < fi
13972 > $as_echo "#define MP_CHUNK_SIZE_WATCH 4*1024" >>confdefs.h
13973  
13974  
13975   # Argument processing.
# Line 14019 | Line 13990 | if test "${enable_devpoll+set}" = set; t
13990    enableval=$enable_devpoll; desired_iopoll_mechanism="devpoll"
13991   fi
13992  
14022  # Check whether --enable-rtsigio was given.
14023 if test "${enable_rtsigio+set}" = set; then :
14024  enableval=$enable_rtsigio; desired_iopoll_mechanism="rtsigio"
14025 fi
14026
13993    # Check whether --enable-poll was given.
13994   if test "${enable_poll+set}" = set; then :
13995    enableval=$enable_poll; desired_iopoll_mechanism="poll"
# Line 14207 | Line 14173 | rm -f core conftest.err conftest.$ac_obj
14173   $as_echo "#define HAVE_SYS_DEVPOLL_H 1" >>confdefs.h
14174  
14175    fi
14176 <      iopoll_mechanism_rtsigio=4
14211 <
14212 < cat >>confdefs.h <<_ACEOF
14213 < #define __IOPOLL_MECHANISM_RTSIGIO $iopoll_mechanism_rtsigio
14214 < _ACEOF
14215 <
14216 <  if test "$cross_compiling" = yes; then :
14217 <  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14218 < $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14219 < as_fn_error $? "cannot run test program while cross compiling
14220 < See \`config.log' for more details" "$LINENO" 5; }
14221 < else
14222 <  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14223 < /* end confdefs.h.  */
14224 <
14225 < #define _GNU_SOURCE
14226 < #include <fcntl.h>
14227 < static unsigned int have_f_setsig = 0;
14228 <
14229 < int
14230 < main ()
14231 < {
14232 <
14233 < #ifdef F_SETSIG
14234 <  have_f_setsig = 1;
14235 < #endif
14236 <  return have_f_setsig == 0;
14237 <
14238 <  ;
14239 <  return 0;
14240 < }
14241 < _ACEOF
14242 < if ac_fn_c_try_run "$LINENO"; then :
14243 <  is_rtsigio_mechanism_available="yes"
14244 < else
14245 <  is_rtsigio_mechanism_available="no"
14246 < fi
14247 < rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14248 <  conftest.$ac_objext conftest.beam conftest.$ac_ext
14249 < fi
14250 <
14251 <      iopoll_mechanism_poll=5
14176 >      iopoll_mechanism_poll=4
14177  
14178   cat >>confdefs.h <<_ACEOF
14179   #define __IOPOLL_MECHANISM_POLL $iopoll_mechanism_poll
# Line 14302 | Line 14227 | else
14227   fi
14228   rm -f core conftest.err conftest.$ac_objext \
14229      conftest$ac_exeext conftest.$ac_ext
14230 <      iopoll_mechanism_select=6
14230 >      iopoll_mechanism_select=5
14231  
14232   cat >>confdefs.h <<_ACEOF
14233   #define __IOPOLL_MECHANISM_SELECT $iopoll_mechanism_select
# Line 14357 | Line 14282 | fi
14282   rm -f core conftest.err conftest.$ac_objext \
14283      conftest$ac_exeext conftest.$ac_ext
14284        optimal_iopoll_mechanism="none"
14285 <  for mechanism in "kqueue" "epoll" "devpoll" "rtsigio" "poll" "select" ; do # order is important
14285 >  for mechanism in "kqueue" "epoll" "devpoll" "poll" "select" ; do # order is important
14286      eval "is_optimal_iopoll_mechanism_available=\$is_${mechanism}_mechanism_available"
14287      if test "$is_optimal_iopoll_mechanism_available" = "yes" ; then
14288        optimal_iopoll_mechanism="$mechanism"
# Line 14394 | Line 14319 | _ACEOF
14319  
14320  
14321  
14397
14398 # Check whether --with-nicklen was given.
14399 if test "${with_nicklen+set}" = set; then :
14400  withval=$with_nicklen; nicklen="$withval"
14401 else
14402  nicklen="9"
14403 fi
14404
14405
14406 cat >>confdefs.h <<_ACEOF
14407 #define NICKLEN ($nicklen+1)
14408 _ACEOF
14409
14410
14411
14412
14413 # Check whether --with-topiclen was given.
14414 if test "${with_topiclen+set}" = set; then :
14415  withval=$with_topiclen; topiclen="$withval"
14416 else
14417  topiclen="160"
14418 fi
14419
14420
14421 cat >>confdefs.h <<_ACEOF
14422 #define TOPICLEN ($topiclen)
14423 _ACEOF
14424
14425
14426
14427
14428 # Check whether --with-syslog-facility was given.
14429 if test "${with_syslog_facility+set}" = set; then :
14430  withval=$with_syslog_facility; syslog_facility="$withval"
14431 else
14432  syslog_facility="LOG_LOCAL4"
14433 fi
14434
14435
14436 cat >>confdefs.h <<_ACEOF
14437 #define LOG_FACILITY $syslog_facility
14438 _ACEOF
14439
14440
14441
14442  # Check whether --enable-efnet was given.
14443 if test "${enable_efnet+set}" = set; then :
14444  enableval=$enable_efnet; efnet="$enableval"
14445 else
14446  efnet="no"
14447 fi
14448
14449  if test "$efnet" = "yes" ; then
14450                use_efnet="yes"
14451
14452 $as_echo "#define EFNET 1" >>confdefs.h
14453
14454        else
14455                use_efnet="no"
14456  fi
14457   if test "$use_efnet" = "yes"; then
14458  EFNET_TRUE=
14459  EFNET_FALSE='#'
14460 else
14461  EFNET_TRUE='#'
14462  EFNET_FALSE=
14463 fi
14464
14465
14466
14322    # Check whether --enable-halfops was given.
14323   if test "${enable_halfops+set}" = set; then :
14324    enableval=$enable_halfops; halfops="$enableval"
# Line 14486 | Line 14341 | else
14341   fi
14342  
14343    if test "$debugging" = "yes" ; then
14489
14490 $as_echo "#define DEBUG 1" >>confdefs.h
14491
14344      CFLAGS="-Wall -g -O0"
14493  else
14494
14495 $as_echo "#define NDEBUG 1" >>confdefs.h
14496
14345    fi
14346  
14347  
# Line 14509 | Line 14357 | fi
14357    fi
14358  
14359  
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
14360  
14361    prefix_NONE=
14362    exec_prefix_NONE=
# Line 14634 | Line 14443 | _ACEOF
14443    test "$exec_prefix_NONE" && exec_prefix=NONE
14444  
14445  
14446 < 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"
14446 > ac_config_files="$ac_config_files Makefile src/Makefile libltdl/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile"
14447  
14448  
14449   cat >confcache <<\_ACEOF
# Line 14746 | Line 14555 | LIBOBJS=$ac_libobjs
14555   LTLIBOBJS=$ac_ltlibobjs
14556  
14557  
14558 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14559 + $as_echo_n "checking that generated files are newer than configure... " >&6; }
14560 +   if test -n "$am_sleep_pid"; then
14561 +     # Hide warnings about reused PIDs.
14562 +     wait $am_sleep_pid 2>/dev/null
14563 +   fi
14564 +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14565 + $as_echo "done" >&6; }
14566   if test -n "$EXEEXT"; then
14567    am__EXEEXT_TRUE=
14568    am__EXEEXT_FALSE='#'
# Line 14792 | Line 14609 | LT_CONFIG_H=config.h
14609  
14610  
14611  
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
14612   if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
14613    as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14614   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14615   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
14616  
14617   : "${CONFIG_STATUS=./config.status}"
14618   ac_write_fail=0
# Line 15102 | Line 14911 | if (echo >conf$$.file) 2>/dev/null; then
14911      # ... but there are two gotchas:
14912      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14913      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14914 <    # In both cases, we have to default to `cp -p'.
14914 >    # In both cases, we have to default to `cp -pR'.
14915      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14916 <      as_ln_s='cp -p'
14916 >      as_ln_s='cp -pR'
14917    elif ln conf$$.file conf$$ 2>/dev/null; then
14918      as_ln_s=ln
14919    else
14920 <    as_ln_s='cp -p'
14920 >    as_ln_s='cp -pR'
14921    fi
14922   else
14923 <  as_ln_s='cp -p'
14923 >  as_ln_s='cp -pR'
14924   fi
14925   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14926   rmdir conf$$.dir 2>/dev/null
# Line 15171 | Line 14980 | else
14980    as_mkdir_p=false
14981   fi
14982  
14983 < if test -x / >/dev/null 2>&1; then
14984 <  as_test_x='test -x'
14985 < else
14986 <  if ls -dL / >/dev/null 2>&1; then
14987 <    as_ls_L_option=L
14988 <  else
14989 <    as_ls_L_option=
14990 <  fi
14991 <  as_test_x='
14992 <    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
14983 >
14984 > # as_fn_executable_p FILE
14985 > # -----------------------
14986 > # Test if FILE is an executable regular file.
14987 > as_fn_executable_p ()
14988 > {
14989 >  test -f "$1" && test -x "$1"
14990 > } # as_fn_executable_p
14991 > as_test_x='test -x'
14992 > as_executable_p=as_fn_executable_p
14993  
14994   # Sed expression to map a string onto a valid CPP name.
14995   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 15213 | Line 15010 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15010   # report actual input values of CONFIG_FILES etc. instead of their
15011   # values after options handling.
15012   ac_log="
15013 < This file was extended by ircd-hybrid $as_me 8beta1, which was
15014 < generated by GNU Autoconf 2.68.  Invocation command line was
15013 > This file was extended by ircd-hybrid $as_me TRUNK, which was
15014 > generated by GNU Autoconf 2.69.  Invocation command line was
15015  
15016    CONFIG_FILES    = $CONFIG_FILES
15017    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 15279 | Line 15076 | _ACEOF
15076   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15077   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15078   ac_cs_version="\\
15079 < ircd-hybrid config.status 8beta1
15080 < configured by $0, generated by GNU Autoconf 2.68,
15079 > ircd-hybrid config.status TRUNK
15080 > configured by $0, generated by GNU Autoconf 2.69,
15081    with options \\"\$ac_cs_config\\"
15082  
15083 < Copyright (C) 2010 Free Software Foundation, Inc.
15083 > Copyright (C) 2012 Free Software Foundation, Inc.
15084   This config.status script is free software; the Free Software Foundation
15085   gives unlimited permission to copy, distribute and modify it."
15086  
# Line 15374 | Line 15171 | fi
15171   _ACEOF
15172   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15173   if \$ac_cs_recheck; then
15174 <  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15174 >  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15175    shift
15176    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15177    CONFIG_SHELL='$SHELL'
# Line 15416 | Line 15213 | pic_mode='`$ECHO "$pic_mode" | $SED "$de
15213   enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15214   SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15215   ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15216 + PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
15217   host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15218   host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15219   host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
# Line 15498 | Line 15296 | with_gnu_ld='`$ECHO "$with_gnu_ld" | $SE
15296   allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15297   no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15298   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"`'
15299   hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15300   hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15301   hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
# Line 15554 | Line 15351 | _LTECHO_EOF'
15351   # Quote evaled strings.
15352   for var in SHELL \
15353   ECHO \
15354 + PATH_SEPARATOR \
15355   SED \
15356   GREP \
15357   EGREP \
# Line 15604 | Line 15402 | with_gnu_ld \
15402   allow_undefined_flag \
15403   no_undefined_flag \
15404   hardcode_libdir_flag_spec \
15607 hardcode_libdir_flag_spec_ld \
15405   hardcode_libdir_separator \
15406   exclude_expsyms \
15407   include_expsyms \
# Line 15689 | Line 15486 | do
15486      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15487      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15488      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15692    "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
15693    "servlink/Makefile") CONFIG_FILES="$CONFIG_FILES servlink/Makefile" ;;
15694    "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
15695    "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
15489      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
15490      "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
15491      "messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;;
# Line 16299 | Line 16092 | $as_echo "$as_me: executing $ac_file com
16092  
16093    case $ac_file$ac_mode in
16094      "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16095 <  # Autoconf 2.62 quotes --file arguments for eval, but not when files
16095 >  # Older Autoconf quotes --file arguments for eval, but not when files
16096    # are listed without --file.  Let's play safe and only enable the eval
16097    # if we detect the quoting.
16098    case $CONFIG_FILES in
# Line 16312 | Line 16105 | $as_echo "$as_me: executing $ac_file com
16105      # Strip MF so we end up with the name of the file.
16106      mf=`echo "$mf" | sed -e 's/:.*$//'`
16107      # Check whether this is an Automake generated Makefile or not.
16108 <    # We used to match only the files named `Makefile.in', but
16108 >    # We used to match only the files named 'Makefile.in', but
16109      # some people rename them; so instead we look at the file content.
16110      # Grep'ing the first line is not enough: some people post-process
16111      # each Makefile.in and add a new line on top of each file to say so.
# Line 16346 | Line 16139 | $as_echo X"$mf" |
16139        continue
16140      fi
16141      # Extract the definition of DEPDIR, am__include, and am__quote
16142 <    # from the Makefile without running `make'.
16142 >    # from the Makefile without running 'make'.
16143      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16144      test -z "$DEPDIR" && continue
16145      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16146      test -z "am__include" && continue
16147      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"`
16148      # Find all dependency output files, they are included files with
16149      # $(DEPDIR) in their names.  We invoke sed twice because it is the
16150      # simplest approach to changing $(DEPDIR) to its actual value in the
16151      # expansion.
16152      for file in `sed -n "
16153        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16154 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16154 >         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16155        # Make sure the directory exists.
16156        test -f "$dirpart/$file" && continue
16157        fdir=`$as_dirname -- "$file" ||
# Line 16414 | Line 16205 | $as_echo X"$file" |
16205   # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16206   #
16207   #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16208 < #                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
16209 < #                 Inc.
16208 > #                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
16209 > #                 Foundation, Inc.
16210   #   Written by Gordon Matzigkeit, 1996
16211   #
16212   #   This file is part of GNU Libtool.
# Line 16469 | Line 16260 | SHELL=$lt_SHELL
16260   # An echo program that protects backslashes.
16261   ECHO=$lt_ECHO
16262  
16263 + # The PATH separator for the build system.
16264 + PATH_SEPARATOR=$lt_PATH_SEPARATOR
16265 +
16266   # The host system.
16267   host_alias=$host_alias
16268   host=$host
# Line 16770 | Line 16564 | no_undefined_flag=$lt_no_undefined_flag
16564   # This must work even if \$libdir does not exist
16565   hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16566  
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
16567   # Whether we need a single "-rpath" flag with a separated argument.
16568   hardcode_libdir_separator=$lt_hardcode_libdir_separator
16569  

Comparing:
ircd-hybrid-8/configure (property svn:eol-style), Revision 1252 by michael, Fri Oct 21 20:24:08 2011 UTC vs.
ircd-hybrid/trunk/configure (property svn:eol-style), Revision 1751 by michael, Wed Jan 16 18:30:52 2013 UTC

# Line 0 | Line 1
1 + native

Diff Legend

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