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 1106 by michael, Tue Nov 2 15:10:53 2010 UTC vs.
ircd-hybrid/trunk/configure (file contents), Revision 1736 by michael, Sun Jan 13 09:31:46 2013 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1095 2010-08-02 20:14:21Z michael .
2 > # From configure.ac Id: configure.ac 1720 2012-12-28 21:06:21Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.68 for ircd-hybrid 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
796 enable_rtsigio
814   enable_poll
815   enable_select
816   with_nicklen
817   with_topiclen
801 with_syslog_facility
802 enable_efnet
818   enable_halfops
819   enable_debugging
820   enable_warnings
806 enable_syslog
821   '
822        ac_precious_vars='build_alias
823   host_alias
# Line 1271 | Line 1285 | target=$target_alias
1285   if test "x$host_alias" != x; then
1286    if test "x$build_alias" = x; then
1287      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
1288    elif test "x$build_alias" != "x$host_alias"; then
1289      cross_compiling=yes
1290    fi
# Line 1358 | Line 1370 | if test "$ac_init_help" = "long"; then
1370    # Omit some internal or obsolete options to make the list less imposing.
1371    # This message is too long to be a string in the A/UX 3.1 sh.
1372    cat <<_ACEOF
1373 < \`configure' configures ircd-hybrid 7.3-rc1 to adapt to many kinds of systems.
1373 > \`configure' configures ircd-hybrid TRUNK to adapt to many kinds of systems.
1374  
1375   Usage: $0 [OPTION]... [VAR=VALUE]...
1376  
# Line 1428 | Line 1440 | fi
1440  
1441   if test -n "$ac_init_help"; then
1442    case $ac_init_help in
1443 <     short | recursive ) echo "Configuration of ircd-hybrid 7.3-rc1:";;
1443 >     short | recursive ) echo "Configuration of ircd-hybrid TRUNK:";;
1444     esac
1445    cat <<\_ACEOF
1446  
# Line 1436 | Line 1448 | Optional Features:
1448    --disable-option-checking  ignore unrecognized --enable/--with options
1449    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1450    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1451 <  --enable-maintainer-mode  enable make rules and dependencies not useful
1452 <                          (and sometimes confusing) to the casual installer
1453 <  --disable-dependency-tracking  speeds up one-time build
1454 <  --enable-dependency-tracking   do not reject slow dependency extractors
1451 >  --enable-silent-rules   less verbose build output (undo: "make V=1")
1452 >  --disable-silent-rules  verbose build output (undo: "make V=0")
1453 >  --enable-maintainer-mode
1454 >                          enable make rules and dependencies not useful (and
1455 >                          sometimes confusing) to the casual installer
1456 >  --enable-dependency-tracking
1457 >                          do not reject slow dependency extractors
1458 >  --disable-dependency-tracking
1459 >                          speeds up one-time build
1460    --enable-static[=PKGS]  build static libraries [default=no]
1461    --enable-shared[=PKGS]  build shared libraries [default=yes]
1462    --enable-fast-install[=PKGS]
1463                            optimize for fast installation [default=yes]
1464    --disable-libtool-lock  avoid locking (might break parallel builds)
1465    --enable-ltdl-install   install libltdl
1449  --disable-zlib          Disable ziplinks support
1466    --disable-libpcre       Disable PCRE support
1467    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1468    --disable-openssl            Disable OpenSSL support.
1469    --enable-assert         Enable assert() statements
1454  --enable-small-net      Enable small network support.
1470    --enable-kqueue         Force kqueue usage.
1471    --enable-epoll          Force epoll usage.
1472    --enable-devpoll        Force devpoll usage.
1458  --enable-rtsigio        Force rtsigio usage.
1473    --enable-poll           Force poll usage.
1474    --enable-select         Force select usage.
1461  --enable-efnet          For IRCDs running on EFnet.
1475    --enable-halfops        Enable halfops support.
1476    --enable-debugging      Enable debugging.
1477    --enable-warnings       Enable compiler warnings.
1465  --enable-syslog="EVENTS"
1466                          Enable syslog for events: users oper (space
1467                          separated in quotes; default: disabled).
1478  
1479   Optional Packages:
1480    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1481    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1482 <  --with-pic              try to use only PIC/non-PIC objects [default=use
1482 >  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1483                            both]
1484    --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1485    --with-sysroot=DIR Search for dependent libraries within DIR
# Line 1477 | Line 1487 | Optional Packages:
1487    --with-included-ltdl    use the GNU ltdl sources included here
1488    --with-ltdl-include=DIR use the ltdl headers installed in DIR
1489    --with-ltdl-lib=DIR     use the libltdl.la installed in DIR
1480  --with-zlib-path=DIR    Path to libz.so for ziplinks support.
1481  --with-libpcre-path=DIR Path to libpcre.so for PCRE support.
1490    --with-nicklen=<value>  Set nickname length (default 9).
1491    --with-topiclen=<value> Set topic length (default 160).
1484  --with-syslog-facility=LOG
1485                          Define the syslog facility to use (default:
1486                          LOG_LOCAL4)
1492  
1493   Some influential environment variables:
1494    CC          C compiler command
# Line 1567 | Line 1572 | fi
1572   test -n "$ac_init_help" && exit $ac_status
1573   if $ac_init_version; then
1574    cat <<\_ACEOF
1575 < ircd-hybrid configure 7.3-rc1
1576 < generated by GNU Autoconf 2.68
1575 > ircd-hybrid configure TRUNK
1576 > generated by GNU Autoconf 2.69
1577  
1578 < Copyright (C) 2010 Free Software Foundation, Inc.
1578 > Copyright (C) 2012 Free Software Foundation, Inc.
1579   This configure script is free software; the Free Software Foundation
1580   gives unlimited permission to copy, distribute and modify it.
1581   _ACEOF
# Line 1646 | Line 1651 | $as_echo "$ac_try_echo"; } >&5
1651           test ! -s conftest.err
1652         } && test -s conftest$ac_exeext && {
1653           test "$cross_compiling" = yes ||
1654 <         $as_test_x conftest$ac_exeext
1654 >         test -x conftest$ac_exeext
1655         }; then :
1656    ac_retval=0
1657   else
# Line 2093 | Line 2098 | cat >config.log <<_ACEOF
2098   This file contains any messages produced by compilers while
2099   running configure, to aid debugging if configure makes a mistake.
2100  
2101 < It was created by ircd-hybrid $as_me 7.3-rc1, which was
2102 < generated by GNU Autoconf 2.68.  Invocation command line was
2101 > It was created by ircd-hybrid $as_me TRUNK, which was
2102 > generated by GNU Autoconf 2.69.  Invocation command line was
2103  
2104    $ $0 $@
2105  
# Line 2373 | Line 2378 | $as_echo "$as_me: creating cache $cache_
2378    >$cache_file
2379   fi
2380  
2376 as_fn_append ac_func_list " mmap"
2381   as_fn_append ac_func_list " strtok_r"
2382   as_fn_append ac_func_list " usleep"
2383   as_fn_append ac_func_list " strlcat"
2384   as_fn_append ac_func_list " strlcpy"
2385   as_fn_append ac_header_list " crypt.h"
2382 as_fn_append ac_header_list " inttypes.h"
2383 as_fn_append ac_header_list " stdint.h"
2386   as_fn_append ac_header_list " sys/resource.h"
2387   as_fn_append ac_header_list " sys/param.h"
2386 as_fn_append ac_header_list " errno.h"
2387 as_fn_append ac_header_list " sys/syslog.h"
2388   as_fn_append ac_header_list " types.h"
2389   as_fn_append ac_header_list " socket.h"
2390   as_fn_append ac_header_list " sys/wait.h"
2391   as_fn_append ac_header_list " wait.h"
2392 as_fn_append ac_header_list " link.h"
2392   # Check that the precious variables saved in the cache have kept the same
2393   # value.
2394   ac_cache_corrupted=false
# Line 2458 | Line 2457 | ac_link='$CC -o conftest$ac_exeext $CFLA
2457   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2458  
2459  
2460 < am__api_version='1.11'
2460 > am__api_version='1.13'
2461  
2462   ac_aux_dir=
2463   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2526 | Line 2525 | case $as_dir/ in #((
2525      # by default.
2526      for ac_prog in ginstall scoinst install; do
2527        for ac_exec_ext in '' $ac_executable_extensions; do
2528 <        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2528 >        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2529            if test $ac_prog = install &&
2530              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2531              # AIX install.  It has an incompatible calling convention.
# Line 2584 | Line 2583 | test -z "$INSTALL_DATA" && INSTALL_DATA=
2583  
2584   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2585   $as_echo_n "checking whether build environment is sane... " >&6; }
2587 # Just in case
2588 sleep 1
2589 echo timestamp > conftest.file
2586   # Reject unsafe characters in $srcdir or the absolute working directory
2587   # name.  Accept space and tab only in the latter.
2588   am_lf='
# Line 2597 | Line 2593 | case `pwd` in
2593   esac
2594   case $srcdir in
2595    *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2596 <    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2596 >    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2597   esac
2598  
2599 < # Do `set' in a subshell so we don't clobber the current shell's
2599 > # Do 'set' in a subshell so we don't clobber the current shell's
2600   # arguments.  Must try -L first in case configure is actually a
2601   # symlink; some systems play weird games with the mod time of symlinks
2602   # (eg FreeBSD returns the mod time of the symlink's containing
2603   # directory).
2604   if (
2605 <   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2606 <   if test "$*" = "X"; then
2607 <      # -L didn't work.
2608 <      set X `ls -t "$srcdir/configure" conftest.file`
2609 <   fi
2610 <   rm -f conftest.file
2611 <   if test "$*" != "X $srcdir/configure conftest.file" \
2612 <      && test "$*" != "X conftest.file $srcdir/configure"; then
2613 <
2614 <      # If neither matched, then we have a broken ls.  This can happen
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
2605 >   am_has_slept=no
2606 >   for am_try in 1 2; do
2607 >     echo "timestamp, slept: $am_has_slept" > conftest.file
2608 >     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2609 >     if test "$*" = "X"; then
2610 >        # -L didn't work.
2611 >        set X `ls -t "$srcdir/configure" conftest.file`
2612 >     fi
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
2617 +        # if, for instance, CONFIG_SHELL is bash and it inherits a
2618 +        # broken ls alias from the environment.  This has actually
2619 +        # happened.  Such a system could not be considered "sane".
2620 +        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2621 +  alias in your environment" "$LINENO" 5
2622 +     fi
2623 +     if test "$2" = conftest.file || test $am_try -eq 2; then
2624 +       break
2625 +     fi
2626 +     # Just in case.
2627 +     sleep 1
2628 +     am_has_slept=yes
2629 +   done
2630     test "$2" = conftest.file
2631     )
2632   then
# Line 2634 | Line 2638 | Check your system clock" "$LINENO" 5
2638   fi
2639   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2640   $as_echo "yes" >&6; }
2641 + # If we didn't sleep, we still need to ensure time stamps of config.status and
2642 + # generated files are strictly newer.
2643 + am_sleep_pid=
2644 + if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2645 +  ( sleep 1 ) &
2646 +  am_sleep_pid=$!
2647 + fi
2648 +
2649 + rm -f conftest.file
2650 +
2651   test "$program_prefix" != NONE &&
2652    program_transform_name="s&^&$program_prefix&;$program_transform_name"
2653   # Use a double $ so make ignores it.
# Line 2656 | Line 2670 | if test x"${MISSING+set}" != xset; then
2670    esac
2671   fi
2672   # Use eval to expand $SHELL
2673 < if eval "$MISSING --run true"; then
2674 <  am_missing_run="$MISSING --run "
2673 > if eval "$MISSING --is-lightweight"; then
2674 >  am_missing_run="$MISSING "
2675   else
2676    am_missing_run=
2677 <  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2678 < $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2677 >  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2678 > $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2679   fi
2680  
2681   if test x"${install_sh}" != xset; then
# Line 2673 | Line 2687 | if test x"${install_sh}" != xset; then
2687    esac
2688   fi
2689  
2690 < # Installed binaries are usually stripped using `strip' when the user
2691 < # run `make install-strip'.  However `strip' might not be the right
2690 > # Installed binaries are usually stripped using 'strip' when the user
2691 > # run "make install-strip".  However 'strip' might not be the right
2692   # tool to use in cross-compilation environments, therefore Automake
2693 < # will honor the `STRIP' environment variable to overrule this program.
2693 > # will honor the 'STRIP' environment variable to overrule this program.
2694   if test "$cross_compiling" != no; then
2695    if test -n "$ac_tool_prefix"; then
2696    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
# Line 2695 | Line 2709 | do
2709    IFS=$as_save_IFS
2710    test -z "$as_dir" && as_dir=.
2711      for ac_exec_ext in '' $ac_executable_extensions; do
2712 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2712 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2713      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2714      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2715      break 2
# Line 2735 | Line 2749 | do
2749    IFS=$as_save_IFS
2750    test -z "$as_dir" && as_dir=.
2751      for ac_exec_ext in '' $ac_executable_extensions; do
2752 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2752 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2753      ac_cv_prog_ac_ct_STRIP="strip"
2754      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2755      break 2
# Line 2786 | Line 2800 | do
2800    test -z "$as_dir" && as_dir=.
2801      for ac_prog in mkdir gmkdir; do
2802           for ac_exec_ext in '' $ac_executable_extensions; do
2803 <           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2803 >           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2804             case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2805               'mkdir (GNU coreutils) '* | \
2806               'mkdir (coreutils) '* | \
# Line 2815 | Line 2829 | fi
2829   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2830   $as_echo "$MKDIR_P" >&6; }
2831  
2818 mkdir_p="$MKDIR_P"
2819 case $mkdir_p in
2820  [\\/$]* | ?:[\\/]*) ;;
2821  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2822 esac
2823
2832   for ac_prog in gawk mawk nawk awk
2833   do
2834    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 2839 | Line 2847 | do
2847    IFS=$as_save_IFS
2848    test -z "$as_dir" && as_dir=.
2849      for ac_exec_ext in '' $ac_executable_extensions; do
2850 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2850 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2851      ac_cv_prog_AWK="$ac_prog"
2852      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2853      break 2
# Line 2903 | Line 2911 | else
2911   fi
2912   rmdir .tst 2>/dev/null
2913  
2914 + # Check whether --enable-silent-rules was given.
2915 + if test "${enable_silent_rules+set}" = set; then :
2916 +  enableval=$enable_silent_rules;
2917 + fi
2918 +
2919 + case $enable_silent_rules in # (((
2920 +  yes) AM_DEFAULT_VERBOSITY=0;;
2921 +   no) AM_DEFAULT_VERBOSITY=1;;
2922 +    *) AM_DEFAULT_VERBOSITY=1;;
2923 + esac
2924 + am_make=${MAKE-make}
2925 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2926 + $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2927 + if ${am_cv_make_support_nested_variables+:} false; then :
2928 +  $as_echo_n "(cached) " >&6
2929 + else
2930 +  if $as_echo 'TRUE=$(BAR$(V))
2931 + BAR0=false
2932 + BAR1=true
2933 + V=1
2934 + am__doit:
2935 +        @$(TRUE)
2936 + .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2937 +  am_cv_make_support_nested_variables=yes
2938 + else
2939 +  am_cv_make_support_nested_variables=no
2940 + fi
2941 + fi
2942 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2943 + $as_echo "$am_cv_make_support_nested_variables" >&6; }
2944 + if test $am_cv_make_support_nested_variables = yes; then
2945 +    AM_V='$(V)'
2946 +  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2947 + else
2948 +  AM_V=$AM_DEFAULT_VERBOSITY
2949 +  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2950 + fi
2951 + AM_BACKSLASH='\'
2952 +
2953   if test "`cd $srcdir && pwd`" != "`pwd`"; then
2954    # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2955    # is not polluted with repeated "-I."
# Line 2925 | Line 2972 | fi
2972  
2973   # Define the identity of the package.
2974   PACKAGE='ircd-hybrid'
2975 < VERSION='7.3-rc1'
2975 > VERSION='TRUNK'
2976  
2977  
2978   cat >>confdefs.h <<_ACEOF
# Line 2953 | Line 3000 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
3000  
3001   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3002  
3003 + # For better backward compatibility.  To be removed once Automake 1.9.x
3004 + # dies out for good.  For more background, see:
3005 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3006 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3007 + mkdir_p='$(MKDIR_P)'
3008 +
3009   # We need awk for the "check" target.  The system "awk" is bad on
3010   # some platforms.
3011 < # Always define AMTAR for backward compatibility.
3012 <
3013 < AMTAR=${AMTAR-"${am_missing_run}tar"}
3011 > # Always define AMTAR for backward compatibility.  Yes, it's still used
3012 > # in the wild :-(  We should find a proper way to deprecate it ...
3013 > AMTAR='$${TAR-tar}'
3014  
3015 < am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3015 > am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3016  
3017  
3018  
# Line 3012 | Line 3065 | am__quote=
3065   _am_result=none
3066   # First try GNU make style include.
3067   echo "include confinc" > confmf
3068 < # Ignore all kinds of additional output from `make'.
3068 > # Ignore all kinds of additional output from 'make'.
3069   case `$am_make -s -f confmf 2> /dev/null` in #(
3070   *the\ am__doit\ target*)
3071    am__include=include
# Line 3045 | Line 3098 | fi
3098   if test "x$enable_dependency_tracking" != xno; then
3099    am_depcomp="$ac_aux_dir/depcomp"
3100    AMDEPBACKSLASH='\'
3101 +  am__nodep='_no'
3102   fi
3103   if test "x$enable_dependency_tracking" != xno; then
3104    AMDEP_TRUE=
# Line 3077 | Line 3131 | do
3131    IFS=$as_save_IFS
3132    test -z "$as_dir" && as_dir=.
3133      for ac_exec_ext in '' $ac_executable_extensions; do
3134 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3134 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3135      ac_cv_prog_CC="${ac_tool_prefix}gcc"
3136      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3137      break 2
# Line 3117 | Line 3171 | do
3171    IFS=$as_save_IFS
3172    test -z "$as_dir" && as_dir=.
3173      for ac_exec_ext in '' $ac_executable_extensions; do
3174 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3174 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3175      ac_cv_prog_ac_ct_CC="gcc"
3176      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3177      break 2
# Line 3170 | Line 3224 | do
3224    IFS=$as_save_IFS
3225    test -z "$as_dir" && as_dir=.
3226      for ac_exec_ext in '' $ac_executable_extensions; do
3227 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3227 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3228      ac_cv_prog_CC="${ac_tool_prefix}cc"
3229      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3230      break 2
# Line 3211 | Line 3265 | do
3265    IFS=$as_save_IFS
3266    test -z "$as_dir" && as_dir=.
3267      for ac_exec_ext in '' $ac_executable_extensions; do
3268 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3268 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3269      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3270         ac_prog_rejected=yes
3271         continue
# Line 3269 | Line 3323 | do
3323    IFS=$as_save_IFS
3324    test -z "$as_dir" && as_dir=.
3325      for ac_exec_ext in '' $ac_executable_extensions; do
3326 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3326 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3327      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3328      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3329      break 2
# Line 3313 | Line 3367 | do
3367    IFS=$as_save_IFS
3368    test -z "$as_dir" && as_dir=.
3369      for ac_exec_ext in '' $ac_executable_extensions; do
3370 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3370 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3371      ac_cv_prog_ac_ct_CC="$ac_prog"
3372      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3373      break 2
# Line 3759 | Line 3813 | cat confdefs.h - <<_ACEOF >conftest.$ac_
3813   /* end confdefs.h.  */
3814   #include <stdarg.h>
3815   #include <stdio.h>
3816 < #include <sys/types.h>
3763 < #include <sys/stat.h>
3816 > struct stat;
3817   /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3818   struct buf { int x; };
3819   FILE * (*rcsopen) (struct buf *, struct stat *, int);
# Line 3856 | Line 3909 | else
3909    # We make a subdir and do the tests there.  Otherwise we can end up
3910    # making bogus files that we don't know about and never remove.  For
3911    # instance it was reported that on HP-UX the gcc test will end up
3912 <  # making a dummy file named `D' -- because `-MD' means `put the output
3913 <  # in D'.
3912 >  # making a dummy file named 'D' -- because '-MD' means "put the output
3913 >  # in D".
3914 >  rm -rf conftest.dir
3915    mkdir conftest.dir
3916    # Copy depcomp to subdir because otherwise we won't find it if we're
3917    # using a relative directory.
# Line 3891 | Line 3945 | else
3945      : > sub/conftest.c
3946      for i in 1 2 3 4 5 6; do
3947        echo '#include "conftst'$i'.h"' >> sub/conftest.c
3948 <      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3949 <      # Solaris 8's {/usr,}/bin/sh.
3950 <      touch sub/conftst$i.h
3948 >      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3949 >      # Solaris 10 /bin/sh.
3950 >      echo '/* dummy */' > sub/conftst$i.h
3951      done
3952      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3953  
3954 <    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3954 >    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3955      # mode.  It turns out that the SunPro C++ compiler does not properly
3956 <    # handle `-M -o', and we need to detect this.  Also, some Intel
3957 <    # versions had trouble with output in subdirs
3956 >    # handle '-M -o', and we need to detect this.  Also, some Intel
3957 >    # versions had trouble with output in subdirs.
3958      am__obj=sub/conftest.${OBJEXT-o}
3959      am__minus_obj="-o $am__obj"
3960      case $depmode in
# Line 3909 | Line 3963 | else
3963        test "$am__universal" = false || continue
3964        ;;
3965      nosideeffect)
3966 <      # after this tag, mechanisms are not by side-effect, so they'll
3967 <      # only be used when explicitly requested
3966 >      # After this tag, mechanisms are not by side-effect, so they'll
3967 >      # only be used when explicitly requested.
3968        if test "x$enable_dependency_tracking" = xyes; then
3969          continue
3970        else
3971          break
3972        fi
3973        ;;
3974 <    msvisualcpp | msvcmsys)
3975 <      # This compiler won't grok `-c -o', but also, the minuso test has
3974 >    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3975 >      # This compiler won't grok '-c -o', but also, the minuso test has
3976        # not run yet.  These depmodes are late enough in the game, and
3977        # so weak that their functioning should not be impacted.
3978        am__obj=conftest.${OBJEXT-o}
# Line 4118 | Line 4172 | main ()
4172    return 0;
4173   }
4174   _ACEOF
4175 < for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4175 > for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
4176   do
4177    CC="$ac_save_CC $ac_arg"
4178    if ac_fn_c_try_compile "$LINENO"; then :
# Line 4150 | Line 4204 | fi
4204  
4205  
4206   if test "$ac_cv_prog_cc_c99" = "no"; then :
4207 <  as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5
4207 >  as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5
4208   fi
4209   for ac_prog in 'bison -y' byacc
4210   do
# Line 4170 | Line 4224 | do
4224    IFS=$as_save_IFS
4225    test -z "$as_dir" && as_dir=.
4226      for ac_exec_ext in '' $ac_executable_extensions; do
4227 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4227 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4228      ac_cv_prog_YACC="$ac_prog"
4229      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4230      break 2
# Line 4214 | Line 4268 | do
4268    IFS=$as_save_IFS
4269    test -z "$as_dir" && as_dir=.
4270      for ac_exec_ext in '' $ac_executable_extensions; do
4271 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4271 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4272      ac_cv_prog_LEX="$ac_prog"
4273      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4274      break 2
# Line 4246 | Line 4300 | a { ECHO; }
4300   b { REJECT; }
4301   c { yymore (); }
4302   d { yyless (1); }
4303 < e { yyless (input () != 0); }
4303 > e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
4304 >    yyless ((input () != 0)); }
4305   f { unput (yytext[0]); }
4306   . { BEGIN INITIAL; }
4307   %%
# Line 4375 | Line 4430 | esac
4430  
4431  
4432  
4433 < macro_version='2.4'
4434 < macro_revision='1.3293'
4433 > macro_version='2.4.2'
4434 > macro_revision='1.3337'
4435  
4436  
4437  
# Line 4554 | Line 4609 | do
4609      for ac_prog in sed gsed; do
4610      for ac_exec_ext in '' $ac_executable_extensions; do
4611        ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4612 <      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4612 >      as_fn_executable_p "$ac_path_SED" || continue
4613   # Check for GNU ac_path_SED and select it if it is found.
4614    # Check for GNU $ac_path_SED
4615   case `"$ac_path_SED" --version 2>&1` in
# Line 4630 | Line 4685 | do
4685      for ac_prog in grep ggrep; do
4686      for ac_exec_ext in '' $ac_executable_extensions; do
4687        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4688 <      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4688 >      as_fn_executable_p "$ac_path_GREP" || continue
4689   # Check for GNU ac_path_GREP and select it if it is found.
4690    # Check for GNU $ac_path_GREP
4691   case `"$ac_path_GREP" --version 2>&1` in
# Line 4696 | Line 4751 | do
4751      for ac_prog in egrep; do
4752      for ac_exec_ext in '' $ac_executable_extensions; do
4753        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4754 <      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4754 >      as_fn_executable_p "$ac_path_EGREP" || continue
4755   # Check for GNU ac_path_EGREP and select it if it is found.
4756    # Check for GNU $ac_path_EGREP
4757   case `"$ac_path_EGREP" --version 2>&1` in
# Line 4763 | Line 4818 | do
4818      for ac_prog in fgrep; do
4819      for ac_exec_ext in '' $ac_executable_extensions; do
4820        ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4821 <      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4821 >      as_fn_executable_p "$ac_path_FGREP" || continue
4822   # Check for GNU ac_path_FGREP and select it if it is found.
4823    # Check for GNU $ac_path_FGREP
4824   case `"$ac_path_FGREP" --version 2>&1` in
# Line 5019 | Line 5074 | do
5074    IFS=$as_save_IFS
5075    test -z "$as_dir" && as_dir=.
5076      for ac_exec_ext in '' $ac_executable_extensions; do
5077 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5077 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5078      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5079      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5080      break 2
# Line 5063 | Line 5118 | do
5118    IFS=$as_save_IFS
5119    test -z "$as_dir" && as_dir=.
5120      for ac_exec_ext in '' $ac_executable_extensions; do
5121 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5121 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5122      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5123      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5124      break 2
# Line 5221 | Line 5276 | else
5276      lt_cv_sys_max_cmd_len=196608
5277      ;;
5278  
5279 +  os2*)
5280 +    # The test takes a long time on OS/2.
5281 +    lt_cv_sys_max_cmd_len=8192
5282 +    ;;
5283 +
5284    osf*)
5285      # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5286      # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
# Line 5260 | Line 5320 | else
5320        # If test is not a shell built-in, we'll probably end up computing a
5321        # maximum length that is only half of the actual maximum length, but
5322        # we can't tell.
5323 <      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5323 >      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5324                   = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5325                test $i != 17 # 1/2 MB should be enough
5326        do
# Line 5482 | Line 5542 | do
5542    IFS=$as_save_IFS
5543    test -z "$as_dir" && as_dir=.
5544      for ac_exec_ext in '' $ac_executable_extensions; do
5545 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5545 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5546      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5547      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5548      break 2
# Line 5522 | Line 5582 | do
5582    IFS=$as_save_IFS
5583    test -z "$as_dir" && as_dir=.
5584      for ac_exec_ext in '' $ac_executable_extensions; do
5585 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5585 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5586      ac_cv_prog_ac_ct_OBJDUMP="objdump"
5587      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5588      break 2
# Line 5689 | Line 5749 | irix5* | irix6* | nonstopux*)
5749    lt_cv_deplibs_check_method=pass_all
5750    ;;
5751  
5752 < # This must be Linux ELF.
5752 > # This must be glibc/ELF.
5753   linux* | k*bsd*-gnu | kopensolaris*-gnu)
5754    lt_cv_deplibs_check_method=pass_all
5755    ;;
# Line 5828 | Line 5888 | do
5888    IFS=$as_save_IFS
5889    test -z "$as_dir" && as_dir=.
5890      for ac_exec_ext in '' $ac_executable_extensions; do
5891 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5891 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5892      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5893      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5894      break 2
# Line 5868 | Line 5928 | do
5928    IFS=$as_save_IFS
5929    test -z "$as_dir" && as_dir=.
5930      for ac_exec_ext in '' $ac_executable_extensions; do
5931 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5931 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5932      ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5933      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5934      break 2
# Line 5971 | Line 6031 | do
6031    IFS=$as_save_IFS
6032    test -z "$as_dir" && as_dir=.
6033      for ac_exec_ext in '' $ac_executable_extensions; do
6034 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6034 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6035      ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6036      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6037      break 2
# Line 6015 | Line 6075 | do
6075    IFS=$as_save_IFS
6076    test -z "$as_dir" && as_dir=.
6077      for ac_exec_ext in '' $ac_executable_extensions; do
6078 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6078 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6079      ac_cv_prog_ac_ct_AR="$ac_prog"
6080      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6081      break 2
# Line 6140 | Line 6200 | do
6200    IFS=$as_save_IFS
6201    test -z "$as_dir" && as_dir=.
6202      for ac_exec_ext in '' $ac_executable_extensions; do
6203 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6203 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6204      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6205      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6206      break 2
# Line 6180 | Line 6240 | do
6240    IFS=$as_save_IFS
6241    test -z "$as_dir" && as_dir=.
6242      for ac_exec_ext in '' $ac_executable_extensions; do
6243 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6243 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6244      ac_cv_prog_ac_ct_STRIP="strip"
6245      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6246      break 2
# Line 6239 | Line 6299 | do
6299    IFS=$as_save_IFS
6300    test -z "$as_dir" && as_dir=.
6301      for ac_exec_ext in '' $ac_executable_extensions; do
6302 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6302 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6303      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6304      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6305      break 2
# Line 6279 | Line 6339 | do
6339    IFS=$as_save_IFS
6340    test -z "$as_dir" && as_dir=.
6341      for ac_exec_ext in '' $ac_executable_extensions; do
6342 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6342 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6343      ac_cv_prog_ac_ct_RANLIB="ranlib"
6344      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6345      break 2
# Line 6329 | Line 6389 | old_postuninstall_cmds=
6389   if test -n "$RANLIB"; then
6390    case $host_os in
6391    openbsd*)
6392 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6392 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6393      ;;
6394    *)
6395 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6395 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6396      ;;
6397    esac
6398 <  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6398 >  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6399   fi
6400  
6401   case $host_os in
# Line 6482 | Line 6542 | for ac_symprfx in "" "_"; do
6542      # which start with @ or ?.
6543      lt_cv_sys_global_symbol_pipe="$AWK '"\
6544   "     {last_section=section; section=\$ 3};"\
6545 + "     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6546   "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6547   "     \$ 0!~/External *\|/{next};"\
6548   "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
# Line 6870 | Line 6931 | $as_echo "$lt_cv_cc_needs_belf" >&6; }
6931      CFLAGS="$SAVE_CFLAGS"
6932    fi
6933    ;;
6934 < sparc*-*solaris*)
6934 > *-*solaris*)
6935    # Find out which ABI we are using.
6936    echo 'int i;' > conftest.$ac_ext
6937    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
# Line 6881 | Line 6942 | sparc*-*solaris*)
6942      case `/usr/bin/file conftest.o` in
6943      *64-bit*)
6944        case $lt_cv_prog_gnu_ld in
6945 <      yes*) LD="${LD-ld} -m elf64_sparc" ;;
6945 >      yes*)
6946 >        case $host in
6947 >        i?86-*-solaris*)
6948 >          LD="${LD-ld} -m elf_x86_64"
6949 >          ;;
6950 >        sparc*-*-solaris*)
6951 >          LD="${LD-ld} -m elf64_sparc"
6952 >          ;;
6953 >        esac
6954 >        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
6955 >        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6956 >          LD="${LD-ld}_sol2"
6957 >        fi
6958 >        ;;
6959        *)
6960          if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6961            LD="${LD-ld} -64"
# Line 6914 | Line 6988 | do
6988    IFS=$as_save_IFS
6989    test -z "$as_dir" && as_dir=.
6990      for ac_exec_ext in '' $ac_executable_extensions; do
6991 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6991 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6992      ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6993      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6994      break 2
# Line 6954 | Line 7028 | do
7028    IFS=$as_save_IFS
7029    test -z "$as_dir" && as_dir=.
7030      for ac_exec_ext in '' $ac_executable_extensions; do
7031 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7031 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7032      ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7033      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7034      break 2
# Line 7034 | Line 7108 | do
7108    IFS=$as_save_IFS
7109    test -z "$as_dir" && as_dir=.
7110      for ac_exec_ext in '' $ac_executable_extensions; do
7111 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7111 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7112      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7113      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7114      break 2
# Line 7074 | Line 7148 | do
7148    IFS=$as_save_IFS
7149    test -z "$as_dir" && as_dir=.
7150      for ac_exec_ext in '' $ac_executable_extensions; do
7151 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7151 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7152      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7153      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7154      break 2
# Line 7126 | Line 7200 | do
7200    IFS=$as_save_IFS
7201    test -z "$as_dir" && as_dir=.
7202      for ac_exec_ext in '' $ac_executable_extensions; do
7203 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7203 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7204      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7205      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7206      break 2
# Line 7166 | Line 7240 | do
7240    IFS=$as_save_IFS
7241    test -z "$as_dir" && as_dir=.
7242      for ac_exec_ext in '' $ac_executable_extensions; do
7243 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7243 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7244      ac_cv_prog_ac_ct_NMEDIT="nmedit"
7245      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7246      break 2
# Line 7218 | Line 7292 | do
7292    IFS=$as_save_IFS
7293    test -z "$as_dir" && as_dir=.
7294      for ac_exec_ext in '' $ac_executable_extensions; do
7295 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7295 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7296      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7297      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7298      break 2
# Line 7258 | Line 7332 | do
7332    IFS=$as_save_IFS
7333    test -z "$as_dir" && as_dir=.
7334      for ac_exec_ext in '' $ac_executable_extensions; do
7335 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7335 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7336      ac_cv_prog_ac_ct_LIPO="lipo"
7337      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7338      break 2
# Line 7310 | Line 7384 | do
7384    IFS=$as_save_IFS
7385    test -z "$as_dir" && as_dir=.
7386      for ac_exec_ext in '' $ac_executable_extensions; do
7387 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7387 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7388      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7389      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7390      break 2
# Line 7350 | Line 7424 | do
7424    IFS=$as_save_IFS
7425    test -z "$as_dir" && as_dir=.
7426      for ac_exec_ext in '' $ac_executable_extensions; do
7427 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7427 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7428      ac_cv_prog_ac_ct_OTOOL="otool"
7429      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7430      break 2
# Line 7402 | Line 7476 | do
7476    IFS=$as_save_IFS
7477    test -z "$as_dir" && as_dir=.
7478      for ac_exec_ext in '' $ac_executable_extensions; do
7479 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7479 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7480      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7481      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7482      break 2
# Line 7442 | Line 7516 | do
7516    IFS=$as_save_IFS
7517    test -z "$as_dir" && as_dir=.
7518      for ac_exec_ext in '' $ac_executable_extensions; do
7519 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7519 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7520      ac_cv_prog_ac_ct_OTOOL64="otool64"
7521      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7522      break 2
# Line 7521 | Line 7595 | else
7595          $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7596            -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7597          _lt_result=$?
7598 <        if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7598 >        # If there is a non-empty error log, and "single_module"
7599 >        # appears in it, assume the flag caused a linker warning
7600 >        if test -s conftest.err && $GREP single_module conftest.err; then
7601 >          cat conftest.err >&5
7602 >        # Otherwise, if the output was created with a 0 exit code from
7603 >        # the compiler, it worked.
7604 >        elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7605            lt_cv_apple_cc_single_mod=yes
7606          else
7607            cat conftest.err >&5
# Line 7532 | Line 7612 | else
7612   fi
7613   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7614   $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7615 +
7616      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7617   $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7618   if ${lt_cv_ld_exported_symbols_list+:} false; then :
# Line 7564 | Line 7645 | rm -f core conftest.err conftest.$ac_obj
7645   fi
7646   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7647   $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7648 +
7649      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7650   $as_echo_n "checking for -force_load linker flag... " >&6; }
7651   if ${lt_cv_ld_force_load+:} false; then :
# Line 7585 | Line 7667 | _LT_EOF
7667        echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7668        $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7669        _lt_result=$?
7670 <      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7670 >      if test -s conftest.err && $GREP force_load conftest.err; then
7671 >        cat conftest.err >&5
7672 >      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7673          lt_cv_ld_force_load=yes
7674        else
7675          cat conftest.err >&5
# Line 7988 | Line 8072 | fi
8072  
8073   # Check whether --with-pic was given.
8074   if test "${with_pic+set}" = set; then :
8075 <  withval=$with_pic; pic_mode="$withval"
8075 >  withval=$with_pic; lt_p=${PACKAGE-default}
8076 >    case $withval in
8077 >    yes|no) pic_mode=$withval ;;
8078 >    *)
8079 >      pic_mode=default
8080 >      # Look at the argument we got.  We use all the common list separators.
8081 >      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8082 >      for lt_pkg in $withval; do
8083 >        IFS="$lt_save_ifs"
8084 >        if test "X$lt_pkg" = "X$lt_p"; then
8085 >          pic_mode=yes
8086 >        fi
8087 >      done
8088 >      IFS="$lt_save_ifs"
8089 >      ;;
8090 >    esac
8091   else
8092    pic_mode=default
8093   fi
# Line 8066 | Line 8165 | LIBTOOL='$(SHELL) $(top_builddir)/libtoo
8165  
8166  
8167  
8168 +
8169 +
8170 +
8171 +
8172   test -z "$LN_S" && LN_S="ln -s"
8173  
8174  
# Line 8521 | Line 8624 | lt_prog_compiler_static=
8624      case $cc_basename in
8625      nvcc*) # Cuda Compiler Driver 2.2
8626        lt_prog_compiler_wl='-Xlinker '
8627 <      lt_prog_compiler_pic='-Xcompiler -fPIC'
8627 >      if test -n "$lt_prog_compiler_pic"; then
8628 >        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8629 >      fi
8630        ;;
8631      esac
8632    else
# Line 8612 | Line 8717 | lt_prog_compiler_static=
8717          ;;
8718        *)
8719          case `$CC -V 2>&1 | sed 5q` in
8720 <        *Sun\ F* | *Sun*Fortran*)
8720 >        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8721            # Sun Fortran 8.3 passes all unrecognized flags to the linker
8722            lt_prog_compiler_pic='-KPIC'
8723            lt_prog_compiler_static='-Bstatic'
8724            lt_prog_compiler_wl=''
8725            ;;
8726 +        *Sun\ F* | *Sun*Fortran*)
8727 +          lt_prog_compiler_pic='-KPIC'
8728 +          lt_prog_compiler_static='-Bstatic'
8729 +          lt_prog_compiler_wl='-Qoption ld '
8730 +          ;;
8731          *Sun\ C*)
8732            # Sun C 5.9
8733            lt_prog_compiler_pic='-KPIC'
8734            lt_prog_compiler_static='-Bstatic'
8735            lt_prog_compiler_wl='-Wl,'
8736            ;;
8737 +        *Intel*\ [CF]*Compiler*)
8738 +          lt_prog_compiler_wl='-Wl,'
8739 +          lt_prog_compiler_pic='-fPIC'
8740 +          lt_prog_compiler_static='-static'
8741 +          ;;
8742 +        *Portland\ Group*)
8743 +          lt_prog_compiler_wl='-Wl,'
8744 +          lt_prog_compiler_pic='-fpic'
8745 +          lt_prog_compiler_static='-Bstatic'
8746 +          ;;
8747          esac
8748          ;;
8749        esac
# Line 8985 | Line 9105 | $as_echo_n "checking whether the $compil
9105    hardcode_direct=no
9106    hardcode_direct_absolute=no
9107    hardcode_libdir_flag_spec=
8988  hardcode_libdir_flag_spec_ld=
9108    hardcode_libdir_separator=
9109    hardcode_minus_L=no
9110    hardcode_shlibpath_var=unsupported
# Line 9235 | Line 9354 | _LT_EOF
9354          xlf* | bgf* | bgxlf* | mpixlf*)
9355            # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9356            whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9357 <          hardcode_libdir_flag_spec=
9239 <          hardcode_libdir_flag_spec_ld='-rpath $libdir'
9357 >          hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9358            archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9359            if test "x$supports_anon_versioning" = xyes; then
9360              archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
# Line 9615 | Line 9733 | fi
9733          # The linker will not automatically build a static lib if we build a DLL.
9734          # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9735          enable_shared_with_static_runtimes=yes
9736 +        exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9737          export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9738          # Don't use ranlib
9739          old_postinstall_cmds='chmod 644 $oldlib'
# Line 9660 | Line 9779 | fi
9779    hardcode_shlibpath_var=unsupported
9780    if test "$lt_cv_ld_force_load" = "yes"; then
9781      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\"`'
9782 +
9783    else
9784      whole_archive_flag_spec=''
9785    fi
# Line 9688 | Line 9808 | fi
9808        hardcode_shlibpath_var=no
9809        ;;
9810  
9691    freebsd1*)
9692      ld_shlibs=no
9693      ;;
9694
9811      # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9812      # support.  Future versions do this automatically, but an explicit c++rt0.o
9813      # does not break anything, and helps significantly (at the cost of a little
# Line 9704 | Line 9820 | fi
9820        ;;
9821  
9822      # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9823 <    freebsd2*)
9823 >    freebsd2.*)
9824        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9825        hardcode_direct=yes
9826        hardcode_minus_L=yes
# Line 9743 | Line 9859 | fi
9859        fi
9860        if test "$with_gnu_ld" = no; then
9861          hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9746        hardcode_libdir_flag_spec_ld='+b $libdir'
9862          hardcode_libdir_separator=:
9863          hardcode_direct=yes
9864          hardcode_direct_absolute=yes
# Line 10367 | Line 10482 | esac
10482  
10483  
10484  
10370
10371
10372
10373
10374
10485    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10486   $as_echo_n "checking dynamic linker characteristics... " >&6; }
10487  
# Line 10461 | Line 10571 | need_version=unknown
10571  
10572   case $host_os in
10573   aix3*)
10574 <  version_type=linux
10574 >  version_type=linux # correct to gnu/linux during the next big refactor
10575    library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10576    shlibpath_var=LIBPATH
10577  
# Line 10470 | Line 10580 | aix3*)
10580    ;;
10581  
10582   aix[4-9]*)
10583 <  version_type=linux
10583 >  version_type=linux # correct to gnu/linux during the next big refactor
10584    need_lib_prefix=no
10585    need_version=no
10586    hardcode_into_libs=yes
# Line 10535 | Line 10645 | beos*)
10645    ;;
10646  
10647   bsdi[45]*)
10648 <  version_type=linux
10648 >  version_type=linux # correct to gnu/linux during the next big refactor
10649    need_version=no
10650    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10651    soname_spec='${libname}${release}${shared_ext}$major'
# Line 10674 | Line 10784 | darwin* | rhapsody*)
10784    ;;
10785  
10786   dgux*)
10787 <  version_type=linux
10787 >  version_type=linux # correct to gnu/linux during the next big refactor
10788    need_lib_prefix=no
10789    need_version=no
10790    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
# Line 10682 | Line 10792 | dgux*)
10792    shlibpath_var=LD_LIBRARY_PATH
10793    ;;
10794  
10685 freebsd1*)
10686  dynamic_linker=no
10687  ;;
10688
10795   freebsd* | dragonfly*)
10796    # DragonFly does not have aout.  When/if they implement a new
10797    # versioning mechanism, adjust this.
# Line 10693 | Line 10799 | freebsd* | dragonfly*)
10799      objformat=`/usr/bin/objformat`
10800    else
10801      case $host_os in
10802 <    freebsd[123]*) objformat=aout ;;
10802 >    freebsd[23].*) objformat=aout ;;
10803      *) objformat=elf ;;
10804      esac
10805    fi
# Line 10711 | Line 10817 | freebsd* | dragonfly*)
10817    esac
10818    shlibpath_var=LD_LIBRARY_PATH
10819    case $host_os in
10820 <  freebsd2*)
10820 >  freebsd2.*)
10821      shlibpath_overrides_runpath=yes
10822      ;;
10823    freebsd3.[01]* | freebsdelf3.[01]*)
# Line 10731 | Line 10837 | freebsd* | dragonfly*)
10837    ;;
10838  
10839   gnu*)
10840 <  version_type=linux
10840 >  version_type=linux # correct to gnu/linux during the next big refactor
10841    need_lib_prefix=no
10842    need_version=no
10843    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10844    soname_spec='${libname}${release}${shared_ext}$major'
10845    shlibpath_var=LD_LIBRARY_PATH
10846 +  shlibpath_overrides_runpath=no
10847    hardcode_into_libs=yes
10848    ;;
10849  
10850   haiku*)
10851 <  version_type=linux
10851 >  version_type=linux # correct to gnu/linux during the next big refactor
10852    need_lib_prefix=no
10853    need_version=no
10854    dynamic_linker="$host_os runtime_loader"
# Line 10802 | Line 10909 | hpux9* | hpux10* | hpux11*)
10909    ;;
10910  
10911   interix[3-9]*)
10912 <  version_type=linux
10912 >  version_type=linux # correct to gnu/linux during the next big refactor
10913    need_lib_prefix=no
10914    need_version=no
10915    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
# Line 10818 | Line 10925 | irix5* | irix6* | nonstopux*)
10925      nonstopux*) version_type=nonstopux ;;
10926      *)
10927          if test "$lt_cv_prog_gnu_ld" = yes; then
10928 <                version_type=linux
10928 >                version_type=linux # correct to gnu/linux during the next big refactor
10929          else
10930                  version_type=irix
10931          fi ;;
# Line 10855 | Line 10962 | linux*oldld* | linux*aout* | linux*coff*
10962    dynamic_linker=no
10963    ;;
10964  
10965 < # This must be Linux ELF.
10965 > # This must be glibc/ELF.
10966   linux* | k*bsd*-gnu | kopensolaris*-gnu)
10967 <  version_type=linux
10967 >  version_type=linux # correct to gnu/linux during the next big refactor
10968    need_lib_prefix=no
10969    need_version=no
10970    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 10939 | Line 11046 | netbsd*)
11046    ;;
11047  
11048   newsos6)
11049 <  version_type=linux
11049 >  version_type=linux # correct to gnu/linux during the next big refactor
11050    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11051    shlibpath_var=LD_LIBRARY_PATH
11052    shlibpath_overrides_runpath=yes
# Line 11008 | Line 11115 | rdos*)
11115    ;;
11116  
11117   solaris*)
11118 <  version_type=linux
11118 >  version_type=linux # correct to gnu/linux during the next big refactor
11119    need_lib_prefix=no
11120    need_version=no
11121    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11033 | Line 11140 | sunos4*)
11140    ;;
11141  
11142   sysv4 | sysv4.3*)
11143 <  version_type=linux
11143 >  version_type=linux # correct to gnu/linux during the next big refactor
11144    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11145    soname_spec='${libname}${release}${shared_ext}$major'
11146    shlibpath_var=LD_LIBRARY_PATH
# Line 11057 | Line 11164 | sysv4 | sysv4.3*)
11164  
11165   sysv4*MP*)
11166    if test -d /usr/nec ;then
11167 <    version_type=linux
11167 >    version_type=linux # correct to gnu/linux during the next big refactor
11168      library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11169      soname_spec='$libname${shared_ext}.$major'
11170      shlibpath_var=LD_LIBRARY_PATH
# Line 11088 | Line 11195 | sysv5* | sco3.2v5* | sco5v6* | unixware*
11195  
11196   tpf*)
11197    # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11198 <  version_type=linux
11198 >  version_type=linux # correct to gnu/linux during the next big refactor
11199    need_lib_prefix=no
11200    need_version=no
11201    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11098 | Line 11205 | tpf*)
11205    ;;
11206  
11207   uts4*)
11208 <  version_type=linux
11208 >  version_type=linux # correct to gnu/linux during the next big refactor
11209    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11210    soname_spec='${libname}${release}${shared_ext}$major'
11211    shlibpath_var=LD_LIBRARY_PATH
# Line 11880 | Line 11987 | CC="$lt_save_CC"
11987  
11988  
11989  
11990 +
11991 +
11992          ac_config_commands="$ac_config_commands libtool"
11993  
11994  
# Line 11896 | Line 12005 | else
12005  
12006   module=yes
12007   eval libltdl_cv_shlibext=$shrext_cmds
12008 + module=no
12009 + eval libltdl_cv_shrext=$shrext_cmds
12010  
12011   fi
12012   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5
# Line 11907 | Line 12018 | cat >>confdefs.h <<_ACEOF
12018   _ACEOF
12019  
12020   fi
12021 + if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
12022 +
12023 + cat >>confdefs.h <<_ACEOF
12024 + #define LT_SHARED_EXT "$libltdl_cv_shrext"
12025 + _ACEOF
12026 +
12027 + fi
12028  
12029   { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5
12030   $as_echo_n "checking which variable specifies run-time module search path... " >&6; }
# Line 12953 | Line 13071 | LIBTOOL="$LIBTOOL --silent"
13071  
13072   # Checks for libraries.
13073  
13074 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13075 < $as_echo_n "checking for library containing socket... " >&6; }
13076 < if ${ac_cv_search_socket+:} false; then :
13074 >  ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13075 > if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13076 >
13077 > else
13078 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
13079 > $as_echo_n "checking for library containing getaddrinfo... " >&6; }
13080 > if ${ac_cv_search_getaddrinfo+:} false; then :
13081    $as_echo_n "(cached) " >&6
13082   else
13083    ac_func_search_save_LIBS=$LIBS
# Line 12968 | Line 13090 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13090   #ifdef __cplusplus
13091   extern "C"
13092   #endif
13093 < char socket ();
13093 > char getaddrinfo ();
13094   int
13095   main ()
13096   {
13097 < return socket ();
13097 > return getaddrinfo ();
13098    ;
13099    return 0;
13100   }
13101   _ACEOF
13102 < for ac_lib in '' socket; do
13102 > for ac_lib in '' nsl; do
13103    if test -z "$ac_lib"; then
13104      ac_res="none required"
13105    else
# Line 12985 | Line 13107 | for ac_lib in '' socket; do
13107      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13108    fi
13109    if ac_fn_c_try_link "$LINENO"; then :
13110 <  ac_cv_search_socket=$ac_res
13110 >  ac_cv_search_getaddrinfo=$ac_res
13111   fi
13112   rm -f core conftest.err conftest.$ac_objext \
13113      conftest$ac_exeext
13114 <  if ${ac_cv_search_socket+:} false; then :
13114 >  if ${ac_cv_search_getaddrinfo+:} false; then :
13115    break
13116   fi
13117   done
13118 < if ${ac_cv_search_socket+:} false; then :
13118 > if ${ac_cv_search_getaddrinfo+:} false; then :
13119  
13120   else
13121 <  ac_cv_search_socket=no
13121 >  ac_cv_search_getaddrinfo=no
13122   fi
13123   rm conftest.$ac_ext
13124   LIBS=$ac_func_search_save_LIBS
13125   fi
13126 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13127 < $as_echo "$ac_cv_search_socket" >&6; }
13128 < ac_res=$ac_cv_search_socket
13126 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
13127 > $as_echo "$ac_cv_search_getaddrinfo" >&6; }
13128 > ac_res=$ac_cv_search_getaddrinfo
13129   if test "$ac_res" != no; then :
13130    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13131  
13010 else
13011  as_fn_error $? "socket library not found" "$LINENO" 5
13132   fi
13133  
13134 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5
13135 < $as_echo_n "checking for library containing inet_ntoa... " >&6; }
13136 < if ${ac_cv_search_inet_ntoa+:} false; then :
13134 > fi
13135 >
13136 >  ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
13137 > if test "x$ac_cv_func_getnameinfo" = xyes; then :
13138 >
13139 > else
13140 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
13141 > $as_echo_n "checking for library containing getnameinfo... " >&6; }
13142 > if ${ac_cv_search_getnameinfo+:} false; then :
13143    $as_echo_n "(cached) " >&6
13144   else
13145    ac_func_search_save_LIBS=$LIBS
# Line 13026 | Line 13152 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13152   #ifdef __cplusplus
13153   extern "C"
13154   #endif
13155 < char inet_ntoa ();
13155 > char getnameinfo ();
13156   int
13157   main ()
13158   {
13159 < return inet_ntoa ();
13159 > return getnameinfo ();
13160    ;
13161    return 0;
13162   }
# Line 13043 | Line 13169 | for ac_lib in '' nsl; do
13169      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13170    fi
13171    if ac_fn_c_try_link "$LINENO"; then :
13172 <  ac_cv_search_inet_ntoa=$ac_res
13172 >  ac_cv_search_getnameinfo=$ac_res
13173   fi
13174   rm -f core conftest.err conftest.$ac_objext \
13175      conftest$ac_exeext
13176 <  if ${ac_cv_search_inet_ntoa+:} false; then :
13176 >  if ${ac_cv_search_getnameinfo+:} false; then :
13177    break
13178   fi
13179   done
13180 < if ${ac_cv_search_inet_ntoa+:} false; then :
13180 > if ${ac_cv_search_getnameinfo+:} false; then :
13181  
13182   else
13183 <  ac_cv_search_inet_ntoa=no
13183 >  ac_cv_search_getnameinfo=no
13184   fi
13185   rm conftest.$ac_ext
13186   LIBS=$ac_func_search_save_LIBS
13187   fi
13188 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5
13189 < $as_echo "$ac_cv_search_inet_ntoa" >&6; }
13190 < ac_res=$ac_cv_search_inet_ntoa
13188 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
13189 > $as_echo "$ac_cv_search_getnameinfo" >&6; }
13190 > ac_res=$ac_cv_search_getnameinfo
13191   if test "$ac_res" != no; then :
13192    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13193  
13194   fi
13195  
13196 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13197 < $as_echo_n "checking for library containing inet_aton... " >&6; }
13198 < if ${ac_cv_search_inet_aton+:} false; then :
13196 > fi
13197 >
13198 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13199 > $as_echo_n "checking for library containing socket... " >&6; }
13200 > if ${ac_cv_search_socket+:} false; then :
13201    $as_echo_n "(cached) " >&6
13202   else
13203    ac_func_search_save_LIBS=$LIBS
# Line 13082 | Line 13210 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13210   #ifdef __cplusplus
13211   extern "C"
13212   #endif
13213 < char inet_aton ();
13213 > char socket ();
13214   int
13215   main ()
13216   {
13217 < return inet_aton ();
13217 > return socket ();
13218    ;
13219    return 0;
13220   }
13221   _ACEOF
13222 < for ac_lib in '' resolv; do
13222 > for ac_lib in '' socket; do
13223    if test -z "$ac_lib"; then
13224      ac_res="none required"
13225    else
# Line 13099 | Line 13227 | for ac_lib in '' resolv; do
13227      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13228    fi
13229    if ac_fn_c_try_link "$LINENO"; then :
13230 <  ac_cv_search_inet_aton=$ac_res
13230 >  ac_cv_search_socket=$ac_res
13231   fi
13232   rm -f core conftest.err conftest.$ac_objext \
13233      conftest$ac_exeext
13234 <  if ${ac_cv_search_inet_aton+:} false; then :
13234 >  if ${ac_cv_search_socket+:} false; then :
13235    break
13236   fi
13237   done
13238 < if ${ac_cv_search_inet_aton+:} false; then :
13238 > if ${ac_cv_search_socket+:} false; then :
13239  
13240   else
13241 <  ac_cv_search_inet_aton=no
13241 >  ac_cv_search_socket=no
13242   fi
13243   rm conftest.$ac_ext
13244   LIBS=$ac_func_search_save_LIBS
13245   fi
13246 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13247 < $as_echo "$ac_cv_search_inet_aton" >&6; }
13248 < ac_res=$ac_cv_search_inet_aton
13246 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13247 > $as_echo "$ac_cv_search_socket" >&6; }
13248 > ac_res=$ac_cv_search_socket
13249   if test "$ac_res" != no; then :
13250    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13251  
13252 + else
13253 +  as_fn_error $? "socket library not found" "$LINENO" 5
13254   fi
13255  
13126  for ac_func in inet_aton inet_ntop inet_pton
13127 do :
13128  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13129 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13130 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13131  cat >>confdefs.h <<_ACEOF
13132 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13133 _ACEOF
13134
13135 fi
13136 done
13137
13256    ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h>
13257     #include <sys/socket.h>
13258     #include <netdb.h>
# Line 13189 | Line 13307 | fi
13307  
13308  
13309  
13310 <  ac_fn_c_check_type "$LINENO" "struct sockaddr_in6" "ac_cv_type_struct_sockaddr_in6" "$ac_includes_default"
13310 >  ac_fn_c_check_type "$LINENO" "struct sockaddr_in6" "ac_cv_type_struct_sockaddr_in6" "#include <netinet/in.h>
13311 > "
13312   if test "x$ac_cv_type_struct_sockaddr_in6" = xyes; then :
13313  
13195 cat >>confdefs.h <<_ACEOF
13196 #define HAVE_STRUCT_SOCKADDR_IN6 1
13197 _ACEOF
13198
13199
13200 else
13201
13314   $as_echo "#define IPV6 1" >>confdefs.h
13315  
13316   fi
# Line 13457 | Line 13569 | done
13569  
13570  
13571  
13460
13461
13572   # Checks for header files.
13573  
13574  
# Line 13493 | Line 13603 | done
13603  
13604  
13605  
13496
13497
13498
13499
13500
13501
13502
13503
13504
13505
13506 # check for /dev/null so we can use it to hold evil fd's
13507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/null" >&5
13508 $as_echo_n "checking for /dev/null... " >&6; }
13509 if test -c /dev/null; then :
13510
13511
13512 $as_echo "#define PATH_DEVNULL \"/dev/null\"" >>confdefs.h
13513
13514  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13515 $as_echo "yes" >&6; }
13516 else
13517
13518
13519 $as_echo "#define PATH_DEVNULL \"devnull.log\"" >>confdefs.h
13520
13521  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no - using devnull.log" >&5
13522 $as_echo "no - using devnull.log" >&6; }
13523 fi
13524
13525
13606   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
13607   $as_echo_n "checking for library containing crypt... " >&6; }
13608   if ${ac_cv_search_crypt+:} false; then :
# Line 13580 | Line 13660 | if test "$ac_res" != no; then :
13660   fi
13661  
13662  
13583
13584
13585 # Check whether --with-zlib-path was given.
13586 if test "${with_zlib_path+set}" = set; then :
13587  withval=$with_zlib_path; LDFLAGS="-L$withval $LDFLAGS"
13588 fi
13589
13590
13591 # Check whether --enable-zlib was given.
13592 if test "${enable_zlib+set}" = set; then :
13593  enableval=$enable_zlib; zlib=$enableval
13594 else
13595  zlib=yes
13596 fi
13597
13598
13599 if test "$zlib" = "yes"; then :
13600
13601  ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13602 if test "x$ac_cv_header_zlib_h" = xyes; then :
13603  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlibVersion in -lz" >&5
13604 $as_echo_n "checking for zlibVersion in -lz... " >&6; }
13605 if ${ac_cv_lib_z_zlibVersion+:} false; then :
13606  $as_echo_n "(cached) " >&6
13607 else
13608  ac_check_lib_save_LIBS=$LIBS
13609 LIBS="-lz  $LIBS"
13610 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13611 /* end confdefs.h.  */
13612
13613 /* Override any GCC internal prototype to avoid an error.
13614   Use char because int might match the return type of a GCC
13615   builtin and then its argument prototype would still apply.  */
13616 #ifdef __cplusplus
13617 extern "C"
13618 #endif
13619 char zlibVersion ();
13620 int
13621 main ()
13622 {
13623 return zlibVersion ();
13624  ;
13625  return 0;
13626 }
13627 _ACEOF
13628 if ac_fn_c_try_link "$LINENO"; then :
13629  ac_cv_lib_z_zlibVersion=yes
13630 else
13631  ac_cv_lib_z_zlibVersion=no
13632 fi
13633 rm -f core conftest.err conftest.$ac_objext \
13634    conftest$ac_exeext conftest.$ac_ext
13635 LIBS=$ac_check_lib_save_LIBS
13636 fi
13637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_zlibVersion" >&5
13638 $as_echo "$ac_cv_lib_z_zlibVersion" >&6; }
13639 if test "x$ac_cv_lib_z_zlibVersion" = xyes; then :
13640
13641      LIBS="-lz $LIBS"
13642
13643 $as_echo "#define HAVE_LIBZ 1" >>confdefs.h
13644
13645
13646 else
13647  zlib=no
13648 fi
13649
13650
13651 else
13652  zlib=no
13653 fi
13654
13655
13656
13657 fi
13658
13659
13660 # Check whether --with-libpcre-path was given.
13661 if test "${with_libpcre_path+set}" = set; then :
13662  withval=$with_libpcre_path; LDFLAGS="-L$withval $LDFLAGS"
13663 fi
13664
13665
13663   # Check whether --enable-libpcre was given.
13664   if test "${enable_libpcre+set}" = set; then :
13665 <  enableval=$enable_libpcre; libpcre=$enableval
13665 >  enableval=$enable_libpcre;
13666   else
13670  libpcre=yes
13671 fi
13672
13673
13674 if test "$libpcre" = "yes"; then :
13675
13667    ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
13668   if test "x$ac_cv_header_pcre_h" = xyes; then :
13669 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5
13670 < $as_echo_n "checking for pcre_study in -lpcre... " >&6; }
13671 < if ${ac_cv_lib_pcre_pcre_study+:} false; then :
13669 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5
13670 > $as_echo_n "checking for library containing pcre_study... " >&6; }
13671 > if ${ac_cv_search_pcre_study+:} false; then :
13672    $as_echo_n "(cached) " >&6
13673   else
13674 <  ac_check_lib_save_LIBS=$LIBS
13684 < LIBS="-lpcre  $LIBS"
13674 >  ac_func_search_save_LIBS=$LIBS
13675   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13676   /* end confdefs.h.  */
13677  
# Line 13700 | Line 13690 | return pcre_study ();
13690    return 0;
13691   }
13692   _ACEOF
13693 < if ac_fn_c_try_link "$LINENO"; then :
13694 <  ac_cv_lib_pcre_pcre_study=yes
13695 < else
13696 <  ac_cv_lib_pcre_pcre_study=no
13693 > for ac_lib in '' pcre; do
13694 >  if test -z "$ac_lib"; then
13695 >    ac_res="none required"
13696 >  else
13697 >    ac_res=-l$ac_lib
13698 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13699 >  fi
13700 >  if ac_fn_c_try_link "$LINENO"; then :
13701 >  ac_cv_search_pcre_study=$ac_res
13702   fi
13703   rm -f core conftest.err conftest.$ac_objext \
13704 <    conftest$ac_exeext conftest.$ac_ext
13705 < LIBS=$ac_check_lib_save_LIBS
13704 >    conftest$ac_exeext
13705 >  if ${ac_cv_search_pcre_study+:} false; then :
13706 >  break
13707   fi
13708 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5
13709 < $as_echo "$ac_cv_lib_pcre_pcre_study" >&6; }
13714 < if test "x$ac_cv_lib_pcre_pcre_study" = xyes; then :
13715 <
13716 <      LIBS="-lpcre $LIBS"
13717 <
13718 < $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13719 <
13708 > done
13709 > if ${ac_cv_search_pcre_study+:} false; then :
13710  
13711   else
13712 <  libpcre=no
13712 >  ac_cv_search_pcre_study=no
13713 > fi
13714 > rm conftest.$ac_ext
13715 > LIBS=$ac_func_search_save_LIBS
13716   fi
13717 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5
13718 + $as_echo "$ac_cv_search_pcre_study" >&6; }
13719 + ac_res=$ac_cv_search_pcre_study
13720 + if test "$ac_res" != no; then :
13721 +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13722  
13723 + $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13724  
13726 else
13727  libpcre=no
13725   fi
13726  
13727 + fi
13728  
13729  
13730   fi
13733 if test "$libpcre" = yes; then
13734  ENABLE_PCRE_TRUE=
13735  ENABLE_PCRE_FALSE='#'
13736 else
13737  ENABLE_PCRE_TRUE='#'
13738  ENABLE_PCRE_FALSE=
13739 fi
13740
13731  
13732  
13733   # Check whether --enable-openssl was given.
# Line 13779 | Line 13769 | if test "$cf_enable_openssl" != "no"; th
13769    fi
13770  
13771        if test ! -z "$cf_openssl_basedir"; then
13782    LIBS="-lcrypto -lssl $LIBS"
13772      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cf_openssl_basedir" >&5
13773   $as_echo "$cf_openssl_basedir" >&6; }
13774      cf_enable_openssl="yes"
13786
13787 $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
13788
13775    else
13776      { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found. Please check your path." >&5
13777   $as_echo "not found. Please check your path." >&6; }
# Line 13798 | Line 13784 | $as_echo "disabled" >&6; }
13784   fi
13785  
13786   if test "$cf_enable_openssl" != "no"; then :
13787 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.7 or above" >&5
13788 < $as_echo_n "checking for OpenSSL 0.9.7 or above... " >&6; }
13787 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
13788 > $as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
13789    if test "$cross_compiling" = yes; then :
13790    cf_openssl_version_ok=no
13791   else
# Line 13812 | Line 13798 | else
13798   int
13799   main ()
13800   {
13801 < exit(!(OPENSSL_VERSION_NUMBER >= 0x00907000));
13801 > exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
13802    ;
13803    return 0;
13804   }
# Line 13877 | Line 13863 | _ACEOF
13863   fi
13864  
13865      if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13866 <  for ac_func in EVP_bf_cfb           \
13867 <                      EVP_cast5_cfb        \
13868 <                      EVP_idea_cfb         \
13869 <                      EVP_rc5_32_12_16_cfb \
13870 <                      EVP_des_ede3_cfb     \
13871 <                      EVP_des_cfb
13872 < do :
13873 <  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13874 < ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13875 < if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13866 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13867 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13868 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13869 >  $as_echo_n "(cached) " >&6
13870 > else
13871 >  ac_check_lib_save_LIBS=$LIBS
13872 > LIBS="-lssl  $LIBS"
13873 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13874 > /* end confdefs.h.  */
13875 >
13876 > /* Override any GCC internal prototype to avoid an error.
13877 >   Use char because int might match the return type of a GCC
13878 >   builtin and then its argument prototype would still apply.  */
13879 > #ifdef __cplusplus
13880 > extern "C"
13881 > #endif
13882 > char SSL_connect ();
13883 > int
13884 > main ()
13885 > {
13886 > return SSL_connect ();
13887 >  ;
13888 >  return 0;
13889 > }
13890 > _ACEOF
13891 > if ac_fn_c_try_link "$LINENO"; then :
13892 >  ac_cv_lib_ssl_SSL_connect=yes
13893 > else
13894 >  ac_cv_lib_ssl_SSL_connect=no
13895 > fi
13896 > rm -f core conftest.err conftest.$ac_objext \
13897 >    conftest$ac_exeext conftest.$ac_ext
13898 > LIBS=$ac_check_lib_save_LIBS
13899 > fi
13900 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13901 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13902 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13903    cat >>confdefs.h <<_ACEOF
13904 < #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13904 > #define HAVE_LIBSSL 1
13905   _ACEOF
13906  
13907 +  LIBS="-lssl $LIBS"
13908 +
13909   fi
13895 done
13910  
13911   fi
13912  
# Line 13903 | Line 13917 | $as_echo "no - OpenSSL support disabled"
13917   fi
13918   fi
13919  
13920 < if test "$cf_enable_openssl" = yes; then
13920 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
13921    ENABLE_SSL_TRUE=
13922    ENABLE_SSL_FALSE='#'
13923   else
# Line 13928 | Line 13942 | $as_echo "#define NDEBUG 1" >>confdefs.h
13942   fi
13943  
13944  
13931 # Check whether --enable-small-net was given.
13932 if test "${enable_small_net+set}" = set; then :
13933  enableval=$enable_small_net; small_net=$enableval
13934 else
13935  small_net=no
13936 fi
13937
13938
13939 if test "$small_net" = "yes"; then :
13940
13941
13942 $as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h
13943
13944
13945 $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
13946
13947
13948 $as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h
13949
13950
13951 $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
13952
13953
13954 $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
13955
13956
13957 $as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h
13958
13959
13960 $as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h
13961
13962
13963 $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
13964
13965
13966 $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
13945  
13946 + $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13947  
13969 $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
13970
13971 else
13948  
13949 + $as_echo "#define MP_CHUNK_SIZE_CHANNEL 64*1024" >>confdefs.h
13950  
13951  
13952 < $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h
13952 > $as_echo "#define MP_CHUNK_SIZE_MEMBER 32*1024" >>confdefs.h
13953  
13954  
13955 < $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
13955 > $as_echo "#define MP_CHUNK_SIZE_BAN 16*1024" >>confdefs.h
13956  
13957  
13958 < $as_echo "#define BAN_HEAP_SIZE 1024" >>confdefs.h
13958 > $as_echo "#define MP_CHUNK_SIZE_CLIENT 256*1024" >>confdefs.h
13959  
13960  
13961 < $as_echo "#define CLIENT_HEAP_SIZE 1024" >>confdefs.h
13961 > $as_echo "#define MP_CHUNK_SIZE_LCLIENT 128*1024" >>confdefs.h
13962  
13963  
13964 < $as_echo "#define LCLIENT_HEAP_SIZE 512" >>confdefs.h
13964 > $as_echo "#define MP_CHUNK_SIZE_DNODE 8*1024" >>confdefs.h
13965  
13966  
13967 < $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
13967 > $as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h
13968  
13969  
13970 < $as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h
13970 > $as_echo "#define MP_CHUNK_SIZE_AUTH 32*1024" >>confdefs.h
13971  
13972  
13973 < $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
13973 > $as_echo "#define MP_CHUNK_SIZE_DNS 16*1024" >>confdefs.h
13974  
13975  
13976 < $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
14000 <
14001 <
14002 < $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
14003 <
14004 < fi
13976 > $as_echo "#define MP_CHUNK_SIZE_WATCH 4*1024" >>confdefs.h
13977  
13978  
13979   # Argument processing.
# Line 14022 | Line 13994 | if test "${enable_devpoll+set}" = set; t
13994    enableval=$enable_devpoll; desired_iopoll_mechanism="devpoll"
13995   fi
13996  
14025  # Check whether --enable-rtsigio was given.
14026 if test "${enable_rtsigio+set}" = set; then :
14027  enableval=$enable_rtsigio; desired_iopoll_mechanism="rtsigio"
14028 fi
14029
13997    # Check whether --enable-poll was given.
13998   if test "${enable_poll+set}" = set; then :
13999    enableval=$enable_poll; desired_iopoll_mechanism="poll"
# Line 14210 | Line 14177 | rm -f core conftest.err conftest.$ac_obj
14177   $as_echo "#define HAVE_SYS_DEVPOLL_H 1" >>confdefs.h
14178  
14179    fi
14180 <      iopoll_mechanism_rtsigio=4
14214 <
14215 < cat >>confdefs.h <<_ACEOF
14216 < #define __IOPOLL_MECHANISM_RTSIGIO $iopoll_mechanism_rtsigio
14217 < _ACEOF
14218 <
14219 <  if test "$cross_compiling" = yes; then :
14220 <  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
14221 < $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
14222 < as_fn_error $? "cannot run test program while cross compiling
14223 < See \`config.log' for more details" "$LINENO" 5; }
14224 < else
14225 <  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14226 < /* end confdefs.h.  */
14227 <
14228 < #define _GNU_SOURCE
14229 < #include <fcntl.h>
14230 < static unsigned int have_f_setsig = 0;
14231 <
14232 < int
14233 < main ()
14234 < {
14235 <
14236 < #ifdef F_SETSIG
14237 <  have_f_setsig = 1;
14238 < #endif
14239 <  return have_f_setsig == 0;
14240 <
14241 <  ;
14242 <  return 0;
14243 < }
14244 < _ACEOF
14245 < if ac_fn_c_try_run "$LINENO"; then :
14246 <  is_rtsigio_mechanism_available="yes"
14247 < else
14248 <  is_rtsigio_mechanism_available="no"
14249 < fi
14250 < rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
14251 <  conftest.$ac_objext conftest.beam conftest.$ac_ext
14252 < fi
14253 <
14254 <      iopoll_mechanism_poll=5
14180 >      iopoll_mechanism_poll=4
14181  
14182   cat >>confdefs.h <<_ACEOF
14183   #define __IOPOLL_MECHANISM_POLL $iopoll_mechanism_poll
# Line 14305 | Line 14231 | else
14231   fi
14232   rm -f core conftest.err conftest.$ac_objext \
14233      conftest$ac_exeext conftest.$ac_ext
14234 <      iopoll_mechanism_select=6
14234 >      iopoll_mechanism_select=5
14235  
14236   cat >>confdefs.h <<_ACEOF
14237   #define __IOPOLL_MECHANISM_SELECT $iopoll_mechanism_select
# Line 14360 | Line 14286 | fi
14286   rm -f core conftest.err conftest.$ac_objext \
14287      conftest$ac_exeext conftest.$ac_ext
14288        optimal_iopoll_mechanism="none"
14289 <  for mechanism in "kqueue" "epoll" "devpoll" "rtsigio" "poll" "select" ; do # order is important
14289 >  for mechanism in "kqueue" "epoll" "devpoll" "poll" "select" ; do # order is important
14290      eval "is_optimal_iopoll_mechanism_available=\$is_${mechanism}_mechanism_available"
14291      if test "$is_optimal_iopoll_mechanism_available" = "yes" ; then
14292        optimal_iopoll_mechanism="$mechanism"
# Line 14407 | Line 14333 | fi
14333  
14334  
14335   cat >>confdefs.h <<_ACEOF
14336 < #define NICKLEN ($nicklen+1)
14336 > #define NICKLEN ($nicklen)
14337   _ACEOF
14338  
14339  
# Line 14427 | Line 14353 | _ACEOF
14353  
14354  
14355  
14430
14431 # Check whether --with-syslog-facility was given.
14432 if test "${with_syslog_facility+set}" = set; then :
14433  withval=$with_syslog_facility; syslog_facility="$withval"
14434 else
14435  syslog_facility="LOG_LOCAL4"
14436 fi
14437
14438
14439 cat >>confdefs.h <<_ACEOF
14440 #define LOG_FACILITY $syslog_facility
14441 _ACEOF
14442
14443
14444
14445  # Check whether --enable-efnet was given.
14446 if test "${enable_efnet+set}" = set; then :
14447  enableval=$enable_efnet; efnet="$enableval"
14448 else
14449  efnet="no"
14450 fi
14451
14452  if test "$efnet" = "yes" ; then
14453                use_efnet="yes"
14454
14455 $as_echo "#define EFNET 1" >>confdefs.h
14456
14457
14458 $as_echo "#define TS5_ONLY 1" >>confdefs.h
14459
14460        else
14461                use_efnet="no"
14462  fi
14463   if test "$use_efnet" = "yes"; then
14464  EFNET_TRUE=
14465  EFNET_FALSE='#'
14466 else
14467  EFNET_TRUE='#'
14468  EFNET_FALSE=
14469 fi
14470
14471
14472
14356    # Check whether --enable-halfops was given.
14357   if test "${enable_halfops+set}" = set; then :
14358    enableval=$enable_halfops; halfops="$enableval"
# Line 14492 | Line 14375 | else
14375   fi
14376  
14377    if test "$debugging" = "yes" ; then
14495
14496 $as_echo "#define DEBUG 1" >>confdefs.h
14497
14378      CFLAGS="-Wall -g -O0"
14499  else
14500
14501 $as_echo "#define NDEBUG 1" >>confdefs.h
14502
14379    fi
14380  
14381  
# Line 14515 | Line 14391 | fi
14391    fi
14392  
14393  
14518  for ac_header in syslog.h sys/syslog.h
14519 do :
14520  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14521 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
14522 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14523  cat >>confdefs.h <<_ACEOF
14524 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14525 _ACEOF
14526
14527 fi
14528
14529 done
14530
14531  # Check whether --enable-syslog was given.
14532 if test "${enable_syslog+set}" = set; then :
14533  enableval=$enable_syslog; syslog="$enableval"
14534 else
14535  syslog="no"
14536 fi
14537
14538  if test "$enableval" != "no" ; then
14539    for option in $enableval ; do
14540      case "$option" in
14541        users)
14542 $as_echo "#define SYSLOG_USERS 1" >>confdefs.h
14543 ;;
14544        oper)
14545 $as_echo "#define SYSLOG_OPER 1" >>confdefs.h
14546 ;;
14547        yes) : ;;
14548        *) as_fn_error $? "invalid value for --enable-syslog: $option" "$LINENO" 5 ;;
14549      esac
14550    done
14551
14552 $as_echo "#define USE_SYSLOG 1" >>confdefs.h
14553
14554  fi
14555
14556
14394  
14395    prefix_NONE=
14396    exec_prefix_NONE=
# Line 14640 | Line 14477 | _ACEOF
14477    test "$exec_prefix_NONE" && exec_prefix=NONE
14478  
14479  
14480 < 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"
14480 > 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"
14481  
14482  
14483   cat >confcache <<\_ACEOF
# Line 14752 | Line 14589 | LIBOBJS=$ac_libobjs
14589   LTLIBOBJS=$ac_ltlibobjs
14590  
14591  
14592 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14593 + $as_echo_n "checking that generated files are newer than configure... " >&6; }
14594 +   if test -n "$am_sleep_pid"; then
14595 +     # Hide warnings about reused PIDs.
14596 +     wait $am_sleep_pid 2>/dev/null
14597 +   fi
14598 +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14599 + $as_echo "done" >&6; }
14600   if test -n "$EXEEXT"; then
14601    am__EXEEXT_TRUE=
14602    am__EXEEXT_FALSE='#'
# Line 14798 | Line 14643 | LT_CONFIG_H=config.h
14643  
14644  
14645  
14801 if test -z "${ENABLE_PCRE_TRUE}" && test -z "${ENABLE_PCRE_FALSE}"; then
14802  as_fn_error $? "conditional \"ENABLE_PCRE\" was never defined.
14803 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14804 fi
14646   if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
14647    as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14648   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14649   fi
14809 if test -z "${EFNET_TRUE}" && test -z "${EFNET_FALSE}"; then
14810  as_fn_error $? "conditional \"EFNET\" was never defined.
14811 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14812 fi
14650  
14651   : "${CONFIG_STATUS=./config.status}"
14652   ac_write_fail=0
# Line 15108 | Line 14945 | if (echo >conf$$.file) 2>/dev/null; then
14945      # ... but there are two gotchas:
14946      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14947      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14948 <    # In both cases, we have to default to `cp -p'.
14948 >    # In both cases, we have to default to `cp -pR'.
14949      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14950 <      as_ln_s='cp -p'
14950 >      as_ln_s='cp -pR'
14951    elif ln conf$$.file conf$$ 2>/dev/null; then
14952      as_ln_s=ln
14953    else
14954 <    as_ln_s='cp -p'
14954 >    as_ln_s='cp -pR'
14955    fi
14956   else
14957 <  as_ln_s='cp -p'
14957 >  as_ln_s='cp -pR'
14958   fi
14959   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14960   rmdir conf$$.dir 2>/dev/null
# Line 15177 | Line 15014 | else
15014    as_mkdir_p=false
15015   fi
15016  
15017 < if test -x / >/dev/null 2>&1; then
15018 <  as_test_x='test -x'
15019 < else
15020 <  if ls -dL / >/dev/null 2>&1; then
15021 <    as_ls_L_option=L
15022 <  else
15023 <    as_ls_L_option=
15024 <  fi
15025 <  as_test_x='
15026 <    eval sh -c '\''
15190 <      if test -d "$1"; then
15191 <        test -d "$1/.";
15192 <      else
15193 <        case $1 in #(
15194 <        -*)set "./$1";;
15195 <        esac;
15196 <        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15197 <        ???[sx]*):;;*)false;;esac;fi
15198 <    '\'' sh
15199 <  '
15200 < fi
15201 < as_executable_p=$as_test_x
15017 >
15018 > # as_fn_executable_p FILE
15019 > # -----------------------
15020 > # Test if FILE is an executable regular file.
15021 > as_fn_executable_p ()
15022 > {
15023 >  test -f "$1" && test -x "$1"
15024 > } # as_fn_executable_p
15025 > as_test_x='test -x'
15026 > as_executable_p=as_fn_executable_p
15027  
15028   # Sed expression to map a string onto a valid CPP name.
15029   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 15219 | Line 15044 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15044   # report actual input values of CONFIG_FILES etc. instead of their
15045   # values after options handling.
15046   ac_log="
15047 < This file was extended by ircd-hybrid $as_me 7.3-rc1, which was
15048 < generated by GNU Autoconf 2.68.  Invocation command line was
15047 > This file was extended by ircd-hybrid $as_me TRUNK, which was
15048 > generated by GNU Autoconf 2.69.  Invocation command line was
15049  
15050    CONFIG_FILES    = $CONFIG_FILES
15051    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 15285 | Line 15110 | _ACEOF
15110   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15111   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15112   ac_cs_version="\\
15113 < ircd-hybrid config.status 7.3-rc1
15114 < configured by $0, generated by GNU Autoconf 2.68,
15113 > ircd-hybrid config.status TRUNK
15114 > configured by $0, generated by GNU Autoconf 2.69,
15115    with options \\"\$ac_cs_config\\"
15116  
15117 < Copyright (C) 2010 Free Software Foundation, Inc.
15117 > Copyright (C) 2012 Free Software Foundation, Inc.
15118   This config.status script is free software; the Free Software Foundation
15119   gives unlimited permission to copy, distribute and modify it."
15120  
# Line 15380 | Line 15205 | fi
15205   _ACEOF
15206   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15207   if \$ac_cs_recheck; then
15208 <  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15208 >  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15209    shift
15210    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15211    CONFIG_SHELL='$SHELL'
# Line 15422 | Line 15247 | pic_mode='`$ECHO "$pic_mode" | $SED "$de
15247   enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15248   SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15249   ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15250 + PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
15251   host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15252   host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15253   host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
# Line 15504 | Line 15330 | with_gnu_ld='`$ECHO "$with_gnu_ld" | $SE
15330   allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15331   no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15332   hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15507 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15333   hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15334   hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15335   hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
# Line 15560 | Line 15385 | _LTECHO_EOF'
15385   # Quote evaled strings.
15386   for var in SHELL \
15387   ECHO \
15388 + PATH_SEPARATOR \
15389   SED \
15390   GREP \
15391   EGREP \
# Line 15610 | Line 15436 | with_gnu_ld \
15436   allow_undefined_flag \
15437   no_undefined_flag \
15438   hardcode_libdir_flag_spec \
15613 hardcode_libdir_flag_spec_ld \
15439   hardcode_libdir_separator \
15440   exclude_expsyms \
15441   include_expsyms \
# Line 15695 | Line 15520 | do
15520      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15521      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15522      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15698    "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
15699    "servlink/Makefile") CONFIG_FILES="$CONFIG_FILES servlink/Makefile" ;;
15700    "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
15701    "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
15523      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
15524      "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
15525      "messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;;
# Line 16305 | Line 16126 | $as_echo "$as_me: executing $ac_file com
16126  
16127    case $ac_file$ac_mode in
16128      "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16129 <  # Autoconf 2.62 quotes --file arguments for eval, but not when files
16129 >  # Older Autoconf quotes --file arguments for eval, but not when files
16130    # are listed without --file.  Let's play safe and only enable the eval
16131    # if we detect the quoting.
16132    case $CONFIG_FILES in
# Line 16318 | Line 16139 | $as_echo "$as_me: executing $ac_file com
16139      # Strip MF so we end up with the name of the file.
16140      mf=`echo "$mf" | sed -e 's/:.*$//'`
16141      # Check whether this is an Automake generated Makefile or not.
16142 <    # We used to match only the files named `Makefile.in', but
16142 >    # We used to match only the files named 'Makefile.in', but
16143      # some people rename them; so instead we look at the file content.
16144      # Grep'ing the first line is not enough: some people post-process
16145      # each Makefile.in and add a new line on top of each file to say so.
# Line 16352 | Line 16173 | $as_echo X"$mf" |
16173        continue
16174      fi
16175      # Extract the definition of DEPDIR, am__include, and am__quote
16176 <    # from the Makefile without running `make'.
16176 >    # from the Makefile without running 'make'.
16177      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16178      test -z "$DEPDIR" && continue
16179      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16180      test -z "am__include" && continue
16181      am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16361    # When using ansi2knr, U may be empty or an underscore; expand it
16362    U=`sed -n 's/^U = //p' < "$mf"`
16182      # Find all dependency output files, they are included files with
16183      # $(DEPDIR) in their names.  We invoke sed twice because it is the
16184      # simplest approach to changing $(DEPDIR) to its actual value in the
16185      # expansion.
16186      for file in `sed -n "
16187        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16188 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16188 >         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16189        # Make sure the directory exists.
16190        test -f "$dirpart/$file" && continue
16191        fdir=`$as_dirname -- "$file" ||
# Line 16420 | Line 16239 | $as_echo X"$file" |
16239   # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16240   #
16241   #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16242 < #                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
16243 < #                 Inc.
16242 > #                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
16243 > #                 Foundation, Inc.
16244   #   Written by Gordon Matzigkeit, 1996
16245   #
16246   #   This file is part of GNU Libtool.
# Line 16475 | Line 16294 | SHELL=$lt_SHELL
16294   # An echo program that protects backslashes.
16295   ECHO=$lt_ECHO
16296  
16297 + # The PATH separator for the build system.
16298 + PATH_SEPARATOR=$lt_PATH_SEPARATOR
16299 +
16300   # The host system.
16301   host_alias=$host_alias
16302   host=$host
# Line 16776 | Line 16598 | no_undefined_flag=$lt_no_undefined_flag
16598   # This must work even if \$libdir does not exist
16599   hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16600  
16779 # If ld is used when linking, flag to hardcode \$libdir into a binary
16780 # during linking.  This must work even if \$libdir does not exist.
16781 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16782
16601   # Whether we need a single "-rpath" flag with a separated argument.
16602   hardcode_libdir_separator=$lt_hardcode_libdir_separator
16603  

Comparing:
ircd-hybrid-7.3/configure (property svn:eol-style), Revision 1106 by michael, Tue Nov 2 15:10:53 2010 UTC vs.
ircd-hybrid/trunk/configure (property svn:eol-style), Revision 1736 by michael, Sun Jan 13 09:31:46 2013 UTC

# Line 0 | Line 1
1 + native

Diff Legend

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