ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/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 2382 by michael, Sat Jul 6 16:31:07 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 2347 2013-07-03 19:09:32Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.68 for ircd-hybrid 7.3-rc1.
4 > # Generated by GNU Autoconf 2.69 for ircd-hybrid TRUNK.
5   #
6   # Report bugs to <bugs@ircd-hybrid.org>.
7   #
8   #
9 < # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
10 < # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
11 < # Foundation, Inc.
9 > # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
10   #
11   #
12   # This configure script is free software; the Free Software Foundation
# Line 137 | Line 135 | export LANGUAGE
135   # CDPATH.
136   (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
137  
138 + # Use a proper internal environment variable to ensure we don't fall
139 +  # into an infinite loop, continuously re-executing ourselves.
140 +  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
141 +    _as_can_reexec=no; export _as_can_reexec;
142 +    # We cannot yet assume a decent shell, so we have to provide a
143 + # neutralization value for shells without unset; and this also
144 + # works around shells that cannot unset nonexistent variables.
145 + # Preserve -v and -x to the replacement shell.
146 + BASH_ENV=/dev/null
147 + ENV=/dev/null
148 + (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
149 + case $- in # ((((
150 +  *v*x* | *x*v* ) as_opts=-vx ;;
151 +  *v* ) as_opts=-v ;;
152 +  *x* ) as_opts=-x ;;
153 +  * ) as_opts= ;;
154 + esac
155 + exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
156 + # Admittedly, this is quite paranoid, since all the known shells bail
157 + # out after a failed `exec'.
158 + $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
159 + as_fn_exit 255
160 +  fi
161 +  # We don't want this to propagate to other subprocesses.
162 +          { _as_can_reexec=; unset _as_can_reexec;}
163   if test "x$CONFIG_SHELL" = x; then
164    as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
165    emulate sh
# Line 170 | Line 193 | if ( set x; as_fn_ret_success y && test
193   else
194    exitcode=1; echo positional parameters were not saved.
195   fi
196 < test x\$exitcode = x0 || exit 1"
196 > test x\$exitcode = x0 || exit 1
197 > test -x / || exit 1"
198    as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
199    as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
200    eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
# Line 223 | Line 247 | IFS=$as_save_IFS
247  
248  
249        if test "x$CONFIG_SHELL" != x; then :
250 <  # We cannot yet assume a decent shell, so we have to provide a
251 <        # neutralization value for shells without unset; and this also
252 <        # works around shells that cannot unset nonexistent variables.
253 <        # Preserve -v and -x to the replacement shell.
254 <        BASH_ENV=/dev/null
255 <        ENV=/dev/null
256 <        (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
257 <        export CONFIG_SHELL
258 <        case $- in # ((((
259 <          *v*x* | *x*v* ) as_opts=-vx ;;
260 <          *v* ) as_opts=-v ;;
261 <          *x* ) as_opts=-x ;;
262 <          * ) as_opts= ;;
263 <        esac
264 <        exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
250 >  export CONFIG_SHELL
251 >             # We cannot yet assume a decent shell, so we have to provide a
252 > # neutralization value for shells without unset; and this also
253 > # works around shells that cannot unset nonexistent variables.
254 > # Preserve -v and -x to the replacement shell.
255 > BASH_ENV=/dev/null
256 > ENV=/dev/null
257 > (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
258 > case $- in # ((((
259 >  *v*x* | *x*v* ) as_opts=-vx ;;
260 >  *v* ) as_opts=-v ;;
261 >  *x* ) as_opts=-x ;;
262 >  * ) as_opts= ;;
263 > esac
264 > exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
265 > # Admittedly, this is quite paranoid, since all the known shells bail
266 > # out after a failed `exec'.
267 > $as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
268 > exit 255
269   fi
270  
271      if test x$as_have_required = xno; then :
# Line 340 | Line 368 | $as_echo X"$as_dir" |
368  
369  
370   } # as_fn_mkdir_p
371 +
372 + # as_fn_executable_p FILE
373 + # -----------------------
374 + # Test if FILE is an executable regular file.
375 + as_fn_executable_p ()
376 + {
377 +  test -f "$1" && test -x "$1"
378 + } # as_fn_executable_p
379   # as_fn_append VAR VALUE
380   # ----------------------
381   # Append the text in VALUE to the end of the definition contained in VAR. Take
# Line 461 | Line 497 | as_cr_alnum=$as_cr_Letters$as_cr_digits
497    chmod +x "$as_me.lineno" ||
498      { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
499  
500 +  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
501 +  # already done that, so ensure we don't try to do so again and fall
502 +  # in an infinite loop.  This has already happened in practice.
503 +  _as_can_reexec=no; export _as_can_reexec
504    # Don't try to exec as it changes $[0], causing all sort of problems
505    # (the dirname of $[0] is not the place where we might find the
506    # original and so on.  Autoconf is especially sensitive to this).
# Line 495 | Line 535 | if (echo >conf$$.file) 2>/dev/null; then
535      # ... but there are two gotchas:
536      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
537      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
538 <    # In both cases, we have to default to `cp -p'.
538 >    # In both cases, we have to default to `cp -pR'.
539      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
540 <      as_ln_s='cp -p'
540 >      as_ln_s='cp -pR'
541    elif ln conf$$.file conf$$ 2>/dev/null; then
542      as_ln_s=ln
543    else
544 <    as_ln_s='cp -p'
544 >    as_ln_s='cp -pR'
545    fi
546   else
547 <  as_ln_s='cp -p'
547 >  as_ln_s='cp -pR'
548   fi
549   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
550   rmdir conf$$.dir 2>/dev/null
# Line 516 | Line 556 | else
556    as_mkdir_p=false
557   fi
558  
559 < if test -x / >/dev/null 2>&1; then
560 <  as_test_x='test -x'
521 < else
522 <  if ls -dL / >/dev/null 2>&1; then
523 <    as_ls_L_option=L
524 <  else
525 <    as_ls_L_option=
526 <  fi
527 <  as_test_x='
528 <    eval sh -c '\''
529 <      if test -d "$1"; then
530 <        test -d "$1/.";
531 <      else
532 <        case $1 in #(
533 <        -*)set "./$1";;
534 <        esac;
535 <        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
536 <        ???[sx]*):;;*)false;;esac;fi
537 <    '\'' sh
538 <  '
539 < fi
540 < as_executable_p=$as_test_x
559 > as_test_x='test -x'
560 > as_executable_p=as_fn_executable_p
561  
562   # Sed expression to map a string onto a valid CPP name.
563   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 573 | Line 593 | MAKEFLAGS=
593   # Identity of this package.
594   PACKAGE_NAME='ircd-hybrid'
595   PACKAGE_TARNAME='ircd-hybrid'
596 < PACKAGE_VERSION='7.3-rc1'
597 < PACKAGE_STRING='ircd-hybrid 7.3-rc1'
596 > PACKAGE_VERSION='TRUNK'
597 > PACKAGE_STRING='ircd-hybrid TRUNK'
598   PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
599   PACKAGE_URL=''
600  
# Line 628 | Line 648 | DATADIR
648   LIBDIR
649   SYSCONFDIR
650   PREFIX
631 EFNET_FALSE
632 EFNET_TRUE
651   ENABLE_SSL_FALSE
652   ENABLE_SSL_TRUE
635 ENABLE_PCRE_FALSE
636 ENABLE_PCRE_TRUE
653   LTDLOPEN
654   LT_CONFIG_H
655   CONVENIENCE_LTDL_FALSE
# Line 690 | Line 706 | YACC
706   am__fastdepCC_FALSE
707   am__fastdepCC_TRUE
708   CCDEPMODE
709 + am__nodep
710   AMDEPBACKSLASH
711   AMDEP_FALSE
712   AMDEP_TRUE
# Line 706 | Line 723 | CC
723   MAINT
724   MAINTAINER_MODE_FALSE
725   MAINTAINER_MODE_TRUE
726 + AM_BACKSLASH
727 + AM_DEFAULT_VERBOSITY
728 + AM_DEFAULT_V
729 + AM_V
730   am__untar
731   am__tar
732   AMTAR
# Line 770 | Line 791 | SHELL'
791   ac_subst_files=''
792   ac_user_opts='
793   enable_option_checking
794 + enable_silent_rules
795   enable_maintainer_mode
796   enable_dependency_tracking
797   enable_static
# Line 783 | Line 805 | with_included_ltdl
805   with_ltdl_include
806   with_ltdl_lib
807   enable_ltdl_install
808 < with_zlib_path
787 < enable_zlib
788 < with_libpcre_path
789 < enable_libpcre
808 > enable_libgeoip
809   enable_openssl
810   enable_assert
792 enable_small_net
811   enable_kqueue
812   enable_epoll
813   enable_devpoll
796 enable_rtsigio
814   enable_poll
815   enable_select
799 with_nicklen
800 with_topiclen
801 with_syslog_facility
802 enable_efnet
816   enable_halfops
817   enable_debugging
818   enable_warnings
806 enable_syslog
819   '
820        ac_precious_vars='build_alias
821   host_alias
# Line 1271 | Line 1283 | target=$target_alias
1283   if test "x$host_alias" != x; then
1284    if test "x$build_alias" = x; then
1285      cross_compiling=maybe
1274    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1275    If a cross compiler is detected then cross compile mode will be used" >&2
1286    elif test "x$build_alias" != "x$host_alias"; then
1287      cross_compiling=yes
1288    fi
# Line 1358 | Line 1368 | if test "$ac_init_help" = "long"; then
1368    # Omit some internal or obsolete options to make the list less imposing.
1369    # This message is too long to be a string in the A/UX 3.1 sh.
1370    cat <<_ACEOF
1371 < \`configure' configures ircd-hybrid 7.3-rc1 to adapt to many kinds of systems.
1371 > \`configure' configures ircd-hybrid TRUNK to adapt to many kinds of systems.
1372  
1373   Usage: $0 [OPTION]... [VAR=VALUE]...
1374  
# Line 1428 | Line 1438 | fi
1438  
1439   if test -n "$ac_init_help"; then
1440    case $ac_init_help in
1441 <     short | recursive ) echo "Configuration of ircd-hybrid 7.3-rc1:";;
1441 >     short | recursive ) echo "Configuration of ircd-hybrid TRUNK:";;
1442     esac
1443    cat <<\_ACEOF
1444  
# Line 1436 | Line 1446 | Optional Features:
1446    --disable-option-checking  ignore unrecognized --enable/--with options
1447    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1448    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1449 <  --enable-maintainer-mode  enable make rules and dependencies not useful
1450 <                          (and sometimes confusing) to the casual installer
1451 <  --disable-dependency-tracking  speeds up one-time build
1452 <  --enable-dependency-tracking   do not reject slow dependency extractors
1449 >  --enable-silent-rules   less verbose build output (undo: "make V=1")
1450 >  --disable-silent-rules  verbose build output (undo: "make V=0")
1451 >  --enable-maintainer-mode
1452 >                          enable make rules and dependencies not useful (and
1453 >                          sometimes confusing) to the casual installer
1454 >  --enable-dependency-tracking
1455 >                          do not reject slow dependency extractors
1456 >  --disable-dependency-tracking
1457 >                          speeds up one-time build
1458    --enable-static[=PKGS]  build static libraries [default=no]
1459    --enable-shared[=PKGS]  build shared libraries [default=yes]
1460    --enable-fast-install[=PKGS]
1461                            optimize for fast installation [default=yes]
1462    --disable-libtool-lock  avoid locking (might break parallel builds)
1463    --enable-ltdl-install   install libltdl
1464 <  --disable-zlib          Disable ziplinks support
1450 <  --disable-libpcre       Disable PCRE support
1464 >  --disable-libgeoip      Disable GeoIP support
1465    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1466    --disable-openssl            Disable OpenSSL support.
1467    --enable-assert         Enable assert() statements
1454  --enable-small-net      Enable small network support.
1468    --enable-kqueue         Force kqueue usage.
1469    --enable-epoll          Force epoll usage.
1470    --enable-devpoll        Force devpoll usage.
1458  --enable-rtsigio        Force rtsigio usage.
1471    --enable-poll           Force poll usage.
1472    --enable-select         Force select usage.
1461  --enable-efnet          For IRCDs running on EFnet.
1473    --enable-halfops        Enable halfops support.
1474    --enable-debugging      Enable debugging.
1475    --enable-warnings       Enable compiler warnings.
1465  --enable-syslog="EVENTS"
1466                          Enable syslog for events: users oper (space
1467                          separated in quotes; default: disabled).
1476  
1477   Optional Packages:
1478    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1479    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1480 <  --with-pic              try to use only PIC/non-PIC objects [default=use
1480 >  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1481                            both]
1482    --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1483    --with-sysroot=DIR Search for dependent libraries within DIR
# Line 1477 | Line 1485 | Optional Packages:
1485    --with-included-ltdl    use the GNU ltdl sources included here
1486    --with-ltdl-include=DIR use the ltdl headers installed in DIR
1487    --with-ltdl-lib=DIR     use the libltdl.la installed in DIR
1480  --with-zlib-path=DIR    Path to libz.so for ziplinks support.
1481  --with-libpcre-path=DIR Path to libpcre.so for PCRE support.
1482  --with-nicklen=<value>  Set nickname length (default 9).
1483  --with-topiclen=<value> Set topic length (default 160).
1484  --with-syslog-facility=LOG
1485                          Define the syslog facility to use (default:
1486                          LOG_LOCAL4)
1488  
1489   Some influential environment variables:
1490    CC          C compiler command
# Line 1567 | Line 1568 | fi
1568   test -n "$ac_init_help" && exit $ac_status
1569   if $ac_init_version; then
1570    cat <<\_ACEOF
1571 < ircd-hybrid configure 7.3-rc1
1572 < generated by GNU Autoconf 2.68
1571 > ircd-hybrid configure TRUNK
1572 > generated by GNU Autoconf 2.69
1573  
1574 < Copyright (C) 2010 Free Software Foundation, Inc.
1574 > Copyright (C) 2012 Free Software Foundation, Inc.
1575   This configure script is free software; the Free Software Foundation
1576   gives unlimited permission to copy, distribute and modify it.
1577   _ACEOF
# Line 1646 | Line 1647 | $as_echo "$ac_try_echo"; } >&5
1647           test ! -s conftest.err
1648         } && test -s conftest$ac_exeext && {
1649           test "$cross_compiling" = yes ||
1650 <         $as_test_x conftest$ac_exeext
1650 >         test -x conftest$ac_exeext
1651         }; then :
1652    ac_retval=0
1653   else
# Line 2093 | Line 2094 | cat >config.log <<_ACEOF
2094   This file contains any messages produced by compilers while
2095   running configure, to aid debugging if configure makes a mistake.
2096  
2097 < It was created by ircd-hybrid $as_me 7.3-rc1, which was
2098 < generated by GNU Autoconf 2.68.  Invocation command line was
2097 > It was created by ircd-hybrid $as_me TRUNK, which was
2098 > generated by GNU Autoconf 2.69.  Invocation command line was
2099  
2100    $ $0 $@
2101  
# Line 2373 | Line 2374 | $as_echo "$as_me: creating cache $cache_
2374    >$cache_file
2375   fi
2376  
2376 as_fn_append ac_func_list " mmap"
2377   as_fn_append ac_func_list " strtok_r"
2378   as_fn_append ac_func_list " usleep"
2379   as_fn_append ac_func_list " strlcat"
2380   as_fn_append ac_func_list " strlcpy"
2381   as_fn_append ac_header_list " crypt.h"
2382 as_fn_append ac_header_list " inttypes.h"
2383 as_fn_append ac_header_list " stdint.h"
2382   as_fn_append ac_header_list " sys/resource.h"
2383   as_fn_append ac_header_list " sys/param.h"
2386 as_fn_append ac_header_list " errno.h"
2387 as_fn_append ac_header_list " sys/syslog.h"
2384   as_fn_append ac_header_list " types.h"
2385   as_fn_append ac_header_list " socket.h"
2386   as_fn_append ac_header_list " sys/wait.h"
2387   as_fn_append ac_header_list " wait.h"
2392 as_fn_append ac_header_list " link.h"
2388   # Check that the precious variables saved in the cache have kept the same
2389   # value.
2390   ac_cache_corrupted=false
# Line 2458 | Line 2453 | ac_link='$CC -o conftest$ac_exeext $CFLA
2453   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2454  
2455  
2456 < am__api_version='1.11'
2456 > am__api_version='1.14'
2457  
2458   ac_aux_dir=
2459   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2526 | Line 2521 | case $as_dir/ in #((
2521      # by default.
2522      for ac_prog in ginstall scoinst install; do
2523        for ac_exec_ext in '' $ac_executable_extensions; do
2524 <        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2524 >        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2525            if test $ac_prog = install &&
2526              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2527              # AIX install.  It has an incompatible calling convention.
# Line 2584 | Line 2579 | test -z "$INSTALL_DATA" && INSTALL_DATA=
2579  
2580   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2581   $as_echo_n "checking whether build environment is sane... " >&6; }
2587 # Just in case
2588 sleep 1
2589 echo timestamp > conftest.file
2582   # Reject unsafe characters in $srcdir or the absolute working directory
2583   # name.  Accept space and tab only in the latter.
2584   am_lf='
# Line 2597 | Line 2589 | case `pwd` in
2589   esac
2590   case $srcdir in
2591    *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2592 <    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2592 >    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2593   esac
2594  
2595 < # Do `set' in a subshell so we don't clobber the current shell's
2595 > # Do 'set' in a subshell so we don't clobber the current shell's
2596   # arguments.  Must try -L first in case configure is actually a
2597   # symlink; some systems play weird games with the mod time of symlinks
2598   # (eg FreeBSD returns the mod time of the symlink's containing
2599   # directory).
2600   if (
2601 <   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2602 <   if test "$*" = "X"; then
2603 <      # -L didn't work.
2604 <      set X `ls -t "$srcdir/configure" conftest.file`
2605 <   fi
2606 <   rm -f conftest.file
2607 <   if test "$*" != "X $srcdir/configure conftest.file" \
2608 <      && test "$*" != "X conftest.file $srcdir/configure"; then
2609 <
2610 <      # If neither matched, then we have a broken ls.  This can happen
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
2601 >   am_has_slept=no
2602 >   for am_try in 1 2; do
2603 >     echo "timestamp, slept: $am_has_slept" > conftest.file
2604 >     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2605 >     if test "$*" = "X"; then
2606 >        # -L didn't work.
2607 >        set X `ls -t "$srcdir/configure" conftest.file`
2608 >     fi
2609 >     if test "$*" != "X $srcdir/configure conftest.file" \
2610 >        && test "$*" != "X conftest.file $srcdir/configure"; then
2611  
2612 +        # If neither matched, then we have a broken ls.  This can happen
2613 +        # if, for instance, CONFIG_SHELL is bash and it inherits a
2614 +        # broken ls alias from the environment.  This has actually
2615 +        # happened.  Such a system could not be considered "sane".
2616 +        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2617 +  alias in your environment" "$LINENO" 5
2618 +     fi
2619 +     if test "$2" = conftest.file || test $am_try -eq 2; then
2620 +       break
2621 +     fi
2622 +     # Just in case.
2623 +     sleep 1
2624 +     am_has_slept=yes
2625 +   done
2626     test "$2" = conftest.file
2627     )
2628   then
# Line 2634 | Line 2634 | Check your system clock" "$LINENO" 5
2634   fi
2635   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2636   $as_echo "yes" >&6; }
2637 + # If we didn't sleep, we still need to ensure time stamps of config.status and
2638 + # generated files are strictly newer.
2639 + am_sleep_pid=
2640 + if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2641 +  ( sleep 1 ) &
2642 +  am_sleep_pid=$!
2643 + fi
2644 +
2645 + rm -f conftest.file
2646 +
2647   test "$program_prefix" != NONE &&
2648    program_transform_name="s&^&$program_prefix&;$program_transform_name"
2649   # Use a double $ so make ignores it.
# Line 2656 | Line 2666 | if test x"${MISSING+set}" != xset; then
2666    esac
2667   fi
2668   # Use eval to expand $SHELL
2669 < if eval "$MISSING --run true"; then
2670 <  am_missing_run="$MISSING --run "
2669 > if eval "$MISSING --is-lightweight"; then
2670 >  am_missing_run="$MISSING "
2671   else
2672    am_missing_run=
2673 <  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2674 < $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2673 >  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2674 > $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2675   fi
2676  
2677   if test x"${install_sh}" != xset; then
# Line 2673 | Line 2683 | if test x"${install_sh}" != xset; then
2683    esac
2684   fi
2685  
2686 < # Installed binaries are usually stripped using `strip' when the user
2687 < # run `make install-strip'.  However `strip' might not be the right
2686 > # Installed binaries are usually stripped using 'strip' when the user
2687 > # run "make install-strip".  However 'strip' might not be the right
2688   # tool to use in cross-compilation environments, therefore Automake
2689 < # will honor the `STRIP' environment variable to overrule this program.
2689 > # will honor the 'STRIP' environment variable to overrule this program.
2690   if test "$cross_compiling" != no; then
2691    if test -n "$ac_tool_prefix"; then
2692    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
# Line 2695 | Line 2705 | do
2705    IFS=$as_save_IFS
2706    test -z "$as_dir" && as_dir=.
2707      for ac_exec_ext in '' $ac_executable_extensions; do
2708 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2708 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2709      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2710      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2711      break 2
# Line 2735 | Line 2745 | do
2745    IFS=$as_save_IFS
2746    test -z "$as_dir" && as_dir=.
2747      for ac_exec_ext in '' $ac_executable_extensions; do
2748 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2748 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2749      ac_cv_prog_ac_ct_STRIP="strip"
2750      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2751      break 2
# Line 2786 | Line 2796 | do
2796    test -z "$as_dir" && as_dir=.
2797      for ac_prog in mkdir gmkdir; do
2798           for ac_exec_ext in '' $ac_executable_extensions; do
2799 <           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2799 >           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2800             case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2801               'mkdir (GNU coreutils) '* | \
2802               'mkdir (coreutils) '* | \
# Line 2815 | Line 2825 | fi
2825   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2826   $as_echo "$MKDIR_P" >&6; }
2827  
2818 mkdir_p="$MKDIR_P"
2819 case $mkdir_p in
2820  [\\/$]* | ?:[\\/]*) ;;
2821  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2822 esac
2823
2828   for ac_prog in gawk mawk nawk awk
2829   do
2830    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 2839 | Line 2843 | do
2843    IFS=$as_save_IFS
2844    test -z "$as_dir" && as_dir=.
2845      for ac_exec_ext in '' $ac_executable_extensions; do
2846 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2846 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2847      ac_cv_prog_AWK="$ac_prog"
2848      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2849      break 2
# Line 2903 | Line 2907 | else
2907   fi
2908   rmdir .tst 2>/dev/null
2909  
2910 + # Check whether --enable-silent-rules was given.
2911 + if test "${enable_silent_rules+set}" = set; then :
2912 +  enableval=$enable_silent_rules;
2913 + fi
2914 +
2915 + case $enable_silent_rules in # (((
2916 +  yes) AM_DEFAULT_VERBOSITY=0;;
2917 +   no) AM_DEFAULT_VERBOSITY=1;;
2918 +    *) AM_DEFAULT_VERBOSITY=1;;
2919 + esac
2920 + am_make=${MAKE-make}
2921 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2922 + $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2923 + if ${am_cv_make_support_nested_variables+:} false; then :
2924 +  $as_echo_n "(cached) " >&6
2925 + else
2926 +  if $as_echo 'TRUE=$(BAR$(V))
2927 + BAR0=false
2928 + BAR1=true
2929 + V=1
2930 + am__doit:
2931 +        @$(TRUE)
2932 + .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2933 +  am_cv_make_support_nested_variables=yes
2934 + else
2935 +  am_cv_make_support_nested_variables=no
2936 + fi
2937 + fi
2938 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2939 + $as_echo "$am_cv_make_support_nested_variables" >&6; }
2940 + if test $am_cv_make_support_nested_variables = yes; then
2941 +    AM_V='$(V)'
2942 +  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2943 + else
2944 +  AM_V=$AM_DEFAULT_VERBOSITY
2945 +  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2946 + fi
2947 + AM_BACKSLASH='\'
2948 +
2949   if test "`cd $srcdir && pwd`" != "`pwd`"; then
2950    # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2951    # is not polluted with repeated "-I."
# Line 2925 | Line 2968 | fi
2968  
2969   # Define the identity of the package.
2970   PACKAGE='ircd-hybrid'
2971 < VERSION='7.3-rc1'
2971 > VERSION='TRUNK'
2972  
2973  
2974   cat >>confdefs.h <<_ACEOF
# Line 2953 | Line 2996 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
2996  
2997   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2998  
2999 + # For better backward compatibility.  To be removed once Automake 1.9.x
3000 + # dies out for good.  For more background, see:
3001 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3002 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3003 + mkdir_p='$(MKDIR_P)'
3004 +
3005   # We need awk for the "check" target.  The system "awk" is bad on
3006   # some platforms.
3007 < # Always define AMTAR for backward compatibility.
3007 > # Always define AMTAR for backward compatibility.  Yes, it's still used
3008 > # in the wild :-(  We should find a proper way to deprecate it ...
3009 > AMTAR='$${TAR-tar}'
3010 >
3011 >
3012 > # We'll loop over all known methods to create a tar archive until one works.
3013 > _am_tools='gnutar  pax cpio none'
3014 >
3015 > am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
3016  
2960 AMTAR=${AMTAR-"${am_missing_run}tar"}
3017  
2962 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
3018  
3019  
3020  
3021  
3022 + # POSIX will say in a future version that running "rm -f" with no argument
3023 + # is OK; and we want to be able to make that assumption in our Makefile
3024 + # recipes.  So use an aggressive probe to check that the usage we want is
3025 + # actually supported "in the wild" to an acceptable degree.
3026 + # See automake bug#10828.
3027 + # To make any issue more visible, cause the running configure to be aborted
3028 + # by default if the 'rm' program in use doesn't match our expectations; the
3029 + # user can still override this though.
3030 + if rm -f && rm -fr && rm -rf; then : OK; else
3031 +  cat >&2 <<'END'
3032 + Oops!
3033 +
3034 + Your 'rm' program seems unable to run without file operands specified
3035 + on the command line, even when the '-f' option is present.  This is contrary
3036 + to the behaviour of most rm programs out there, and not conforming with
3037 + the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3038 +
3039 + Please tell bug-automake@gnu.org about your system, including the value
3040 + of your $PATH and any error possibly output before this message.  This
3041 + can help us improve future automake versions.
3042 +
3043 + END
3044 +  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3045 +    echo 'Configuration will proceed anyway, since you have set the' >&2
3046 +    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3047 +    echo >&2
3048 +  else
3049 +    cat >&2 <<'END'
3050 + Aborting the configuration process, to ensure you take notice of the issue.
3051 +
3052 + You can download and install GNU coreutils to get an 'rm' implementation
3053 + that behaves properly: <http://www.gnu.org/software/coreutils/>.
3054 +
3055 + If you want to complete the configuration process using your problematic
3056 + 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3057 + to "yes", and re-run configure.
3058  
3059 + END
3060 +    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3061 +  fi
3062 + fi
3063  
3064   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
3065   $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
# Line 3012 | Line 3107 | am__quote=
3107   _am_result=none
3108   # First try GNU make style include.
3109   echo "include confinc" > confmf
3110 < # Ignore all kinds of additional output from `make'.
3110 > # Ignore all kinds of additional output from 'make'.
3111   case `$am_make -s -f confmf 2> /dev/null` in #(
3112   *the\ am__doit\ target*)
3113    am__include=include
# Line 3045 | Line 3140 | fi
3140   if test "x$enable_dependency_tracking" != xno; then
3141    am_depcomp="$ac_aux_dir/depcomp"
3142    AMDEPBACKSLASH='\'
3143 +  am__nodep='_no'
3144   fi
3145   if test "x$enable_dependency_tracking" != xno; then
3146    AMDEP_TRUE=
# Line 3077 | Line 3173 | do
3173    IFS=$as_save_IFS
3174    test -z "$as_dir" && as_dir=.
3175      for ac_exec_ext in '' $ac_executable_extensions; do
3176 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3176 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3177      ac_cv_prog_CC="${ac_tool_prefix}gcc"
3178      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3179      break 2
# Line 3117 | Line 3213 | do
3213    IFS=$as_save_IFS
3214    test -z "$as_dir" && as_dir=.
3215      for ac_exec_ext in '' $ac_executable_extensions; do
3216 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3216 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3217      ac_cv_prog_ac_ct_CC="gcc"
3218      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3219      break 2
# Line 3170 | Line 3266 | do
3266    IFS=$as_save_IFS
3267    test -z "$as_dir" && as_dir=.
3268      for ac_exec_ext in '' $ac_executable_extensions; do
3269 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3269 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3270      ac_cv_prog_CC="${ac_tool_prefix}cc"
3271      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3272      break 2
# Line 3211 | Line 3307 | do
3307    IFS=$as_save_IFS
3308    test -z "$as_dir" && as_dir=.
3309      for ac_exec_ext in '' $ac_executable_extensions; do
3310 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3310 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3311      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3312         ac_prog_rejected=yes
3313         continue
# Line 3269 | Line 3365 | do
3365    IFS=$as_save_IFS
3366    test -z "$as_dir" && as_dir=.
3367      for ac_exec_ext in '' $ac_executable_extensions; do
3368 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3368 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3369      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3370      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3371      break 2
# Line 3313 | Line 3409 | do
3409    IFS=$as_save_IFS
3410    test -z "$as_dir" && as_dir=.
3411      for ac_exec_ext in '' $ac_executable_extensions; do
3412 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3412 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3413      ac_cv_prog_ac_ct_CC="$ac_prog"
3414      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3415      break 2
# Line 3759 | Line 3855 | cat confdefs.h - <<_ACEOF >conftest.$ac_
3855   /* end confdefs.h.  */
3856   #include <stdarg.h>
3857   #include <stdio.h>
3858 < #include <sys/types.h>
3763 < #include <sys/stat.h>
3858 > struct stat;
3859   /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3860   struct buf { int x; };
3861   FILE * (*rcsopen) (struct buf *, struct stat *, int);
# Line 3845 | Line 3940 | ac_compile='$CC -c $CFLAGS $CPPFLAGS con
3940   ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3941   ac_compiler_gnu=$ac_cv_c_compiler_gnu
3942  
3943 + ac_ext=c
3944 + ac_cpp='$CPP $CPPFLAGS'
3945 + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3946 + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3947 + ac_compiler_gnu=$ac_cv_c_compiler_gnu
3948 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
3949 + $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
3950 + if ${am_cv_prog_cc_c_o+:} false; then :
3951 +  $as_echo_n "(cached) " >&6
3952 + else
3953 +  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3954 + /* end confdefs.h.  */
3955 +
3956 + int
3957 + main ()
3958 + {
3959 +
3960 +  ;
3961 +  return 0;
3962 + }
3963 + _ACEOF
3964 +  # Make sure it works both with $CC and with simple cc.
3965 +  # Following AC_PROG_CC_C_O, we do the test twice because some
3966 +  # compilers refuse to overwrite an existing .o file with -o,
3967 +  # though they will create one.
3968 +  am_cv_prog_cc_c_o=yes
3969 +  for am_i in 1 2; do
3970 +    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
3971 +   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
3972 +   ac_status=$?
3973 +   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3974 +   (exit $ac_status); } \
3975 +         && test -f conftest2.$ac_objext; then
3976 +      : OK
3977 +    else
3978 +      am_cv_prog_cc_c_o=no
3979 +      break
3980 +    fi
3981 +  done
3982 +  rm -f core conftest*
3983 +  unset am_i
3984 + fi
3985 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
3986 + $as_echo "$am_cv_prog_cc_c_o" >&6; }
3987 + if test "$am_cv_prog_cc_c_o" != yes; then
3988 +   # Losing compiler, so override with the script.
3989 +   # FIXME: It is wrong to rewrite CC.
3990 +   # But if we don't then we get into trouble of one sort or another.
3991 +   # A longer-term fix would be to have automake use am__CC in this case,
3992 +   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
3993 +   CC="$am_aux_dir/compile $CC"
3994 + fi
3995 + ac_ext=c
3996 + ac_cpp='$CPP $CPPFLAGS'
3997 + ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3998 + ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3999 + ac_compiler_gnu=$ac_cv_c_compiler_gnu
4000 +
4001 +
4002   depcc="$CC"   am_compiler_list=
4003  
4004   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
# Line 3856 | Line 4010 | else
4010    # We make a subdir and do the tests there.  Otherwise we can end up
4011    # making bogus files that we don't know about and never remove.  For
4012    # instance it was reported that on HP-UX the gcc test will end up
4013 <  # making a dummy file named `D' -- because `-MD' means `put the output
4014 <  # in D'.
4013 >  # making a dummy file named 'D' -- because '-MD' means "put the output
4014 >  # in D".
4015 >  rm -rf conftest.dir
4016    mkdir conftest.dir
4017    # Copy depcomp to subdir because otherwise we won't find it if we're
4018    # using a relative directory.
# Line 3891 | Line 4046 | else
4046      : > sub/conftest.c
4047      for i in 1 2 3 4 5 6; do
4048        echo '#include "conftst'$i'.h"' >> sub/conftest.c
4049 <      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4050 <      # Solaris 8's {/usr,}/bin/sh.
4051 <      touch sub/conftst$i.h
4049 >      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4050 >      # Solaris 10 /bin/sh.
4051 >      echo '/* dummy */' > sub/conftst$i.h
4052      done
4053      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4054  
4055 <    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4055 >    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4056      # mode.  It turns out that the SunPro C++ compiler does not properly
4057 <    # handle `-M -o', and we need to detect this.  Also, some Intel
4058 <    # versions had trouble with output in subdirs
4057 >    # handle '-M -o', and we need to detect this.  Also, some Intel
4058 >    # versions had trouble with output in subdirs.
4059      am__obj=sub/conftest.${OBJEXT-o}
4060      am__minus_obj="-o $am__obj"
4061      case $depmode in
# Line 3909 | Line 4064 | else
4064        test "$am__universal" = false || continue
4065        ;;
4066      nosideeffect)
4067 <      # after this tag, mechanisms are not by side-effect, so they'll
4068 <      # only be used when explicitly requested
4067 >      # After this tag, mechanisms are not by side-effect, so they'll
4068 >      # only be used when explicitly requested.
4069        if test "x$enable_dependency_tracking" = xyes; then
4070          continue
4071        else
4072          break
4073        fi
4074        ;;
4075 <    msvisualcpp | msvcmsys)
4076 <      # This compiler won't grok `-c -o', but also, the minuso test has
4075 >    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4076 >      # This compiler won't grok '-c -o', but also, the minuso test has
4077        # not run yet.  These depmodes are late enough in the game, and
4078        # so weak that their functioning should not be impacted.
4079        am__obj=conftest.${OBJEXT-o}
# Line 4118 | Line 4273 | main ()
4273    return 0;
4274   }
4275   _ACEOF
4276 < for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4276 > for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
4277   do
4278    CC="$ac_save_CC $ac_arg"
4279    if ac_fn_c_try_compile "$LINENO"; then :
# Line 4150 | Line 4305 | fi
4305  
4306  
4307   if test "$ac_cv_prog_cc_c99" = "no"; then :
4308 <  as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5
4308 >  as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5
4309   fi
4310   for ac_prog in 'bison -y' byacc
4311   do
# Line 4170 | Line 4325 | do
4325    IFS=$as_save_IFS
4326    test -z "$as_dir" && as_dir=.
4327      for ac_exec_ext in '' $ac_executable_extensions; do
4328 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4328 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4329      ac_cv_prog_YACC="$ac_prog"
4330      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4331      break 2
# Line 4214 | Line 4369 | do
4369    IFS=$as_save_IFS
4370    test -z "$as_dir" && as_dir=.
4371      for ac_exec_ext in '' $ac_executable_extensions; do
4372 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4372 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4373      ac_cv_prog_LEX="$ac_prog"
4374      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4375      break 2
# Line 4246 | Line 4401 | a { ECHO; }
4401   b { REJECT; }
4402   c { yymore (); }
4403   d { yyless (1); }
4404 < e { yyless (input () != 0); }
4404 > e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
4405 >    yyless ((input () != 0)); }
4406   f { unput (yytext[0]); }
4407   . { BEGIN INITIAL; }
4408   %%
# Line 4375 | Line 4531 | esac
4531  
4532  
4533  
4534 < macro_version='2.4'
4535 < macro_revision='1.3293'
4534 > macro_version='2.4.2'
4535 > macro_revision='1.3337'
4536  
4537  
4538  
# Line 4554 | Line 4710 | do
4710      for ac_prog in sed gsed; do
4711      for ac_exec_ext in '' $ac_executable_extensions; do
4712        ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4713 <      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4713 >      as_fn_executable_p "$ac_path_SED" || continue
4714   # Check for GNU ac_path_SED and select it if it is found.
4715    # Check for GNU $ac_path_SED
4716   case `"$ac_path_SED" --version 2>&1` in
# Line 4630 | Line 4786 | do
4786      for ac_prog in grep ggrep; do
4787      for ac_exec_ext in '' $ac_executable_extensions; do
4788        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4789 <      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4789 >      as_fn_executable_p "$ac_path_GREP" || continue
4790   # Check for GNU ac_path_GREP and select it if it is found.
4791    # Check for GNU $ac_path_GREP
4792   case `"$ac_path_GREP" --version 2>&1` in
# Line 4696 | Line 4852 | do
4852      for ac_prog in egrep; do
4853      for ac_exec_ext in '' $ac_executable_extensions; do
4854        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4855 <      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4855 >      as_fn_executable_p "$ac_path_EGREP" || continue
4856   # Check for GNU ac_path_EGREP and select it if it is found.
4857    # Check for GNU $ac_path_EGREP
4858   case `"$ac_path_EGREP" --version 2>&1` in
# Line 4763 | Line 4919 | do
4919      for ac_prog in fgrep; do
4920      for ac_exec_ext in '' $ac_executable_extensions; do
4921        ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4922 <      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4922 >      as_fn_executable_p "$ac_path_FGREP" || continue
4923   # Check for GNU ac_path_FGREP and select it if it is found.
4924    # Check for GNU $ac_path_FGREP
4925   case `"$ac_path_FGREP" --version 2>&1` in
# Line 5019 | Line 5175 | do
5175    IFS=$as_save_IFS
5176    test -z "$as_dir" && as_dir=.
5177      for ac_exec_ext in '' $ac_executable_extensions; do
5178 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5178 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5179      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5180      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5181      break 2
# Line 5063 | Line 5219 | do
5219    IFS=$as_save_IFS
5220    test -z "$as_dir" && as_dir=.
5221      for ac_exec_ext in '' $ac_executable_extensions; do
5222 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5222 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5223      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5224      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5225      break 2
# Line 5221 | Line 5377 | else
5377      lt_cv_sys_max_cmd_len=196608
5378      ;;
5379  
5380 +  os2*)
5381 +    # The test takes a long time on OS/2.
5382 +    lt_cv_sys_max_cmd_len=8192
5383 +    ;;
5384 +
5385    osf*)
5386      # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5387      # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
# Line 5260 | Line 5421 | else
5421        # If test is not a shell built-in, we'll probably end up computing a
5422        # maximum length that is only half of the actual maximum length, but
5423        # we can't tell.
5424 <      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5424 >      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5425                   = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5426                test $i != 17 # 1/2 MB should be enough
5427        do
# Line 5482 | Line 5643 | do
5643    IFS=$as_save_IFS
5644    test -z "$as_dir" && as_dir=.
5645      for ac_exec_ext in '' $ac_executable_extensions; do
5646 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5646 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5647      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5648      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5649      break 2
# Line 5522 | Line 5683 | do
5683    IFS=$as_save_IFS
5684    test -z "$as_dir" && as_dir=.
5685      for ac_exec_ext in '' $ac_executable_extensions; do
5686 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5686 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5687      ac_cv_prog_ac_ct_OBJDUMP="objdump"
5688      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5689      break 2
# Line 5689 | Line 5850 | irix5* | irix6* | nonstopux*)
5850    lt_cv_deplibs_check_method=pass_all
5851    ;;
5852  
5853 < # This must be Linux ELF.
5853 > # This must be glibc/ELF.
5854   linux* | k*bsd*-gnu | kopensolaris*-gnu)
5855    lt_cv_deplibs_check_method=pass_all
5856    ;;
# Line 5828 | Line 5989 | do
5989    IFS=$as_save_IFS
5990    test -z "$as_dir" && as_dir=.
5991      for ac_exec_ext in '' $ac_executable_extensions; do
5992 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5992 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5993      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5994      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5995      break 2
# Line 5868 | Line 6029 | do
6029    IFS=$as_save_IFS
6030    test -z "$as_dir" && as_dir=.
6031      for ac_exec_ext in '' $ac_executable_extensions; do
6032 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6032 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6033      ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6034      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6035      break 2
# Line 5971 | Line 6132 | do
6132    IFS=$as_save_IFS
6133    test -z "$as_dir" && as_dir=.
6134      for ac_exec_ext in '' $ac_executable_extensions; do
6135 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6135 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6136      ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6137      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6138      break 2
# Line 6015 | Line 6176 | do
6176    IFS=$as_save_IFS
6177    test -z "$as_dir" && as_dir=.
6178      for ac_exec_ext in '' $ac_executable_extensions; do
6179 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6179 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6180      ac_cv_prog_ac_ct_AR="$ac_prog"
6181      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6182      break 2
# Line 6140 | Line 6301 | do
6301    IFS=$as_save_IFS
6302    test -z "$as_dir" && as_dir=.
6303      for ac_exec_ext in '' $ac_executable_extensions; do
6304 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6304 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6305      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6306      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6307      break 2
# Line 6180 | Line 6341 | do
6341    IFS=$as_save_IFS
6342    test -z "$as_dir" && as_dir=.
6343      for ac_exec_ext in '' $ac_executable_extensions; do
6344 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6344 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6345      ac_cv_prog_ac_ct_STRIP="strip"
6346      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6347      break 2
# Line 6239 | Line 6400 | do
6400    IFS=$as_save_IFS
6401    test -z "$as_dir" && as_dir=.
6402      for ac_exec_ext in '' $ac_executable_extensions; do
6403 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6403 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6404      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6405      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6406      break 2
# Line 6279 | Line 6440 | do
6440    IFS=$as_save_IFS
6441    test -z "$as_dir" && as_dir=.
6442      for ac_exec_ext in '' $ac_executable_extensions; do
6443 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6443 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6444      ac_cv_prog_ac_ct_RANLIB="ranlib"
6445      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6446      break 2
# Line 6329 | Line 6490 | old_postuninstall_cmds=
6490   if test -n "$RANLIB"; then
6491    case $host_os in
6492    openbsd*)
6493 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6493 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6494      ;;
6495    *)
6496 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6496 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6497      ;;
6498    esac
6499 <  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6499 >  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6500   fi
6501  
6502   case $host_os in
# Line 6482 | Line 6643 | for ac_symprfx in "" "_"; do
6643      # which start with @ or ?.
6644      lt_cv_sys_global_symbol_pipe="$AWK '"\
6645   "     {last_section=section; section=\$ 3};"\
6646 + "     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6647   "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6648   "     \$ 0!~/External *\|/{next};"\
6649   "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
# Line 6870 | Line 7032 | $as_echo "$lt_cv_cc_needs_belf" >&6; }
7032      CFLAGS="$SAVE_CFLAGS"
7033    fi
7034    ;;
7035 < sparc*-*solaris*)
7035 > *-*solaris*)
7036    # Find out which ABI we are using.
7037    echo 'int i;' > conftest.$ac_ext
7038    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
# Line 6881 | Line 7043 | sparc*-*solaris*)
7043      case `/usr/bin/file conftest.o` in
7044      *64-bit*)
7045        case $lt_cv_prog_gnu_ld in
7046 <      yes*) LD="${LD-ld} -m elf64_sparc" ;;
7046 >      yes*)
7047 >        case $host in
7048 >        i?86-*-solaris*)
7049 >          LD="${LD-ld} -m elf_x86_64"
7050 >          ;;
7051 >        sparc*-*-solaris*)
7052 >          LD="${LD-ld} -m elf64_sparc"
7053 >          ;;
7054 >        esac
7055 >        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
7056 >        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
7057 >          LD="${LD-ld}_sol2"
7058 >        fi
7059 >        ;;
7060        *)
7061          if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7062            LD="${LD-ld} -64"
# Line 6914 | Line 7089 | do
7089    IFS=$as_save_IFS
7090    test -z "$as_dir" && as_dir=.
7091      for ac_exec_ext in '' $ac_executable_extensions; do
7092 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7092 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7093      ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
7094      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7095      break 2
# Line 6954 | Line 7129 | do
7129    IFS=$as_save_IFS
7130    test -z "$as_dir" && as_dir=.
7131      for ac_exec_ext in '' $ac_executable_extensions; do
7132 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7132 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7133      ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7134      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7135      break 2
# Line 7034 | Line 7209 | do
7209    IFS=$as_save_IFS
7210    test -z "$as_dir" && as_dir=.
7211      for ac_exec_ext in '' $ac_executable_extensions; do
7212 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7212 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7213      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7214      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7215      break 2
# Line 7074 | Line 7249 | do
7249    IFS=$as_save_IFS
7250    test -z "$as_dir" && as_dir=.
7251      for ac_exec_ext in '' $ac_executable_extensions; do
7252 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7252 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7253      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7254      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7255      break 2
# Line 7126 | Line 7301 | do
7301    IFS=$as_save_IFS
7302    test -z "$as_dir" && as_dir=.
7303      for ac_exec_ext in '' $ac_executable_extensions; do
7304 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7304 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7305      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7306      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7307      break 2
# Line 7166 | Line 7341 | do
7341    IFS=$as_save_IFS
7342    test -z "$as_dir" && as_dir=.
7343      for ac_exec_ext in '' $ac_executable_extensions; do
7344 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7344 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7345      ac_cv_prog_ac_ct_NMEDIT="nmedit"
7346      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7347      break 2
# Line 7218 | Line 7393 | do
7393    IFS=$as_save_IFS
7394    test -z "$as_dir" && as_dir=.
7395      for ac_exec_ext in '' $ac_executable_extensions; do
7396 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7396 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7397      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7398      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7399      break 2
# Line 7258 | Line 7433 | do
7433    IFS=$as_save_IFS
7434    test -z "$as_dir" && as_dir=.
7435      for ac_exec_ext in '' $ac_executable_extensions; do
7436 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7436 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7437      ac_cv_prog_ac_ct_LIPO="lipo"
7438      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7439      break 2
# Line 7310 | Line 7485 | do
7485    IFS=$as_save_IFS
7486    test -z "$as_dir" && as_dir=.
7487      for ac_exec_ext in '' $ac_executable_extensions; do
7488 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7488 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7489      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7490      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7491      break 2
# Line 7350 | Line 7525 | do
7525    IFS=$as_save_IFS
7526    test -z "$as_dir" && as_dir=.
7527      for ac_exec_ext in '' $ac_executable_extensions; do
7528 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7528 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7529      ac_cv_prog_ac_ct_OTOOL="otool"
7530      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7531      break 2
# Line 7402 | Line 7577 | do
7577    IFS=$as_save_IFS
7578    test -z "$as_dir" && as_dir=.
7579      for ac_exec_ext in '' $ac_executable_extensions; do
7580 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7580 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7581      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7582      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7583      break 2
# Line 7442 | Line 7617 | do
7617    IFS=$as_save_IFS
7618    test -z "$as_dir" && as_dir=.
7619      for ac_exec_ext in '' $ac_executable_extensions; do
7620 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7620 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7621      ac_cv_prog_ac_ct_OTOOL64="otool64"
7622      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7623      break 2
# Line 7521 | Line 7696 | else
7696          $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7697            -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7698          _lt_result=$?
7699 <        if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7699 >        # If there is a non-empty error log, and "single_module"
7700 >        # appears in it, assume the flag caused a linker warning
7701 >        if test -s conftest.err && $GREP single_module conftest.err; then
7702 >          cat conftest.err >&5
7703 >        # Otherwise, if the output was created with a 0 exit code from
7704 >        # the compiler, it worked.
7705 >        elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7706            lt_cv_apple_cc_single_mod=yes
7707          else
7708            cat conftest.err >&5
# Line 7532 | Line 7713 | else
7713   fi
7714   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7715   $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7716 +
7717      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7718   $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7719   if ${lt_cv_ld_exported_symbols_list+:} false; then :
# Line 7564 | Line 7746 | rm -f core conftest.err conftest.$ac_obj
7746   fi
7747   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7748   $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7749 +
7750      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7751   $as_echo_n "checking for -force_load linker flag... " >&6; }
7752   if ${lt_cv_ld_force_load+:} false; then :
# Line 7585 | Line 7768 | _LT_EOF
7768        echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7769        $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7770        _lt_result=$?
7771 <      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7771 >      if test -s conftest.err && $GREP force_load conftest.err; then
7772 >        cat conftest.err >&5
7773 >      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7774          lt_cv_ld_force_load=yes
7775        else
7776          cat conftest.err >&5
# Line 7988 | Line 8173 | fi
8173  
8174   # Check whether --with-pic was given.
8175   if test "${with_pic+set}" = set; then :
8176 <  withval=$with_pic; pic_mode="$withval"
8176 >  withval=$with_pic; lt_p=${PACKAGE-default}
8177 >    case $withval in
8178 >    yes|no) pic_mode=$withval ;;
8179 >    *)
8180 >      pic_mode=default
8181 >      # Look at the argument we got.  We use all the common list separators.
8182 >      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8183 >      for lt_pkg in $withval; do
8184 >        IFS="$lt_save_ifs"
8185 >        if test "X$lt_pkg" = "X$lt_p"; then
8186 >          pic_mode=yes
8187 >        fi
8188 >      done
8189 >      IFS="$lt_save_ifs"
8190 >      ;;
8191 >    esac
8192   else
8193    pic_mode=default
8194   fi
# Line 8066 | Line 8266 | LIBTOOL='$(SHELL) $(top_builddir)/libtoo
8266  
8267  
8268  
8269 +
8270 +
8271 +
8272 +
8273   test -z "$LN_S" && LN_S="ln -s"
8274  
8275  
# Line 8521 | Line 8725 | lt_prog_compiler_static=
8725      case $cc_basename in
8726      nvcc*) # Cuda Compiler Driver 2.2
8727        lt_prog_compiler_wl='-Xlinker '
8728 <      lt_prog_compiler_pic='-Xcompiler -fPIC'
8728 >      if test -n "$lt_prog_compiler_pic"; then
8729 >        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8730 >      fi
8731        ;;
8732      esac
8733    else
# Line 8612 | Line 8818 | lt_prog_compiler_static=
8818          ;;
8819        *)
8820          case `$CC -V 2>&1 | sed 5q` in
8821 <        *Sun\ F* | *Sun*Fortran*)
8821 >        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8822            # Sun Fortran 8.3 passes all unrecognized flags to the linker
8823            lt_prog_compiler_pic='-KPIC'
8824            lt_prog_compiler_static='-Bstatic'
8825            lt_prog_compiler_wl=''
8826            ;;
8827 +        *Sun\ F* | *Sun*Fortran*)
8828 +          lt_prog_compiler_pic='-KPIC'
8829 +          lt_prog_compiler_static='-Bstatic'
8830 +          lt_prog_compiler_wl='-Qoption ld '
8831 +          ;;
8832          *Sun\ C*)
8833            # Sun C 5.9
8834            lt_prog_compiler_pic='-KPIC'
8835            lt_prog_compiler_static='-Bstatic'
8836            lt_prog_compiler_wl='-Wl,'
8837            ;;
8838 +        *Intel*\ [CF]*Compiler*)
8839 +          lt_prog_compiler_wl='-Wl,'
8840 +          lt_prog_compiler_pic='-fPIC'
8841 +          lt_prog_compiler_static='-static'
8842 +          ;;
8843 +        *Portland\ Group*)
8844 +          lt_prog_compiler_wl='-Wl,'
8845 +          lt_prog_compiler_pic='-fpic'
8846 +          lt_prog_compiler_static='-Bstatic'
8847 +          ;;
8848          esac
8849          ;;
8850        esac
# Line 8985 | Line 9206 | $as_echo_n "checking whether the $compil
9206    hardcode_direct=no
9207    hardcode_direct_absolute=no
9208    hardcode_libdir_flag_spec=
8988  hardcode_libdir_flag_spec_ld=
9209    hardcode_libdir_separator=
9210    hardcode_minus_L=no
9211    hardcode_shlibpath_var=unsupported
# Line 9235 | Line 9455 | _LT_EOF
9455          xlf* | bgf* | bgxlf* | mpixlf*)
9456            # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9457            whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9458 <          hardcode_libdir_flag_spec=
9239 <          hardcode_libdir_flag_spec_ld='-rpath $libdir'
9458 >          hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9459            archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9460            if test "x$supports_anon_versioning" = xyes; then
9461              archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
# Line 9615 | Line 9834 | fi
9834          # The linker will not automatically build a static lib if we build a DLL.
9835          # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9836          enable_shared_with_static_runtimes=yes
9837 +        exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9838          export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9839          # Don't use ranlib
9840          old_postinstall_cmds='chmod 644 $oldlib'
# Line 9660 | Line 9880 | fi
9880    hardcode_shlibpath_var=unsupported
9881    if test "$lt_cv_ld_force_load" = "yes"; then
9882      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\"`'
9883 +
9884    else
9885      whole_archive_flag_spec=''
9886    fi
# Line 9688 | Line 9909 | fi
9909        hardcode_shlibpath_var=no
9910        ;;
9911  
9691    freebsd1*)
9692      ld_shlibs=no
9693      ;;
9694
9912      # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9913      # support.  Future versions do this automatically, but an explicit c++rt0.o
9914      # does not break anything, and helps significantly (at the cost of a little
# Line 9704 | Line 9921 | fi
9921        ;;
9922  
9923      # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9924 <    freebsd2*)
9924 >    freebsd2.*)
9925        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9926        hardcode_direct=yes
9927        hardcode_minus_L=yes
# Line 9743 | Line 9960 | fi
9960        fi
9961        if test "$with_gnu_ld" = no; then
9962          hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9746        hardcode_libdir_flag_spec_ld='+b $libdir'
9963          hardcode_libdir_separator=:
9964          hardcode_direct=yes
9965          hardcode_direct_absolute=yes
# Line 10367 | Line 10583 | esac
10583  
10584  
10585  
10370
10371
10372
10373
10374
10586    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10587   $as_echo_n "checking dynamic linker characteristics... " >&6; }
10588  
# Line 10461 | Line 10672 | need_version=unknown
10672  
10673   case $host_os in
10674   aix3*)
10675 <  version_type=linux
10675 >  version_type=linux # correct to gnu/linux during the next big refactor
10676    library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10677    shlibpath_var=LIBPATH
10678  
# Line 10470 | Line 10681 | aix3*)
10681    ;;
10682  
10683   aix[4-9]*)
10684 <  version_type=linux
10684 >  version_type=linux # correct to gnu/linux during the next big refactor
10685    need_lib_prefix=no
10686    need_version=no
10687    hardcode_into_libs=yes
# Line 10535 | Line 10746 | beos*)
10746    ;;
10747  
10748   bsdi[45]*)
10749 <  version_type=linux
10749 >  version_type=linux # correct to gnu/linux during the next big refactor
10750    need_version=no
10751    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10752    soname_spec='${libname}${release}${shared_ext}$major'
# Line 10674 | Line 10885 | darwin* | rhapsody*)
10885    ;;
10886  
10887   dgux*)
10888 <  version_type=linux
10888 >  version_type=linux # correct to gnu/linux during the next big refactor
10889    need_lib_prefix=no
10890    need_version=no
10891    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
# Line 10682 | Line 10893 | dgux*)
10893    shlibpath_var=LD_LIBRARY_PATH
10894    ;;
10895  
10685 freebsd1*)
10686  dynamic_linker=no
10687  ;;
10688
10896   freebsd* | dragonfly*)
10897    # DragonFly does not have aout.  When/if they implement a new
10898    # versioning mechanism, adjust this.
# Line 10693 | Line 10900 | freebsd* | dragonfly*)
10900      objformat=`/usr/bin/objformat`
10901    else
10902      case $host_os in
10903 <    freebsd[123]*) objformat=aout ;;
10903 >    freebsd[23].*) objformat=aout ;;
10904      *) objformat=elf ;;
10905      esac
10906    fi
# Line 10711 | Line 10918 | freebsd* | dragonfly*)
10918    esac
10919    shlibpath_var=LD_LIBRARY_PATH
10920    case $host_os in
10921 <  freebsd2*)
10921 >  freebsd2.*)
10922      shlibpath_overrides_runpath=yes
10923      ;;
10924    freebsd3.[01]* | freebsdelf3.[01]*)
# Line 10731 | Line 10938 | freebsd* | dragonfly*)
10938    ;;
10939  
10940   gnu*)
10941 <  version_type=linux
10941 >  version_type=linux # correct to gnu/linux during the next big refactor
10942    need_lib_prefix=no
10943    need_version=no
10944    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10945    soname_spec='${libname}${release}${shared_ext}$major'
10946    shlibpath_var=LD_LIBRARY_PATH
10947 +  shlibpath_overrides_runpath=no
10948    hardcode_into_libs=yes
10949    ;;
10950  
10951   haiku*)
10952 <  version_type=linux
10952 >  version_type=linux # correct to gnu/linux during the next big refactor
10953    need_lib_prefix=no
10954    need_version=no
10955    dynamic_linker="$host_os runtime_loader"
# Line 10802 | Line 11010 | hpux9* | hpux10* | hpux11*)
11010    ;;
11011  
11012   interix[3-9]*)
11013 <  version_type=linux
11013 >  version_type=linux # correct to gnu/linux during the next big refactor
11014    need_lib_prefix=no
11015    need_version=no
11016    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
# Line 10818 | Line 11026 | irix5* | irix6* | nonstopux*)
11026      nonstopux*) version_type=nonstopux ;;
11027      *)
11028          if test "$lt_cv_prog_gnu_ld" = yes; then
11029 <                version_type=linux
11029 >                version_type=linux # correct to gnu/linux during the next big refactor
11030          else
11031                  version_type=irix
11032          fi ;;
# Line 10855 | Line 11063 | linux*oldld* | linux*aout* | linux*coff*
11063    dynamic_linker=no
11064    ;;
11065  
11066 < # This must be Linux ELF.
11066 > # This must be glibc/ELF.
11067   linux* | k*bsd*-gnu | kopensolaris*-gnu)
11068 <  version_type=linux
11068 >  version_type=linux # correct to gnu/linux during the next big refactor
11069    need_lib_prefix=no
11070    need_version=no
11071    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 10939 | Line 11147 | netbsd*)
11147    ;;
11148  
11149   newsos6)
11150 <  version_type=linux
11150 >  version_type=linux # correct to gnu/linux during the next big refactor
11151    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11152    shlibpath_var=LD_LIBRARY_PATH
11153    shlibpath_overrides_runpath=yes
# Line 11008 | Line 11216 | rdos*)
11216    ;;
11217  
11218   solaris*)
11219 <  version_type=linux
11219 >  version_type=linux # correct to gnu/linux during the next big refactor
11220    need_lib_prefix=no
11221    need_version=no
11222    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11033 | Line 11241 | sunos4*)
11241    ;;
11242  
11243   sysv4 | sysv4.3*)
11244 <  version_type=linux
11244 >  version_type=linux # correct to gnu/linux during the next big refactor
11245    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11246    soname_spec='${libname}${release}${shared_ext}$major'
11247    shlibpath_var=LD_LIBRARY_PATH
# Line 11057 | Line 11265 | sysv4 | sysv4.3*)
11265  
11266   sysv4*MP*)
11267    if test -d /usr/nec ;then
11268 <    version_type=linux
11268 >    version_type=linux # correct to gnu/linux during the next big refactor
11269      library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11270      soname_spec='$libname${shared_ext}.$major'
11271      shlibpath_var=LD_LIBRARY_PATH
# Line 11088 | Line 11296 | sysv5* | sco3.2v5* | sco5v6* | unixware*
11296  
11297   tpf*)
11298    # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11299 <  version_type=linux
11299 >  version_type=linux # correct to gnu/linux during the next big refactor
11300    need_lib_prefix=no
11301    need_version=no
11302    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11098 | Line 11306 | tpf*)
11306    ;;
11307  
11308   uts4*)
11309 <  version_type=linux
11309 >  version_type=linux # correct to gnu/linux during the next big refactor
11310    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11311    soname_spec='${libname}${release}${shared_ext}$major'
11312    shlibpath_var=LD_LIBRARY_PATH
# Line 11880 | Line 12088 | CC="$lt_save_CC"
12088  
12089  
12090  
12091 +
12092 +
12093          ac_config_commands="$ac_config_commands libtool"
12094  
12095  
# Line 11896 | Line 12106 | else
12106  
12107   module=yes
12108   eval libltdl_cv_shlibext=$shrext_cmds
12109 + module=no
12110 + eval libltdl_cv_shrext=$shrext_cmds
12111  
12112   fi
12113   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5
# Line 11907 | Line 12119 | cat >>confdefs.h <<_ACEOF
12119   _ACEOF
12120  
12121   fi
12122 + if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
12123 +
12124 + cat >>confdefs.h <<_ACEOF
12125 + #define LT_SHARED_EXT "$libltdl_cv_shrext"
12126 + _ACEOF
12127 +
12128 + fi
12129  
12130   { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5
12131   $as_echo_n "checking which variable specifies run-time module search path... " >&6; }
# Line 12953 | Line 13172 | LIBTOOL="$LIBTOOL --silent"
13172  
13173   # Checks for libraries.
13174  
13175 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13176 < $as_echo_n "checking for library containing socket... " >&6; }
13177 < if ${ac_cv_search_socket+:} false; then :
13175 >  ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13176 > if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13177 >
13178 > else
13179 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
13180 > $as_echo_n "checking for library containing getaddrinfo... " >&6; }
13181 > if ${ac_cv_search_getaddrinfo+:} false; then :
13182    $as_echo_n "(cached) " >&6
13183   else
13184    ac_func_search_save_LIBS=$LIBS
# Line 12968 | Line 13191 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13191   #ifdef __cplusplus
13192   extern "C"
13193   #endif
13194 < char socket ();
13194 > char getaddrinfo ();
13195   int
13196   main ()
13197   {
13198 < return socket ();
13198 > return getaddrinfo ();
13199    ;
13200    return 0;
13201   }
13202   _ACEOF
13203 < for ac_lib in '' socket; do
13203 > for ac_lib in '' nsl; do
13204    if test -z "$ac_lib"; then
13205      ac_res="none required"
13206    else
# Line 12985 | Line 13208 | for ac_lib in '' socket; do
13208      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13209    fi
13210    if ac_fn_c_try_link "$LINENO"; then :
13211 <  ac_cv_search_socket=$ac_res
13211 >  ac_cv_search_getaddrinfo=$ac_res
13212   fi
13213   rm -f core conftest.err conftest.$ac_objext \
13214      conftest$ac_exeext
13215 <  if ${ac_cv_search_socket+:} false; then :
13215 >  if ${ac_cv_search_getaddrinfo+:} false; then :
13216    break
13217   fi
13218   done
13219 < if ${ac_cv_search_socket+:} false; then :
13219 > if ${ac_cv_search_getaddrinfo+:} false; then :
13220  
13221   else
13222 <  ac_cv_search_socket=no
13222 >  ac_cv_search_getaddrinfo=no
13223   fi
13224   rm conftest.$ac_ext
13225   LIBS=$ac_func_search_save_LIBS
13226   fi
13227 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13228 < $as_echo "$ac_cv_search_socket" >&6; }
13229 < ac_res=$ac_cv_search_socket
13227 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
13228 > $as_echo "$ac_cv_search_getaddrinfo" >&6; }
13229 > ac_res=$ac_cv_search_getaddrinfo
13230   if test "$ac_res" != no; then :
13231    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13232  
13010 else
13011  as_fn_error $? "socket library not found" "$LINENO" 5
13233   fi
13234  
13235 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5
13236 < $as_echo_n "checking for library containing inet_ntoa... " >&6; }
13237 < if ${ac_cv_search_inet_ntoa+:} false; then :
13235 > fi
13236 >
13237 >  ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
13238 > if test "x$ac_cv_func_getnameinfo" = xyes; then :
13239 >
13240 > else
13241 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
13242 > $as_echo_n "checking for library containing getnameinfo... " >&6; }
13243 > if ${ac_cv_search_getnameinfo+:} false; then :
13244    $as_echo_n "(cached) " >&6
13245   else
13246    ac_func_search_save_LIBS=$LIBS
# Line 13026 | Line 13253 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13253   #ifdef __cplusplus
13254   extern "C"
13255   #endif
13256 < char inet_ntoa ();
13256 > char getnameinfo ();
13257   int
13258   main ()
13259   {
13260 < return inet_ntoa ();
13260 > return getnameinfo ();
13261    ;
13262    return 0;
13263   }
# Line 13043 | Line 13270 | for ac_lib in '' nsl; do
13270      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13271    fi
13272    if ac_fn_c_try_link "$LINENO"; then :
13273 <  ac_cv_search_inet_ntoa=$ac_res
13273 >  ac_cv_search_getnameinfo=$ac_res
13274   fi
13275   rm -f core conftest.err conftest.$ac_objext \
13276      conftest$ac_exeext
13277 <  if ${ac_cv_search_inet_ntoa+:} false; then :
13277 >  if ${ac_cv_search_getnameinfo+:} false; then :
13278    break
13279   fi
13280   done
13281 < if ${ac_cv_search_inet_ntoa+:} false; then :
13281 > if ${ac_cv_search_getnameinfo+:} false; then :
13282  
13283   else
13284 <  ac_cv_search_inet_ntoa=no
13284 >  ac_cv_search_getnameinfo=no
13285   fi
13286   rm conftest.$ac_ext
13287   LIBS=$ac_func_search_save_LIBS
13288   fi
13289 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5
13290 < $as_echo "$ac_cv_search_inet_ntoa" >&6; }
13291 < ac_res=$ac_cv_search_inet_ntoa
13289 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
13290 > $as_echo "$ac_cv_search_getnameinfo" >&6; }
13291 > ac_res=$ac_cv_search_getnameinfo
13292   if test "$ac_res" != no; then :
13293    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13294  
13295   fi
13296  
13297 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13298 < $as_echo_n "checking for library containing inet_aton... " >&6; }
13299 < if ${ac_cv_search_inet_aton+:} false; then :
13297 > fi
13298 >
13299 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13300 > $as_echo_n "checking for library containing socket... " >&6; }
13301 > if ${ac_cv_search_socket+:} false; then :
13302    $as_echo_n "(cached) " >&6
13303   else
13304    ac_func_search_save_LIBS=$LIBS
# Line 13082 | Line 13311 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13311   #ifdef __cplusplus
13312   extern "C"
13313   #endif
13314 < char inet_aton ();
13314 > char socket ();
13315   int
13316   main ()
13317   {
13318 < return inet_aton ();
13318 > return socket ();
13319    ;
13320    return 0;
13321   }
13322   _ACEOF
13323 < for ac_lib in '' resolv; do
13323 > for ac_lib in '' socket; do
13324    if test -z "$ac_lib"; then
13325      ac_res="none required"
13326    else
# Line 13099 | Line 13328 | for ac_lib in '' resolv; do
13328      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13329    fi
13330    if ac_fn_c_try_link "$LINENO"; then :
13331 <  ac_cv_search_inet_aton=$ac_res
13331 >  ac_cv_search_socket=$ac_res
13332   fi
13333   rm -f core conftest.err conftest.$ac_objext \
13334      conftest$ac_exeext
13335 <  if ${ac_cv_search_inet_aton+:} false; then :
13335 >  if ${ac_cv_search_socket+:} false; then :
13336    break
13337   fi
13338   done
13339 < if ${ac_cv_search_inet_aton+:} false; then :
13339 > if ${ac_cv_search_socket+:} false; then :
13340  
13341   else
13342 <  ac_cv_search_inet_aton=no
13342 >  ac_cv_search_socket=no
13343   fi
13344   rm conftest.$ac_ext
13345   LIBS=$ac_func_search_save_LIBS
13346   fi
13347 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13348 < $as_echo "$ac_cv_search_inet_aton" >&6; }
13349 < ac_res=$ac_cv_search_inet_aton
13347 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13348 > $as_echo "$ac_cv_search_socket" >&6; }
13349 > ac_res=$ac_cv_search_socket
13350   if test "$ac_res" != no; then :
13351    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13352  
13353 + else
13354 +  as_fn_error $? "socket library not found" "$LINENO" 5
13355   fi
13356  
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
13357    ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h>
13358     #include <sys/socket.h>
13359     #include <netdb.h>
# Line 13189 | Line 13408 | fi
13408  
13409  
13410  
13411 <  ac_fn_c_check_type "$LINENO" "struct sockaddr_in6" "ac_cv_type_struct_sockaddr_in6" "$ac_includes_default"
13411 >  ac_fn_c_check_type "$LINENO" "struct sockaddr_in6" "ac_cv_type_struct_sockaddr_in6" "#include <netinet/in.h>
13412 > "
13413   if test "x$ac_cv_type_struct_sockaddr_in6" = xyes; then :
13414  
13195 cat >>confdefs.h <<_ACEOF
13196 #define HAVE_STRUCT_SOCKADDR_IN6 1
13197 _ACEOF
13198
13199
13200 else
13201
13415   $as_echo "#define IPV6 1" >>confdefs.h
13416  
13417   fi
# Line 13457 | Line 13670 | done
13670  
13671  
13672  
13460
13461
13673   # Checks for header files.
13674  
13675  
# Line 13493 | Line 13704 | done
13704  
13705  
13706  
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
13707   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
13708   $as_echo_n "checking for library containing crypt... " >&6; }
13709   if ${ac_cv_search_crypt+:} false; then :
# Line 13580 | Line 13761 | if test "$ac_res" != no; then :
13761   fi
13762  
13763  
13764 <
13765 <
13766 < # Check whether --with-zlib-path was given.
13767 < if test "${with_zlib_path+set}" = set; then :
13768 <  withval=$with_zlib_path; LDFLAGS="-L$withval $LDFLAGS"
13769 < fi
13770 <
13771 <
13772 < # 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 :
13764 > # Check whether --enable-libgeoip was given.
13765 > if test "${enable_libgeoip+set}" = set; then :
13766 >  enableval=$enable_libgeoip;
13767 > else
13768 >  ac_fn_c_check_header_mongrel "$LINENO" "GeoIP.h" "ac_cv_header_GeoIP_h" "$ac_includes_default"
13769 > if test "x$ac_cv_header_GeoIP_h" = xyes; then :
13770 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing GeoIP_id_by_ipnum_v6_gl" >&5
13771 > $as_echo_n "checking for library containing GeoIP_id_by_ipnum_v6_gl... " >&6; }
13772 > if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
13773    $as_echo_n "(cached) " >&6
13774   else
13775 <  ac_check_lib_save_LIBS=$LIBS
13609 < LIBS="-lz  $LIBS"
13775 >  ac_func_search_save_LIBS=$LIBS
13776   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13777   /* end confdefs.h.  */
13778  
# Line 13616 | Line 13782 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13782   #ifdef __cplusplus
13783   extern "C"
13784   #endif
13785 < char zlibVersion ();
13785 > char GeoIP_id_by_ipnum_v6_gl ();
13786   int
13787   main ()
13788   {
13789 < return zlibVersion ();
13789 > return GeoIP_id_by_ipnum_v6_gl ();
13790    ;
13791    return 0;
13792   }
13793   _ACEOF
13794 < if ac_fn_c_try_link "$LINENO"; then :
13795 <  ac_cv_lib_z_zlibVersion=yes
13796 < else
13797 <  ac_cv_lib_z_zlibVersion=no
13794 > for ac_lib in '' GeoIP; do
13795 >  if test -z "$ac_lib"; then
13796 >    ac_res="none required"
13797 >  else
13798 >    ac_res=-l$ac_lib
13799 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13800 >  fi
13801 >  if ac_fn_c_try_link "$LINENO"; then :
13802 >  ac_cv_search_GeoIP_id_by_ipnum_v6_gl=$ac_res
13803   fi
13804   rm -f core conftest.err conftest.$ac_objext \
13805 <    conftest$ac_exeext conftest.$ac_ext
13806 < LIBS=$ac_check_lib_save_LIBS
13807 < 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 <
13666 < # Check whether --enable-libpcre was given.
13667 < if test "${enable_libpcre+set}" = set; then :
13668 <  enableval=$enable_libpcre; libpcre=$enableval
13669 < else
13670 <  libpcre=yes
13805 >    conftest$ac_exeext
13806 >  if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
13807 >  break
13808   fi
13809 + done
13810 + if ${ac_cv_search_GeoIP_id_by_ipnum_v6_gl+:} false; then :
13811  
13673
13674 if test "$libpcre" = "yes"; then :
13675
13676  ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
13677 if test "x$ac_cv_header_pcre_h" = xyes; then :
13678  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5
13679 $as_echo_n "checking for pcre_study in -lpcre... " >&6; }
13680 if ${ac_cv_lib_pcre_pcre_study+:} false; then :
13681  $as_echo_n "(cached) " >&6
13682 else
13683  ac_check_lib_save_LIBS=$LIBS
13684 LIBS="-lpcre  $LIBS"
13685 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13686 /* end confdefs.h.  */
13687
13688 /* Override any GCC internal prototype to avoid an error.
13689   Use char because int might match the return type of a GCC
13690   builtin and then its argument prototype would still apply.  */
13691 #ifdef __cplusplus
13692 extern "C"
13693 #endif
13694 char pcre_study ();
13695 int
13696 main ()
13697 {
13698 return pcre_study ();
13699  ;
13700  return 0;
13701 }
13702 _ACEOF
13703 if ac_fn_c_try_link "$LINENO"; then :
13704  ac_cv_lib_pcre_pcre_study=yes
13812   else
13813 <  ac_cv_lib_pcre_pcre_study=no
13813 >  ac_cv_search_GeoIP_id_by_ipnum_v6_gl=no
13814   fi
13815 < rm -f core conftest.err conftest.$ac_objext \
13816 <    conftest$ac_exeext conftest.$ac_ext
13710 < LIBS=$ac_check_lib_save_LIBS
13815 > rm conftest.$ac_ext
13816 > LIBS=$ac_func_search_save_LIBS
13817   fi
13818 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5
13819 < $as_echo "$ac_cv_lib_pcre_pcre_study" >&6; }
13820 < if test "x$ac_cv_lib_pcre_pcre_study" = xyes; then :
13821 <
13822 <      LIBS="-lpcre $LIBS"
13717 <
13718 < $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13818 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_GeoIP_id_by_ipnum_v6_gl" >&5
13819 > $as_echo "$ac_cv_search_GeoIP_id_by_ipnum_v6_gl" >&6; }
13820 > ac_res=$ac_cv_search_GeoIP_id_by_ipnum_v6_gl
13821 > if test "$ac_res" != no; then :
13822 >  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13823  
13824 + $as_echo "#define HAVE_LIBGEOIP 1" >>confdefs.h
13825  
13721 else
13722  libpcre=no
13826   fi
13827  
13725
13726 else
13727  libpcre=no
13828   fi
13829  
13830  
13731
13732 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=
13831   fi
13832  
13833  
13742
13834   # Check whether --enable-openssl was given.
13835   if test "${enable_openssl+set}" = set; then :
13836    enableval=$enable_openssl;  cf_enable_openssl=$enableval
# Line 13779 | Line 13870 | if test "$cf_enable_openssl" != "no"; th
13870    fi
13871  
13872        if test ! -z "$cf_openssl_basedir"; then
13782    LIBS="-lcrypto -lssl $LIBS"
13873      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cf_openssl_basedir" >&5
13874   $as_echo "$cf_openssl_basedir" >&6; }
13875      cf_enable_openssl="yes"
13786
13787 $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
13788
13876    else
13877      { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found. Please check your path." >&5
13878   $as_echo "not found. Please check your path." >&6; }
# Line 13798 | Line 13885 | $as_echo "disabled" >&6; }
13885   fi
13886  
13887   if test "$cf_enable_openssl" != "no"; then :
13888 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.7 or above" >&5
13889 < $as_echo_n "checking for OpenSSL 0.9.7 or above... " >&6; }
13888 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
13889 > $as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
13890    if test "$cross_compiling" = yes; then :
13891    cf_openssl_version_ok=no
13892   else
# Line 13812 | Line 13899 | else
13899   int
13900   main ()
13901   {
13902 < exit(!(OPENSSL_VERSION_NUMBER >= 0x00907000));
13902 > exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
13903    ;
13904    return 0;
13905   }
# Line 13877 | Line 13964 | _ACEOF
13964   fi
13965  
13966      if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13967 <  for ac_func in EVP_bf_cfb           \
13968 <                      EVP_cast5_cfb        \
13969 <                      EVP_idea_cfb         \
13970 <                      EVP_rc5_32_12_16_cfb \
13971 <                      EVP_des_ede3_cfb     \
13972 <                      EVP_des_cfb
13973 < do :
13974 <  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13975 < ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13976 < if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13967 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13968 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13969 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13970 >  $as_echo_n "(cached) " >&6
13971 > else
13972 >  ac_check_lib_save_LIBS=$LIBS
13973 > LIBS="-lssl  $LIBS"
13974 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13975 > /* end confdefs.h.  */
13976 >
13977 > /* Override any GCC internal prototype to avoid an error.
13978 >   Use char because int might match the return type of a GCC
13979 >   builtin and then its argument prototype would still apply.  */
13980 > #ifdef __cplusplus
13981 > extern "C"
13982 > #endif
13983 > char SSL_connect ();
13984 > int
13985 > main ()
13986 > {
13987 > return SSL_connect ();
13988 >  ;
13989 >  return 0;
13990 > }
13991 > _ACEOF
13992 > if ac_fn_c_try_link "$LINENO"; then :
13993 >  ac_cv_lib_ssl_SSL_connect=yes
13994 > else
13995 >  ac_cv_lib_ssl_SSL_connect=no
13996 > fi
13997 > rm -f core conftest.err conftest.$ac_objext \
13998 >    conftest$ac_exeext conftest.$ac_ext
13999 > LIBS=$ac_check_lib_save_LIBS
14000 > fi
14001 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
14002 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
14003 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
14004    cat >>confdefs.h <<_ACEOF
14005 < #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14005 > #define HAVE_LIBSSL 1
14006   _ACEOF
14007  
14008 +  LIBS="-lssl $LIBS"
14009 +
14010   fi
13895 done
14011  
14012   fi
14013  
# Line 13903 | Line 14018 | $as_echo "no - OpenSSL support disabled"
14018   fi
14019   fi
14020  
14021 < if test "$cf_enable_openssl" = yes; then
14021 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
14022    ENABLE_SSL_TRUE=
14023    ENABLE_SSL_FALSE='#'
14024   else
# Line 13928 | Line 14043 | $as_echo "#define NDEBUG 1" >>confdefs.h
14043   fi
14044  
14045  
14046 < # 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 <
14046 > $as_echo "#define NICKNAMEHISTORYLENGTH 32768" >>confdefs.h
14047  
13948 $as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h
14048  
14049 + $as_echo "#define MP_CHUNK_SIZE_CHANNEL 1024*1024" >>confdefs.h
14050  
13951 $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
14051  
14052 + $as_echo "#define MP_CHUNK_SIZE_MEMBER 2048*1024" >>confdefs.h
14053  
13954 $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
14054  
14055 + $as_echo "#define MP_CHUNK_SIZE_BAN 1024*1024" >>confdefs.h
14056  
13957 $as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h
14057  
14058 + $as_echo "#define MP_CHUNK_SIZE_CLIENT 1024*1024" >>confdefs.h
14059  
13960 $as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h
14060  
14061 + $as_echo "#define MP_CHUNK_SIZE_LCLIENT 512*1024" >>confdefs.h
14062  
13963 $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
14063  
14064 + $as_echo "#define MP_CHUNK_SIZE_DNODE 32*1024" >>confdefs.h
14065  
13966 $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
14066  
14067 + $as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h
14068  
13969 $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
14069  
14070 < else
13972 <
13973 <
13974 <
13975 < $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h
13976 <
13977 <
13978 < $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
13979 <
13980 <
13981 < $as_echo "#define BAN_HEAP_SIZE 1024" >>confdefs.h
14070 > $as_echo "#define MP_CHUNK_SIZE_AUTH 128*1024" >>confdefs.h
14071  
14072  
14073 < $as_echo "#define CLIENT_HEAP_SIZE 1024" >>confdefs.h
14073 > $as_echo "#define MP_CHUNK_SIZE_DNS 64*1024" >>confdefs.h
14074  
14075  
14076 < $as_echo "#define LCLIENT_HEAP_SIZE 512" >>confdefs.h
14076 > $as_echo "#define MP_CHUNK_SIZE_WATCH 8*1024" >>confdefs.h
14077  
14078  
14079 < $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
14079 > $as_echo "#define MP_CHUNK_SIZE_NAMEHOST 64*1024" >>confdefs.h
14080  
14081  
14082 < $as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h
14082 > $as_echo "#define MP_CHUNK_SIZE_USERHOST 128*1024" >>confdefs.h
14083  
14084  
14085 < $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
13997 <
13998 <
13999 < $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
14000 <
14001 <
14002 < $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
14003 <
14004 < fi
14085 > $as_echo "#define MP_CHUNK_SIZE_IP_ENTRY 128*1024" >>confdefs.h
14086  
14087  
14088   # Argument processing.
# Line 14022 | Line 14103 | if test "${enable_devpoll+set}" = set; t
14103    enableval=$enable_devpoll; desired_iopoll_mechanism="devpoll"
14104   fi
14105  
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
14106    # Check whether --enable-poll was given.
14107   if test "${enable_poll+set}" = set; then :
14108    enableval=$enable_poll; desired_iopoll_mechanism="poll"
# Line 14210 | Line 14286 | rm -f core conftest.err conftest.$ac_obj
14286   $as_echo "#define HAVE_SYS_DEVPOLL_H 1" >>confdefs.h
14287  
14288    fi
14289 <      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
14289 >      iopoll_mechanism_poll=4
14290  
14291   cat >>confdefs.h <<_ACEOF
14292   #define __IOPOLL_MECHANISM_POLL $iopoll_mechanism_poll
# Line 14305 | Line 14340 | else
14340   fi
14341   rm -f core conftest.err conftest.$ac_objext \
14342      conftest$ac_exeext conftest.$ac_ext
14343 <      iopoll_mechanism_select=6
14343 >      iopoll_mechanism_select=5
14344  
14345   cat >>confdefs.h <<_ACEOF
14346   #define __IOPOLL_MECHANISM_SELECT $iopoll_mechanism_select
# Line 14360 | Line 14395 | fi
14395   rm -f core conftest.err conftest.$ac_objext \
14396      conftest$ac_exeext conftest.$ac_ext
14397        optimal_iopoll_mechanism="none"
14398 <  for mechanism in "kqueue" "epoll" "devpoll" "rtsigio" "poll" "select" ; do # order is important
14398 >  for mechanism in "kqueue" "epoll" "devpoll" "poll" "select" ; do # order is important
14399      eval "is_optimal_iopoll_mechanism_available=\$is_${mechanism}_mechanism_available"
14400      if test "$is_optimal_iopoll_mechanism_available" = "yes" ; then
14401        optimal_iopoll_mechanism="$mechanism"
# Line 14397 | Line 14432 | _ACEOF
14432  
14433  
14434  
14400
14401 # Check whether --with-nicklen was given.
14402 if test "${with_nicklen+set}" = set; then :
14403  withval=$with_nicklen; nicklen="$withval"
14404 else
14405  nicklen="9"
14406 fi
14407
14408
14409 cat >>confdefs.h <<_ACEOF
14410 #define NICKLEN ($nicklen+1)
14411 _ACEOF
14412
14413
14414
14415
14416 # Check whether --with-topiclen was given.
14417 if test "${with_topiclen+set}" = set; then :
14418  withval=$with_topiclen; topiclen="$withval"
14419 else
14420  topiclen="160"
14421 fi
14422
14423
14424 cat >>confdefs.h <<_ACEOF
14425 #define TOPICLEN ($topiclen)
14426 _ACEOF
14427
14428
14429
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
14435    # Check whether --enable-halfops was given.
14436   if test "${enable_halfops+set}" = set; then :
14437    enableval=$enable_halfops; halfops="$enableval"
# Line 14492 | Line 14454 | else
14454   fi
14455  
14456    if test "$debugging" = "yes" ; then
14495
14496 $as_echo "#define DEBUG 1" >>confdefs.h
14497
14457      CFLAGS="-Wall -g -O0"
14499  else
14500
14501 $as_echo "#define NDEBUG 1" >>confdefs.h
14502
14458    fi
14459  
14460  
# Line 14515 | Line 14470 | fi
14470    fi
14471  
14472  
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
14473  
14474    prefix_NONE=
14475    exec_prefix_NONE=
# Line 14640 | Line 14556 | _ACEOF
14556    test "$exec_prefix_NONE" && exec_prefix=NONE
14557  
14558  
14559 < 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"
14559 > ac_config_files="$ac_config_files Makefile src/Makefile libltdl/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile tools/Makefile"
14560  
14561  
14562   cat >confcache <<\_ACEOF
# Line 14752 | Line 14668 | LIBOBJS=$ac_libobjs
14668   LTLIBOBJS=$ac_ltlibobjs
14669  
14670  
14671 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14672 + $as_echo_n "checking that generated files are newer than configure... " >&6; }
14673 +   if test -n "$am_sleep_pid"; then
14674 +     # Hide warnings about reused PIDs.
14675 +     wait $am_sleep_pid 2>/dev/null
14676 +   fi
14677 +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14678 + $as_echo "done" >&6; }
14679   if test -n "$EXEEXT"; then
14680    am__EXEEXT_TRUE=
14681    am__EXEEXT_FALSE='#'
# Line 14798 | Line 14722 | LT_CONFIG_H=config.h
14722  
14723  
14724  
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
14725   if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
14726    as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14727   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14728   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
14729  
14730   : "${CONFIG_STATUS=./config.status}"
14731   ac_write_fail=0
# Line 15108 | Line 15024 | if (echo >conf$$.file) 2>/dev/null; then
15024      # ... but there are two gotchas:
15025      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15026      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15027 <    # In both cases, we have to default to `cp -p'.
15027 >    # In both cases, we have to default to `cp -pR'.
15028      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15029 <      as_ln_s='cp -p'
15029 >      as_ln_s='cp -pR'
15030    elif ln conf$$.file conf$$ 2>/dev/null; then
15031      as_ln_s=ln
15032    else
15033 <    as_ln_s='cp -p'
15033 >    as_ln_s='cp -pR'
15034    fi
15035   else
15036 <  as_ln_s='cp -p'
15036 >  as_ln_s='cp -pR'
15037   fi
15038   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15039   rmdir conf$$.dir 2>/dev/null
# Line 15177 | Line 15093 | else
15093    as_mkdir_p=false
15094   fi
15095  
15096 < if test -x / >/dev/null 2>&1; then
15097 <  as_test_x='test -x'
15098 < else
15099 <  if ls -dL / >/dev/null 2>&1; then
15100 <    as_ls_L_option=L
15101 <  else
15102 <    as_ls_L_option=
15103 <  fi
15104 <  as_test_x='
15105 <    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
15096 >
15097 > # as_fn_executable_p FILE
15098 > # -----------------------
15099 > # Test if FILE is an executable regular file.
15100 > as_fn_executable_p ()
15101 > {
15102 >  test -f "$1" && test -x "$1"
15103 > } # as_fn_executable_p
15104 > as_test_x='test -x'
15105 > as_executable_p=as_fn_executable_p
15106  
15107   # Sed expression to map a string onto a valid CPP name.
15108   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 15219 | Line 15123 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15123   # report actual input values of CONFIG_FILES etc. instead of their
15124   # values after options handling.
15125   ac_log="
15126 < This file was extended by ircd-hybrid $as_me 7.3-rc1, which was
15127 < generated by GNU Autoconf 2.68.  Invocation command line was
15126 > This file was extended by ircd-hybrid $as_me TRUNK, which was
15127 > generated by GNU Autoconf 2.69.  Invocation command line was
15128  
15129    CONFIG_FILES    = $CONFIG_FILES
15130    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 15285 | Line 15189 | _ACEOF
15189   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15190   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15191   ac_cs_version="\\
15192 < ircd-hybrid config.status 7.3-rc1
15193 < configured by $0, generated by GNU Autoconf 2.68,
15192 > ircd-hybrid config.status TRUNK
15193 > configured by $0, generated by GNU Autoconf 2.69,
15194    with options \\"\$ac_cs_config\\"
15195  
15196 < Copyright (C) 2010 Free Software Foundation, Inc.
15196 > Copyright (C) 2012 Free Software Foundation, Inc.
15197   This config.status script is free software; the Free Software Foundation
15198   gives unlimited permission to copy, distribute and modify it."
15199  
# Line 15380 | Line 15284 | fi
15284   _ACEOF
15285   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15286   if \$ac_cs_recheck; then
15287 <  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15287 >  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15288    shift
15289    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15290    CONFIG_SHELL='$SHELL'
# Line 15422 | Line 15326 | pic_mode='`$ECHO "$pic_mode" | $SED "$de
15326   enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15327   SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15328   ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15329 + PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
15330   host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15331   host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15332   host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
# Line 15504 | Line 15409 | with_gnu_ld='`$ECHO "$with_gnu_ld" | $SE
15409   allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15410   no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15411   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"`'
15412   hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15413   hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15414   hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
# Line 15560 | Line 15464 | _LTECHO_EOF'
15464   # Quote evaled strings.
15465   for var in SHELL \
15466   ECHO \
15467 + PATH_SEPARATOR \
15468   SED \
15469   GREP \
15470   EGREP \
# Line 15610 | Line 15515 | with_gnu_ld \
15515   allow_undefined_flag \
15516   no_undefined_flag \
15517   hardcode_libdir_flag_spec \
15613 hardcode_libdir_flag_spec_ld \
15518   hardcode_libdir_separator \
15519   exclude_expsyms \
15520   include_expsyms \
# Line 15695 | Line 15599 | do
15599      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15600      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15601      "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" ;;
15602      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
15603      "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
15704    "messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;;
15604      "modules/Makefile") CONFIG_FILES="$CONFIG_FILES modules/Makefile" ;;
15605      "modules/core/Makefile") CONFIG_FILES="$CONFIG_FILES modules/core/Makefile" ;;
15606      "doc/Makefile") CONFIG_FILES="$CONFIG_FILES doc/Makefile" ;;
15607      "help/Makefile") CONFIG_FILES="$CONFIG_FILES help/Makefile" ;;
15709    "help/opers/Makefile") CONFIG_FILES="$CONFIG_FILES help/opers/Makefile" ;;
15710    "help/users/Makefile") CONFIG_FILES="$CONFIG_FILES help/users/Makefile" ;;
15608      "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
15609  
15610    *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
# Line 16305 | Line 16202 | $as_echo "$as_me: executing $ac_file com
16202  
16203    case $ac_file$ac_mode in
16204      "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
16205 <  # Autoconf 2.62 quotes --file arguments for eval, but not when files
16205 >  # Older Autoconf quotes --file arguments for eval, but not when files
16206    # are listed without --file.  Let's play safe and only enable the eval
16207    # if we detect the quoting.
16208    case $CONFIG_FILES in
# Line 16318 | Line 16215 | $as_echo "$as_me: executing $ac_file com
16215      # Strip MF so we end up with the name of the file.
16216      mf=`echo "$mf" | sed -e 's/:.*$//'`
16217      # Check whether this is an Automake generated Makefile or not.
16218 <    # We used to match only the files named `Makefile.in', but
16218 >    # We used to match only the files named 'Makefile.in', but
16219      # some people rename them; so instead we look at the file content.
16220      # Grep'ing the first line is not enough: some people post-process
16221      # each Makefile.in and add a new line on top of each file to say so.
# Line 16352 | Line 16249 | $as_echo X"$mf" |
16249        continue
16250      fi
16251      # Extract the definition of DEPDIR, am__include, and am__quote
16252 <    # from the Makefile without running `make'.
16252 >    # from the Makefile without running 'make'.
16253      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16254      test -z "$DEPDIR" && continue
16255      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16256 <    test -z "am__include" && continue
16256 >    test -z "$am__include" && continue
16257      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"`
16258      # Find all dependency output files, they are included files with
16259      # $(DEPDIR) in their names.  We invoke sed twice because it is the
16260      # simplest approach to changing $(DEPDIR) to its actual value in the
16261      # expansion.
16262      for file in `sed -n "
16263        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16264 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16264 >         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16265        # Make sure the directory exists.
16266        test -f "$dirpart/$file" && continue
16267        fdir=`$as_dirname -- "$file" ||
# Line 16420 | Line 16315 | $as_echo X"$file" |
16315   # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16316   #
16317   #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16318 < #                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
16319 < #                 Inc.
16318 > #                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
16319 > #                 Foundation, Inc.
16320   #   Written by Gordon Matzigkeit, 1996
16321   #
16322   #   This file is part of GNU Libtool.
# Line 16475 | Line 16370 | SHELL=$lt_SHELL
16370   # An echo program that protects backslashes.
16371   ECHO=$lt_ECHO
16372  
16373 + # The PATH separator for the build system.
16374 + PATH_SEPARATOR=$lt_PATH_SEPARATOR
16375 +
16376   # The host system.
16377   host_alias=$host_alias
16378   host=$host
# Line 16776 | Line 16674 | no_undefined_flag=$lt_no_undefined_flag
16674   # This must work even if \$libdir does not exist
16675   hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16676  
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
16677   # Whether we need a single "-rpath" flag with a separated argument.
16678   hardcode_libdir_separator=$lt_hardcode_libdir_separator
16679  

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 2382 by michael, Sat Jul 6 16:31:07 2013 UTC

# Line 0 | Line 1
1 + native

Diff Legend

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