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

Comparing:
ircd-hybrid-7.3/configure (file contents), Revision 1123 by michael, Sun Feb 6 21:57:50 2011 UTC vs.
ircd-hybrid/trunk/configure (file contents), Revision 1720 by michael, Fri Dec 28 21:06:21 2012 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1111 2010-11-26 20:01:41Z michael .
2 > # From configure.ac Id: configure.ac 1680 2012-12-18 18:06:32Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.68 for ircd-hybrid 7.3-rc1.
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='7.3-rc1'
597 < PACKAGE_STRING='ircd-hybrid 7.3-rc1'
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
# Line 798 | Line 816 | enable_poll
816   enable_select
817   with_nicklen
818   with_topiclen
801 with_syslog_facility
802 enable_efnet
819   enable_halfops
820   enable_debugging
821   enable_warnings
806 enable_syslog
822   '
823        ac_precious_vars='build_alias
824   host_alias
# Line 1271 | Line 1286 | target=$target_alias
1286   if test "x$host_alias" != x; then
1287    if test "x$build_alias" = x; then
1288      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
1289    elif test "x$build_alias" != "x$host_alias"; then
1290      cross_compiling=yes
1291    fi
# Line 1358 | Line 1371 | if test "$ac_init_help" = "long"; then
1371    # Omit some internal or obsolete options to make the list less imposing.
1372    # This message is too long to be a string in the A/UX 3.1 sh.
1373    cat <<_ACEOF
1374 < \`configure' configures ircd-hybrid 7.3-rc1 to adapt to many kinds of systems.
1374 > \`configure' configures ircd-hybrid TRUNK to adapt to many kinds of systems.
1375  
1376   Usage: $0 [OPTION]... [VAR=VALUE]...
1377  
# Line 1428 | Line 1441 | fi
1441  
1442   if test -n "$ac_init_help"; then
1443    case $ac_init_help in
1444 <     short | recursive ) echo "Configuration of ircd-hybrid 7.3-rc1:";;
1444 >     short | recursive ) echo "Configuration of ircd-hybrid TRUNK:";;
1445     esac
1446    cat <<\_ACEOF
1447  
# Line 1436 | Line 1449 | Optional Features:
1449    --disable-option-checking  ignore unrecognized --enable/--with options
1450    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1451    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1452 <  --enable-maintainer-mode  enable make rules and dependencies not useful
1453 <                          (and sometimes confusing) to the casual installer
1454 <  --disable-dependency-tracking  speeds up one-time build
1455 <  --enable-dependency-tracking   do not reject slow dependency extractors
1452 >  --enable-silent-rules   less verbose build output (undo: "make V=1")
1453 >  --disable-silent-rules  verbose build output (undo: "make V=0")
1454 >  --enable-maintainer-mode
1455 >                          enable make rules and dependencies not useful (and
1456 >                          sometimes confusing) to the casual installer
1457 >  --enable-dependency-tracking
1458 >                          do not reject slow dependency extractors
1459 >  --disable-dependency-tracking
1460 >                          speeds up one-time build
1461    --enable-static[=PKGS]  build static libraries [default=no]
1462    --enable-shared[=PKGS]  build shared libraries [default=yes]
1463    --enable-fast-install[=PKGS]
1464                            optimize for fast installation [default=yes]
1465    --disable-libtool-lock  avoid locking (might break parallel builds)
1466    --enable-ltdl-install   install libltdl
1449  --disable-zlib          Disable ziplinks support
1467    --disable-libpcre       Disable PCRE support
1468    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1469    --disable-openssl            Disable OpenSSL support.
1470    --enable-assert         Enable assert() statements
1454  --enable-small-net      Enable small network support.
1471    --enable-kqueue         Force kqueue usage.
1472    --enable-epoll          Force epoll usage.
1473    --enable-devpoll        Force devpoll usage.
1474    --enable-rtsigio        Force rtsigio usage.
1475    --enable-poll           Force poll usage.
1476    --enable-select         Force select usage.
1461  --enable-efnet          For IRCDs running on EFnet.
1477    --enable-halfops        Enable halfops support.
1478    --enable-debugging      Enable debugging.
1479    --enable-warnings       Enable compiler warnings.
1465  --enable-syslog="EVENTS"
1466                          Enable syslog for events: users oper (space
1467                          separated in quotes; default: disabled).
1480  
1481   Optional Packages:
1482    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1483    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1484 <  --with-pic              try to use only PIC/non-PIC objects [default=use
1484 >  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1485                            both]
1486    --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1487    --with-sysroot=DIR Search for dependent libraries within DIR
# Line 1477 | Line 1489 | Optional Packages:
1489    --with-included-ltdl    use the GNU ltdl sources included here
1490    --with-ltdl-include=DIR use the ltdl headers installed in DIR
1491    --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.
1492    --with-nicklen=<value>  Set nickname length (default 9).
1493    --with-topiclen=<value> Set topic length (default 160).
1484  --with-syslog-facility=LOG
1485                          Define the syslog facility to use (default:
1486                          LOG_LOCAL4)
1494  
1495   Some influential environment variables:
1496    CC          C compiler command
# Line 1567 | Line 1574 | fi
1574   test -n "$ac_init_help" && exit $ac_status
1575   if $ac_init_version; then
1576    cat <<\_ACEOF
1577 < ircd-hybrid configure 7.3-rc1
1578 < generated by GNU Autoconf 2.68
1577 > ircd-hybrid configure TRUNK
1578 > generated by GNU Autoconf 2.69
1579  
1580 < Copyright (C) 2010 Free Software Foundation, Inc.
1580 > Copyright (C) 2012 Free Software Foundation, Inc.
1581   This configure script is free software; the Free Software Foundation
1582   gives unlimited permission to copy, distribute and modify it.
1583   _ACEOF
# Line 1646 | Line 1653 | $as_echo "$ac_try_echo"; } >&5
1653           test ! -s conftest.err
1654         } && test -s conftest$ac_exeext && {
1655           test "$cross_compiling" = yes ||
1656 <         $as_test_x conftest$ac_exeext
1656 >         test -x conftest$ac_exeext
1657         }; then :
1658    ac_retval=0
1659   else
# Line 2093 | Line 2100 | cat >config.log <<_ACEOF
2100   This file contains any messages produced by compilers while
2101   running configure, to aid debugging if configure makes a mistake.
2102  
2103 < It was created by ircd-hybrid $as_me 7.3-rc1, which was
2104 < generated by GNU Autoconf 2.68.  Invocation command line was
2103 > It was created by ircd-hybrid $as_me TRUNK, which was
2104 > generated by GNU Autoconf 2.69.  Invocation command line was
2105  
2106    $ $0 $@
2107  
# Line 2373 | Line 2380 | $as_echo "$as_me: creating cache $cache_
2380    >$cache_file
2381   fi
2382  
2376 as_fn_append ac_func_list " mmap"
2383   as_fn_append ac_func_list " strtok_r"
2384   as_fn_append ac_func_list " usleep"
2385   as_fn_append ac_func_list " strlcat"
2386   as_fn_append ac_func_list " strlcpy"
2381 as_fn_append ac_func_list " socketpair"
2387   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"
2388   as_fn_append ac_header_list " sys/resource.h"
2389   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"
2390   as_fn_append ac_header_list " types.h"
2391   as_fn_append ac_header_list " socket.h"
2392   as_fn_append ac_header_list " sys/wait.h"
2393   as_fn_append ac_header_list " wait.h"
2393 as_fn_append ac_header_list " link.h"
2394   # Check that the precious variables saved in the cache have kept the same
2395   # value.
2396   ac_cache_corrupted=false
# Line 2459 | Line 2459 | ac_link='$CC -o conftest$ac_exeext $CFLA
2459   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2460  
2461  
2462 < am__api_version='1.11'
2462 > am__api_version='1.13'
2463  
2464   ac_aux_dir=
2465   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2527 | Line 2527 | case $as_dir/ in #((
2527      # by default.
2528      for ac_prog in ginstall scoinst install; do
2529        for ac_exec_ext in '' $ac_executable_extensions; do
2530 <        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2530 >        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2531            if test $ac_prog = install &&
2532              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2533              # AIX install.  It has an incompatible calling convention.
# Line 2585 | Line 2585 | test -z "$INSTALL_DATA" && INSTALL_DATA=
2585  
2586   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2587   $as_echo_n "checking whether build environment is sane... " >&6; }
2588 # Just in case
2589 sleep 1
2590 echo timestamp > conftest.file
2588   # Reject unsafe characters in $srcdir or the absolute working directory
2589   # name.  Accept space and tab only in the latter.
2590   am_lf='
# Line 2598 | Line 2595 | case `pwd` in
2595   esac
2596   case $srcdir in
2597    *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2598 <    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2598 >    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2599   esac
2600  
2601 < # Do `set' in a subshell so we don't clobber the current shell's
2601 > # Do 'set' in a subshell so we don't clobber the current shell's
2602   # arguments.  Must try -L first in case configure is actually a
2603   # symlink; some systems play weird games with the mod time of symlinks
2604   # (eg FreeBSD returns the mod time of the symlink's containing
2605   # directory).
2606   if (
2607 <   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2608 <   if test "$*" = "X"; then
2609 <      # -L didn't work.
2610 <      set X `ls -t "$srcdir/configure" conftest.file`
2611 <   fi
2612 <   rm -f conftest.file
2613 <   if test "$*" != "X $srcdir/configure conftest.file" \
2614 <      && test "$*" != "X conftest.file $srcdir/configure"; then
2615 <
2616 <      # 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
2607 >   am_has_slept=no
2608 >   for am_try in 1 2; do
2609 >     echo "timestamp, slept: $am_has_slept" > conftest.file
2610 >     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2611 >     if test "$*" = "X"; then
2612 >        # -L didn't work.
2613 >        set X `ls -t "$srcdir/configure" conftest.file`
2614 >     fi
2615 >     if test "$*" != "X $srcdir/configure conftest.file" \
2616 >        && test "$*" != "X conftest.file $srcdir/configure"; then
2617  
2618 +        # If neither matched, then we have a broken ls.  This can happen
2619 +        # if, for instance, CONFIG_SHELL is bash and it inherits a
2620 +        # broken ls alias from the environment.  This has actually
2621 +        # happened.  Such a system could not be considered "sane".
2622 +        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2623 +  alias in your environment" "$LINENO" 5
2624 +     fi
2625 +     if test "$2" = conftest.file || test $am_try -eq 2; then
2626 +       break
2627 +     fi
2628 +     # Just in case.
2629 +     sleep 1
2630 +     am_has_slept=yes
2631 +   done
2632     test "$2" = conftest.file
2633     )
2634   then
# Line 2635 | Line 2640 | Check your system clock" "$LINENO" 5
2640   fi
2641   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2642   $as_echo "yes" >&6; }
2643 + # If we didn't sleep, we still need to ensure time stamps of config.status and
2644 + # generated files are strictly newer.
2645 + am_sleep_pid=
2646 + if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2647 +  ( sleep 1 ) &
2648 +  am_sleep_pid=$!
2649 + fi
2650 +
2651 + rm -f conftest.file
2652 +
2653   test "$program_prefix" != NONE &&
2654    program_transform_name="s&^&$program_prefix&;$program_transform_name"
2655   # Use a double $ so make ignores it.
# Line 2657 | Line 2672 | if test x"${MISSING+set}" != xset; then
2672    esac
2673   fi
2674   # Use eval to expand $SHELL
2675 < if eval "$MISSING --run true"; then
2676 <  am_missing_run="$MISSING --run "
2675 > if eval "$MISSING --is-lightweight"; then
2676 >  am_missing_run="$MISSING "
2677   else
2678    am_missing_run=
2679 <  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2680 < $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2679 >  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2680 > $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2681   fi
2682  
2683   if test x"${install_sh}" != xset; then
# Line 2674 | Line 2689 | if test x"${install_sh}" != xset; then
2689    esac
2690   fi
2691  
2692 < # Installed binaries are usually stripped using `strip' when the user
2693 < # run `make install-strip'.  However `strip' might not be the right
2692 > # Installed binaries are usually stripped using 'strip' when the user
2693 > # run "make install-strip".  However 'strip' might not be the right
2694   # tool to use in cross-compilation environments, therefore Automake
2695 < # will honor the `STRIP' environment variable to overrule this program.
2695 > # will honor the 'STRIP' environment variable to overrule this program.
2696   if test "$cross_compiling" != no; then
2697    if test -n "$ac_tool_prefix"; then
2698    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
# Line 2696 | Line 2711 | do
2711    IFS=$as_save_IFS
2712    test -z "$as_dir" && as_dir=.
2713      for ac_exec_ext in '' $ac_executable_extensions; do
2714 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2714 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2715      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2716      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2717      break 2
# Line 2736 | Line 2751 | do
2751    IFS=$as_save_IFS
2752    test -z "$as_dir" && as_dir=.
2753      for ac_exec_ext in '' $ac_executable_extensions; do
2754 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2754 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2755      ac_cv_prog_ac_ct_STRIP="strip"
2756      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2757      break 2
# Line 2787 | Line 2802 | do
2802    test -z "$as_dir" && as_dir=.
2803      for ac_prog in mkdir gmkdir; do
2804           for ac_exec_ext in '' $ac_executable_extensions; do
2805 <           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2805 >           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2806             case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2807               'mkdir (GNU coreutils) '* | \
2808               'mkdir (coreutils) '* | \
# Line 2816 | Line 2831 | fi
2831   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2832   $as_echo "$MKDIR_P" >&6; }
2833  
2819 mkdir_p="$MKDIR_P"
2820 case $mkdir_p in
2821  [\\/$]* | ?:[\\/]*) ;;
2822  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2823 esac
2824
2834   for ac_prog in gawk mawk nawk awk
2835   do
2836    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 2840 | Line 2849 | do
2849    IFS=$as_save_IFS
2850    test -z "$as_dir" && as_dir=.
2851      for ac_exec_ext in '' $ac_executable_extensions; do
2852 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2852 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2853      ac_cv_prog_AWK="$ac_prog"
2854      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2855      break 2
# Line 2904 | Line 2913 | else
2913   fi
2914   rmdir .tst 2>/dev/null
2915  
2916 + # Check whether --enable-silent-rules was given.
2917 + if test "${enable_silent_rules+set}" = set; then :
2918 +  enableval=$enable_silent_rules;
2919 + fi
2920 +
2921 + case $enable_silent_rules in # (((
2922 +  yes) AM_DEFAULT_VERBOSITY=0;;
2923 +   no) AM_DEFAULT_VERBOSITY=1;;
2924 +    *) AM_DEFAULT_VERBOSITY=1;;
2925 + esac
2926 + am_make=${MAKE-make}
2927 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2928 + $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2929 + if ${am_cv_make_support_nested_variables+:} false; then :
2930 +  $as_echo_n "(cached) " >&6
2931 + else
2932 +  if $as_echo 'TRUE=$(BAR$(V))
2933 + BAR0=false
2934 + BAR1=true
2935 + V=1
2936 + am__doit:
2937 +        @$(TRUE)
2938 + .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2939 +  am_cv_make_support_nested_variables=yes
2940 + else
2941 +  am_cv_make_support_nested_variables=no
2942 + fi
2943 + fi
2944 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2945 + $as_echo "$am_cv_make_support_nested_variables" >&6; }
2946 + if test $am_cv_make_support_nested_variables = yes; then
2947 +    AM_V='$(V)'
2948 +  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2949 + else
2950 +  AM_V=$AM_DEFAULT_VERBOSITY
2951 +  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2952 + fi
2953 + AM_BACKSLASH='\'
2954 +
2955   if test "`cd $srcdir && pwd`" != "`pwd`"; then
2956    # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2957    # is not polluted with repeated "-I."
# Line 2926 | Line 2974 | fi
2974  
2975   # Define the identity of the package.
2976   PACKAGE='ircd-hybrid'
2977 < VERSION='7.3-rc1'
2977 > VERSION='TRUNK'
2978  
2979  
2980   cat >>confdefs.h <<_ACEOF
# Line 2954 | Line 3002 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
3002  
3003   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3004  
3005 + # For better backward compatibility.  To be removed once Automake 1.9.x
3006 + # dies out for good.  For more background, see:
3007 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3008 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3009 + mkdir_p='$(MKDIR_P)'
3010 +
3011   # We need awk for the "check" target.  The system "awk" is bad on
3012   # some platforms.
3013 < # Always define AMTAR for backward compatibility.
3014 <
3015 < AMTAR=${AMTAR-"${am_missing_run}tar"}
3013 > # Always define AMTAR for backward compatibility.  Yes, it's still used
3014 > # in the wild :-(  We should find a proper way to deprecate it ...
3015 > AMTAR='$${TAR-tar}'
3016  
3017 < am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3017 > am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3018  
3019  
3020  
# Line 3013 | Line 3067 | am__quote=
3067   _am_result=none
3068   # First try GNU make style include.
3069   echo "include confinc" > confmf
3070 < # Ignore all kinds of additional output from `make'.
3070 > # Ignore all kinds of additional output from 'make'.
3071   case `$am_make -s -f confmf 2> /dev/null` in #(
3072   *the\ am__doit\ target*)
3073    am__include=include
# Line 3046 | Line 3100 | fi
3100   if test "x$enable_dependency_tracking" != xno; then
3101    am_depcomp="$ac_aux_dir/depcomp"
3102    AMDEPBACKSLASH='\'
3103 +  am__nodep='_no'
3104   fi
3105   if test "x$enable_dependency_tracking" != xno; then
3106    AMDEP_TRUE=
# Line 3078 | Line 3133 | do
3133    IFS=$as_save_IFS
3134    test -z "$as_dir" && as_dir=.
3135      for ac_exec_ext in '' $ac_executable_extensions; do
3136 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3136 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3137      ac_cv_prog_CC="${ac_tool_prefix}gcc"
3138      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3139      break 2
# Line 3118 | Line 3173 | do
3173    IFS=$as_save_IFS
3174    test -z "$as_dir" && as_dir=.
3175      for ac_exec_ext in '' $ac_executable_extensions; do
3176 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3176 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3177      ac_cv_prog_ac_ct_CC="gcc"
3178      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3179      break 2
# Line 3171 | Line 3226 | do
3226    IFS=$as_save_IFS
3227    test -z "$as_dir" && as_dir=.
3228      for ac_exec_ext in '' $ac_executable_extensions; do
3229 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3229 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3230      ac_cv_prog_CC="${ac_tool_prefix}cc"
3231      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3232      break 2
# Line 3212 | Line 3267 | do
3267    IFS=$as_save_IFS
3268    test -z "$as_dir" && as_dir=.
3269      for ac_exec_ext in '' $ac_executable_extensions; do
3270 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3270 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3271      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3272         ac_prog_rejected=yes
3273         continue
# Line 3270 | Line 3325 | do
3325    IFS=$as_save_IFS
3326    test -z "$as_dir" && as_dir=.
3327      for ac_exec_ext in '' $ac_executable_extensions; do
3328 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3328 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3329      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3330      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3331      break 2
# Line 3314 | Line 3369 | do
3369    IFS=$as_save_IFS
3370    test -z "$as_dir" && as_dir=.
3371      for ac_exec_ext in '' $ac_executable_extensions; do
3372 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3372 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3373      ac_cv_prog_ac_ct_CC="$ac_prog"
3374      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3375      break 2
# Line 3760 | Line 3815 | cat confdefs.h - <<_ACEOF >conftest.$ac_
3815   /* end confdefs.h.  */
3816   #include <stdarg.h>
3817   #include <stdio.h>
3818 < #include <sys/types.h>
3764 < #include <sys/stat.h>
3818 > struct stat;
3819   /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3820   struct buf { int x; };
3821   FILE * (*rcsopen) (struct buf *, struct stat *, int);
# Line 3857 | Line 3911 | else
3911    # We make a subdir and do the tests there.  Otherwise we can end up
3912    # making bogus files that we don't know about and never remove.  For
3913    # instance it was reported that on HP-UX the gcc test will end up
3914 <  # making a dummy file named `D' -- because `-MD' means `put the output
3915 <  # in D'.
3914 >  # making a dummy file named 'D' -- because '-MD' means "put the output
3915 >  # in D".
3916 >  rm -rf conftest.dir
3917    mkdir conftest.dir
3918    # Copy depcomp to subdir because otherwise we won't find it if we're
3919    # using a relative directory.
# Line 3892 | Line 3947 | else
3947      : > sub/conftest.c
3948      for i in 1 2 3 4 5 6; do
3949        echo '#include "conftst'$i'.h"' >> sub/conftest.c
3950 <      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3951 <      # Solaris 8's {/usr,}/bin/sh.
3952 <      touch sub/conftst$i.h
3950 >      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3951 >      # Solaris 10 /bin/sh.
3952 >      echo '/* dummy */' > sub/conftst$i.h
3953      done
3954      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3955  
3956 <    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3956 >    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3957      # mode.  It turns out that the SunPro C++ compiler does not properly
3958 <    # handle `-M -o', and we need to detect this.  Also, some Intel
3959 <    # versions had trouble with output in subdirs
3958 >    # handle '-M -o', and we need to detect this.  Also, some Intel
3959 >    # versions had trouble with output in subdirs.
3960      am__obj=sub/conftest.${OBJEXT-o}
3961      am__minus_obj="-o $am__obj"
3962      case $depmode in
# Line 3910 | Line 3965 | else
3965        test "$am__universal" = false || continue
3966        ;;
3967      nosideeffect)
3968 <      # after this tag, mechanisms are not by side-effect, so they'll
3969 <      # only be used when explicitly requested
3968 >      # After this tag, mechanisms are not by side-effect, so they'll
3969 >      # only be used when explicitly requested.
3970        if test "x$enable_dependency_tracking" = xyes; then
3971          continue
3972        else
3973          break
3974        fi
3975        ;;
3976 <    msvisualcpp | msvcmsys)
3977 <      # This compiler won't grok `-c -o', but also, the minuso test has
3976 >    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3977 >      # This compiler won't grok '-c -o', but also, the minuso test has
3978        # not run yet.  These depmodes are late enough in the game, and
3979        # so weak that their functioning should not be impacted.
3980        am__obj=conftest.${OBJEXT-o}
# Line 4119 | Line 4174 | main ()
4174    return 0;
4175   }
4176   _ACEOF
4177 < for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4177 > for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
4178   do
4179    CC="$ac_save_CC $ac_arg"
4180    if ac_fn_c_try_compile "$LINENO"; then :
# Line 4151 | Line 4206 | fi
4206  
4207  
4208   if test "$ac_cv_prog_cc_c99" = "no"; then :
4209 <  as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5
4209 >  as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5
4210   fi
4211   for ac_prog in 'bison -y' byacc
4212   do
# Line 4171 | Line 4226 | do
4226    IFS=$as_save_IFS
4227    test -z "$as_dir" && as_dir=.
4228      for ac_exec_ext in '' $ac_executable_extensions; do
4229 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4229 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4230      ac_cv_prog_YACC="$ac_prog"
4231      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4232      break 2
# Line 4215 | Line 4270 | do
4270    IFS=$as_save_IFS
4271    test -z "$as_dir" && as_dir=.
4272      for ac_exec_ext in '' $ac_executable_extensions; do
4273 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4273 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4274      ac_cv_prog_LEX="$ac_prog"
4275      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4276      break 2
# Line 4247 | Line 4302 | a { ECHO; }
4302   b { REJECT; }
4303   c { yymore (); }
4304   d { yyless (1); }
4305 < e { yyless (input () != 0); }
4305 > e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
4306 >    yyless ((input () != 0)); }
4307   f { unput (yytext[0]); }
4308   . { BEGIN INITIAL; }
4309   %%
# Line 4376 | Line 4432 | esac
4432  
4433  
4434  
4435 < macro_version='2.4'
4436 < macro_revision='1.3293'
4435 > macro_version='2.4.2'
4436 > macro_revision='1.3337'
4437  
4438  
4439  
# Line 4555 | Line 4611 | do
4611      for ac_prog in sed gsed; do
4612      for ac_exec_ext in '' $ac_executable_extensions; do
4613        ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4614 <      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4614 >      as_fn_executable_p "$ac_path_SED" || continue
4615   # Check for GNU ac_path_SED and select it if it is found.
4616    # Check for GNU $ac_path_SED
4617   case `"$ac_path_SED" --version 2>&1` in
# Line 4631 | Line 4687 | do
4687      for ac_prog in grep ggrep; do
4688      for ac_exec_ext in '' $ac_executable_extensions; do
4689        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4690 <      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4690 >      as_fn_executable_p "$ac_path_GREP" || continue
4691   # Check for GNU ac_path_GREP and select it if it is found.
4692    # Check for GNU $ac_path_GREP
4693   case `"$ac_path_GREP" --version 2>&1` in
# Line 4697 | Line 4753 | do
4753      for ac_prog in egrep; do
4754      for ac_exec_ext in '' $ac_executable_extensions; do
4755        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4756 <      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4756 >      as_fn_executable_p "$ac_path_EGREP" || continue
4757   # Check for GNU ac_path_EGREP and select it if it is found.
4758    # Check for GNU $ac_path_EGREP
4759   case `"$ac_path_EGREP" --version 2>&1` in
# Line 4764 | Line 4820 | do
4820      for ac_prog in fgrep; do
4821      for ac_exec_ext in '' $ac_executable_extensions; do
4822        ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4823 <      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4823 >      as_fn_executable_p "$ac_path_FGREP" || continue
4824   # Check for GNU ac_path_FGREP and select it if it is found.
4825    # Check for GNU $ac_path_FGREP
4826   case `"$ac_path_FGREP" --version 2>&1` in
# Line 5020 | Line 5076 | do
5076    IFS=$as_save_IFS
5077    test -z "$as_dir" && as_dir=.
5078      for ac_exec_ext in '' $ac_executable_extensions; do
5079 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5079 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5080      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5081      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5082      break 2
# Line 5064 | Line 5120 | do
5120    IFS=$as_save_IFS
5121    test -z "$as_dir" && as_dir=.
5122      for ac_exec_ext in '' $ac_executable_extensions; do
5123 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5123 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5124      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5125      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5126      break 2
# Line 5222 | Line 5278 | else
5278      lt_cv_sys_max_cmd_len=196608
5279      ;;
5280  
5281 +  os2*)
5282 +    # The test takes a long time on OS/2.
5283 +    lt_cv_sys_max_cmd_len=8192
5284 +    ;;
5285 +
5286    osf*)
5287      # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5288      # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
# Line 5261 | Line 5322 | else
5322        # If test is not a shell built-in, we'll probably end up computing a
5323        # maximum length that is only half of the actual maximum length, but
5324        # we can't tell.
5325 <      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5325 >      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5326                   = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5327                test $i != 17 # 1/2 MB should be enough
5328        do
# Line 5483 | Line 5544 | do
5544    IFS=$as_save_IFS
5545    test -z "$as_dir" && as_dir=.
5546      for ac_exec_ext in '' $ac_executable_extensions; do
5547 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5547 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5548      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5549      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5550      break 2
# Line 5523 | Line 5584 | do
5584    IFS=$as_save_IFS
5585    test -z "$as_dir" && as_dir=.
5586      for ac_exec_ext in '' $ac_executable_extensions; do
5587 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5587 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5588      ac_cv_prog_ac_ct_OBJDUMP="objdump"
5589      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5590      break 2
# Line 5690 | Line 5751 | irix5* | irix6* | nonstopux*)
5751    lt_cv_deplibs_check_method=pass_all
5752    ;;
5753  
5754 < # This must be Linux ELF.
5754 > # This must be glibc/ELF.
5755   linux* | k*bsd*-gnu | kopensolaris*-gnu)
5756    lt_cv_deplibs_check_method=pass_all
5757    ;;
# Line 5829 | Line 5890 | do
5890    IFS=$as_save_IFS
5891    test -z "$as_dir" && as_dir=.
5892      for ac_exec_ext in '' $ac_executable_extensions; do
5893 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5893 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5894      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5895      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5896      break 2
# Line 5869 | Line 5930 | do
5930    IFS=$as_save_IFS
5931    test -z "$as_dir" && as_dir=.
5932      for ac_exec_ext in '' $ac_executable_extensions; do
5933 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5933 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5934      ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5935      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5936      break 2
# Line 5972 | Line 6033 | do
6033    IFS=$as_save_IFS
6034    test -z "$as_dir" && as_dir=.
6035      for ac_exec_ext in '' $ac_executable_extensions; do
6036 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6036 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6037      ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6038      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6039      break 2
# Line 6016 | Line 6077 | do
6077    IFS=$as_save_IFS
6078    test -z "$as_dir" && as_dir=.
6079      for ac_exec_ext in '' $ac_executable_extensions; do
6080 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6080 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6081      ac_cv_prog_ac_ct_AR="$ac_prog"
6082      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6083      break 2
# Line 6141 | Line 6202 | do
6202    IFS=$as_save_IFS
6203    test -z "$as_dir" && as_dir=.
6204      for ac_exec_ext in '' $ac_executable_extensions; do
6205 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6205 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6206      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6207      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6208      break 2
# Line 6181 | Line 6242 | do
6242    IFS=$as_save_IFS
6243    test -z "$as_dir" && as_dir=.
6244      for ac_exec_ext in '' $ac_executable_extensions; do
6245 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6245 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6246      ac_cv_prog_ac_ct_STRIP="strip"
6247      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6248      break 2
# Line 6240 | Line 6301 | do
6301    IFS=$as_save_IFS
6302    test -z "$as_dir" && as_dir=.
6303      for ac_exec_ext in '' $ac_executable_extensions; do
6304 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6304 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6305      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6306      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6307      break 2
# Line 6280 | Line 6341 | do
6341    IFS=$as_save_IFS
6342    test -z "$as_dir" && as_dir=.
6343      for ac_exec_ext in '' $ac_executable_extensions; do
6344 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6344 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6345      ac_cv_prog_ac_ct_RANLIB="ranlib"
6346      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6347      break 2
# Line 6330 | Line 6391 | old_postuninstall_cmds=
6391   if test -n "$RANLIB"; then
6392    case $host_os in
6393    openbsd*)
6394 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6394 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6395      ;;
6396    *)
6397 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6397 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6398      ;;
6399    esac
6400 <  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6400 >  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6401   fi
6402  
6403   case $host_os in
# Line 6483 | Line 6544 | for ac_symprfx in "" "_"; do
6544      # which start with @ or ?.
6545      lt_cv_sys_global_symbol_pipe="$AWK '"\
6546   "     {last_section=section; section=\$ 3};"\
6547 + "     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6548   "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6549   "     \$ 0!~/External *\|/{next};"\
6550   "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
# Line 6871 | Line 6933 | $as_echo "$lt_cv_cc_needs_belf" >&6; }
6933      CFLAGS="$SAVE_CFLAGS"
6934    fi
6935    ;;
6936 < sparc*-*solaris*)
6936 > *-*solaris*)
6937    # Find out which ABI we are using.
6938    echo 'int i;' > conftest.$ac_ext
6939    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
# Line 6882 | Line 6944 | sparc*-*solaris*)
6944      case `/usr/bin/file conftest.o` in
6945      *64-bit*)
6946        case $lt_cv_prog_gnu_ld in
6947 <      yes*) LD="${LD-ld} -m elf64_sparc" ;;
6947 >      yes*)
6948 >        case $host in
6949 >        i?86-*-solaris*)
6950 >          LD="${LD-ld} -m elf_x86_64"
6951 >          ;;
6952 >        sparc*-*-solaris*)
6953 >          LD="${LD-ld} -m elf64_sparc"
6954 >          ;;
6955 >        esac
6956 >        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
6957 >        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6958 >          LD="${LD-ld}_sol2"
6959 >        fi
6960 >        ;;
6961        *)
6962          if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6963            LD="${LD-ld} -64"
# Line 6915 | Line 6990 | do
6990    IFS=$as_save_IFS
6991    test -z "$as_dir" && as_dir=.
6992      for ac_exec_ext in '' $ac_executable_extensions; do
6993 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6993 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6994      ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6995      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6996      break 2
# Line 6955 | Line 7030 | do
7030    IFS=$as_save_IFS
7031    test -z "$as_dir" && as_dir=.
7032      for ac_exec_ext in '' $ac_executable_extensions; do
7033 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7033 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7034      ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7035      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7036      break 2
# Line 7035 | Line 7110 | do
7110    IFS=$as_save_IFS
7111    test -z "$as_dir" && as_dir=.
7112      for ac_exec_ext in '' $ac_executable_extensions; do
7113 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7113 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7114      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7115      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7116      break 2
# Line 7075 | Line 7150 | do
7150    IFS=$as_save_IFS
7151    test -z "$as_dir" && as_dir=.
7152      for ac_exec_ext in '' $ac_executable_extensions; do
7153 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7153 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7154      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7155      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7156      break 2
# Line 7127 | Line 7202 | do
7202    IFS=$as_save_IFS
7203    test -z "$as_dir" && as_dir=.
7204      for ac_exec_ext in '' $ac_executable_extensions; do
7205 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7205 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7206      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7207      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7208      break 2
# Line 7167 | Line 7242 | do
7242    IFS=$as_save_IFS
7243    test -z "$as_dir" && as_dir=.
7244      for ac_exec_ext in '' $ac_executable_extensions; do
7245 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7245 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7246      ac_cv_prog_ac_ct_NMEDIT="nmedit"
7247      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7248      break 2
# Line 7219 | Line 7294 | do
7294    IFS=$as_save_IFS
7295    test -z "$as_dir" && as_dir=.
7296      for ac_exec_ext in '' $ac_executable_extensions; do
7297 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7297 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7298      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7299      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7300      break 2
# Line 7259 | Line 7334 | do
7334    IFS=$as_save_IFS
7335    test -z "$as_dir" && as_dir=.
7336      for ac_exec_ext in '' $ac_executable_extensions; do
7337 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7337 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7338      ac_cv_prog_ac_ct_LIPO="lipo"
7339      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7340      break 2
# Line 7311 | Line 7386 | do
7386    IFS=$as_save_IFS
7387    test -z "$as_dir" && as_dir=.
7388      for ac_exec_ext in '' $ac_executable_extensions; do
7389 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7389 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7390      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7391      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7392      break 2
# Line 7351 | Line 7426 | do
7426    IFS=$as_save_IFS
7427    test -z "$as_dir" && as_dir=.
7428      for ac_exec_ext in '' $ac_executable_extensions; do
7429 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7429 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7430      ac_cv_prog_ac_ct_OTOOL="otool"
7431      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7432      break 2
# Line 7403 | Line 7478 | do
7478    IFS=$as_save_IFS
7479    test -z "$as_dir" && as_dir=.
7480      for ac_exec_ext in '' $ac_executable_extensions; do
7481 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7481 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7482      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7483      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7484      break 2
# Line 7443 | Line 7518 | do
7518    IFS=$as_save_IFS
7519    test -z "$as_dir" && as_dir=.
7520      for ac_exec_ext in '' $ac_executable_extensions; do
7521 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7521 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7522      ac_cv_prog_ac_ct_OTOOL64="otool64"
7523      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7524      break 2
# Line 7522 | Line 7597 | else
7597          $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7598            -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7599          _lt_result=$?
7600 <        if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7600 >        # If there is a non-empty error log, and "single_module"
7601 >        # appears in it, assume the flag caused a linker warning
7602 >        if test -s conftest.err && $GREP single_module conftest.err; then
7603 >          cat conftest.err >&5
7604 >        # Otherwise, if the output was created with a 0 exit code from
7605 >        # the compiler, it worked.
7606 >        elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7607            lt_cv_apple_cc_single_mod=yes
7608          else
7609            cat conftest.err >&5
# Line 7533 | Line 7614 | else
7614   fi
7615   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7616   $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7617 +
7618      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7619   $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7620   if ${lt_cv_ld_exported_symbols_list+:} false; then :
# Line 7565 | Line 7647 | rm -f core conftest.err conftest.$ac_obj
7647   fi
7648   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7649   $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7650 +
7651      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7652   $as_echo_n "checking for -force_load linker flag... " >&6; }
7653   if ${lt_cv_ld_force_load+:} false; then :
# Line 7586 | Line 7669 | _LT_EOF
7669        echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7670        $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7671        _lt_result=$?
7672 <      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7672 >      if test -s conftest.err && $GREP force_load conftest.err; then
7673 >        cat conftest.err >&5
7674 >      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7675          lt_cv_ld_force_load=yes
7676        else
7677          cat conftest.err >&5
# Line 7989 | Line 8074 | fi
8074  
8075   # Check whether --with-pic was given.
8076   if test "${with_pic+set}" = set; then :
8077 <  withval=$with_pic; pic_mode="$withval"
8077 >  withval=$with_pic; lt_p=${PACKAGE-default}
8078 >    case $withval in
8079 >    yes|no) pic_mode=$withval ;;
8080 >    *)
8081 >      pic_mode=default
8082 >      # Look at the argument we got.  We use all the common list separators.
8083 >      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8084 >      for lt_pkg in $withval; do
8085 >        IFS="$lt_save_ifs"
8086 >        if test "X$lt_pkg" = "X$lt_p"; then
8087 >          pic_mode=yes
8088 >        fi
8089 >      done
8090 >      IFS="$lt_save_ifs"
8091 >      ;;
8092 >    esac
8093   else
8094    pic_mode=default
8095   fi
# Line 8067 | Line 8167 | LIBTOOL='$(SHELL) $(top_builddir)/libtoo
8167  
8168  
8169  
8170 +
8171 +
8172 +
8173 +
8174   test -z "$LN_S" && LN_S="ln -s"
8175  
8176  
# Line 8522 | Line 8626 | lt_prog_compiler_static=
8626      case $cc_basename in
8627      nvcc*) # Cuda Compiler Driver 2.2
8628        lt_prog_compiler_wl='-Xlinker '
8629 <      lt_prog_compiler_pic='-Xcompiler -fPIC'
8629 >      if test -n "$lt_prog_compiler_pic"; then
8630 >        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8631 >      fi
8632        ;;
8633      esac
8634    else
# Line 8613 | Line 8719 | lt_prog_compiler_static=
8719          ;;
8720        *)
8721          case `$CC -V 2>&1 | sed 5q` in
8722 <        *Sun\ F* | *Sun*Fortran*)
8722 >        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8723            # Sun Fortran 8.3 passes all unrecognized flags to the linker
8724            lt_prog_compiler_pic='-KPIC'
8725            lt_prog_compiler_static='-Bstatic'
8726            lt_prog_compiler_wl=''
8727            ;;
8728 +        *Sun\ F* | *Sun*Fortran*)
8729 +          lt_prog_compiler_pic='-KPIC'
8730 +          lt_prog_compiler_static='-Bstatic'
8731 +          lt_prog_compiler_wl='-Qoption ld '
8732 +          ;;
8733          *Sun\ C*)
8734            # Sun C 5.9
8735            lt_prog_compiler_pic='-KPIC'
8736            lt_prog_compiler_static='-Bstatic'
8737            lt_prog_compiler_wl='-Wl,'
8738            ;;
8739 +        *Intel*\ [CF]*Compiler*)
8740 +          lt_prog_compiler_wl='-Wl,'
8741 +          lt_prog_compiler_pic='-fPIC'
8742 +          lt_prog_compiler_static='-static'
8743 +          ;;
8744 +        *Portland\ Group*)
8745 +          lt_prog_compiler_wl='-Wl,'
8746 +          lt_prog_compiler_pic='-fpic'
8747 +          lt_prog_compiler_static='-Bstatic'
8748 +          ;;
8749          esac
8750          ;;
8751        esac
# Line 8986 | Line 9107 | $as_echo_n "checking whether the $compil
9107    hardcode_direct=no
9108    hardcode_direct_absolute=no
9109    hardcode_libdir_flag_spec=
8989  hardcode_libdir_flag_spec_ld=
9110    hardcode_libdir_separator=
9111    hardcode_minus_L=no
9112    hardcode_shlibpath_var=unsupported
# Line 9236 | Line 9356 | _LT_EOF
9356          xlf* | bgf* | bgxlf* | mpixlf*)
9357            # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9358            whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9359 <          hardcode_libdir_flag_spec=
9240 <          hardcode_libdir_flag_spec_ld='-rpath $libdir'
9359 >          hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9360            archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9361            if test "x$supports_anon_versioning" = xyes; then
9362              archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
# Line 9616 | Line 9735 | fi
9735          # The linker will not automatically build a static lib if we build a DLL.
9736          # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9737          enable_shared_with_static_runtimes=yes
9738 +        exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9739          export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9740          # Don't use ranlib
9741          old_postinstall_cmds='chmod 644 $oldlib'
# Line 9661 | Line 9781 | fi
9781    hardcode_shlibpath_var=unsupported
9782    if test "$lt_cv_ld_force_load" = "yes"; then
9783      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\"`'
9784 +
9785    else
9786      whole_archive_flag_spec=''
9787    fi
# Line 9689 | Line 9810 | fi
9810        hardcode_shlibpath_var=no
9811        ;;
9812  
9692    freebsd1*)
9693      ld_shlibs=no
9694      ;;
9695
9813      # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9814      # support.  Future versions do this automatically, but an explicit c++rt0.o
9815      # does not break anything, and helps significantly (at the cost of a little
# Line 9705 | Line 9822 | fi
9822        ;;
9823  
9824      # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9825 <    freebsd2*)
9825 >    freebsd2.*)
9826        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9827        hardcode_direct=yes
9828        hardcode_minus_L=yes
# Line 9744 | Line 9861 | fi
9861        fi
9862        if test "$with_gnu_ld" = no; then
9863          hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9747        hardcode_libdir_flag_spec_ld='+b $libdir'
9864          hardcode_libdir_separator=:
9865          hardcode_direct=yes
9866          hardcode_direct_absolute=yes
# Line 10368 | Line 10484 | esac
10484  
10485  
10486  
10371
10372
10373
10374
10375
10487    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10488   $as_echo_n "checking dynamic linker characteristics... " >&6; }
10489  
# Line 10462 | Line 10573 | need_version=unknown
10573  
10574   case $host_os in
10575   aix3*)
10576 <  version_type=linux
10576 >  version_type=linux # correct to gnu/linux during the next big refactor
10577    library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10578    shlibpath_var=LIBPATH
10579  
# Line 10471 | Line 10582 | aix3*)
10582    ;;
10583  
10584   aix[4-9]*)
10585 <  version_type=linux
10585 >  version_type=linux # correct to gnu/linux during the next big refactor
10586    need_lib_prefix=no
10587    need_version=no
10588    hardcode_into_libs=yes
# Line 10536 | Line 10647 | beos*)
10647    ;;
10648  
10649   bsdi[45]*)
10650 <  version_type=linux
10650 >  version_type=linux # correct to gnu/linux during the next big refactor
10651    need_version=no
10652    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10653    soname_spec='${libname}${release}${shared_ext}$major'
# Line 10675 | Line 10786 | darwin* | rhapsody*)
10786    ;;
10787  
10788   dgux*)
10789 <  version_type=linux
10789 >  version_type=linux # correct to gnu/linux during the next big refactor
10790    need_lib_prefix=no
10791    need_version=no
10792    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
# Line 10683 | Line 10794 | dgux*)
10794    shlibpath_var=LD_LIBRARY_PATH
10795    ;;
10796  
10686 freebsd1*)
10687  dynamic_linker=no
10688  ;;
10689
10797   freebsd* | dragonfly*)
10798    # DragonFly does not have aout.  When/if they implement a new
10799    # versioning mechanism, adjust this.
# Line 10694 | Line 10801 | freebsd* | dragonfly*)
10801      objformat=`/usr/bin/objformat`
10802    else
10803      case $host_os in
10804 <    freebsd[123]*) objformat=aout ;;
10804 >    freebsd[23].*) objformat=aout ;;
10805      *) objformat=elf ;;
10806      esac
10807    fi
# Line 10712 | Line 10819 | freebsd* | dragonfly*)
10819    esac
10820    shlibpath_var=LD_LIBRARY_PATH
10821    case $host_os in
10822 <  freebsd2*)
10822 >  freebsd2.*)
10823      shlibpath_overrides_runpath=yes
10824      ;;
10825    freebsd3.[01]* | freebsdelf3.[01]*)
# Line 10732 | Line 10839 | freebsd* | dragonfly*)
10839    ;;
10840  
10841   gnu*)
10842 <  version_type=linux
10842 >  version_type=linux # correct to gnu/linux during the next big refactor
10843    need_lib_prefix=no
10844    need_version=no
10845    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10846    soname_spec='${libname}${release}${shared_ext}$major'
10847    shlibpath_var=LD_LIBRARY_PATH
10848 +  shlibpath_overrides_runpath=no
10849    hardcode_into_libs=yes
10850    ;;
10851  
10852   haiku*)
10853 <  version_type=linux
10853 >  version_type=linux # correct to gnu/linux during the next big refactor
10854    need_lib_prefix=no
10855    need_version=no
10856    dynamic_linker="$host_os runtime_loader"
# Line 10803 | Line 10911 | hpux9* | hpux10* | hpux11*)
10911    ;;
10912  
10913   interix[3-9]*)
10914 <  version_type=linux
10914 >  version_type=linux # correct to gnu/linux during the next big refactor
10915    need_lib_prefix=no
10916    need_version=no
10917    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
# Line 10819 | Line 10927 | irix5* | irix6* | nonstopux*)
10927      nonstopux*) version_type=nonstopux ;;
10928      *)
10929          if test "$lt_cv_prog_gnu_ld" = yes; then
10930 <                version_type=linux
10930 >                version_type=linux # correct to gnu/linux during the next big refactor
10931          else
10932                  version_type=irix
10933          fi ;;
# Line 10856 | Line 10964 | linux*oldld* | linux*aout* | linux*coff*
10964    dynamic_linker=no
10965    ;;
10966  
10967 < # This must be Linux ELF.
10967 > # This must be glibc/ELF.
10968   linux* | k*bsd*-gnu | kopensolaris*-gnu)
10969 <  version_type=linux
10969 >  version_type=linux # correct to gnu/linux during the next big refactor
10970    need_lib_prefix=no
10971    need_version=no
10972    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 10940 | Line 11048 | netbsd*)
11048    ;;
11049  
11050   newsos6)
11051 <  version_type=linux
11051 >  version_type=linux # correct to gnu/linux during the next big refactor
11052    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11053    shlibpath_var=LD_LIBRARY_PATH
11054    shlibpath_overrides_runpath=yes
# Line 11009 | Line 11117 | rdos*)
11117    ;;
11118  
11119   solaris*)
11120 <  version_type=linux
11120 >  version_type=linux # correct to gnu/linux during the next big refactor
11121    need_lib_prefix=no
11122    need_version=no
11123    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11034 | Line 11142 | sunos4*)
11142    ;;
11143  
11144   sysv4 | sysv4.3*)
11145 <  version_type=linux
11145 >  version_type=linux # correct to gnu/linux during the next big refactor
11146    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11147    soname_spec='${libname}${release}${shared_ext}$major'
11148    shlibpath_var=LD_LIBRARY_PATH
# Line 11058 | Line 11166 | sysv4 | sysv4.3*)
11166  
11167   sysv4*MP*)
11168    if test -d /usr/nec ;then
11169 <    version_type=linux
11169 >    version_type=linux # correct to gnu/linux during the next big refactor
11170      library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11171      soname_spec='$libname${shared_ext}.$major'
11172      shlibpath_var=LD_LIBRARY_PATH
# Line 11089 | Line 11197 | sysv5* | sco3.2v5* | sco5v6* | unixware*
11197  
11198   tpf*)
11199    # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11200 <  version_type=linux
11200 >  version_type=linux # correct to gnu/linux during the next big refactor
11201    need_lib_prefix=no
11202    need_version=no
11203    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11099 | Line 11207 | tpf*)
11207    ;;
11208  
11209   uts4*)
11210 <  version_type=linux
11210 >  version_type=linux # correct to gnu/linux during the next big refactor
11211    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11212    soname_spec='${libname}${release}${shared_ext}$major'
11213    shlibpath_var=LD_LIBRARY_PATH
# Line 11881 | Line 11989 | CC="$lt_save_CC"
11989  
11990  
11991  
11992 +
11993 +
11994          ac_config_commands="$ac_config_commands libtool"
11995  
11996  
# Line 11897 | Line 12007 | else
12007  
12008   module=yes
12009   eval libltdl_cv_shlibext=$shrext_cmds
12010 + module=no
12011 + eval libltdl_cv_shrext=$shrext_cmds
12012  
12013   fi
12014   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5
# Line 11908 | Line 12020 | cat >>confdefs.h <<_ACEOF
12020   _ACEOF
12021  
12022   fi
12023 + if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
12024 +
12025 + cat >>confdefs.h <<_ACEOF
12026 + #define LT_SHARED_EXT "$libltdl_cv_shrext"
12027 + _ACEOF
12028 +
12029 + fi
12030  
12031   { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5
12032   $as_echo_n "checking which variable specifies run-time module search path... " >&6; }
# Line 12954 | Line 13073 | LIBTOOL="$LIBTOOL --silent"
13073  
13074   # Checks for libraries.
13075  
13076 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13077 < $as_echo_n "checking for library containing socket... " >&6; }
13078 < if ${ac_cv_search_socket+:} false; then :
13076 >  ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13077 > if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13078 >
13079 > else
13080 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
13081 > $as_echo_n "checking for library containing getaddrinfo... " >&6; }
13082 > if ${ac_cv_search_getaddrinfo+:} false; then :
13083    $as_echo_n "(cached) " >&6
13084   else
13085    ac_func_search_save_LIBS=$LIBS
# Line 12969 | Line 13092 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13092   #ifdef __cplusplus
13093   extern "C"
13094   #endif
13095 < char socket ();
13095 > char getaddrinfo ();
13096   int
13097   main ()
13098   {
13099 < return socket ();
13099 > return getaddrinfo ();
13100    ;
13101    return 0;
13102   }
13103   _ACEOF
13104 < for ac_lib in '' socket; do
13104 > for ac_lib in '' nsl; do
13105    if test -z "$ac_lib"; then
13106      ac_res="none required"
13107    else
# Line 12986 | Line 13109 | for ac_lib in '' socket; do
13109      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13110    fi
13111    if ac_fn_c_try_link "$LINENO"; then :
13112 <  ac_cv_search_socket=$ac_res
13112 >  ac_cv_search_getaddrinfo=$ac_res
13113   fi
13114   rm -f core conftest.err conftest.$ac_objext \
13115      conftest$ac_exeext
13116 <  if ${ac_cv_search_socket+:} false; then :
13116 >  if ${ac_cv_search_getaddrinfo+:} false; then :
13117    break
13118   fi
13119   done
13120 < if ${ac_cv_search_socket+:} false; then :
13120 > if ${ac_cv_search_getaddrinfo+:} false; then :
13121  
13122   else
13123 <  ac_cv_search_socket=no
13123 >  ac_cv_search_getaddrinfo=no
13124   fi
13125   rm conftest.$ac_ext
13126   LIBS=$ac_func_search_save_LIBS
13127   fi
13128 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13129 < $as_echo "$ac_cv_search_socket" >&6; }
13130 < ac_res=$ac_cv_search_socket
13128 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
13129 > $as_echo "$ac_cv_search_getaddrinfo" >&6; }
13130 > ac_res=$ac_cv_search_getaddrinfo
13131   if test "$ac_res" != no; then :
13132    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13133  
13011 else
13012  as_fn_error $? "socket library not found" "$LINENO" 5
13134   fi
13135  
13136 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5
13137 < $as_echo_n "checking for library containing inet_ntoa... " >&6; }
13138 < if ${ac_cv_search_inet_ntoa+:} false; then :
13136 > fi
13137 >
13138 >  ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
13139 > if test "x$ac_cv_func_getnameinfo" = xyes; then :
13140 >
13141 > else
13142 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
13143 > $as_echo_n "checking for library containing getnameinfo... " >&6; }
13144 > if ${ac_cv_search_getnameinfo+:} false; then :
13145    $as_echo_n "(cached) " >&6
13146   else
13147    ac_func_search_save_LIBS=$LIBS
# Line 13027 | Line 13154 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13154   #ifdef __cplusplus
13155   extern "C"
13156   #endif
13157 < char inet_ntoa ();
13157 > char getnameinfo ();
13158   int
13159   main ()
13160   {
13161 < return inet_ntoa ();
13161 > return getnameinfo ();
13162    ;
13163    return 0;
13164   }
# Line 13044 | Line 13171 | for ac_lib in '' nsl; do
13171      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13172    fi
13173    if ac_fn_c_try_link "$LINENO"; then :
13174 <  ac_cv_search_inet_ntoa=$ac_res
13174 >  ac_cv_search_getnameinfo=$ac_res
13175   fi
13176   rm -f core conftest.err conftest.$ac_objext \
13177      conftest$ac_exeext
13178 <  if ${ac_cv_search_inet_ntoa+:} false; then :
13178 >  if ${ac_cv_search_getnameinfo+:} false; then :
13179    break
13180   fi
13181   done
13182 < if ${ac_cv_search_inet_ntoa+:} false; then :
13182 > if ${ac_cv_search_getnameinfo+:} false; then :
13183  
13184   else
13185 <  ac_cv_search_inet_ntoa=no
13185 >  ac_cv_search_getnameinfo=no
13186   fi
13187   rm conftest.$ac_ext
13188   LIBS=$ac_func_search_save_LIBS
13189   fi
13190 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5
13191 < $as_echo "$ac_cv_search_inet_ntoa" >&6; }
13192 < ac_res=$ac_cv_search_inet_ntoa
13190 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
13191 > $as_echo "$ac_cv_search_getnameinfo" >&6; }
13192 > ac_res=$ac_cv_search_getnameinfo
13193   if test "$ac_res" != no; then :
13194    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13195  
13196   fi
13197  
13198 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13199 < $as_echo_n "checking for library containing inet_aton... " >&6; }
13200 < if ${ac_cv_search_inet_aton+:} false; then :
13198 > fi
13199 >
13200 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13201 > $as_echo_n "checking for library containing socket... " >&6; }
13202 > if ${ac_cv_search_socket+:} false; then :
13203    $as_echo_n "(cached) " >&6
13204   else
13205    ac_func_search_save_LIBS=$LIBS
# Line 13083 | Line 13212 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13212   #ifdef __cplusplus
13213   extern "C"
13214   #endif
13215 < char inet_aton ();
13215 > char socket ();
13216   int
13217   main ()
13218   {
13219 < return inet_aton ();
13219 > return socket ();
13220    ;
13221    return 0;
13222   }
13223   _ACEOF
13224 < for ac_lib in '' resolv; do
13224 > for ac_lib in '' socket; do
13225    if test -z "$ac_lib"; then
13226      ac_res="none required"
13227    else
# Line 13100 | Line 13229 | for ac_lib in '' resolv; do
13229      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13230    fi
13231    if ac_fn_c_try_link "$LINENO"; then :
13232 <  ac_cv_search_inet_aton=$ac_res
13232 >  ac_cv_search_socket=$ac_res
13233   fi
13234   rm -f core conftest.err conftest.$ac_objext \
13235      conftest$ac_exeext
13236 <  if ${ac_cv_search_inet_aton+:} false; then :
13236 >  if ${ac_cv_search_socket+:} false; then :
13237    break
13238   fi
13239   done
13240 < if ${ac_cv_search_inet_aton+:} false; then :
13240 > if ${ac_cv_search_socket+:} false; then :
13241  
13242   else
13243 <  ac_cv_search_inet_aton=no
13243 >  ac_cv_search_socket=no
13244   fi
13245   rm conftest.$ac_ext
13246   LIBS=$ac_func_search_save_LIBS
13247   fi
13248 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13249 < $as_echo "$ac_cv_search_inet_aton" >&6; }
13250 < ac_res=$ac_cv_search_inet_aton
13248 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13249 > $as_echo "$ac_cv_search_socket" >&6; }
13250 > ac_res=$ac_cv_search_socket
13251   if test "$ac_res" != no; then :
13252    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13253  
13254 + else
13255 +  as_fn_error $? "socket library not found" "$LINENO" 5
13256   fi
13257  
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
13258    ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h>
13259     #include <sys/socket.h>
13260     #include <netdb.h>
# Line 13452 | Line 13571 | done
13571  
13572  
13573  
13455
13456
13457
13458
13574   # Checks for header files.
13575  
13576  
# Line 13490 | Line 13605 | done
13605  
13606  
13607  
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
13608   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
13609   $as_echo_n "checking for library containing crypt... " >&6; }
13610   if ${ac_cv_search_crypt+:} false; then :
# Line 13577 | Line 13662 | if test "$ac_res" != no; then :
13662   fi
13663  
13664  
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
13665   # Check whether --enable-libpcre was given.
13666   if test "${enable_libpcre+set}" = set; then :
13667 <  enableval=$enable_libpcre; libpcre=$enableval
13667 >  enableval=$enable_libpcre;
13668   else
13667  libpcre=yes
13668 fi
13669
13670
13671 if test "$libpcre" = "yes"; then :
13672
13669    ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
13670   if test "x$ac_cv_header_pcre_h" = xyes; then :
13671 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5
13672 < $as_echo_n "checking for pcre_study in -lpcre... " >&6; }
13673 < if ${ac_cv_lib_pcre_pcre_study+:} false; then :
13671 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5
13672 > $as_echo_n "checking for library containing pcre_study... " >&6; }
13673 > if ${ac_cv_search_pcre_study+:} false; then :
13674    $as_echo_n "(cached) " >&6
13675   else
13676 <  ac_check_lib_save_LIBS=$LIBS
13681 < LIBS="-lpcre  $LIBS"
13676 >  ac_func_search_save_LIBS=$LIBS
13677   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13678   /* end confdefs.h.  */
13679  
# Line 13697 | Line 13692 | return pcre_study ();
13692    return 0;
13693   }
13694   _ACEOF
13695 < if ac_fn_c_try_link "$LINENO"; then :
13696 <  ac_cv_lib_pcre_pcre_study=yes
13697 < else
13698 <  ac_cv_lib_pcre_pcre_study=no
13695 > for ac_lib in '' pcre; do
13696 >  if test -z "$ac_lib"; then
13697 >    ac_res="none required"
13698 >  else
13699 >    ac_res=-l$ac_lib
13700 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13701 >  fi
13702 >  if ac_fn_c_try_link "$LINENO"; then :
13703 >  ac_cv_search_pcre_study=$ac_res
13704   fi
13705   rm -f core conftest.err conftest.$ac_objext \
13706 <    conftest$ac_exeext conftest.$ac_ext
13707 < LIBS=$ac_check_lib_save_LIBS
13706 >    conftest$ac_exeext
13707 >  if ${ac_cv_search_pcre_study+:} false; then :
13708 >  break
13709   fi
13710 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5
13711 < $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 <
13710 > done
13711 > if ${ac_cv_search_pcre_study+:} false; then :
13712  
13713   else
13714 <  libpcre=no
13714 >  ac_cv_search_pcre_study=no
13715 > fi
13716 > rm conftest.$ac_ext
13717 > LIBS=$ac_func_search_save_LIBS
13718   fi
13719 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5
13720 + $as_echo "$ac_cv_search_pcre_study" >&6; }
13721 + ac_res=$ac_cv_search_pcre_study
13722 + if test "$ac_res" != no; then :
13723 +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13724  
13725 + $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13726  
13723 else
13724  libpcre=no
13727   fi
13728  
13729 + fi
13730  
13731  
13732   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
13733  
13734  
13735   # Check whether --enable-openssl was given.
# Line 13776 | Line 13771 | if test "$cf_enable_openssl" != "no"; th
13771    fi
13772  
13773        if test ! -z "$cf_openssl_basedir"; then
13779    LIBS="-lcrypto -lssl $LIBS"
13774      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cf_openssl_basedir" >&5
13775   $as_echo "$cf_openssl_basedir" >&6; }
13776      cf_enable_openssl="yes"
13783
13784 $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
13785
13777    else
13778      { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found. Please check your path." >&5
13779   $as_echo "not found. Please check your path." >&6; }
# Line 13795 | Line 13786 | $as_echo "disabled" >&6; }
13786   fi
13787  
13788   if test "$cf_enable_openssl" != "no"; then :
13789 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.7 or above" >&5
13790 < $as_echo_n "checking for OpenSSL 0.9.7 or above... " >&6; }
13789 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
13790 > $as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
13791    if test "$cross_compiling" = yes; then :
13792    cf_openssl_version_ok=no
13793   else
# Line 13809 | Line 13800 | else
13800   int
13801   main ()
13802   {
13803 < exit(!(OPENSSL_VERSION_NUMBER >= 0x00907000));
13803 > exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
13804    ;
13805    return 0;
13806   }
# Line 13874 | Line 13865 | _ACEOF
13865   fi
13866  
13867      if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13868 <  for ac_func in EVP_bf_cfb           \
13869 <                      EVP_cast5_cfb        \
13870 <                      EVP_idea_cfb         \
13871 <                      EVP_rc5_32_12_16_cfb \
13872 <                      EVP_des_ede3_cfb     \
13873 <                      EVP_des_cfb
13874 < do :
13875 <  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13876 < ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13877 < if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13868 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13869 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13870 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13871 >  $as_echo_n "(cached) " >&6
13872 > else
13873 >  ac_check_lib_save_LIBS=$LIBS
13874 > LIBS="-lssl  $LIBS"
13875 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13876 > /* end confdefs.h.  */
13877 >
13878 > /* Override any GCC internal prototype to avoid an error.
13879 >   Use char because int might match the return type of a GCC
13880 >   builtin and then its argument prototype would still apply.  */
13881 > #ifdef __cplusplus
13882 > extern "C"
13883 > #endif
13884 > char SSL_connect ();
13885 > int
13886 > main ()
13887 > {
13888 > return SSL_connect ();
13889 >  ;
13890 >  return 0;
13891 > }
13892 > _ACEOF
13893 > if ac_fn_c_try_link "$LINENO"; then :
13894 >  ac_cv_lib_ssl_SSL_connect=yes
13895 > else
13896 >  ac_cv_lib_ssl_SSL_connect=no
13897 > fi
13898 > rm -f core conftest.err conftest.$ac_objext \
13899 >    conftest$ac_exeext conftest.$ac_ext
13900 > LIBS=$ac_check_lib_save_LIBS
13901 > fi
13902 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13903 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13904 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13905    cat >>confdefs.h <<_ACEOF
13906 < #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13906 > #define HAVE_LIBSSL 1
13907   _ACEOF
13908  
13909 +  LIBS="-lssl $LIBS"
13910 +
13911   fi
13892 done
13912  
13913   fi
13914  
# Line 13900 | Line 13919 | $as_echo "no - OpenSSL support disabled"
13919   fi
13920   fi
13921  
13922 < if test "$cf_enable_openssl" = yes; then
13922 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
13923    ENABLE_SSL_TRUE=
13924    ENABLE_SSL_FALSE='#'
13925   else
# Line 13925 | Line 13944 | $as_echo "#define NDEBUG 1" >>confdefs.h
13944   fi
13945  
13946  
13928 # Check whether --enable-small-net was given.
13929 if test "${enable_small_net+set}" = set; then :
13930  enableval=$enable_small_net; small_net=$enableval
13931 else
13932  small_net=no
13933 fi
13934
13935
13936 if test "$small_net" = "yes"; then :
13937
13938
13939 $as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h
13940
13941
13942 $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
13943
13944
13945 $as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h
13946
13947
13948 $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
13949
13950
13951 $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
13952
13953
13954 $as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h
13955
13956
13957 $as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h
13958
13959
13960 $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
13961
13947  
13948 < $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
13948 > $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13949  
13950  
13951 < $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
13951 > $as_echo "#define MP_CHUNK_SIZE_CHANNEL 64*1024" >>confdefs.h
13952  
13968 else
13969
13970
13971
13972 $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h
13973
13974
13975 $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
13953  
13954 + $as_echo "#define MP_CHUNK_SIZE_MEMBER 32*1024" >>confdefs.h
13955  
13978 $as_echo "#define BAN_HEAP_SIZE 1024" >>confdefs.h
13956  
13957 + $as_echo "#define MP_CHUNK_SIZE_BAN 16*1024" >>confdefs.h
13958  
13981 $as_echo "#define CLIENT_HEAP_SIZE 1024" >>confdefs.h
13959  
13960 + $as_echo "#define MP_CHUNK_SIZE_CLIENT 256*1024" >>confdefs.h
13961  
13984 $as_echo "#define LCLIENT_HEAP_SIZE 512" >>confdefs.h
13962  
13963 + $as_echo "#define MP_CHUNK_SIZE_LCLIENT 128*1024" >>confdefs.h
13964  
13987 $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
13965  
13966 + $as_echo "#define MP_CHUNK_SIZE_DNODE 8*1024" >>confdefs.h
13967  
13990 $as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h
13968  
13969 + $as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h
13970  
13993 $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
13971  
13972 + $as_echo "#define MP_CHUNK_SIZE_AUTH 32*1024" >>confdefs.h
13973  
13996 $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
13974  
13975 + $as_echo "#define MP_CHUNK_SIZE_DNS 16*1024" >>confdefs.h
13976  
13999 $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
13977  
13978 < fi
13978 > $as_echo "#define MP_CHUNK_SIZE_WATCH 4*1024" >>confdefs.h
13979  
13980  
13981   # Argument processing.
# Line 14404 | Line 14381 | fi
14381  
14382  
14383   cat >>confdefs.h <<_ACEOF
14384 < #define NICKLEN ($nicklen+1)
14384 > #define NICKLEN ($nicklen)
14385   _ACEOF
14386  
14387  
# Line 14424 | Line 14401 | _ACEOF
14401  
14402  
14403  
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
14404    # Check whether --enable-halfops was given.
14405   if test "${enable_halfops+set}" = set; then :
14406    enableval=$enable_halfops; halfops="$enableval"
# Line 14486 | Line 14423 | else
14423   fi
14424  
14425    if test "$debugging" = "yes" ; then
14489
14490 $as_echo "#define DEBUG 1" >>confdefs.h
14491
14426      CFLAGS="-Wall -g -O0"
14493  else
14494
14495 $as_echo "#define NDEBUG 1" >>confdefs.h
14496
14427    fi
14428  
14429  
# Line 14509 | Line 14439 | fi
14439    fi
14440  
14441  
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
14442  
14443    prefix_NONE=
14444    exec_prefix_NONE=
# Line 14634 | Line 14525 | _ACEOF
14525    test "$exec_prefix_NONE" && exec_prefix=NONE
14526  
14527  
14528 < 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"
14528 > 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"
14529  
14530  
14531   cat >confcache <<\_ACEOF
# Line 14746 | Line 14637 | LIBOBJS=$ac_libobjs
14637   LTLIBOBJS=$ac_ltlibobjs
14638  
14639  
14640 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14641 + $as_echo_n "checking that generated files are newer than configure... " >&6; }
14642 +   if test -n "$am_sleep_pid"; then
14643 +     # Hide warnings about reused PIDs.
14644 +     wait $am_sleep_pid 2>/dev/null
14645 +   fi
14646 +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14647 + $as_echo "done" >&6; }
14648   if test -n "$EXEEXT"; then
14649    am__EXEEXT_TRUE=
14650    am__EXEEXT_FALSE='#'
# Line 14792 | Line 14691 | LT_CONFIG_H=config.h
14691  
14692  
14693  
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
14694   if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
14695    as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14696   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14697   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
14698  
14699   : "${CONFIG_STATUS=./config.status}"
14700   ac_write_fail=0
# Line 15102 | Line 14993 | if (echo >conf$$.file) 2>/dev/null; then
14993      # ... but there are two gotchas:
14994      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14995      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14996 <    # In both cases, we have to default to `cp -p'.
14996 >    # In both cases, we have to default to `cp -pR'.
14997      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14998 <      as_ln_s='cp -p'
14998 >      as_ln_s='cp -pR'
14999    elif ln conf$$.file conf$$ 2>/dev/null; then
15000      as_ln_s=ln
15001    else
15002 <    as_ln_s='cp -p'
15002 >    as_ln_s='cp -pR'
15003    fi
15004   else
15005 <  as_ln_s='cp -p'
15005 >  as_ln_s='cp -pR'
15006   fi
15007   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15008   rmdir conf$$.dir 2>/dev/null
# Line 15171 | Line 15062 | else
15062    as_mkdir_p=false
15063   fi
15064  
15065 < if test -x / >/dev/null 2>&1; then
15066 <  as_test_x='test -x'
15067 < else
15068 <  if ls -dL / >/dev/null 2>&1; then
15069 <    as_ls_L_option=L
15070 <  else
15071 <    as_ls_L_option=
15072 <  fi
15073 <  as_test_x='
15074 <    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
15065 >
15066 > # as_fn_executable_p FILE
15067 > # -----------------------
15068 > # Test if FILE is an executable regular file.
15069 > as_fn_executable_p ()
15070 > {
15071 >  test -f "$1" && test -x "$1"
15072 > } # as_fn_executable_p
15073 > as_test_x='test -x'
15074 > as_executable_p=as_fn_executable_p
15075  
15076   # Sed expression to map a string onto a valid CPP name.
15077   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 15213 | Line 15092 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15092   # report actual input values of CONFIG_FILES etc. instead of their
15093   # values after options handling.
15094   ac_log="
15095 < This file was extended by ircd-hybrid $as_me 7.3-rc1, which was
15096 < generated by GNU Autoconf 2.68.  Invocation command line was
15095 > This file was extended by ircd-hybrid $as_me TRUNK, which was
15096 > generated by GNU Autoconf 2.69.  Invocation command line was
15097  
15098    CONFIG_FILES    = $CONFIG_FILES
15099    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 15279 | Line 15158 | _ACEOF
15158   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15159   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15160   ac_cs_version="\\
15161 < ircd-hybrid config.status 7.3-rc1
15162 < configured by $0, generated by GNU Autoconf 2.68,
15161 > ircd-hybrid config.status TRUNK
15162 > configured by $0, generated by GNU Autoconf 2.69,
15163    with options \\"\$ac_cs_config\\"
15164  
15165 < Copyright (C) 2010 Free Software Foundation, Inc.
15165 > Copyright (C) 2012 Free Software Foundation, Inc.
15166   This config.status script is free software; the Free Software Foundation
15167   gives unlimited permission to copy, distribute and modify it."
15168  
# Line 15374 | Line 15253 | fi
15253   _ACEOF
15254   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15255   if \$ac_cs_recheck; then
15256 <  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15256 >  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15257    shift
15258    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15259    CONFIG_SHELL='$SHELL'
# Line 15416 | Line 15295 | pic_mode='`$ECHO "$pic_mode" | $SED "$de
15295   enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15296   SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15297   ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15298 + PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
15299   host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15300   host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15301   host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
# Line 15498 | Line 15378 | with_gnu_ld='`$ECHO "$with_gnu_ld" | $SE
15378   allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15379   no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15380   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"`'
15381   hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15382   hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15383   hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
# Line 15554 | Line 15433 | _LTECHO_EOF'
15433   # Quote evaled strings.
15434   for var in SHELL \
15435   ECHO \
15436 + PATH_SEPARATOR \
15437   SED \
15438   GREP \
15439   EGREP \
# Line 15604 | Line 15484 | with_gnu_ld \
15484   allow_undefined_flag \
15485   no_undefined_flag \
15486   hardcode_libdir_flag_spec \
15607 hardcode_libdir_flag_spec_ld \
15487   hardcode_libdir_separator \
15488   exclude_expsyms \
15489   include_expsyms \
# Line 15689 | Line 15568 | do
15568      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15569      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15570      "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" ;;
15571      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
15572      "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
15573      "messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;;
# Line 16299 | Line 16174 | $as_echo "$as_me: executing $ac_file com
16174  
16175    case $ac_file$ac_mode in
16176      "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16177 <  # Autoconf 2.62 quotes --file arguments for eval, but not when files
16177 >  # Older Autoconf quotes --file arguments for eval, but not when files
16178    # are listed without --file.  Let's play safe and only enable the eval
16179    # if we detect the quoting.
16180    case $CONFIG_FILES in
# Line 16312 | Line 16187 | $as_echo "$as_me: executing $ac_file com
16187      # Strip MF so we end up with the name of the file.
16188      mf=`echo "$mf" | sed -e 's/:.*$//'`
16189      # Check whether this is an Automake generated Makefile or not.
16190 <    # We used to match only the files named `Makefile.in', but
16190 >    # We used to match only the files named 'Makefile.in', but
16191      # some people rename them; so instead we look at the file content.
16192      # Grep'ing the first line is not enough: some people post-process
16193      # each Makefile.in and add a new line on top of each file to say so.
# Line 16346 | Line 16221 | $as_echo X"$mf" |
16221        continue
16222      fi
16223      # Extract the definition of DEPDIR, am__include, and am__quote
16224 <    # from the Makefile without running `make'.
16224 >    # from the Makefile without running 'make'.
16225      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16226      test -z "$DEPDIR" && continue
16227      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16228      test -z "am__include" && continue
16229      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"`
16230      # Find all dependency output files, they are included files with
16231      # $(DEPDIR) in their names.  We invoke sed twice because it is the
16232      # simplest approach to changing $(DEPDIR) to its actual value in the
16233      # expansion.
16234      for file in `sed -n "
16235        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16236 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16236 >         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16237        # Make sure the directory exists.
16238        test -f "$dirpart/$file" && continue
16239        fdir=`$as_dirname -- "$file" ||
# Line 16414 | Line 16287 | $as_echo X"$file" |
16287   # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16288   #
16289   #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16290 < #                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
16291 < #                 Inc.
16290 > #                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
16291 > #                 Foundation, Inc.
16292   #   Written by Gordon Matzigkeit, 1996
16293   #
16294   #   This file is part of GNU Libtool.
# Line 16469 | Line 16342 | SHELL=$lt_SHELL
16342   # An echo program that protects backslashes.
16343   ECHO=$lt_ECHO
16344  
16345 + # The PATH separator for the build system.
16346 + PATH_SEPARATOR=$lt_PATH_SEPARATOR
16347 +
16348   # The host system.
16349   host_alias=$host_alias
16350   host=$host
# Line 16770 | Line 16646 | no_undefined_flag=$lt_no_undefined_flag
16646   # This must work even if \$libdir does not exist
16647   hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16648  
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
16649   # Whether we need a single "-rpath" flag with a separated argument.
16650   hardcode_libdir_separator=$lt_hardcode_libdir_separator
16651  

Comparing:
ircd-hybrid-7.3/configure (property svn:eol-style), Revision 1123 by michael, Sun Feb 6 21:57:50 2011 UTC vs.
ircd-hybrid/trunk/configure (property svn:eol-style), Revision 1720 by michael, Fri Dec 28 21:06:21 2012 UTC

# Line 0 | Line 1
1 + native

Diff Legend

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