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 1131 by michael, Fri Apr 8 16:56:32 2011 UTC vs.
ircd-hybrid/trunk/configure (file contents), Revision 1680 by michael, Tue Dec 18 18:06:32 2012 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1111 2010-11-26 20:01:41Z michael .
2 > # From configure.ac Id: configure.ac 1664 2012-11-18 14:33:47Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.68 for ircd-hybrid 7.3.0.
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.0'
597 < PACKAGE_STRING='ircd-hybrid 7.3.0'
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 783 | Line 800 | with_included_ltdl
800   with_ltdl_include
801   with_ltdl_lib
802   enable_ltdl_install
786 with_zlib_path
787 enable_zlib
788 with_libpcre_path
803   enable_libpcre
804   enable_openssl
805   enable_assert
792 enable_small_net
806   enable_kqueue
807   enable_epoll
808   enable_devpoll
# Line 798 | Line 811 | enable_poll
811   enable_select
812   with_nicklen
813   with_topiclen
801 with_syslog_facility
802 enable_efnet
814   enable_halfops
815   enable_debugging
816   enable_warnings
806 enable_syslog
817   '
818        ac_precious_vars='build_alias
819   host_alias
# Line 1271 | Line 1281 | target=$target_alias
1281   if test "x$host_alias" != x; then
1282    if test "x$build_alias" = x; then
1283      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
1284    elif test "x$build_alias" != "x$host_alias"; then
1285      cross_compiling=yes
1286    fi
# Line 1358 | Line 1366 | if test "$ac_init_help" = "long"; then
1366    # Omit some internal or obsolete options to make the list less imposing.
1367    # This message is too long to be a string in the A/UX 3.1 sh.
1368    cat <<_ACEOF
1369 < \`configure' configures ircd-hybrid 7.3.0 to adapt to many kinds of systems.
1369 > \`configure' configures ircd-hybrid TRUNK to adapt to many kinds of systems.
1370  
1371   Usage: $0 [OPTION]... [VAR=VALUE]...
1372  
# Line 1428 | Line 1436 | fi
1436  
1437   if test -n "$ac_init_help"; then
1438    case $ac_init_help in
1439 <     short | recursive ) echo "Configuration of ircd-hybrid 7.3.0:";;
1439 >     short | recursive ) echo "Configuration of ircd-hybrid TRUNK:";;
1440     esac
1441    cat <<\_ACEOF
1442  
# Line 1436 | Line 1444 | Optional Features:
1444    --disable-option-checking  ignore unrecognized --enable/--with options
1445    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1446    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1447 <  --enable-maintainer-mode  enable make rules and dependencies not useful
1448 <                          (and sometimes confusing) to the casual installer
1449 <  --disable-dependency-tracking  speeds up one-time build
1450 <  --enable-dependency-tracking   do not reject slow dependency extractors
1447 >  --enable-maintainer-mode
1448 >                          enable make rules and dependencies not useful (and
1449 >                          sometimes confusing) to the casual installer
1450 >  --enable-dependency-tracking
1451 >                          do not reject slow dependency extractors
1452 >  --disable-dependency-tracking
1453 >                          speeds up one-time build
1454    --enable-static[=PKGS]  build static libraries [default=no]
1455    --enable-shared[=PKGS]  build shared libraries [default=yes]
1456    --enable-fast-install[=PKGS]
1457                            optimize for fast installation [default=yes]
1458    --disable-libtool-lock  avoid locking (might break parallel builds)
1459    --enable-ltdl-install   install libltdl
1449  --disable-zlib          Disable ziplinks support
1460    --disable-libpcre       Disable PCRE support
1461    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1462    --disable-openssl            Disable OpenSSL support.
1463    --enable-assert         Enable assert() statements
1454  --enable-small-net      Enable small network support.
1464    --enable-kqueue         Force kqueue usage.
1465    --enable-epoll          Force epoll usage.
1466    --enable-devpoll        Force devpoll usage.
1467    --enable-rtsigio        Force rtsigio usage.
1468    --enable-poll           Force poll usage.
1469    --enable-select         Force select usage.
1461  --enable-efnet          For IRCDs running on EFnet.
1470    --enable-halfops        Enable halfops support.
1471    --enable-debugging      Enable debugging.
1472    --enable-warnings       Enable compiler warnings.
1465  --enable-syslog="EVENTS"
1466                          Enable syslog for events: users oper (space
1467                          separated in quotes; default: disabled).
1473  
1474   Optional Packages:
1475    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1476    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1477 <  --with-pic              try to use only PIC/non-PIC objects [default=use
1477 >  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1478                            both]
1479    --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1480    --with-sysroot=DIR Search for dependent libraries within DIR
# Line 1477 | Line 1482 | Optional Packages:
1482    --with-included-ltdl    use the GNU ltdl sources included here
1483    --with-ltdl-include=DIR use the ltdl headers installed in DIR
1484    --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.
1485    --with-nicklen=<value>  Set nickname length (default 9).
1486    --with-topiclen=<value> Set topic length (default 160).
1484  --with-syslog-facility=LOG
1485                          Define the syslog facility to use (default:
1486                          LOG_LOCAL4)
1487  
1488   Some influential environment variables:
1489    CC          C compiler command
# Line 1567 | Line 1567 | fi
1567   test -n "$ac_init_help" && exit $ac_status
1568   if $ac_init_version; then
1569    cat <<\_ACEOF
1570 < ircd-hybrid configure 7.3.0
1571 < generated by GNU Autoconf 2.68
1570 > ircd-hybrid configure TRUNK
1571 > generated by GNU Autoconf 2.69
1572  
1573 < Copyright (C) 2010 Free Software Foundation, Inc.
1573 > Copyright (C) 2012 Free Software Foundation, Inc.
1574   This configure script is free software; the Free Software Foundation
1575   gives unlimited permission to copy, distribute and modify it.
1576   _ACEOF
# Line 1646 | Line 1646 | $as_echo "$ac_try_echo"; } >&5
1646           test ! -s conftest.err
1647         } && test -s conftest$ac_exeext && {
1648           test "$cross_compiling" = yes ||
1649 <         $as_test_x conftest$ac_exeext
1649 >         test -x conftest$ac_exeext
1650         }; then :
1651    ac_retval=0
1652   else
# Line 2093 | Line 2093 | cat >config.log <<_ACEOF
2093   This file contains any messages produced by compilers while
2094   running configure, to aid debugging if configure makes a mistake.
2095  
2096 < It was created by ircd-hybrid $as_me 7.3.0, which was
2097 < generated by GNU Autoconf 2.68.  Invocation command line was
2096 > It was created by ircd-hybrid $as_me TRUNK, which was
2097 > generated by GNU Autoconf 2.69.  Invocation command line was
2098  
2099    $ $0 $@
2100  
# Line 2373 | Line 2373 | $as_echo "$as_me: creating cache $cache_
2373    >$cache_file
2374   fi
2375  
2376 as_fn_append ac_func_list " mmap"
2376   as_fn_append ac_func_list " strtok_r"
2377   as_fn_append ac_func_list " usleep"
2378   as_fn_append ac_func_list " strlcat"
2379   as_fn_append ac_func_list " strlcpy"
2381 as_fn_append ac_func_list " socketpair"
2380   as_fn_append ac_header_list " crypt.h"
2383 as_fn_append ac_header_list " inttypes.h"
2384 as_fn_append ac_header_list " stdint.h"
2381   as_fn_append ac_header_list " sys/resource.h"
2382   as_fn_append ac_header_list " sys/param.h"
2387 as_fn_append ac_header_list " errno.h"
2388 as_fn_append ac_header_list " sys/syslog.h"
2383   as_fn_append ac_header_list " types.h"
2384   as_fn_append ac_header_list " socket.h"
2385   as_fn_append ac_header_list " sys/wait.h"
2386   as_fn_append ac_header_list " wait.h"
2393 as_fn_append ac_header_list " link.h"
2387   # Check that the precious variables saved in the cache have kept the same
2388   # value.
2389   ac_cache_corrupted=false
# Line 2459 | Line 2452 | ac_link='$CC -o conftest$ac_exeext $CFLA
2452   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2453  
2454  
2455 < am__api_version='1.11'
2455 > am__api_version='1.12'
2456  
2457   ac_aux_dir=
2458   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2527 | Line 2520 | case $as_dir/ in #((
2520      # by default.
2521      for ac_prog in ginstall scoinst install; do
2522        for ac_exec_ext in '' $ac_executable_extensions; do
2523 <        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2523 >        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2524            if test $ac_prog = install &&
2525              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2526              # AIX install.  It has an incompatible calling convention.
# Line 2585 | Line 2578 | test -z "$INSTALL_DATA" && INSTALL_DATA=
2578  
2579   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2580   $as_echo_n "checking whether build environment is sane... " >&6; }
2588 # Just in case
2589 sleep 1
2590 echo timestamp > conftest.file
2581   # Reject unsafe characters in $srcdir or the absolute working directory
2582   # name.  Accept space and tab only in the latter.
2583   am_lf='
# Line 2598 | Line 2588 | case `pwd` in
2588   esac
2589   case $srcdir in
2590    *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2591 <    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2591 >    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2592   esac
2593  
2594 < # Do `set' in a subshell so we don't clobber the current shell's
2594 > # Do 'set' in a subshell so we don't clobber the current shell's
2595   # arguments.  Must try -L first in case configure is actually a
2596   # symlink; some systems play weird games with the mod time of symlinks
2597   # (eg FreeBSD returns the mod time of the symlink's containing
2598   # directory).
2599   if (
2600 <   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2601 <   if test "$*" = "X"; then
2602 <      # -L didn't work.
2603 <      set X `ls -t "$srcdir/configure" conftest.file`
2604 <   fi
2605 <   rm -f conftest.file
2606 <   if test "$*" != "X $srcdir/configure conftest.file" \
2607 <      && test "$*" != "X conftest.file $srcdir/configure"; then
2608 <
2609 <      # If neither matched, then we have a broken ls.  This can happen
2620 <      # if, for instance, CONFIG_SHELL is bash and it inherits a
2621 <      # broken ls alias from the environment.  This has actually
2622 <      # happened.  Such a system could not be considered "sane".
2623 <      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2624 < alias in your environment" "$LINENO" 5
2625 <   fi
2600 >   am_has_slept=no
2601 >   for am_try in 1 2; do
2602 >     echo "timestamp, slept: $am_has_slept" > conftest.file
2603 >     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2604 >     if test "$*" = "X"; then
2605 >        # -L didn't work.
2606 >        set X `ls -t "$srcdir/configure" conftest.file`
2607 >     fi
2608 >     if test "$*" != "X $srcdir/configure conftest.file" \
2609 >        && test "$*" != "X conftest.file $srcdir/configure"; then
2610  
2611 +        # If neither matched, then we have a broken ls.  This can happen
2612 +        # if, for instance, CONFIG_SHELL is bash and it inherits a
2613 +        # broken ls alias from the environment.  This has actually
2614 +        # happened.  Such a system could not be considered "sane".
2615 +        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2616 +  alias in your environment" "$LINENO" 5
2617 +     fi
2618 +     if test "$2" = conftest.file || test $am_try -eq 2; then
2619 +       break
2620 +     fi
2621 +     # Just in case.
2622 +     sleep 1
2623 +     am_has_slept=yes
2624 +   done
2625     test "$2" = conftest.file
2626     )
2627   then
# Line 2635 | Line 2633 | Check your system clock" "$LINENO" 5
2633   fi
2634   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2635   $as_echo "yes" >&6; }
2636 + # If we didn't sleep, we still need to ensure time stamps of config.status and
2637 + # generated files are strictly newer.
2638 + am_sleep_pid=
2639 + if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2640 +  ( sleep 1 ) &
2641 +  am_sleep_pid=$!
2642 + fi
2643 +
2644 + rm -f conftest.file
2645 +
2646   test "$program_prefix" != NONE &&
2647    program_transform_name="s&^&$program_prefix&;$program_transform_name"
2648   # Use a double $ so make ignores it.
# Line 2661 | Line 2669 | if eval "$MISSING --run true"; then
2669    am_missing_run="$MISSING --run "
2670   else
2671    am_missing_run=
2672 <  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2673 < $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2672 >  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2673 > $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2674   fi
2675  
2676   if test x"${install_sh}" != xset; then
# Line 2674 | Line 2682 | if test x"${install_sh}" != xset; then
2682    esac
2683   fi
2684  
2685 < # Installed binaries are usually stripped using `strip' when the user
2686 < # run `make install-strip'.  However `strip' might not be the right
2685 > # Installed binaries are usually stripped using 'strip' when the user
2686 > # run "make install-strip".  However 'strip' might not be the right
2687   # tool to use in cross-compilation environments, therefore Automake
2688 < # will honor the `STRIP' environment variable to overrule this program.
2688 > # will honor the 'STRIP' environment variable to overrule this program.
2689   if test "$cross_compiling" != no; then
2690    if test -n "$ac_tool_prefix"; then
2691    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
# Line 2696 | Line 2704 | do
2704    IFS=$as_save_IFS
2705    test -z "$as_dir" && as_dir=.
2706      for ac_exec_ext in '' $ac_executable_extensions; do
2707 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2707 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2708      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2709      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2710      break 2
# Line 2736 | Line 2744 | do
2744    IFS=$as_save_IFS
2745    test -z "$as_dir" && as_dir=.
2746      for ac_exec_ext in '' $ac_executable_extensions; do
2747 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2747 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2748      ac_cv_prog_ac_ct_STRIP="strip"
2749      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2750      break 2
# Line 2787 | Line 2795 | do
2795    test -z "$as_dir" && as_dir=.
2796      for ac_prog in mkdir gmkdir; do
2797           for ac_exec_ext in '' $ac_executable_extensions; do
2798 <           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2798 >           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2799             case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2800               'mkdir (GNU coreutils) '* | \
2801               'mkdir (coreutils) '* | \
# Line 2816 | Line 2824 | fi
2824   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2825   $as_echo "$MKDIR_P" >&6; }
2826  
2819 mkdir_p="$MKDIR_P"
2820 case $mkdir_p in
2821  [\\/$]* | ?:[\\/]*) ;;
2822  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2823 esac
2824
2827   for ac_prog in gawk mawk nawk awk
2828   do
2829    # Extract the first word of "$ac_prog", so it can be a program name with args.
# Line 2840 | Line 2842 | do
2842    IFS=$as_save_IFS
2843    test -z "$as_dir" && as_dir=.
2844      for ac_exec_ext in '' $ac_executable_extensions; do
2845 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2845 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2846      ac_cv_prog_AWK="$ac_prog"
2847      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2848      break 2
# Line 2926 | Line 2928 | fi
2928  
2929   # Define the identity of the package.
2930   PACKAGE='ircd-hybrid'
2931 < VERSION='7.3.0'
2931 > VERSION='TRUNK'
2932  
2933  
2934   cat >>confdefs.h <<_ACEOF
# Line 2954 | Line 2956 | AUTOHEADER=${AUTOHEADER-"${am_missing_ru
2956  
2957   MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2958  
2959 + # For better backward compatibility.  To be removed once Automake 1.9.x
2960 + # dies out for good.  For more background, see:
2961 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2962 + # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2963 + mkdir_p='$(MKDIR_P)'
2964 +
2965   # We need awk for the "check" target.  The system "awk" is bad on
2966   # some platforms.
2967 < # Always define AMTAR for backward compatibility.
2968 <
2969 < AMTAR=${AMTAR-"${am_missing_run}tar"}
2967 > # Always define AMTAR for backward compatibility.  Yes, it's still used
2968 > # in the wild :-(  We should find a proper way to deprecate it ...
2969 > AMTAR='$${TAR-tar}'
2970  
2971 < am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2971 > am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2972  
2973  
2974  
# Line 3013 | Line 3021 | am__quote=
3021   _am_result=none
3022   # First try GNU make style include.
3023   echo "include confinc" > confmf
3024 < # Ignore all kinds of additional output from `make'.
3024 > # Ignore all kinds of additional output from 'make'.
3025   case `$am_make -s -f confmf 2> /dev/null` in #(
3026   *the\ am__doit\ target*)
3027    am__include=include
# Line 3046 | Line 3054 | fi
3054   if test "x$enable_dependency_tracking" != xno; then
3055    am_depcomp="$ac_aux_dir/depcomp"
3056    AMDEPBACKSLASH='\'
3057 +  am__nodep='_no'
3058   fi
3059   if test "x$enable_dependency_tracking" != xno; then
3060    AMDEP_TRUE=
# Line 3078 | Line 3087 | do
3087    IFS=$as_save_IFS
3088    test -z "$as_dir" && as_dir=.
3089      for ac_exec_ext in '' $ac_executable_extensions; do
3090 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3090 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3091      ac_cv_prog_CC="${ac_tool_prefix}gcc"
3092      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3093      break 2
# Line 3118 | Line 3127 | do
3127    IFS=$as_save_IFS
3128    test -z "$as_dir" && as_dir=.
3129      for ac_exec_ext in '' $ac_executable_extensions; do
3130 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3130 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3131      ac_cv_prog_ac_ct_CC="gcc"
3132      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3133      break 2
# Line 3171 | Line 3180 | do
3180    IFS=$as_save_IFS
3181    test -z "$as_dir" && as_dir=.
3182      for ac_exec_ext in '' $ac_executable_extensions; do
3183 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3183 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3184      ac_cv_prog_CC="${ac_tool_prefix}cc"
3185      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3186      break 2
# Line 3212 | Line 3221 | do
3221    IFS=$as_save_IFS
3222    test -z "$as_dir" && as_dir=.
3223      for ac_exec_ext in '' $ac_executable_extensions; do
3224 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3224 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3225      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3226         ac_prog_rejected=yes
3227         continue
# Line 3270 | Line 3279 | do
3279    IFS=$as_save_IFS
3280    test -z "$as_dir" && as_dir=.
3281      for ac_exec_ext in '' $ac_executable_extensions; do
3282 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3282 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3283      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3284      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3285      break 2
# Line 3314 | Line 3323 | do
3323    IFS=$as_save_IFS
3324    test -z "$as_dir" && as_dir=.
3325      for ac_exec_ext in '' $ac_executable_extensions; do
3326 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3326 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3327      ac_cv_prog_ac_ct_CC="$ac_prog"
3328      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3329      break 2
# Line 3760 | Line 3769 | cat confdefs.h - <<_ACEOF >conftest.$ac_
3769   /* end confdefs.h.  */
3770   #include <stdarg.h>
3771   #include <stdio.h>
3772 < #include <sys/types.h>
3764 < #include <sys/stat.h>
3772 > struct stat;
3773   /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3774   struct buf { int x; };
3775   FILE * (*rcsopen) (struct buf *, struct stat *, int);
# Line 3857 | Line 3865 | else
3865    # We make a subdir and do the tests there.  Otherwise we can end up
3866    # making bogus files that we don't know about and never remove.  For
3867    # instance it was reported that on HP-UX the gcc test will end up
3868 <  # making a dummy file named `D' -- because `-MD' means `put the output
3869 <  # in D'.
3868 >  # making a dummy file named 'D' -- because '-MD' means "put the output
3869 >  # in D".
3870 >  rm -rf conftest.dir
3871    mkdir conftest.dir
3872    # Copy depcomp to subdir because otherwise we won't find it if we're
3873    # using a relative directory.
# Line 3892 | Line 3901 | else
3901      : > sub/conftest.c
3902      for i in 1 2 3 4 5 6; do
3903        echo '#include "conftst'$i'.h"' >> sub/conftest.c
3904 <      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3905 <      # Solaris 8's {/usr,}/bin/sh.
3906 <      touch sub/conftst$i.h
3904 >      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3905 >      # Solaris 10 /bin/sh.
3906 >      echo '/* dummy */' > sub/conftst$i.h
3907      done
3908      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3909  
3910 <    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3910 >    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3911      # mode.  It turns out that the SunPro C++ compiler does not properly
3912 <    # handle `-M -o', and we need to detect this.  Also, some Intel
3913 <    # versions had trouble with output in subdirs
3912 >    # handle '-M -o', and we need to detect this.  Also, some Intel
3913 >    # versions had trouble with output in subdirs.
3914      am__obj=sub/conftest.${OBJEXT-o}
3915      am__minus_obj="-o $am__obj"
3916      case $depmode in
# Line 3910 | Line 3919 | else
3919        test "$am__universal" = false || continue
3920        ;;
3921      nosideeffect)
3922 <      # after this tag, mechanisms are not by side-effect, so they'll
3923 <      # only be used when explicitly requested
3922 >      # After this tag, mechanisms are not by side-effect, so they'll
3923 >      # only be used when explicitly requested.
3924        if test "x$enable_dependency_tracking" = xyes; then
3925          continue
3926        else
3927          break
3928        fi
3929        ;;
3930 <    msvisualcpp | msvcmsys)
3931 <      # This compiler won't grok `-c -o', but also, the minuso test has
3930 >    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3931 >      # This compiler won't grok '-c -o', but also, the minuso test has
3932        # not run yet.  These depmodes are late enough in the game, and
3933        # so weak that their functioning should not be impacted.
3934        am__obj=conftest.${OBJEXT-o}
# Line 4119 | Line 4128 | main ()
4128    return 0;
4129   }
4130   _ACEOF
4131 < for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4131 > for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
4132   do
4133    CC="$ac_save_CC $ac_arg"
4134    if ac_fn_c_try_compile "$LINENO"; then :
# Line 4151 | Line 4160 | fi
4160  
4161  
4162   if test "$ac_cv_prog_cc_c99" = "no"; then :
4163 <  as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5
4163 >  as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5
4164   fi
4165   for ac_prog in 'bison -y' byacc
4166   do
# Line 4171 | Line 4180 | do
4180    IFS=$as_save_IFS
4181    test -z "$as_dir" && as_dir=.
4182      for ac_exec_ext in '' $ac_executable_extensions; do
4183 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4183 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4184      ac_cv_prog_YACC="$ac_prog"
4185      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4186      break 2
# Line 4215 | Line 4224 | do
4224    IFS=$as_save_IFS
4225    test -z "$as_dir" && as_dir=.
4226      for ac_exec_ext in '' $ac_executable_extensions; do
4227 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4227 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4228      ac_cv_prog_LEX="$ac_prog"
4229      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4230      break 2
# Line 4247 | Line 4256 | a { ECHO; }
4256   b { REJECT; }
4257   c { yymore (); }
4258   d { yyless (1); }
4259 < e { yyless (input () != 0); }
4259 > e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
4260 >    yyless ((input () != 0)); }
4261   f { unput (yytext[0]); }
4262   . { BEGIN INITIAL; }
4263   %%
# Line 4376 | Line 4386 | esac
4386  
4387  
4388  
4389 < macro_version='2.4'
4390 < macro_revision='1.3293'
4389 > macro_version='2.4.2'
4390 > macro_revision='1.3337'
4391  
4392  
4393  
# Line 4555 | Line 4565 | do
4565      for ac_prog in sed gsed; do
4566      for ac_exec_ext in '' $ac_executable_extensions; do
4567        ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4568 <      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4568 >      as_fn_executable_p "$ac_path_SED" || continue
4569   # Check for GNU ac_path_SED and select it if it is found.
4570    # Check for GNU $ac_path_SED
4571   case `"$ac_path_SED" --version 2>&1` in
# Line 4631 | Line 4641 | do
4641      for ac_prog in grep ggrep; do
4642      for ac_exec_ext in '' $ac_executable_extensions; do
4643        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4644 <      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4644 >      as_fn_executable_p "$ac_path_GREP" || continue
4645   # Check for GNU ac_path_GREP and select it if it is found.
4646    # Check for GNU $ac_path_GREP
4647   case `"$ac_path_GREP" --version 2>&1` in
# Line 4697 | Line 4707 | do
4707      for ac_prog in egrep; do
4708      for ac_exec_ext in '' $ac_executable_extensions; do
4709        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4710 <      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4710 >      as_fn_executable_p "$ac_path_EGREP" || continue
4711   # Check for GNU ac_path_EGREP and select it if it is found.
4712    # Check for GNU $ac_path_EGREP
4713   case `"$ac_path_EGREP" --version 2>&1` in
# Line 4764 | Line 4774 | do
4774      for ac_prog in fgrep; do
4775      for ac_exec_ext in '' $ac_executable_extensions; do
4776        ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4777 <      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4777 >      as_fn_executable_p "$ac_path_FGREP" || continue
4778   # Check for GNU ac_path_FGREP and select it if it is found.
4779    # Check for GNU $ac_path_FGREP
4780   case `"$ac_path_FGREP" --version 2>&1` in
# Line 5020 | Line 5030 | do
5030    IFS=$as_save_IFS
5031    test -z "$as_dir" && as_dir=.
5032      for ac_exec_ext in '' $ac_executable_extensions; do
5033 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5033 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5034      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5035      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5036      break 2
# Line 5064 | Line 5074 | do
5074    IFS=$as_save_IFS
5075    test -z "$as_dir" && as_dir=.
5076      for ac_exec_ext in '' $ac_executable_extensions; do
5077 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5077 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5078      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5079      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5080      break 2
# Line 5222 | Line 5232 | else
5232      lt_cv_sys_max_cmd_len=196608
5233      ;;
5234  
5235 +  os2*)
5236 +    # The test takes a long time on OS/2.
5237 +    lt_cv_sys_max_cmd_len=8192
5238 +    ;;
5239 +
5240    osf*)
5241      # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5242      # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
# Line 5261 | Line 5276 | else
5276        # If test is not a shell built-in, we'll probably end up computing a
5277        # maximum length that is only half of the actual maximum length, but
5278        # we can't tell.
5279 <      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5279 >      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5280                   = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5281                test $i != 17 # 1/2 MB should be enough
5282        do
# Line 5483 | Line 5498 | do
5498    IFS=$as_save_IFS
5499    test -z "$as_dir" && as_dir=.
5500      for ac_exec_ext in '' $ac_executable_extensions; do
5501 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5501 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5502      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5503      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5504      break 2
# Line 5523 | Line 5538 | do
5538    IFS=$as_save_IFS
5539    test -z "$as_dir" && as_dir=.
5540      for ac_exec_ext in '' $ac_executable_extensions; do
5541 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5541 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5542      ac_cv_prog_ac_ct_OBJDUMP="objdump"
5543      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5544      break 2
# Line 5690 | Line 5705 | irix5* | irix6* | nonstopux*)
5705    lt_cv_deplibs_check_method=pass_all
5706    ;;
5707  
5708 < # This must be Linux ELF.
5708 > # This must be glibc/ELF.
5709   linux* | k*bsd*-gnu | kopensolaris*-gnu)
5710    lt_cv_deplibs_check_method=pass_all
5711    ;;
# Line 5829 | Line 5844 | do
5844    IFS=$as_save_IFS
5845    test -z "$as_dir" && as_dir=.
5846      for ac_exec_ext in '' $ac_executable_extensions; do
5847 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5847 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5848      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5849      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5850      break 2
# Line 5869 | Line 5884 | do
5884    IFS=$as_save_IFS
5885    test -z "$as_dir" && as_dir=.
5886      for ac_exec_ext in '' $ac_executable_extensions; do
5887 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5887 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5888      ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5889      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5890      break 2
# Line 5972 | Line 5987 | do
5987    IFS=$as_save_IFS
5988    test -z "$as_dir" && as_dir=.
5989      for ac_exec_ext in '' $ac_executable_extensions; do
5990 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5990 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5991      ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5992      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5993      break 2
# Line 6016 | Line 6031 | do
6031    IFS=$as_save_IFS
6032    test -z "$as_dir" && as_dir=.
6033      for ac_exec_ext in '' $ac_executable_extensions; do
6034 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6034 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6035      ac_cv_prog_ac_ct_AR="$ac_prog"
6036      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6037      break 2
# Line 6141 | Line 6156 | do
6156    IFS=$as_save_IFS
6157    test -z "$as_dir" && as_dir=.
6158      for ac_exec_ext in '' $ac_executable_extensions; do
6159 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6159 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6160      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6161      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6162      break 2
# Line 6181 | Line 6196 | do
6196    IFS=$as_save_IFS
6197    test -z "$as_dir" && as_dir=.
6198      for ac_exec_ext in '' $ac_executable_extensions; do
6199 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6199 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6200      ac_cv_prog_ac_ct_STRIP="strip"
6201      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6202      break 2
# Line 6240 | Line 6255 | do
6255    IFS=$as_save_IFS
6256    test -z "$as_dir" && as_dir=.
6257      for ac_exec_ext in '' $ac_executable_extensions; do
6258 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6258 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6259      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6260      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6261      break 2
# Line 6280 | Line 6295 | do
6295    IFS=$as_save_IFS
6296    test -z "$as_dir" && as_dir=.
6297      for ac_exec_ext in '' $ac_executable_extensions; do
6298 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6298 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6299      ac_cv_prog_ac_ct_RANLIB="ranlib"
6300      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6301      break 2
# Line 6330 | Line 6345 | old_postuninstall_cmds=
6345   if test -n "$RANLIB"; then
6346    case $host_os in
6347    openbsd*)
6348 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6348 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6349      ;;
6350    *)
6351 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6351 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6352      ;;
6353    esac
6354 <  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6354 >  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6355   fi
6356  
6357   case $host_os in
# Line 6483 | Line 6498 | for ac_symprfx in "" "_"; do
6498      # which start with @ or ?.
6499      lt_cv_sys_global_symbol_pipe="$AWK '"\
6500   "     {last_section=section; section=\$ 3};"\
6501 + "     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6502   "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6503   "     \$ 0!~/External *\|/{next};"\
6504   "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
# Line 6871 | Line 6887 | $as_echo "$lt_cv_cc_needs_belf" >&6; }
6887      CFLAGS="$SAVE_CFLAGS"
6888    fi
6889    ;;
6890 < sparc*-*solaris*)
6890 > *-*solaris*)
6891    # Find out which ABI we are using.
6892    echo 'int i;' > conftest.$ac_ext
6893    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
# Line 6882 | Line 6898 | sparc*-*solaris*)
6898      case `/usr/bin/file conftest.o` in
6899      *64-bit*)
6900        case $lt_cv_prog_gnu_ld in
6901 <      yes*) LD="${LD-ld} -m elf64_sparc" ;;
6901 >      yes*)
6902 >        case $host in
6903 >        i?86-*-solaris*)
6904 >          LD="${LD-ld} -m elf_x86_64"
6905 >          ;;
6906 >        sparc*-*-solaris*)
6907 >          LD="${LD-ld} -m elf64_sparc"
6908 >          ;;
6909 >        esac
6910 >        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
6911 >        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6912 >          LD="${LD-ld}_sol2"
6913 >        fi
6914 >        ;;
6915        *)
6916          if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6917            LD="${LD-ld} -64"
# Line 6915 | Line 6944 | do
6944    IFS=$as_save_IFS
6945    test -z "$as_dir" && as_dir=.
6946      for ac_exec_ext in '' $ac_executable_extensions; do
6947 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6947 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6948      ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6949      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6950      break 2
# Line 6955 | Line 6984 | do
6984    IFS=$as_save_IFS
6985    test -z "$as_dir" && as_dir=.
6986      for ac_exec_ext in '' $ac_executable_extensions; do
6987 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6987 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6988      ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
6989      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6990      break 2
# Line 7035 | Line 7064 | do
7064    IFS=$as_save_IFS
7065    test -z "$as_dir" && as_dir=.
7066      for ac_exec_ext in '' $ac_executable_extensions; do
7067 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7067 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7068      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7069      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7070      break 2
# Line 7075 | Line 7104 | do
7104    IFS=$as_save_IFS
7105    test -z "$as_dir" && as_dir=.
7106      for ac_exec_ext in '' $ac_executable_extensions; do
7107 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7107 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7108      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7109      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7110      break 2
# Line 7127 | Line 7156 | do
7156    IFS=$as_save_IFS
7157    test -z "$as_dir" && as_dir=.
7158      for ac_exec_ext in '' $ac_executable_extensions; do
7159 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7159 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7160      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7161      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7162      break 2
# Line 7167 | Line 7196 | do
7196    IFS=$as_save_IFS
7197    test -z "$as_dir" && as_dir=.
7198      for ac_exec_ext in '' $ac_executable_extensions; do
7199 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7199 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7200      ac_cv_prog_ac_ct_NMEDIT="nmedit"
7201      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7202      break 2
# Line 7219 | Line 7248 | do
7248    IFS=$as_save_IFS
7249    test -z "$as_dir" && as_dir=.
7250      for ac_exec_ext in '' $ac_executable_extensions; do
7251 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7251 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7252      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7253      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7254      break 2
# Line 7259 | Line 7288 | do
7288    IFS=$as_save_IFS
7289    test -z "$as_dir" && as_dir=.
7290      for ac_exec_ext in '' $ac_executable_extensions; do
7291 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7291 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7292      ac_cv_prog_ac_ct_LIPO="lipo"
7293      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7294      break 2
# Line 7311 | Line 7340 | do
7340    IFS=$as_save_IFS
7341    test -z "$as_dir" && as_dir=.
7342      for ac_exec_ext in '' $ac_executable_extensions; do
7343 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7343 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7344      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7345      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7346      break 2
# Line 7351 | Line 7380 | do
7380    IFS=$as_save_IFS
7381    test -z "$as_dir" && as_dir=.
7382      for ac_exec_ext in '' $ac_executable_extensions; do
7383 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7383 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7384      ac_cv_prog_ac_ct_OTOOL="otool"
7385      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7386      break 2
# Line 7403 | Line 7432 | do
7432    IFS=$as_save_IFS
7433    test -z "$as_dir" && as_dir=.
7434      for ac_exec_ext in '' $ac_executable_extensions; do
7435 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7435 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7436      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7437      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7438      break 2
# Line 7443 | Line 7472 | do
7472    IFS=$as_save_IFS
7473    test -z "$as_dir" && as_dir=.
7474      for ac_exec_ext in '' $ac_executable_extensions; do
7475 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7475 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7476      ac_cv_prog_ac_ct_OTOOL64="otool64"
7477      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7478      break 2
# Line 7522 | Line 7551 | else
7551          $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7552            -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7553          _lt_result=$?
7554 <        if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7554 >        # If there is a non-empty error log, and "single_module"
7555 >        # appears in it, assume the flag caused a linker warning
7556 >        if test -s conftest.err && $GREP single_module conftest.err; then
7557 >          cat conftest.err >&5
7558 >        # Otherwise, if the output was created with a 0 exit code from
7559 >        # the compiler, it worked.
7560 >        elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7561            lt_cv_apple_cc_single_mod=yes
7562          else
7563            cat conftest.err >&5
# Line 7533 | Line 7568 | else
7568   fi
7569   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7570   $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7571 +
7572      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7573   $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7574   if ${lt_cv_ld_exported_symbols_list+:} false; then :
# Line 7565 | Line 7601 | rm -f core conftest.err conftest.$ac_obj
7601   fi
7602   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7603   $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7604 +
7605      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7606   $as_echo_n "checking for -force_load linker flag... " >&6; }
7607   if ${lt_cv_ld_force_load+:} false; then :
# Line 7586 | Line 7623 | _LT_EOF
7623        echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7624        $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7625        _lt_result=$?
7626 <      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7626 >      if test -s conftest.err && $GREP force_load conftest.err; then
7627 >        cat conftest.err >&5
7628 >      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7629          lt_cv_ld_force_load=yes
7630        else
7631          cat conftest.err >&5
# Line 7989 | Line 8028 | fi
8028  
8029   # Check whether --with-pic was given.
8030   if test "${with_pic+set}" = set; then :
8031 <  withval=$with_pic; pic_mode="$withval"
8031 >  withval=$with_pic; lt_p=${PACKAGE-default}
8032 >    case $withval in
8033 >    yes|no) pic_mode=$withval ;;
8034 >    *)
8035 >      pic_mode=default
8036 >      # Look at the argument we got.  We use all the common list separators.
8037 >      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8038 >      for lt_pkg in $withval; do
8039 >        IFS="$lt_save_ifs"
8040 >        if test "X$lt_pkg" = "X$lt_p"; then
8041 >          pic_mode=yes
8042 >        fi
8043 >      done
8044 >      IFS="$lt_save_ifs"
8045 >      ;;
8046 >    esac
8047   else
8048    pic_mode=default
8049   fi
# Line 8067 | Line 8121 | LIBTOOL='$(SHELL) $(top_builddir)/libtoo
8121  
8122  
8123  
8124 +
8125 +
8126 +
8127 +
8128   test -z "$LN_S" && LN_S="ln -s"
8129  
8130  
# Line 8522 | Line 8580 | lt_prog_compiler_static=
8580      case $cc_basename in
8581      nvcc*) # Cuda Compiler Driver 2.2
8582        lt_prog_compiler_wl='-Xlinker '
8583 <      lt_prog_compiler_pic='-Xcompiler -fPIC'
8583 >      if test -n "$lt_prog_compiler_pic"; then
8584 >        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8585 >      fi
8586        ;;
8587      esac
8588    else
# Line 8613 | Line 8673 | lt_prog_compiler_static=
8673          ;;
8674        *)
8675          case `$CC -V 2>&1 | sed 5q` in
8676 <        *Sun\ F* | *Sun*Fortran*)
8676 >        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8677            # Sun Fortran 8.3 passes all unrecognized flags to the linker
8678            lt_prog_compiler_pic='-KPIC'
8679            lt_prog_compiler_static='-Bstatic'
8680            lt_prog_compiler_wl=''
8681            ;;
8682 +        *Sun\ F* | *Sun*Fortran*)
8683 +          lt_prog_compiler_pic='-KPIC'
8684 +          lt_prog_compiler_static='-Bstatic'
8685 +          lt_prog_compiler_wl='-Qoption ld '
8686 +          ;;
8687          *Sun\ C*)
8688            # Sun C 5.9
8689            lt_prog_compiler_pic='-KPIC'
8690            lt_prog_compiler_static='-Bstatic'
8691            lt_prog_compiler_wl='-Wl,'
8692            ;;
8693 +        *Intel*\ [CF]*Compiler*)
8694 +          lt_prog_compiler_wl='-Wl,'
8695 +          lt_prog_compiler_pic='-fPIC'
8696 +          lt_prog_compiler_static='-static'
8697 +          ;;
8698 +        *Portland\ Group*)
8699 +          lt_prog_compiler_wl='-Wl,'
8700 +          lt_prog_compiler_pic='-fpic'
8701 +          lt_prog_compiler_static='-Bstatic'
8702 +          ;;
8703          esac
8704          ;;
8705        esac
# Line 8986 | Line 9061 | $as_echo_n "checking whether the $compil
9061    hardcode_direct=no
9062    hardcode_direct_absolute=no
9063    hardcode_libdir_flag_spec=
8989  hardcode_libdir_flag_spec_ld=
9064    hardcode_libdir_separator=
9065    hardcode_minus_L=no
9066    hardcode_shlibpath_var=unsupported
# Line 9236 | Line 9310 | _LT_EOF
9310          xlf* | bgf* | bgxlf* | mpixlf*)
9311            # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9312            whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9313 <          hardcode_libdir_flag_spec=
9240 <          hardcode_libdir_flag_spec_ld='-rpath $libdir'
9313 >          hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9314            archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9315            if test "x$supports_anon_versioning" = xyes; then
9316              archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
# Line 9616 | Line 9689 | fi
9689          # The linker will not automatically build a static lib if we build a DLL.
9690          # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9691          enable_shared_with_static_runtimes=yes
9692 +        exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9693          export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9694          # Don't use ranlib
9695          old_postinstall_cmds='chmod 644 $oldlib'
# Line 9661 | Line 9735 | fi
9735    hardcode_shlibpath_var=unsupported
9736    if test "$lt_cv_ld_force_load" = "yes"; then
9737      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\"`'
9738 +
9739    else
9740      whole_archive_flag_spec=''
9741    fi
# Line 9689 | Line 9764 | fi
9764        hardcode_shlibpath_var=no
9765        ;;
9766  
9692    freebsd1*)
9693      ld_shlibs=no
9694      ;;
9695
9767      # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9768      # support.  Future versions do this automatically, but an explicit c++rt0.o
9769      # does not break anything, and helps significantly (at the cost of a little
# Line 9705 | Line 9776 | fi
9776        ;;
9777  
9778      # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9779 <    freebsd2*)
9779 >    freebsd2.*)
9780        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9781        hardcode_direct=yes
9782        hardcode_minus_L=yes
# Line 9744 | Line 9815 | fi
9815        fi
9816        if test "$with_gnu_ld" = no; then
9817          hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9747        hardcode_libdir_flag_spec_ld='+b $libdir'
9818          hardcode_libdir_separator=:
9819          hardcode_direct=yes
9820          hardcode_direct_absolute=yes
# Line 10368 | Line 10438 | esac
10438  
10439  
10440  
10371
10372
10373
10374
10375
10441    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10442   $as_echo_n "checking dynamic linker characteristics... " >&6; }
10443  
# Line 10462 | Line 10527 | need_version=unknown
10527  
10528   case $host_os in
10529   aix3*)
10530 <  version_type=linux
10530 >  version_type=linux # correct to gnu/linux during the next big refactor
10531    library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10532    shlibpath_var=LIBPATH
10533  
# Line 10471 | Line 10536 | aix3*)
10536    ;;
10537  
10538   aix[4-9]*)
10539 <  version_type=linux
10539 >  version_type=linux # correct to gnu/linux during the next big refactor
10540    need_lib_prefix=no
10541    need_version=no
10542    hardcode_into_libs=yes
# Line 10536 | Line 10601 | beos*)
10601    ;;
10602  
10603   bsdi[45]*)
10604 <  version_type=linux
10604 >  version_type=linux # correct to gnu/linux during the next big refactor
10605    need_version=no
10606    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10607    soname_spec='${libname}${release}${shared_ext}$major'
# Line 10675 | Line 10740 | darwin* | rhapsody*)
10740    ;;
10741  
10742   dgux*)
10743 <  version_type=linux
10743 >  version_type=linux # correct to gnu/linux during the next big refactor
10744    need_lib_prefix=no
10745    need_version=no
10746    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
# Line 10683 | Line 10748 | dgux*)
10748    shlibpath_var=LD_LIBRARY_PATH
10749    ;;
10750  
10686 freebsd1*)
10687  dynamic_linker=no
10688  ;;
10689
10751   freebsd* | dragonfly*)
10752    # DragonFly does not have aout.  When/if they implement a new
10753    # versioning mechanism, adjust this.
# Line 10694 | Line 10755 | freebsd* | dragonfly*)
10755      objformat=`/usr/bin/objformat`
10756    else
10757      case $host_os in
10758 <    freebsd[123]*) objformat=aout ;;
10758 >    freebsd[23].*) objformat=aout ;;
10759      *) objformat=elf ;;
10760      esac
10761    fi
# Line 10712 | Line 10773 | freebsd* | dragonfly*)
10773    esac
10774    shlibpath_var=LD_LIBRARY_PATH
10775    case $host_os in
10776 <  freebsd2*)
10776 >  freebsd2.*)
10777      shlibpath_overrides_runpath=yes
10778      ;;
10779    freebsd3.[01]* | freebsdelf3.[01]*)
# Line 10732 | Line 10793 | freebsd* | dragonfly*)
10793    ;;
10794  
10795   gnu*)
10796 <  version_type=linux
10796 >  version_type=linux # correct to gnu/linux during the next big refactor
10797    need_lib_prefix=no
10798    need_version=no
10799    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10800    soname_spec='${libname}${release}${shared_ext}$major'
10801    shlibpath_var=LD_LIBRARY_PATH
10802 +  shlibpath_overrides_runpath=no
10803    hardcode_into_libs=yes
10804    ;;
10805  
10806   haiku*)
10807 <  version_type=linux
10807 >  version_type=linux # correct to gnu/linux during the next big refactor
10808    need_lib_prefix=no
10809    need_version=no
10810    dynamic_linker="$host_os runtime_loader"
# Line 10803 | Line 10865 | hpux9* | hpux10* | hpux11*)
10865    ;;
10866  
10867   interix[3-9]*)
10868 <  version_type=linux
10868 >  version_type=linux # correct to gnu/linux during the next big refactor
10869    need_lib_prefix=no
10870    need_version=no
10871    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
# Line 10819 | Line 10881 | irix5* | irix6* | nonstopux*)
10881      nonstopux*) version_type=nonstopux ;;
10882      *)
10883          if test "$lt_cv_prog_gnu_ld" = yes; then
10884 <                version_type=linux
10884 >                version_type=linux # correct to gnu/linux during the next big refactor
10885          else
10886                  version_type=irix
10887          fi ;;
# Line 10856 | Line 10918 | linux*oldld* | linux*aout* | linux*coff*
10918    dynamic_linker=no
10919    ;;
10920  
10921 < # This must be Linux ELF.
10921 > # This must be glibc/ELF.
10922   linux* | k*bsd*-gnu | kopensolaris*-gnu)
10923 <  version_type=linux
10923 >  version_type=linux # correct to gnu/linux during the next big refactor
10924    need_lib_prefix=no
10925    need_version=no
10926    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 10940 | Line 11002 | netbsd*)
11002    ;;
11003  
11004   newsos6)
11005 <  version_type=linux
11005 >  version_type=linux # correct to gnu/linux during the next big refactor
11006    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11007    shlibpath_var=LD_LIBRARY_PATH
11008    shlibpath_overrides_runpath=yes
# Line 11009 | Line 11071 | rdos*)
11071    ;;
11072  
11073   solaris*)
11074 <  version_type=linux
11074 >  version_type=linux # correct to gnu/linux during the next big refactor
11075    need_lib_prefix=no
11076    need_version=no
11077    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11034 | Line 11096 | sunos4*)
11096    ;;
11097  
11098   sysv4 | sysv4.3*)
11099 <  version_type=linux
11099 >  version_type=linux # correct to gnu/linux during the next big refactor
11100    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11101    soname_spec='${libname}${release}${shared_ext}$major'
11102    shlibpath_var=LD_LIBRARY_PATH
# Line 11058 | Line 11120 | sysv4 | sysv4.3*)
11120  
11121   sysv4*MP*)
11122    if test -d /usr/nec ;then
11123 <    version_type=linux
11123 >    version_type=linux # correct to gnu/linux during the next big refactor
11124      library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11125      soname_spec='$libname${shared_ext}.$major'
11126      shlibpath_var=LD_LIBRARY_PATH
# Line 11089 | Line 11151 | sysv5* | sco3.2v5* | sco5v6* | unixware*
11151  
11152   tpf*)
11153    # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11154 <  version_type=linux
11154 >  version_type=linux # correct to gnu/linux during the next big refactor
11155    need_lib_prefix=no
11156    need_version=no
11157    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11099 | Line 11161 | tpf*)
11161    ;;
11162  
11163   uts4*)
11164 <  version_type=linux
11164 >  version_type=linux # correct to gnu/linux during the next big refactor
11165    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11166    soname_spec='${libname}${release}${shared_ext}$major'
11167    shlibpath_var=LD_LIBRARY_PATH
# Line 11881 | Line 11943 | CC="$lt_save_CC"
11943  
11944  
11945  
11946 +
11947 +
11948          ac_config_commands="$ac_config_commands libtool"
11949  
11950  
# Line 11897 | Line 11961 | else
11961  
11962   module=yes
11963   eval libltdl_cv_shlibext=$shrext_cmds
11964 + module=no
11965 + eval libltdl_cv_shrext=$shrext_cmds
11966  
11967   fi
11968   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5
# Line 11908 | Line 11974 | cat >>confdefs.h <<_ACEOF
11974   _ACEOF
11975  
11976   fi
11977 + if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
11978 +
11979 + cat >>confdefs.h <<_ACEOF
11980 + #define LT_SHARED_EXT "$libltdl_cv_shrext"
11981 + _ACEOF
11982 +
11983 + fi
11984  
11985   { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5
11986   $as_echo_n "checking which variable specifies run-time module search path... " >&6; }
# Line 12954 | Line 13027 | LIBTOOL="$LIBTOOL --silent"
13027  
13028   # Checks for libraries.
13029  
13030 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13031 < $as_echo_n "checking for library containing socket... " >&6; }
13032 < if ${ac_cv_search_socket+:} false; then :
13030 >  ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo"
13031 > if test "x$ac_cv_func_getaddrinfo" = xyes; then :
13032 >
13033 > else
13034 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5
13035 > $as_echo_n "checking for library containing getaddrinfo... " >&6; }
13036 > if ${ac_cv_search_getaddrinfo+:} false; then :
13037    $as_echo_n "(cached) " >&6
13038   else
13039    ac_func_search_save_LIBS=$LIBS
# Line 12969 | Line 13046 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13046   #ifdef __cplusplus
13047   extern "C"
13048   #endif
13049 < char socket ();
13049 > char getaddrinfo ();
13050   int
13051   main ()
13052   {
13053 < return socket ();
13053 > return getaddrinfo ();
13054    ;
13055    return 0;
13056   }
13057   _ACEOF
13058 < for ac_lib in '' socket; do
13058 > for ac_lib in '' nsl; do
13059    if test -z "$ac_lib"; then
13060      ac_res="none required"
13061    else
# Line 12986 | Line 13063 | for ac_lib in '' socket; do
13063      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13064    fi
13065    if ac_fn_c_try_link "$LINENO"; then :
13066 <  ac_cv_search_socket=$ac_res
13066 >  ac_cv_search_getaddrinfo=$ac_res
13067   fi
13068   rm -f core conftest.err conftest.$ac_objext \
13069      conftest$ac_exeext
13070 <  if ${ac_cv_search_socket+:} false; then :
13070 >  if ${ac_cv_search_getaddrinfo+:} false; then :
13071    break
13072   fi
13073   done
13074 < if ${ac_cv_search_socket+:} false; then :
13074 > if ${ac_cv_search_getaddrinfo+:} false; then :
13075  
13076   else
13077 <  ac_cv_search_socket=no
13077 >  ac_cv_search_getaddrinfo=no
13078   fi
13079   rm conftest.$ac_ext
13080   LIBS=$ac_func_search_save_LIBS
13081   fi
13082 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13083 < $as_echo "$ac_cv_search_socket" >&6; }
13084 < ac_res=$ac_cv_search_socket
13082 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5
13083 > $as_echo "$ac_cv_search_getaddrinfo" >&6; }
13084 > ac_res=$ac_cv_search_getaddrinfo
13085   if test "$ac_res" != no; then :
13086    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13087  
13011 else
13012  as_fn_error $? "socket library not found" "$LINENO" 5
13088   fi
13089  
13090 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5
13091 < $as_echo_n "checking for library containing inet_ntoa... " >&6; }
13092 < if ${ac_cv_search_inet_ntoa+:} false; then :
13090 > fi
13091 >
13092 >  ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo"
13093 > if test "x$ac_cv_func_getnameinfo" = xyes; then :
13094 >
13095 > else
13096 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5
13097 > $as_echo_n "checking for library containing getnameinfo... " >&6; }
13098 > if ${ac_cv_search_getnameinfo+:} false; then :
13099    $as_echo_n "(cached) " >&6
13100   else
13101    ac_func_search_save_LIBS=$LIBS
# Line 13027 | Line 13108 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13108   #ifdef __cplusplus
13109   extern "C"
13110   #endif
13111 < char inet_ntoa ();
13111 > char getnameinfo ();
13112   int
13113   main ()
13114   {
13115 < return inet_ntoa ();
13115 > return getnameinfo ();
13116    ;
13117    return 0;
13118   }
# Line 13044 | Line 13125 | for ac_lib in '' nsl; do
13125      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13126    fi
13127    if ac_fn_c_try_link "$LINENO"; then :
13128 <  ac_cv_search_inet_ntoa=$ac_res
13128 >  ac_cv_search_getnameinfo=$ac_res
13129   fi
13130   rm -f core conftest.err conftest.$ac_objext \
13131      conftest$ac_exeext
13132 <  if ${ac_cv_search_inet_ntoa+:} false; then :
13132 >  if ${ac_cv_search_getnameinfo+:} false; then :
13133    break
13134   fi
13135   done
13136 < if ${ac_cv_search_inet_ntoa+:} false; then :
13136 > if ${ac_cv_search_getnameinfo+:} false; then :
13137  
13138   else
13139 <  ac_cv_search_inet_ntoa=no
13139 >  ac_cv_search_getnameinfo=no
13140   fi
13141   rm conftest.$ac_ext
13142   LIBS=$ac_func_search_save_LIBS
13143   fi
13144 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5
13145 < $as_echo "$ac_cv_search_inet_ntoa" >&6; }
13146 < ac_res=$ac_cv_search_inet_ntoa
13144 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5
13145 > $as_echo "$ac_cv_search_getnameinfo" >&6; }
13146 > ac_res=$ac_cv_search_getnameinfo
13147   if test "$ac_res" != no; then :
13148    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13149  
13150   fi
13151  
13152 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5
13153 < $as_echo_n "checking for library containing inet_aton... " >&6; }
13154 < if ${ac_cv_search_inet_aton+:} false; then :
13152 > fi
13153 >
13154 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5
13155 > $as_echo_n "checking for library containing socket... " >&6; }
13156 > if ${ac_cv_search_socket+:} false; then :
13157    $as_echo_n "(cached) " >&6
13158   else
13159    ac_func_search_save_LIBS=$LIBS
# Line 13083 | Line 13166 | cat confdefs.h - <<_ACEOF >conftest.$ac_
13166   #ifdef __cplusplus
13167   extern "C"
13168   #endif
13169 < char inet_aton ();
13169 > char socket ();
13170   int
13171   main ()
13172   {
13173 < return inet_aton ();
13173 > return socket ();
13174    ;
13175    return 0;
13176   }
13177   _ACEOF
13178 < for ac_lib in '' resolv; do
13178 > for ac_lib in '' socket; do
13179    if test -z "$ac_lib"; then
13180      ac_res="none required"
13181    else
# Line 13100 | Line 13183 | for ac_lib in '' resolv; do
13183      LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13184    fi
13185    if ac_fn_c_try_link "$LINENO"; then :
13186 <  ac_cv_search_inet_aton=$ac_res
13186 >  ac_cv_search_socket=$ac_res
13187   fi
13188   rm -f core conftest.err conftest.$ac_objext \
13189      conftest$ac_exeext
13190 <  if ${ac_cv_search_inet_aton+:} false; then :
13190 >  if ${ac_cv_search_socket+:} false; then :
13191    break
13192   fi
13193   done
13194 < if ${ac_cv_search_inet_aton+:} false; then :
13194 > if ${ac_cv_search_socket+:} false; then :
13195  
13196   else
13197 <  ac_cv_search_inet_aton=no
13197 >  ac_cv_search_socket=no
13198   fi
13199   rm conftest.$ac_ext
13200   LIBS=$ac_func_search_save_LIBS
13201   fi
13202 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5
13203 < $as_echo "$ac_cv_search_inet_aton" >&6; }
13204 < ac_res=$ac_cv_search_inet_aton
13202 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5
13203 > $as_echo "$ac_cv_search_socket" >&6; }
13204 > ac_res=$ac_cv_search_socket
13205   if test "$ac_res" != no; then :
13206    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13207  
13208 + else
13209 +  as_fn_error $? "socket library not found" "$LINENO" 5
13210   fi
13211  
13127  for ac_func in inet_aton inet_ntop inet_pton
13128 do :
13129  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13130 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13131 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13132  cat >>confdefs.h <<_ACEOF
13133 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13134 _ACEOF
13135
13136 fi
13137 done
13138
13212    ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h>
13213     #include <sys/socket.h>
13214     #include <netdb.h>
# Line 13452 | Line 13525 | done
13525  
13526  
13527  
13455
13456
13457
13458
13528   # Checks for header files.
13529  
13530  
# Line 13490 | Line 13559 | done
13559  
13560  
13561  
13493
13494
13495
13496
13497
13498
13499
13500
13501
13502
13503 # check for /dev/null so we can use it to hold evil fd's
13504 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/null" >&5
13505 $as_echo_n "checking for /dev/null... " >&6; }
13506 if test -c /dev/null; then :
13507
13508
13509 $as_echo "#define PATH_DEVNULL \"/dev/null\"" >>confdefs.h
13510
13511  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13512 $as_echo "yes" >&6; }
13513 else
13514
13515
13516 $as_echo "#define PATH_DEVNULL \"devnull.log\"" >>confdefs.h
13517
13518  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no - using devnull.log" >&5
13519 $as_echo "no - using devnull.log" >&6; }
13520 fi
13521
13522
13562   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
13563   $as_echo_n "checking for library containing crypt... " >&6; }
13564   if ${ac_cv_search_crypt+:} false; then :
# Line 13577 | Line 13616 | if test "$ac_res" != no; then :
13616   fi
13617  
13618  
13580
13581
13582 # Check whether --with-zlib-path was given.
13583 if test "${with_zlib_path+set}" = set; then :
13584  withval=$with_zlib_path; LDFLAGS="-L$withval $LDFLAGS"
13585 fi
13586
13587
13588 # Check whether --enable-zlib was given.
13589 if test "${enable_zlib+set}" = set; then :
13590  enableval=$enable_zlib; zlib=$enableval
13591 else
13592  zlib=yes
13593 fi
13594
13595
13596 if test "$zlib" = "yes"; then :
13597
13598  ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13599 if test "x$ac_cv_header_zlib_h" = xyes; then :
13600  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlibVersion in -lz" >&5
13601 $as_echo_n "checking for zlibVersion in -lz... " >&6; }
13602 if ${ac_cv_lib_z_zlibVersion+:} false; then :
13603  $as_echo_n "(cached) " >&6
13604 else
13605  ac_check_lib_save_LIBS=$LIBS
13606 LIBS="-lz  $LIBS"
13607 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13608 /* end confdefs.h.  */
13609
13610 /* Override any GCC internal prototype to avoid an error.
13611   Use char because int might match the return type of a GCC
13612   builtin and then its argument prototype would still apply.  */
13613 #ifdef __cplusplus
13614 extern "C"
13615 #endif
13616 char zlibVersion ();
13617 int
13618 main ()
13619 {
13620 return zlibVersion ();
13621  ;
13622  return 0;
13623 }
13624 _ACEOF
13625 if ac_fn_c_try_link "$LINENO"; then :
13626  ac_cv_lib_z_zlibVersion=yes
13627 else
13628  ac_cv_lib_z_zlibVersion=no
13629 fi
13630 rm -f core conftest.err conftest.$ac_objext \
13631    conftest$ac_exeext conftest.$ac_ext
13632 LIBS=$ac_check_lib_save_LIBS
13633 fi
13634 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_zlibVersion" >&5
13635 $as_echo "$ac_cv_lib_z_zlibVersion" >&6; }
13636 if test "x$ac_cv_lib_z_zlibVersion" = xyes; then :
13637
13638      LIBS="-lz $LIBS"
13639
13640 $as_echo "#define HAVE_LIBZ 1" >>confdefs.h
13641
13642
13643 else
13644  zlib=no
13645 fi
13646
13647
13648 else
13649  zlib=no
13650 fi
13651
13652
13653
13654 fi
13655
13656
13657 # Check whether --with-libpcre-path was given.
13658 if test "${with_libpcre_path+set}" = set; then :
13659  withval=$with_libpcre_path; LDFLAGS="-L$withval $LDFLAGS"
13660 fi
13661
13662
13619   # Check whether --enable-libpcre was given.
13620   if test "${enable_libpcre+set}" = set; then :
13621 <  enableval=$enable_libpcre; libpcre=$enableval
13621 >  enableval=$enable_libpcre;
13622   else
13667  libpcre=yes
13668 fi
13669
13670
13671 if test "$libpcre" = "yes"; then :
13672
13623    ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
13624   if test "x$ac_cv_header_pcre_h" = xyes; then :
13625 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5
13626 < $as_echo_n "checking for pcre_study in -lpcre... " >&6; }
13627 < if ${ac_cv_lib_pcre_pcre_study+:} false; then :
13625 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5
13626 > $as_echo_n "checking for library containing pcre_study... " >&6; }
13627 > if ${ac_cv_search_pcre_study+:} false; then :
13628    $as_echo_n "(cached) " >&6
13629   else
13630 <  ac_check_lib_save_LIBS=$LIBS
13681 < LIBS="-lpcre  $LIBS"
13630 >  ac_func_search_save_LIBS=$LIBS
13631   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13632   /* end confdefs.h.  */
13633  
# Line 13697 | Line 13646 | return pcre_study ();
13646    return 0;
13647   }
13648   _ACEOF
13649 < if ac_fn_c_try_link "$LINENO"; then :
13650 <  ac_cv_lib_pcre_pcre_study=yes
13651 < else
13652 <  ac_cv_lib_pcre_pcre_study=no
13649 > for ac_lib in '' pcre; do
13650 >  if test -z "$ac_lib"; then
13651 >    ac_res="none required"
13652 >  else
13653 >    ac_res=-l$ac_lib
13654 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13655 >  fi
13656 >  if ac_fn_c_try_link "$LINENO"; then :
13657 >  ac_cv_search_pcre_study=$ac_res
13658   fi
13659   rm -f core conftest.err conftest.$ac_objext \
13660 <    conftest$ac_exeext conftest.$ac_ext
13661 < LIBS=$ac_check_lib_save_LIBS
13660 >    conftest$ac_exeext
13661 >  if ${ac_cv_search_pcre_study+:} false; then :
13662 >  break
13663   fi
13664 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5
13665 < $as_echo "$ac_cv_lib_pcre_pcre_study" >&6; }
13711 < if test "x$ac_cv_lib_pcre_pcre_study" = xyes; then :
13712 <
13713 <      LIBS="-lpcre $LIBS"
13714 <
13715 < $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13716 <
13664 > done
13665 > if ${ac_cv_search_pcre_study+:} false; then :
13666  
13667   else
13668 <  libpcre=no
13668 >  ac_cv_search_pcre_study=no
13669   fi
13670 + rm conftest.$ac_ext
13671 + LIBS=$ac_func_search_save_LIBS
13672 + fi
13673 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5
13674 + $as_echo "$ac_cv_search_pcre_study" >&6; }
13675 + ac_res=$ac_cv_search_pcre_study
13676 + if test "$ac_res" != no; then :
13677 +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13678  
13679 + $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13680  
13723 else
13724  libpcre=no
13681   fi
13682  
13683 + fi
13684  
13685  
13686   fi
13730 if test "$libpcre" = yes; then
13731  ENABLE_PCRE_TRUE=
13732  ENABLE_PCRE_FALSE='#'
13733 else
13734  ENABLE_PCRE_TRUE='#'
13735  ENABLE_PCRE_FALSE=
13736 fi
13737
13687  
13688  
13689   # Check whether --enable-openssl was given.
# Line 13776 | Line 13725 | if test "$cf_enable_openssl" != "no"; th
13725    fi
13726  
13727        if test ! -z "$cf_openssl_basedir"; then
13779    LIBS="-lcrypto -lssl $LIBS"
13728      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cf_openssl_basedir" >&5
13729   $as_echo "$cf_openssl_basedir" >&6; }
13730      cf_enable_openssl="yes"
13783
13784 $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
13785
13731    else
13732      { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found. Please check your path." >&5
13733   $as_echo "not found. Please check your path." >&6; }
# Line 13795 | Line 13740 | $as_echo "disabled" >&6; }
13740   fi
13741  
13742   if test "$cf_enable_openssl" != "no"; then :
13743 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.7 or above" >&5
13744 < $as_echo_n "checking for OpenSSL 0.9.7 or above... " >&6; }
13743 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
13744 > $as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
13745    if test "$cross_compiling" = yes; then :
13746    cf_openssl_version_ok=no
13747   else
# Line 13809 | Line 13754 | else
13754   int
13755   main ()
13756   {
13757 < exit(!(OPENSSL_VERSION_NUMBER >= 0x00907000));
13757 > exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
13758    ;
13759    return 0;
13760   }
# Line 13874 | Line 13819 | _ACEOF
13819   fi
13820  
13821      if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13822 <  for ac_func in EVP_bf_cfb           \
13823 <                      EVP_cast5_cfb        \
13824 <                      EVP_idea_cfb         \
13825 <                      EVP_rc5_32_12_16_cfb \
13826 <                      EVP_des_ede3_cfb     \
13827 <                      EVP_des_cfb
13828 < do :
13829 <  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13830 < ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13831 < if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13822 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13823 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13824 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13825 >  $as_echo_n "(cached) " >&6
13826 > else
13827 >  ac_check_lib_save_LIBS=$LIBS
13828 > LIBS="-lssl  $LIBS"
13829 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13830 > /* end confdefs.h.  */
13831 >
13832 > /* Override any GCC internal prototype to avoid an error.
13833 >   Use char because int might match the return type of a GCC
13834 >   builtin and then its argument prototype would still apply.  */
13835 > #ifdef __cplusplus
13836 > extern "C"
13837 > #endif
13838 > char SSL_connect ();
13839 > int
13840 > main ()
13841 > {
13842 > return SSL_connect ();
13843 >  ;
13844 >  return 0;
13845 > }
13846 > _ACEOF
13847 > if ac_fn_c_try_link "$LINENO"; then :
13848 >  ac_cv_lib_ssl_SSL_connect=yes
13849 > else
13850 >  ac_cv_lib_ssl_SSL_connect=no
13851 > fi
13852 > rm -f core conftest.err conftest.$ac_objext \
13853 >    conftest$ac_exeext conftest.$ac_ext
13854 > LIBS=$ac_check_lib_save_LIBS
13855 > fi
13856 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13857 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13858 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13859    cat >>confdefs.h <<_ACEOF
13860 < #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13860 > #define HAVE_LIBSSL 1
13861   _ACEOF
13862  
13863 +  LIBS="-lssl $LIBS"
13864 +
13865   fi
13892 done
13866  
13867   fi
13868  
# Line 13900 | Line 13873 | $as_echo "no - OpenSSL support disabled"
13873   fi
13874   fi
13875  
13876 < if test "$cf_enable_openssl" = yes; then
13876 > if test "$ac_cv_lib_ssl_SSL_connect" = yes; then
13877    ENABLE_SSL_TRUE=
13878    ENABLE_SSL_FALSE='#'
13879   else
# Line 13925 | Line 13898 | $as_echo "#define NDEBUG 1" >>confdefs.h
13898   fi
13899  
13900  
13928 # Check whether --enable-small-net was given.
13929 if test "${enable_small_net+set}" = set; then :
13930  enableval=$enable_small_net; small_net=$enableval
13931 else
13932  small_net=no
13933 fi
13934
13935
13936 if test "$small_net" = "yes"; then :
13937
13938
13939 $as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h
13940
13941
13942 $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
13943
13944
13945 $as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h
13946
13947
13948 $as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h
13949
13950
13951 $as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h
13952
13953
13954 $as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h
13955
13956
13957 $as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h
13958
13959
13960 $as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h
13961
13962
13963 $as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h
13964
13965
13966 $as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h
13967
13968 else
13969
13901  
13902 + $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13903  
13972 $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h
13904  
13905 + $as_echo "#define MP_CHUNK_SIZE_CHANNEL 64*1024" >>confdefs.h
13906  
13975 $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
13907  
13908 + $as_echo "#define MP_CHUNK_SIZE_MEMBER 32*1024" >>confdefs.h
13909  
13978 $as_echo "#define BAN_HEAP_SIZE 1024" >>confdefs.h
13910  
13911 + $as_echo "#define MP_CHUNK_SIZE_BAN 16*1024" >>confdefs.h
13912  
13981 $as_echo "#define CLIENT_HEAP_SIZE 1024" >>confdefs.h
13913  
13914 + $as_echo "#define MP_CHUNK_SIZE_CLIENT 256*1024" >>confdefs.h
13915  
13984 $as_echo "#define LCLIENT_HEAP_SIZE 512" >>confdefs.h
13916  
13917 + $as_echo "#define MP_CHUNK_SIZE_LCLIENT 128*1024" >>confdefs.h
13918  
13987 $as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h
13919  
13920 + $as_echo "#define MP_CHUNK_SIZE_DNODE 8*1024" >>confdefs.h
13921  
13990 $as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h
13922  
13923 + $as_echo "#define MP_CHUNK_SIZE_DBUF 512*1024" >>confdefs.h
13924  
13993 $as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h
13925  
13926 + $as_echo "#define MP_CHUNK_SIZE_AUTH 32*1024" >>confdefs.h
13927  
13996 $as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h
13928  
13929 + $as_echo "#define MP_CHUNK_SIZE_DNS 16*1024" >>confdefs.h
13930  
13999 $as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h
13931  
13932 < fi
13932 > $as_echo "#define MP_CHUNK_SIZE_WATCH 4*1024" >>confdefs.h
13933  
13934  
13935   # Argument processing.
# Line 14404 | Line 14335 | fi
14335  
14336  
14337   cat >>confdefs.h <<_ACEOF
14338 < #define NICKLEN ($nicklen+1)
14338 > #define NICKLEN ($nicklen)
14339   _ACEOF
14340  
14341  
# Line 14424 | Line 14355 | _ACEOF
14355  
14356  
14357  
14427
14428 # Check whether --with-syslog-facility was given.
14429 if test "${with_syslog_facility+set}" = set; then :
14430  withval=$with_syslog_facility; syslog_facility="$withval"
14431 else
14432  syslog_facility="LOG_LOCAL4"
14433 fi
14434
14435
14436 cat >>confdefs.h <<_ACEOF
14437 #define LOG_FACILITY $syslog_facility
14438 _ACEOF
14439
14440
14441
14442  # Check whether --enable-efnet was given.
14443 if test "${enable_efnet+set}" = set; then :
14444  enableval=$enable_efnet; efnet="$enableval"
14445 else
14446  efnet="no"
14447 fi
14448
14449  if test "$efnet" = "yes" ; then
14450                use_efnet="yes"
14451
14452 $as_echo "#define EFNET 1" >>confdefs.h
14453
14454        else
14455                use_efnet="no"
14456  fi
14457   if test "$use_efnet" = "yes"; then
14458  EFNET_TRUE=
14459  EFNET_FALSE='#'
14460 else
14461  EFNET_TRUE='#'
14462  EFNET_FALSE=
14463 fi
14464
14465
14466
14358    # Check whether --enable-halfops was given.
14359   if test "${enable_halfops+set}" = set; then :
14360    enableval=$enable_halfops; halfops="$enableval"
# Line 14486 | Line 14377 | else
14377   fi
14378  
14379    if test "$debugging" = "yes" ; then
14489
14490 $as_echo "#define DEBUG 1" >>confdefs.h
14491
14380      CFLAGS="-Wall -g -O0"
14493  else
14494
14495 $as_echo "#define NDEBUG 1" >>confdefs.h
14496
14381    fi
14382  
14383  
# Line 14509 | Line 14393 | fi
14393    fi
14394  
14395  
14512  for ac_header in syslog.h sys/syslog.h
14513 do :
14514  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14515 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
14516 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14517  cat >>confdefs.h <<_ACEOF
14518 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14519 _ACEOF
14520
14521 fi
14522
14523 done
14524
14525  # Check whether --enable-syslog was given.
14526 if test "${enable_syslog+set}" = set; then :
14527  enableval=$enable_syslog; syslog="$enableval"
14528 else
14529  syslog="no"
14530 fi
14531
14532  if test "$enableval" != "no" ; then
14533    for option in $enableval ; do
14534      case "$option" in
14535        users)
14536 $as_echo "#define SYSLOG_USERS 1" >>confdefs.h
14537 ;;
14538        oper)
14539 $as_echo "#define SYSLOG_OPER 1" >>confdefs.h
14540 ;;
14541        yes) : ;;
14542        *) as_fn_error $? "invalid value for --enable-syslog: $option" "$LINENO" 5 ;;
14543      esac
14544    done
14545
14546 $as_echo "#define USE_SYSLOG 1" >>confdefs.h
14547
14548  fi
14549
14550
14396  
14397    prefix_NONE=
14398    exec_prefix_NONE=
# Line 14634 | Line 14479 | _ACEOF
14479    test "$exec_prefix_NONE" && exec_prefix=NONE
14480  
14481  
14482 < 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"
14482 > ac_config_files="$ac_config_files Makefile src/Makefile libltdl/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile"
14483  
14484  
14485   cat >confcache <<\_ACEOF
# Line 14746 | Line 14591 | LIBOBJS=$ac_libobjs
14591   LTLIBOBJS=$ac_ltlibobjs
14592  
14593  
14594 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14595 + $as_echo_n "checking that generated files are newer than configure... " >&6; }
14596 +   if test -n "$am_sleep_pid"; then
14597 +     # Hide warnings about reused PIDs.
14598 +     wait $am_sleep_pid 2>/dev/null
14599 +   fi
14600 +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14601 + $as_echo "done" >&6; }
14602   if test -n "$EXEEXT"; then
14603    am__EXEEXT_TRUE=
14604    am__EXEEXT_FALSE='#'
# Line 14792 | Line 14645 | LT_CONFIG_H=config.h
14645  
14646  
14647  
14795 if test -z "${ENABLE_PCRE_TRUE}" && test -z "${ENABLE_PCRE_FALSE}"; then
14796  as_fn_error $? "conditional \"ENABLE_PCRE\" was never defined.
14797 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14798 fi
14648   if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
14649    as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14650   Usually this means the macro was only invoked conditionally." "$LINENO" 5
14651   fi
14803 if test -z "${EFNET_TRUE}" && test -z "${EFNET_FALSE}"; then
14804  as_fn_error $? "conditional \"EFNET\" was never defined.
14805 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14806 fi
14652  
14653   : "${CONFIG_STATUS=./config.status}"
14654   ac_write_fail=0
# Line 15102 | Line 14947 | if (echo >conf$$.file) 2>/dev/null; then
14947      # ... but there are two gotchas:
14948      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14949      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
14950 <    # In both cases, we have to default to `cp -p'.
14950 >    # In both cases, we have to default to `cp -pR'.
14951      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
14952 <      as_ln_s='cp -p'
14952 >      as_ln_s='cp -pR'
14953    elif ln conf$$.file conf$$ 2>/dev/null; then
14954      as_ln_s=ln
14955    else
14956 <    as_ln_s='cp -p'
14956 >    as_ln_s='cp -pR'
14957    fi
14958   else
14959 <  as_ln_s='cp -p'
14959 >  as_ln_s='cp -pR'
14960   fi
14961   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14962   rmdir conf$$.dir 2>/dev/null
# Line 15171 | Line 15016 | else
15016    as_mkdir_p=false
15017   fi
15018  
15019 < if test -x / >/dev/null 2>&1; then
15020 <  as_test_x='test -x'
15021 < else
15022 <  if ls -dL / >/dev/null 2>&1; then
15023 <    as_ls_L_option=L
15024 <  else
15025 <    as_ls_L_option=
15026 <  fi
15027 <  as_test_x='
15028 <    eval sh -c '\''
15184 <      if test -d "$1"; then
15185 <        test -d "$1/.";
15186 <      else
15187 <        case $1 in #(
15188 <        -*)set "./$1";;
15189 <        esac;
15190 <        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15191 <        ???[sx]*):;;*)false;;esac;fi
15192 <    '\'' sh
15193 <  '
15194 < fi
15195 < as_executable_p=$as_test_x
15019 >
15020 > # as_fn_executable_p FILE
15021 > # -----------------------
15022 > # Test if FILE is an executable regular file.
15023 > as_fn_executable_p ()
15024 > {
15025 >  test -f "$1" && test -x "$1"
15026 > } # as_fn_executable_p
15027 > as_test_x='test -x'
15028 > as_executable_p=as_fn_executable_p
15029  
15030   # Sed expression to map a string onto a valid CPP name.
15031   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 15213 | Line 15046 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15046   # report actual input values of CONFIG_FILES etc. instead of their
15047   # values after options handling.
15048   ac_log="
15049 < This file was extended by ircd-hybrid $as_me 7.3.0, which was
15050 < generated by GNU Autoconf 2.68.  Invocation command line was
15049 > This file was extended by ircd-hybrid $as_me TRUNK, which was
15050 > generated by GNU Autoconf 2.69.  Invocation command line was
15051  
15052    CONFIG_FILES    = $CONFIG_FILES
15053    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 15279 | Line 15112 | _ACEOF
15112   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15113   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15114   ac_cs_version="\\
15115 < ircd-hybrid config.status 7.3.0
15116 < configured by $0, generated by GNU Autoconf 2.68,
15115 > ircd-hybrid config.status TRUNK
15116 > configured by $0, generated by GNU Autoconf 2.69,
15117    with options \\"\$ac_cs_config\\"
15118  
15119 < Copyright (C) 2010 Free Software Foundation, Inc.
15119 > Copyright (C) 2012 Free Software Foundation, Inc.
15120   This config.status script is free software; the Free Software Foundation
15121   gives unlimited permission to copy, distribute and modify it."
15122  
# Line 15374 | Line 15207 | fi
15207   _ACEOF
15208   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15209   if \$ac_cs_recheck; then
15210 <  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15210 >  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15211    shift
15212    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15213    CONFIG_SHELL='$SHELL'
# Line 15416 | Line 15249 | pic_mode='`$ECHO "$pic_mode" | $SED "$de
15249   enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15250   SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15251   ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15252 + PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
15253   host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15254   host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15255   host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
# Line 15498 | Line 15332 | with_gnu_ld='`$ECHO "$with_gnu_ld" | $SE
15332   allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15333   no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15334   hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15501 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15335   hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15336   hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15337   hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
# Line 15554 | Line 15387 | _LTECHO_EOF'
15387   # Quote evaled strings.
15388   for var in SHELL \
15389   ECHO \
15390 + PATH_SEPARATOR \
15391   SED \
15392   GREP \
15393   EGREP \
# Line 15604 | Line 15438 | with_gnu_ld \
15438   allow_undefined_flag \
15439   no_undefined_flag \
15440   hardcode_libdir_flag_spec \
15607 hardcode_libdir_flag_spec_ld \
15441   hardcode_libdir_separator \
15442   exclude_expsyms \
15443   include_expsyms \
# Line 15689 | Line 15522 | do
15522      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15523      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15524      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15692    "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
15693    "servlink/Makefile") CONFIG_FILES="$CONFIG_FILES servlink/Makefile" ;;
15694    "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
15695    "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
15525      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
15526      "libltdl/Makefile") CONFIG_FILES="$CONFIG_FILES libltdl/Makefile" ;;
15527      "messages/Makefile") CONFIG_FILES="$CONFIG_FILES messages/Makefile" ;;
# Line 16312 | Line 16141 | $as_echo "$as_me: executing $ac_file com
16141      # Strip MF so we end up with the name of the file.
16142      mf=`echo "$mf" | sed -e 's/:.*$//'`
16143      # Check whether this is an Automake generated Makefile or not.
16144 <    # We used to match only the files named `Makefile.in', but
16144 >    # We used to match only the files named 'Makefile.in', but
16145      # some people rename them; so instead we look at the file content.
16146      # Grep'ing the first line is not enough: some people post-process
16147      # each Makefile.in and add a new line on top of each file to say so.
# Line 16346 | Line 16175 | $as_echo X"$mf" |
16175        continue
16176      fi
16177      # Extract the definition of DEPDIR, am__include, and am__quote
16178 <    # from the Makefile without running `make'.
16178 >    # from the Makefile without running 'make'.
16179      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16180      test -z "$DEPDIR" && continue
16181      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16182      test -z "am__include" && continue
16183      am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
16355    # When using ansi2knr, U may be empty or an underscore; expand it
16356    U=`sed -n 's/^U = //p' < "$mf"`
16184      # Find all dependency output files, they are included files with
16185      # $(DEPDIR) in their names.  We invoke sed twice because it is the
16186      # simplest approach to changing $(DEPDIR) to its actual value in the
16187      # expansion.
16188      for file in `sed -n "
16189        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16190 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16190 >         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16191        # Make sure the directory exists.
16192        test -f "$dirpart/$file" && continue
16193        fdir=`$as_dirname -- "$file" ||
# Line 16414 | Line 16241 | $as_echo X"$file" |
16241   # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16242   #
16243   #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16244 < #                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
16245 < #                 Inc.
16244 > #                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
16245 > #                 Foundation, Inc.
16246   #   Written by Gordon Matzigkeit, 1996
16247   #
16248   #   This file is part of GNU Libtool.
# Line 16469 | Line 16296 | SHELL=$lt_SHELL
16296   # An echo program that protects backslashes.
16297   ECHO=$lt_ECHO
16298  
16299 + # The PATH separator for the build system.
16300 + PATH_SEPARATOR=$lt_PATH_SEPARATOR
16301 +
16302   # The host system.
16303   host_alias=$host_alias
16304   host=$host
# Line 16770 | Line 16600 | no_undefined_flag=$lt_no_undefined_flag
16600   # This must work even if \$libdir does not exist
16601   hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16602  
16773 # If ld is used when linking, flag to hardcode \$libdir into a binary
16774 # during linking.  This must work even if \$libdir does not exist.
16775 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16776
16603   # Whether we need a single "-rpath" flag with a separated argument.
16604   hardcode_libdir_separator=$lt_hardcode_libdir_separator
16605  

Comparing:
ircd-hybrid-7.3/configure (property svn:eol-style), Revision 1131 by michael, Fri Apr 8 16:56:32 2011 UTC vs.
ircd-hybrid/trunk/configure (property svn:eol-style), Revision 1680 by michael, Tue Dec 18 18:06:32 2012 UTC

# Line 0 | Line 1
1 + native

Diff Legend

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