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

Comparing ircd-hybrid-8/configure (file contents):
Revision 1156 by michael, Tue Aug 9 20:29:20 2011 UTC vs.
Revision 1374 by michael, Fri Apr 27 07:53:40 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 1373 2012-04-27 07:32:34Z 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 8beta1.
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='8beta1'
597 > PACKAGE_STRING='ircd-hybrid 8beta1'
598   PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
599   PACKAGE_URL=''
600  
# Line 632 | Line 652 | EFNET_FALSE
652   EFNET_TRUE
653   ENABLE_SSL_FALSE
654   ENABLE_SSL_TRUE
635 ENABLE_PCRE_FALSE
636 ENABLE_PCRE_TRUE
655   LTDLOPEN
656   LT_CONFIG_H
657   CONVENIENCE_LTDL_FALSE
# Line 690 | Line 708 | YACC
708   am__fastdepCC_FALSE
709   am__fastdepCC_TRUE
710   CCDEPMODE
711 + am__nodep
712   AMDEPBACKSLASH
713   AMDEP_FALSE
714   AMDEP_TRUE
# Line 783 | Line 802 | with_included_ltdl
802   with_ltdl_include
803   with_ltdl_lib
804   enable_ltdl_install
786 with_zlib_path
787 enable_zlib
788 with_libpcre_path
805   enable_libpcre
806   enable_openssl
807   enable_assert
# Line 798 | Line 814 | enable_poll
814   enable_select
815   with_nicklen
816   with_topiclen
801 with_syslog_facility
817   enable_efnet
818   enable_halfops
819   enable_debugging
820   enable_warnings
806 enable_syslog
821   '
822        ac_precious_vars='build_alias
823   host_alias
# Line 1271 | Line 1285 | target=$target_alias
1285   if test "x$host_alias" != x; then
1286    if test "x$build_alias" = x; then
1287      cross_compiling=maybe
1274    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1275    If a cross compiler is detected then cross compile mode will be used" >&2
1288    elif test "x$build_alias" != "x$host_alias"; then
1289      cross_compiling=yes
1290    fi
# Line 1358 | Line 1370 | if test "$ac_init_help" = "long"; then
1370    # Omit some internal or obsolete options to make the list less imposing.
1371    # This message is too long to be a string in the A/UX 3.1 sh.
1372    cat <<_ACEOF
1373 < \`configure' configures ircd-hybrid 7.3.0 to adapt to many kinds of systems.
1373 > \`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems.
1374  
1375   Usage: $0 [OPTION]... [VAR=VALUE]...
1376  
# Line 1428 | Line 1440 | fi
1440  
1441   if test -n "$ac_init_help"; then
1442    case $ac_init_help in
1443 <     short | recursive ) echo "Configuration of ircd-hybrid 7.3.0:";;
1443 >     short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";;
1444     esac
1445    cat <<\_ACEOF
1446  
# Line 1436 | Line 1448 | Optional Features:
1448    --disable-option-checking  ignore unrecognized --enable/--with options
1449    --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1450    --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1451 <  --enable-maintainer-mode  enable make rules and dependencies not useful
1452 <                          (and sometimes confusing) to the casual installer
1453 <  --disable-dependency-tracking  speeds up one-time build
1454 <  --enable-dependency-tracking   do not reject slow dependency extractors
1451 >  --enable-maintainer-mode
1452 >                          enable make rules and dependencies not useful (and
1453 >                          sometimes confusing) to the casual installer
1454 >  --enable-dependency-tracking
1455 >                          do not reject slow dependency extractors
1456 >  --disable-dependency-tracking
1457 >                          speeds up one-time build
1458    --enable-static[=PKGS]  build static libraries [default=no]
1459    --enable-shared[=PKGS]  build shared libraries [default=yes]
1460    --enable-fast-install[=PKGS]
1461                            optimize for fast installation [default=yes]
1462    --disable-libtool-lock  avoid locking (might break parallel builds)
1463    --enable-ltdl-install   install libltdl
1449  --disable-zlib          Disable ziplinks support
1464    --disable-libpcre       Disable PCRE support
1465    --enable-openssl=DIR       Enable OpenSSL support (DIR optional).
1466    --disable-openssl            Disable OpenSSL support.
# Line 1462 | Line 1476 | Optional Features:
1476    --enable-halfops        Enable halfops support.
1477    --enable-debugging      Enable debugging.
1478    --enable-warnings       Enable compiler warnings.
1465  --enable-syslog="EVENTS"
1466                          Enable syslog for events: users oper (space
1467                          separated in quotes; default: disabled).
1479  
1480   Optional Packages:
1481    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1482    --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1483 <  --with-pic              try to use only PIC/non-PIC objects [default=use
1483 >  --with-pic[=PKGS]       try to use only PIC/non-PIC objects [default=use
1484                            both]
1485    --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1486    --with-sysroot=DIR Search for dependent libraries within DIR
# Line 1477 | Line 1488 | Optional Packages:
1488    --with-included-ltdl    use the GNU ltdl sources included here
1489    --with-ltdl-include=DIR use the ltdl headers installed in DIR
1490    --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.
1491    --with-nicklen=<value>  Set nickname length (default 9).
1492    --with-topiclen=<value> Set topic length (default 160).
1484  --with-syslog-facility=LOG
1485                          Define the syslog facility to use (default:
1486                          LOG_LOCAL4)
1493  
1494   Some influential environment variables:
1495    CC          C compiler command
# Line 1567 | Line 1573 | fi
1573   test -n "$ac_init_help" && exit $ac_status
1574   if $ac_init_version; then
1575    cat <<\_ACEOF
1576 < ircd-hybrid configure 7.3.0
1577 < generated by GNU Autoconf 2.68
1576 > ircd-hybrid configure 8beta1
1577 > generated by GNU Autoconf 2.69
1578  
1579 < Copyright (C) 2010 Free Software Foundation, Inc.
1579 > Copyright (C) 2012 Free Software Foundation, Inc.
1580   This configure script is free software; the Free Software Foundation
1581   gives unlimited permission to copy, distribute and modify it.
1582   _ACEOF
# Line 1646 | Line 1652 | $as_echo "$ac_try_echo"; } >&5
1652           test ! -s conftest.err
1653         } && test -s conftest$ac_exeext && {
1654           test "$cross_compiling" = yes ||
1655 <         $as_test_x conftest$ac_exeext
1655 >         test -x conftest$ac_exeext
1656         }; then :
1657    ac_retval=0
1658   else
# Line 2093 | Line 2099 | cat >config.log <<_ACEOF
2099   This file contains any messages produced by compilers while
2100   running configure, to aid debugging if configure makes a mistake.
2101  
2102 < It was created by ircd-hybrid $as_me 7.3.0, which was
2103 < generated by GNU Autoconf 2.68.  Invocation command line was
2102 > It was created by ircd-hybrid $as_me 8beta1, which was
2103 > generated by GNU Autoconf 2.69.  Invocation command line was
2104  
2105    $ $0 $@
2106  
# Line 2378 | Line 2384 | as_fn_append ac_func_list " strtok_r"
2384   as_fn_append ac_func_list " usleep"
2385   as_fn_append ac_func_list " strlcat"
2386   as_fn_append ac_func_list " strlcpy"
2381 as_fn_append ac_func_list " socketpair"
2387   as_fn_append ac_header_list " crypt.h"
2383 as_fn_append ac_header_list " inttypes.h"
2384 as_fn_append ac_header_list " stdint.h"
2388   as_fn_append ac_header_list " sys/resource.h"
2389   as_fn_append ac_header_list " sys/param.h"
2387 as_fn_append ac_header_list " errno.h"
2388 as_fn_append ac_header_list " sys/syslog.h"
2390   as_fn_append ac_header_list " types.h"
2391   as_fn_append ac_header_list " socket.h"
2392   as_fn_append ac_header_list " sys/wait.h"
2393   as_fn_append ac_header_list " wait.h"
2393 as_fn_append ac_header_list " link.h"
2394   # Check that the precious variables saved in the cache have kept the same
2395   # value.
2396   ac_cache_corrupted=false
# Line 2459 | Line 2459 | ac_link='$CC -o conftest$ac_exeext $CFLA
2459   ac_compiler_gnu=$ac_cv_c_compiler_gnu
2460  
2461  
2462 < am__api_version='1.11'
2462 > am__api_version='1.12'
2463  
2464   ac_aux_dir=
2465   for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
# Line 2527 | Line 2527 | case $as_dir/ in #((
2527      # by default.
2528      for ac_prog in ginstall scoinst install; do
2529        for ac_exec_ext in '' $ac_executable_extensions; do
2530 <        if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2530 >        if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2531            if test $ac_prog = install &&
2532              grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2533              # AIX install.  It has an incompatible calling convention.
# Line 2585 | Line 2585 | test -z "$INSTALL_DATA" && INSTALL_DATA=
2585  
2586   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2587   $as_echo_n "checking whether build environment is sane... " >&6; }
2588 # Just in case
2589 sleep 1
2590 echo timestamp > conftest.file
2588   # Reject unsafe characters in $srcdir or the absolute working directory
2589   # name.  Accept space and tab only in the latter.
2590   am_lf='
# Line 2598 | Line 2595 | case `pwd` in
2595   esac
2596   case $srcdir in
2597    *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2598 <    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2598 >    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2599   esac
2600  
2601 < # Do `set' in a subshell so we don't clobber the current shell's
2601 > # Do 'set' in a subshell so we don't clobber the current shell's
2602   # arguments.  Must try -L first in case configure is actually a
2603   # symlink; some systems play weird games with the mod time of symlinks
2604   # (eg FreeBSD returns the mod time of the symlink's containing
2605   # directory).
2606   if (
2607 <   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2608 <   if test "$*" = "X"; then
2609 <      # -L didn't work.
2610 <      set X `ls -t "$srcdir/configure" conftest.file`
2611 <   fi
2612 <   rm -f conftest.file
2613 <   if test "$*" != "X $srcdir/configure conftest.file" \
2614 <      && test "$*" != "X conftest.file $srcdir/configure"; then
2615 <
2616 <      # If neither matched, then we have a broken ls.  This can happen
2620 <      # if, for instance, CONFIG_SHELL is bash and it inherits a
2621 <      # broken ls alias from the environment.  This has actually
2622 <      # happened.  Such a system could not be considered "sane".
2623 <      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2624 < alias in your environment" "$LINENO" 5
2625 <   fi
2607 >   am_has_slept=no
2608 >   for am_try in 1 2; do
2609 >     echo "timestamp, slept: $am_has_slept" > conftest.file
2610 >     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2611 >     if test "$*" = "X"; then
2612 >        # -L didn't work.
2613 >        set X `ls -t "$srcdir/configure" conftest.file`
2614 >     fi
2615 >     if test "$*" != "X $srcdir/configure conftest.file" \
2616 >        && test "$*" != "X conftest.file $srcdir/configure"; then
2617  
2618 +        # If neither matched, then we have a broken ls.  This can happen
2619 +        # if, for instance, CONFIG_SHELL is bash and it inherits a
2620 +        # broken ls alias from the environment.  This has actually
2621 +        # happened.  Such a system could not be considered "sane".
2622 +        as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2623 +  alias in your environment" "$LINENO" 5
2624 +     fi
2625 +     if test "$2" = conftest.file || test $am_try -eq 2; then
2626 +       break
2627 +     fi
2628 +     # Just in case.
2629 +     sleep 1
2630 +     am_has_slept=yes
2631 +   done
2632     test "$2" = conftest.file
2633     )
2634   then
# Line 2635 | Line 2640 | Check your system clock" "$LINENO" 5
2640   fi
2641   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2642   $as_echo "yes" >&6; }
2643 + # If we didn't sleep, we still need to ensure time stamps of config.status and
2644 + # generated files are strictly newer.
2645 + am_sleep_pid=
2646 + if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2647 +  ( sleep 1 ) &
2648 +  am_sleep_pid=$!
2649 + fi
2650 +
2651 + rm -f conftest.file
2652 +
2653   test "$program_prefix" != NONE &&
2654    program_transform_name="s&^&$program_prefix&;$program_transform_name"
2655   # Use a double $ so make ignores it.
# Line 2661 | Line 2676 | if eval "$MISSING --run true"; then
2676    am_missing_run="$MISSING --run "
2677   else
2678    am_missing_run=
2679 <  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2680 < $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2679 >  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2680 > $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2681   fi
2682  
2683   if test x"${install_sh}" != xset; then
# Line 2674 | Line 2689 | if test x"${install_sh}" != xset; then
2689    esac
2690   fi
2691  
2692 < # Installed binaries are usually stripped using `strip' when the user
2693 < # run `make install-strip'.  However `strip' might not be the right
2692 > # Installed binaries are usually stripped using 'strip' when the user
2693 > # run "make install-strip".  However 'strip' might not be the right
2694   # tool to use in cross-compilation environments, therefore Automake
2695 < # will honor the `STRIP' environment variable to overrule this program.
2695 > # will honor the 'STRIP' environment variable to overrule this program.
2696   if test "$cross_compiling" != no; then
2697    if test -n "$ac_tool_prefix"; then
2698    # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
# Line 2696 | Line 2711 | do
2711    IFS=$as_save_IFS
2712    test -z "$as_dir" && as_dir=.
2713      for ac_exec_ext in '' $ac_executable_extensions; do
2714 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2714 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2715      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2716      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2717      break 2
# Line 2736 | Line 2751 | do
2751    IFS=$as_save_IFS
2752    test -z "$as_dir" && as_dir=.
2753      for ac_exec_ext in '' $ac_executable_extensions; do
2754 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2754 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2755      ac_cv_prog_ac_ct_STRIP="strip"
2756      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2757      break 2
# Line 2787 | Line 2802 | do
2802    test -z "$as_dir" && as_dir=.
2803      for ac_prog in mkdir gmkdir; do
2804           for ac_exec_ext in '' $ac_executable_extensions; do
2805 <           { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2805 >           as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2806             case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2807               'mkdir (GNU coreutils) '* | \
2808               'mkdir (coreutils) '* | \
# Line 2840 | Line 2855 | do
2855    IFS=$as_save_IFS
2856    test -z "$as_dir" && as_dir=.
2857      for ac_exec_ext in '' $ac_executable_extensions; do
2858 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2858 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2859      ac_cv_prog_AWK="$ac_prog"
2860      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2861      break 2
# Line 2926 | Line 2941 | fi
2941  
2942   # Define the identity of the package.
2943   PACKAGE='ircd-hybrid'
2944 < VERSION='7.3.0'
2944 > VERSION='8beta1'
2945  
2946  
2947   cat >>confdefs.h <<_ACEOF
# Line 2956 | Line 2971 | MAKEINFO=${MAKEINFO-"${am_missing_run}ma
2971  
2972   # We need awk for the "check" target.  The system "awk" is bad on
2973   # some platforms.
2974 < # Always define AMTAR for backward compatibility.
2975 <
2976 < AMTAR=${AMTAR-"${am_missing_run}tar"}
2974 > # Always define AMTAR for backward compatibility.  Yes, it's still used
2975 > # in the wild :-(  We should find a proper way to deprecate it ...
2976 > AMTAR='$${TAR-tar}'
2977  
2978 < am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2978 > am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2979  
2980  
2981  
# Line 3013 | Line 3028 | am__quote=
3028   _am_result=none
3029   # First try GNU make style include.
3030   echo "include confinc" > confmf
3031 < # Ignore all kinds of additional output from `make'.
3031 > # Ignore all kinds of additional output from 'make'.
3032   case `$am_make -s -f confmf 2> /dev/null` in #(
3033   *the\ am__doit\ target*)
3034    am__include=include
# Line 3046 | Line 3061 | fi
3061   if test "x$enable_dependency_tracking" != xno; then
3062    am_depcomp="$ac_aux_dir/depcomp"
3063    AMDEPBACKSLASH='\'
3064 +  am__nodep='_no'
3065   fi
3066   if test "x$enable_dependency_tracking" != xno; then
3067    AMDEP_TRUE=
# Line 3078 | Line 3094 | do
3094    IFS=$as_save_IFS
3095    test -z "$as_dir" && as_dir=.
3096      for ac_exec_ext in '' $ac_executable_extensions; do
3097 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3097 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3098      ac_cv_prog_CC="${ac_tool_prefix}gcc"
3099      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3100      break 2
# Line 3118 | Line 3134 | do
3134    IFS=$as_save_IFS
3135    test -z "$as_dir" && as_dir=.
3136      for ac_exec_ext in '' $ac_executable_extensions; do
3137 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3137 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3138      ac_cv_prog_ac_ct_CC="gcc"
3139      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3140      break 2
# Line 3171 | Line 3187 | do
3187    IFS=$as_save_IFS
3188    test -z "$as_dir" && as_dir=.
3189      for ac_exec_ext in '' $ac_executable_extensions; do
3190 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3190 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3191      ac_cv_prog_CC="${ac_tool_prefix}cc"
3192      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3193      break 2
# Line 3212 | Line 3228 | do
3228    IFS=$as_save_IFS
3229    test -z "$as_dir" && as_dir=.
3230      for ac_exec_ext in '' $ac_executable_extensions; do
3231 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3231 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3232      if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3233         ac_prog_rejected=yes
3234         continue
# Line 3270 | Line 3286 | do
3286    IFS=$as_save_IFS
3287    test -z "$as_dir" && as_dir=.
3288      for ac_exec_ext in '' $ac_executable_extensions; do
3289 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3289 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3290      ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3291      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3292      break 2
# Line 3314 | Line 3330 | do
3330    IFS=$as_save_IFS
3331    test -z "$as_dir" && as_dir=.
3332      for ac_exec_ext in '' $ac_executable_extensions; do
3333 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3333 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3334      ac_cv_prog_ac_ct_CC="$ac_prog"
3335      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3336      break 2
# Line 3760 | Line 3776 | cat confdefs.h - <<_ACEOF >conftest.$ac_
3776   /* end confdefs.h.  */
3777   #include <stdarg.h>
3778   #include <stdio.h>
3779 < #include <sys/types.h>
3764 < #include <sys/stat.h>
3779 > struct stat;
3780   /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3781   struct buf { int x; };
3782   FILE * (*rcsopen) (struct buf *, struct stat *, int);
# Line 3857 | Line 3872 | else
3872    # We make a subdir and do the tests there.  Otherwise we can end up
3873    # making bogus files that we don't know about and never remove.  For
3874    # instance it was reported that on HP-UX the gcc test will end up
3875 <  # making a dummy file named `D' -- because `-MD' means `put the output
3876 <  # in D'.
3875 >  # making a dummy file named 'D' -- because '-MD' means "put the output
3876 >  # in D".
3877 >  rm -rf conftest.dir
3878    mkdir conftest.dir
3879    # Copy depcomp to subdir because otherwise we won't find it if we're
3880    # using a relative directory.
# Line 3892 | Line 3908 | else
3908      : > sub/conftest.c
3909      for i in 1 2 3 4 5 6; do
3910        echo '#include "conftst'$i'.h"' >> sub/conftest.c
3911 <      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3912 <      # Solaris 8's {/usr,}/bin/sh.
3913 <      touch sub/conftst$i.h
3911 >      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3912 >      # Solaris 10 /bin/sh.
3913 >      echo '/* dummy */' > sub/conftst$i.h
3914      done
3915      echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3916  
3917 <    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3917 >    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3918      # mode.  It turns out that the SunPro C++ compiler does not properly
3919 <    # handle `-M -o', and we need to detect this.  Also, some Intel
3920 <    # versions had trouble with output in subdirs
3919 >    # handle '-M -o', and we need to detect this.  Also, some Intel
3920 >    # versions had trouble with output in subdirs.
3921      am__obj=sub/conftest.${OBJEXT-o}
3922      am__minus_obj="-o $am__obj"
3923      case $depmode in
# Line 3910 | Line 3926 | else
3926        test "$am__universal" = false || continue
3927        ;;
3928      nosideeffect)
3929 <      # after this tag, mechanisms are not by side-effect, so they'll
3930 <      # only be used when explicitly requested
3929 >      # After this tag, mechanisms are not by side-effect, so they'll
3930 >      # only be used when explicitly requested.
3931        if test "x$enable_dependency_tracking" = xyes; then
3932          continue
3933        else
3934          break
3935        fi
3936        ;;
3937 <    msvisualcpp | msvcmsys)
3938 <      # This compiler won't grok `-c -o', but also, the minuso test has
3937 >    msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3938 >      # This compiler won't grok '-c -o', but also, the minuso test has
3939        # not run yet.  These depmodes are late enough in the game, and
3940        # so weak that their functioning should not be impacted.
3941        am__obj=conftest.${OBJEXT-o}
# Line 4119 | Line 4135 | main ()
4135    return 0;
4136   }
4137   _ACEOF
4138 < for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99
4138 > for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99
4139   do
4140    CC="$ac_save_CC $ac_arg"
4141    if ac_fn_c_try_compile "$LINENO"; then :
# Line 4151 | Line 4167 | fi
4167  
4168  
4169   if test "$ac_cv_prog_cc_c99" = "no"; then :
4170 <  as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5
4170 >  as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5
4171   fi
4172   for ac_prog in 'bison -y' byacc
4173   do
# Line 4171 | Line 4187 | do
4187    IFS=$as_save_IFS
4188    test -z "$as_dir" && as_dir=.
4189      for ac_exec_ext in '' $ac_executable_extensions; do
4190 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4190 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4191      ac_cv_prog_YACC="$ac_prog"
4192      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4193      break 2
# Line 4215 | Line 4231 | do
4231    IFS=$as_save_IFS
4232    test -z "$as_dir" && as_dir=.
4233      for ac_exec_ext in '' $ac_executable_extensions; do
4234 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4234 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4235      ac_cv_prog_LEX="$ac_prog"
4236      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4237      break 2
# Line 4247 | Line 4263 | a { ECHO; }
4263   b { REJECT; }
4264   c { yymore (); }
4265   d { yyless (1); }
4266 < e { yyless (input () != 0); }
4266 > e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
4267 >    yyless ((input () != 0)); }
4268   f { unput (yytext[0]); }
4269   . { BEGIN INITIAL; }
4270   %%
# Line 4376 | Line 4393 | esac
4393  
4394  
4395  
4396 < macro_version='2.4'
4397 < macro_revision='1.3293'
4396 > macro_version='2.4.2'
4397 > macro_revision='1.3337'
4398  
4399  
4400  
# Line 4555 | Line 4572 | do
4572      for ac_prog in sed gsed; do
4573      for ac_exec_ext in '' $ac_executable_extensions; do
4574        ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4575 <      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4575 >      as_fn_executable_p "$ac_path_SED" || continue
4576   # Check for GNU ac_path_SED and select it if it is found.
4577    # Check for GNU $ac_path_SED
4578   case `"$ac_path_SED" --version 2>&1` in
# Line 4631 | Line 4648 | do
4648      for ac_prog in grep ggrep; do
4649      for ac_exec_ext in '' $ac_executable_extensions; do
4650        ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4651 <      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4651 >      as_fn_executable_p "$ac_path_GREP" || continue
4652   # Check for GNU ac_path_GREP and select it if it is found.
4653    # Check for GNU $ac_path_GREP
4654   case `"$ac_path_GREP" --version 2>&1` in
# Line 4697 | Line 4714 | do
4714      for ac_prog in egrep; do
4715      for ac_exec_ext in '' $ac_executable_extensions; do
4716        ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4717 <      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4717 >      as_fn_executable_p "$ac_path_EGREP" || continue
4718   # Check for GNU ac_path_EGREP and select it if it is found.
4719    # Check for GNU $ac_path_EGREP
4720   case `"$ac_path_EGREP" --version 2>&1` in
# Line 4764 | Line 4781 | do
4781      for ac_prog in fgrep; do
4782      for ac_exec_ext in '' $ac_executable_extensions; do
4783        ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4784 <      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4784 >      as_fn_executable_p "$ac_path_FGREP" || continue
4785   # Check for GNU ac_path_FGREP and select it if it is found.
4786    # Check for GNU $ac_path_FGREP
4787   case `"$ac_path_FGREP" --version 2>&1` in
# Line 5020 | Line 5037 | do
5037    IFS=$as_save_IFS
5038    test -z "$as_dir" && as_dir=.
5039      for ac_exec_ext in '' $ac_executable_extensions; do
5040 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5040 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5041      ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5042      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5043      break 2
# Line 5064 | Line 5081 | do
5081    IFS=$as_save_IFS
5082    test -z "$as_dir" && as_dir=.
5083      for ac_exec_ext in '' $ac_executable_extensions; do
5084 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5084 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5085      ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5086      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5087      break 2
# Line 5222 | Line 5239 | else
5239      lt_cv_sys_max_cmd_len=196608
5240      ;;
5241  
5242 +  os2*)
5243 +    # The test takes a long time on OS/2.
5244 +    lt_cv_sys_max_cmd_len=8192
5245 +    ;;
5246 +
5247    osf*)
5248      # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5249      # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
# Line 5261 | Line 5283 | else
5283        # If test is not a shell built-in, we'll probably end up computing a
5284        # maximum length that is only half of the actual maximum length, but
5285        # we can't tell.
5286 <      while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5286 >      while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
5287                   = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5288                test $i != 17 # 1/2 MB should be enough
5289        do
# Line 5483 | Line 5505 | do
5505    IFS=$as_save_IFS
5506    test -z "$as_dir" && as_dir=.
5507      for ac_exec_ext in '' $ac_executable_extensions; do
5508 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5508 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5509      ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5510      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5511      break 2
# Line 5523 | Line 5545 | do
5545    IFS=$as_save_IFS
5546    test -z "$as_dir" && as_dir=.
5547      for ac_exec_ext in '' $ac_executable_extensions; do
5548 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5548 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5549      ac_cv_prog_ac_ct_OBJDUMP="objdump"
5550      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5551      break 2
# Line 5690 | Line 5712 | irix5* | irix6* | nonstopux*)
5712    lt_cv_deplibs_check_method=pass_all
5713    ;;
5714  
5715 < # This must be Linux ELF.
5715 > # This must be glibc/ELF.
5716   linux* | k*bsd*-gnu | kopensolaris*-gnu)
5717    lt_cv_deplibs_check_method=pass_all
5718    ;;
# Line 5829 | Line 5851 | do
5851    IFS=$as_save_IFS
5852    test -z "$as_dir" && as_dir=.
5853      for ac_exec_ext in '' $ac_executable_extensions; do
5854 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5854 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5855      ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5856      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5857      break 2
# Line 5869 | Line 5891 | do
5891    IFS=$as_save_IFS
5892    test -z "$as_dir" && as_dir=.
5893      for ac_exec_ext in '' $ac_executable_extensions; do
5894 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5894 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5895      ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5896      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5897      break 2
# Line 5972 | Line 5994 | do
5994    IFS=$as_save_IFS
5995    test -z "$as_dir" && as_dir=.
5996      for ac_exec_ext in '' $ac_executable_extensions; do
5997 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5997 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5998      ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5999      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6000      break 2
# Line 6016 | Line 6038 | do
6038    IFS=$as_save_IFS
6039    test -z "$as_dir" && as_dir=.
6040      for ac_exec_ext in '' $ac_executable_extensions; do
6041 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6041 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6042      ac_cv_prog_ac_ct_AR="$ac_prog"
6043      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6044      break 2
# Line 6141 | Line 6163 | do
6163    IFS=$as_save_IFS
6164    test -z "$as_dir" && as_dir=.
6165      for ac_exec_ext in '' $ac_executable_extensions; do
6166 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6166 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6167      ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6168      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6169      break 2
# Line 6181 | Line 6203 | do
6203    IFS=$as_save_IFS
6204    test -z "$as_dir" && as_dir=.
6205      for ac_exec_ext in '' $ac_executable_extensions; do
6206 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6206 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6207      ac_cv_prog_ac_ct_STRIP="strip"
6208      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6209      break 2
# Line 6240 | Line 6262 | do
6262    IFS=$as_save_IFS
6263    test -z "$as_dir" && as_dir=.
6264      for ac_exec_ext in '' $ac_executable_extensions; do
6265 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6265 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6266      ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6267      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6268      break 2
# Line 6280 | Line 6302 | do
6302    IFS=$as_save_IFS
6303    test -z "$as_dir" && as_dir=.
6304      for ac_exec_ext in '' $ac_executable_extensions; do
6305 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6305 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6306      ac_cv_prog_ac_ct_RANLIB="ranlib"
6307      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6308      break 2
# Line 6330 | Line 6352 | old_postuninstall_cmds=
6352   if test -n "$RANLIB"; then
6353    case $host_os in
6354    openbsd*)
6355 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6355 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
6356      ;;
6357    *)
6358 <    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6358 >    old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
6359      ;;
6360    esac
6361 <  old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6361 >  old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
6362   fi
6363  
6364   case $host_os in
# Line 6483 | Line 6505 | for ac_symprfx in "" "_"; do
6505      # which start with @ or ?.
6506      lt_cv_sys_global_symbol_pipe="$AWK '"\
6507   "     {last_section=section; section=\$ 3};"\
6508 + "     /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
6509   "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6510   "     \$ 0!~/External *\|/{next};"\
6511   "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
# Line 6871 | Line 6894 | $as_echo "$lt_cv_cc_needs_belf" >&6; }
6894      CFLAGS="$SAVE_CFLAGS"
6895    fi
6896    ;;
6897 < sparc*-*solaris*)
6897 > *-*solaris*)
6898    # Find out which ABI we are using.
6899    echo 'int i;' > conftest.$ac_ext
6900    if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
# Line 6882 | Line 6905 | sparc*-*solaris*)
6905      case `/usr/bin/file conftest.o` in
6906      *64-bit*)
6907        case $lt_cv_prog_gnu_ld in
6908 <      yes*) LD="${LD-ld} -m elf64_sparc" ;;
6908 >      yes*)
6909 >        case $host in
6910 >        i?86-*-solaris*)
6911 >          LD="${LD-ld} -m elf_x86_64"
6912 >          ;;
6913 >        sparc*-*-solaris*)
6914 >          LD="${LD-ld} -m elf64_sparc"
6915 >          ;;
6916 >        esac
6917 >        # GNU ld 2.21 introduced _sol2 emulations.  Use them if available.
6918 >        if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6919 >          LD="${LD-ld}_sol2"
6920 >        fi
6921 >        ;;
6922        *)
6923          if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6924            LD="${LD-ld} -64"
# Line 6915 | Line 6951 | do
6951    IFS=$as_save_IFS
6952    test -z "$as_dir" && as_dir=.
6953      for ac_exec_ext in '' $ac_executable_extensions; do
6954 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6954 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6955      ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6956      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6957      break 2
# Line 6955 | Line 6991 | do
6991    IFS=$as_save_IFS
6992    test -z "$as_dir" && as_dir=.
6993      for ac_exec_ext in '' $ac_executable_extensions; do
6994 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6994 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6995      ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
6996      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6997      break 2
# Line 7035 | Line 7071 | do
7071    IFS=$as_save_IFS
7072    test -z "$as_dir" && as_dir=.
7073      for ac_exec_ext in '' $ac_executable_extensions; do
7074 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7074 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7075      ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7076      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7077      break 2
# Line 7075 | Line 7111 | do
7111    IFS=$as_save_IFS
7112    test -z "$as_dir" && as_dir=.
7113      for ac_exec_ext in '' $ac_executable_extensions; do
7114 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7114 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7115      ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7116      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7117      break 2
# Line 7127 | Line 7163 | do
7163    IFS=$as_save_IFS
7164    test -z "$as_dir" && as_dir=.
7165      for ac_exec_ext in '' $ac_executable_extensions; do
7166 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7166 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7167      ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7168      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7169      break 2
# Line 7167 | Line 7203 | do
7203    IFS=$as_save_IFS
7204    test -z "$as_dir" && as_dir=.
7205      for ac_exec_ext in '' $ac_executable_extensions; do
7206 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7206 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7207      ac_cv_prog_ac_ct_NMEDIT="nmedit"
7208      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7209      break 2
# Line 7219 | Line 7255 | do
7255    IFS=$as_save_IFS
7256    test -z "$as_dir" && as_dir=.
7257      for ac_exec_ext in '' $ac_executable_extensions; do
7258 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7258 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7259      ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7260      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7261      break 2
# Line 7259 | Line 7295 | do
7295    IFS=$as_save_IFS
7296    test -z "$as_dir" && as_dir=.
7297      for ac_exec_ext in '' $ac_executable_extensions; do
7298 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7298 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7299      ac_cv_prog_ac_ct_LIPO="lipo"
7300      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7301      break 2
# Line 7311 | Line 7347 | do
7347    IFS=$as_save_IFS
7348    test -z "$as_dir" && as_dir=.
7349      for ac_exec_ext in '' $ac_executable_extensions; do
7350 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7350 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7351      ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7352      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7353      break 2
# Line 7351 | Line 7387 | do
7387    IFS=$as_save_IFS
7388    test -z "$as_dir" && as_dir=.
7389      for ac_exec_ext in '' $ac_executable_extensions; do
7390 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7390 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7391      ac_cv_prog_ac_ct_OTOOL="otool"
7392      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7393      break 2
# Line 7403 | Line 7439 | do
7439    IFS=$as_save_IFS
7440    test -z "$as_dir" && as_dir=.
7441      for ac_exec_ext in '' $ac_executable_extensions; do
7442 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7442 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7443      ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7444      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7445      break 2
# Line 7443 | Line 7479 | do
7479    IFS=$as_save_IFS
7480    test -z "$as_dir" && as_dir=.
7481      for ac_exec_ext in '' $ac_executable_extensions; do
7482 <  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7482 >  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7483      ac_cv_prog_ac_ct_OTOOL64="otool64"
7484      $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7485      break 2
# Line 7522 | Line 7558 | else
7558          $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7559            -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7560          _lt_result=$?
7561 <        if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7561 >        # If there is a non-empty error log, and "single_module"
7562 >        # appears in it, assume the flag caused a linker warning
7563 >        if test -s conftest.err && $GREP single_module conftest.err; then
7564 >          cat conftest.err >&5
7565 >        # Otherwise, if the output was created with a 0 exit code from
7566 >        # the compiler, it worked.
7567 >        elif test -f libconftest.dylib && test $_lt_result -eq 0; then
7568            lt_cv_apple_cc_single_mod=yes
7569          else
7570            cat conftest.err >&5
# Line 7533 | Line 7575 | else
7575   fi
7576   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7577   $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7578 +
7579      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7580   $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7581   if ${lt_cv_ld_exported_symbols_list+:} false; then :
# Line 7565 | Line 7608 | rm -f core conftest.err conftest.$ac_obj
7608   fi
7609   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7610   $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7611 +
7612      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7613   $as_echo_n "checking for -force_load linker flag... " >&6; }
7614   if ${lt_cv_ld_force_load+:} false; then :
# Line 7586 | Line 7630 | _LT_EOF
7630        echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7631        $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7632        _lt_result=$?
7633 <      if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7633 >      if test -s conftest.err && $GREP force_load conftest.err; then
7634 >        cat conftest.err >&5
7635 >      elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7636          lt_cv_ld_force_load=yes
7637        else
7638          cat conftest.err >&5
# Line 7989 | Line 8035 | fi
8035  
8036   # Check whether --with-pic was given.
8037   if test "${with_pic+set}" = set; then :
8038 <  withval=$with_pic; pic_mode="$withval"
8038 >  withval=$with_pic; lt_p=${PACKAGE-default}
8039 >    case $withval in
8040 >    yes|no) pic_mode=$withval ;;
8041 >    *)
8042 >      pic_mode=default
8043 >      # Look at the argument we got.  We use all the common list separators.
8044 >      lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
8045 >      for lt_pkg in $withval; do
8046 >        IFS="$lt_save_ifs"
8047 >        if test "X$lt_pkg" = "X$lt_p"; then
8048 >          pic_mode=yes
8049 >        fi
8050 >      done
8051 >      IFS="$lt_save_ifs"
8052 >      ;;
8053 >    esac
8054   else
8055    pic_mode=default
8056   fi
# Line 8067 | Line 8128 | LIBTOOL='$(SHELL) $(top_builddir)/libtoo
8128  
8129  
8130  
8131 +
8132 +
8133 +
8134 +
8135   test -z "$LN_S" && LN_S="ln -s"
8136  
8137  
# Line 8522 | Line 8587 | lt_prog_compiler_static=
8587      case $cc_basename in
8588      nvcc*) # Cuda Compiler Driver 2.2
8589        lt_prog_compiler_wl='-Xlinker '
8590 <      lt_prog_compiler_pic='-Xcompiler -fPIC'
8590 >      if test -n "$lt_prog_compiler_pic"; then
8591 >        lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8592 >      fi
8593        ;;
8594      esac
8595    else
# Line 8613 | Line 8680 | lt_prog_compiler_static=
8680          ;;
8681        *)
8682          case `$CC -V 2>&1 | sed 5q` in
8683 <        *Sun\ F* | *Sun*Fortran*)
8683 >        *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8684            # Sun Fortran 8.3 passes all unrecognized flags to the linker
8685            lt_prog_compiler_pic='-KPIC'
8686            lt_prog_compiler_static='-Bstatic'
8687            lt_prog_compiler_wl=''
8688            ;;
8689 +        *Sun\ F* | *Sun*Fortran*)
8690 +          lt_prog_compiler_pic='-KPIC'
8691 +          lt_prog_compiler_static='-Bstatic'
8692 +          lt_prog_compiler_wl='-Qoption ld '
8693 +          ;;
8694          *Sun\ C*)
8695            # Sun C 5.9
8696            lt_prog_compiler_pic='-KPIC'
8697            lt_prog_compiler_static='-Bstatic'
8698            lt_prog_compiler_wl='-Wl,'
8699            ;;
8700 +        *Intel*\ [CF]*Compiler*)
8701 +          lt_prog_compiler_wl='-Wl,'
8702 +          lt_prog_compiler_pic='-fPIC'
8703 +          lt_prog_compiler_static='-static'
8704 +          ;;
8705 +        *Portland\ Group*)
8706 +          lt_prog_compiler_wl='-Wl,'
8707 +          lt_prog_compiler_pic='-fpic'
8708 +          lt_prog_compiler_static='-Bstatic'
8709 +          ;;
8710          esac
8711          ;;
8712        esac
# Line 8986 | Line 9068 | $as_echo_n "checking whether the $compil
9068    hardcode_direct=no
9069    hardcode_direct_absolute=no
9070    hardcode_libdir_flag_spec=
8989  hardcode_libdir_flag_spec_ld=
9071    hardcode_libdir_separator=
9072    hardcode_minus_L=no
9073    hardcode_shlibpath_var=unsupported
# Line 9236 | Line 9317 | _LT_EOF
9317          xlf* | bgf* | bgxlf* | mpixlf*)
9318            # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9319            whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9320 <          hardcode_libdir_flag_spec=
9240 <          hardcode_libdir_flag_spec_ld='-rpath $libdir'
9320 >          hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9321            archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
9322            if test "x$supports_anon_versioning" = xyes; then
9323              archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
# Line 9616 | Line 9696 | fi
9696          # The linker will not automatically build a static lib if we build a DLL.
9697          # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9698          enable_shared_with_static_runtimes=yes
9699 +        exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9700          export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9701          # Don't use ranlib
9702          old_postinstall_cmds='chmod 644 $oldlib'
# Line 9661 | Line 9742 | fi
9742    hardcode_shlibpath_var=unsupported
9743    if test "$lt_cv_ld_force_load" = "yes"; then
9744      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\"`'
9745 +
9746    else
9747      whole_archive_flag_spec=''
9748    fi
# Line 9689 | Line 9771 | fi
9771        hardcode_shlibpath_var=no
9772        ;;
9773  
9692    freebsd1*)
9693      ld_shlibs=no
9694      ;;
9695
9774      # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9775      # support.  Future versions do this automatically, but an explicit c++rt0.o
9776      # does not break anything, and helps significantly (at the cost of a little
# Line 9705 | Line 9783 | fi
9783        ;;
9784  
9785      # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9786 <    freebsd2*)
9786 >    freebsd2.*)
9787        archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9788        hardcode_direct=yes
9789        hardcode_minus_L=yes
# Line 9744 | Line 9822 | fi
9822        fi
9823        if test "$with_gnu_ld" = no; then
9824          hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9747        hardcode_libdir_flag_spec_ld='+b $libdir'
9825          hardcode_libdir_separator=:
9826          hardcode_direct=yes
9827          hardcode_direct_absolute=yes
# Line 10368 | Line 10445 | esac
10445  
10446  
10447  
10371
10372
10373
10374
10375
10448    { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10449   $as_echo_n "checking dynamic linker characteristics... " >&6; }
10450  
# Line 10462 | Line 10534 | need_version=unknown
10534  
10535   case $host_os in
10536   aix3*)
10537 <  version_type=linux
10537 >  version_type=linux # correct to gnu/linux during the next big refactor
10538    library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10539    shlibpath_var=LIBPATH
10540  
# Line 10471 | Line 10543 | aix3*)
10543    ;;
10544  
10545   aix[4-9]*)
10546 <  version_type=linux
10546 >  version_type=linux # correct to gnu/linux during the next big refactor
10547    need_lib_prefix=no
10548    need_version=no
10549    hardcode_into_libs=yes
# Line 10536 | Line 10608 | beos*)
10608    ;;
10609  
10610   bsdi[45]*)
10611 <  version_type=linux
10611 >  version_type=linux # correct to gnu/linux during the next big refactor
10612    need_version=no
10613    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10614    soname_spec='${libname}${release}${shared_ext}$major'
# Line 10675 | Line 10747 | darwin* | rhapsody*)
10747    ;;
10748  
10749   dgux*)
10750 <  version_type=linux
10750 >  version_type=linux # correct to gnu/linux during the next big refactor
10751    need_lib_prefix=no
10752    need_version=no
10753    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
# Line 10683 | Line 10755 | dgux*)
10755    shlibpath_var=LD_LIBRARY_PATH
10756    ;;
10757  
10686 freebsd1*)
10687  dynamic_linker=no
10688  ;;
10689
10758   freebsd* | dragonfly*)
10759    # DragonFly does not have aout.  When/if they implement a new
10760    # versioning mechanism, adjust this.
# Line 10694 | Line 10762 | freebsd* | dragonfly*)
10762      objformat=`/usr/bin/objformat`
10763    else
10764      case $host_os in
10765 <    freebsd[123]*) objformat=aout ;;
10765 >    freebsd[23].*) objformat=aout ;;
10766      *) objformat=elf ;;
10767      esac
10768    fi
# Line 10712 | Line 10780 | freebsd* | dragonfly*)
10780    esac
10781    shlibpath_var=LD_LIBRARY_PATH
10782    case $host_os in
10783 <  freebsd2*)
10783 >  freebsd2.*)
10784      shlibpath_overrides_runpath=yes
10785      ;;
10786    freebsd3.[01]* | freebsdelf3.[01]*)
# Line 10732 | Line 10800 | freebsd* | dragonfly*)
10800    ;;
10801  
10802   gnu*)
10803 <  version_type=linux
10803 >  version_type=linux # correct to gnu/linux during the next big refactor
10804    need_lib_prefix=no
10805    need_version=no
10806    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10807    soname_spec='${libname}${release}${shared_ext}$major'
10808    shlibpath_var=LD_LIBRARY_PATH
10809 +  shlibpath_overrides_runpath=no
10810    hardcode_into_libs=yes
10811    ;;
10812  
10813   haiku*)
10814 <  version_type=linux
10814 >  version_type=linux # correct to gnu/linux during the next big refactor
10815    need_lib_prefix=no
10816    need_version=no
10817    dynamic_linker="$host_os runtime_loader"
# Line 10803 | Line 10872 | hpux9* | hpux10* | hpux11*)
10872    ;;
10873  
10874   interix[3-9]*)
10875 <  version_type=linux
10875 >  version_type=linux # correct to gnu/linux during the next big refactor
10876    need_lib_prefix=no
10877    need_version=no
10878    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
# Line 10819 | Line 10888 | irix5* | irix6* | nonstopux*)
10888      nonstopux*) version_type=nonstopux ;;
10889      *)
10890          if test "$lt_cv_prog_gnu_ld" = yes; then
10891 <                version_type=linux
10891 >                version_type=linux # correct to gnu/linux during the next big refactor
10892          else
10893                  version_type=irix
10894          fi ;;
# Line 10856 | Line 10925 | linux*oldld* | linux*aout* | linux*coff*
10925    dynamic_linker=no
10926    ;;
10927  
10928 < # This must be Linux ELF.
10928 > # This must be glibc/ELF.
10929   linux* | k*bsd*-gnu | kopensolaris*-gnu)
10930 <  version_type=linux
10930 >  version_type=linux # correct to gnu/linux during the next big refactor
10931    need_lib_prefix=no
10932    need_version=no
10933    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 10940 | Line 11009 | netbsd*)
11009    ;;
11010  
11011   newsos6)
11012 <  version_type=linux
11012 >  version_type=linux # correct to gnu/linux during the next big refactor
11013    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11014    shlibpath_var=LD_LIBRARY_PATH
11015    shlibpath_overrides_runpath=yes
# Line 11009 | Line 11078 | rdos*)
11078    ;;
11079  
11080   solaris*)
11081 <  version_type=linux
11081 >  version_type=linux # correct to gnu/linux during the next big refactor
11082    need_lib_prefix=no
11083    need_version=no
11084    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11034 | Line 11103 | sunos4*)
11103    ;;
11104  
11105   sysv4 | sysv4.3*)
11106 <  version_type=linux
11106 >  version_type=linux # correct to gnu/linux during the next big refactor
11107    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11108    soname_spec='${libname}${release}${shared_ext}$major'
11109    shlibpath_var=LD_LIBRARY_PATH
# Line 11058 | Line 11127 | sysv4 | sysv4.3*)
11127  
11128   sysv4*MP*)
11129    if test -d /usr/nec ;then
11130 <    version_type=linux
11130 >    version_type=linux # correct to gnu/linux during the next big refactor
11131      library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
11132      soname_spec='$libname${shared_ext}.$major'
11133      shlibpath_var=LD_LIBRARY_PATH
# Line 11089 | Line 11158 | sysv5* | sco3.2v5* | sco5v6* | unixware*
11158  
11159   tpf*)
11160    # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
11161 <  version_type=linux
11161 >  version_type=linux # correct to gnu/linux during the next big refactor
11162    need_lib_prefix=no
11163    need_version=no
11164    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
# Line 11099 | Line 11168 | tpf*)
11168    ;;
11169  
11170   uts4*)
11171 <  version_type=linux
11171 >  version_type=linux # correct to gnu/linux during the next big refactor
11172    library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11173    soname_spec='${libname}${release}${shared_ext}$major'
11174    shlibpath_var=LD_LIBRARY_PATH
# Line 11881 | Line 11950 | CC="$lt_save_CC"
11950  
11951  
11952  
11953 +
11954 +
11955          ac_config_commands="$ac_config_commands libtool"
11956  
11957  
# Line 11897 | Line 11968 | else
11968  
11969   module=yes
11970   eval libltdl_cv_shlibext=$shrext_cmds
11971 + module=no
11972 + eval libltdl_cv_shrext=$shrext_cmds
11973  
11974   fi
11975   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5
# Line 11908 | Line 11981 | cat >>confdefs.h <<_ACEOF
11981   _ACEOF
11982  
11983   fi
11984 + if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then
11985 +
11986 + cat >>confdefs.h <<_ACEOF
11987 + #define LT_SHARED_EXT "$libltdl_cv_shrext"
11988 + _ACEOF
11989 +
11990 + fi
11991  
11992   { $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5
11993   $as_echo_n "checking which variable specifies run-time module search path... " >&6; }
# Line 13454 | Line 13534 | done
13534  
13535  
13536  
13457
13458
13537   # Checks for header files.
13538  
13539  
# Line 13490 | Line 13568 | done
13568  
13569  
13570  
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
13571   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5
13572   $as_echo_n "checking for library containing crypt... " >&6; }
13573   if ${ac_cv_search_crypt+:} false; then :
# Line 13577 | Line 13625 | if test "$ac_res" != no; then :
13625   fi
13626  
13627  
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
13628   # Check whether --enable-libpcre was given.
13629   if test "${enable_libpcre+set}" = set; then :
13630 <  enableval=$enable_libpcre; libpcre=$enableval
13630 >  enableval=$enable_libpcre;
13631   else
13667  libpcre=yes
13668 fi
13669
13670
13671 if test "$libpcre" = "yes"; then :
13672
13632    ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default"
13633   if test "x$ac_cv_header_pcre_h" = xyes; then :
13634 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5
13635 < $as_echo_n "checking for pcre_study in -lpcre... " >&6; }
13636 < if ${ac_cv_lib_pcre_pcre_study+:} false; then :
13634 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5
13635 > $as_echo_n "checking for library containing pcre_study... " >&6; }
13636 > if ${ac_cv_search_pcre_study+:} false; then :
13637    $as_echo_n "(cached) " >&6
13638   else
13639 <  ac_check_lib_save_LIBS=$LIBS
13681 < LIBS="-lpcre  $LIBS"
13639 >  ac_func_search_save_LIBS=$LIBS
13640   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13641   /* end confdefs.h.  */
13642  
# Line 13697 | Line 13655 | return pcre_study ();
13655    return 0;
13656   }
13657   _ACEOF
13658 < if ac_fn_c_try_link "$LINENO"; then :
13659 <  ac_cv_lib_pcre_pcre_study=yes
13660 < else
13661 <  ac_cv_lib_pcre_pcre_study=no
13658 > for ac_lib in '' pcre; do
13659 >  if test -z "$ac_lib"; then
13660 >    ac_res="none required"
13661 >  else
13662 >    ac_res=-l$ac_lib
13663 >    LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
13664 >  fi
13665 >  if ac_fn_c_try_link "$LINENO"; then :
13666 >  ac_cv_search_pcre_study=$ac_res
13667   fi
13668   rm -f core conftest.err conftest.$ac_objext \
13669 <    conftest$ac_exeext conftest.$ac_ext
13670 < LIBS=$ac_check_lib_save_LIBS
13669 >    conftest$ac_exeext
13670 >  if ${ac_cv_search_pcre_study+:} false; then :
13671 >  break
13672   fi
13673 < { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5
13674 < $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 <
13673 > done
13674 > if ${ac_cv_search_pcre_study+:} false; then :
13675  
13676   else
13677 <  libpcre=no
13677 >  ac_cv_search_pcre_study=no
13678   fi
13679 + rm conftest.$ac_ext
13680 + LIBS=$ac_func_search_save_LIBS
13681 + fi
13682 + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5
13683 + $as_echo "$ac_cv_search_pcre_study" >&6; }
13684 + ac_res=$ac_cv_search_pcre_study
13685 + if test "$ac_res" != no; then :
13686 +  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
13687  
13688 + $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13689  
13723 else
13724  libpcre=no
13690   fi
13691  
13692 + fi
13693  
13694  
13695   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
13696  
13697  
13698   # Check whether --enable-openssl was given.
# Line 13776 | Line 13734 | if test "$cf_enable_openssl" != "no"; th
13734    fi
13735  
13736        if test ! -z "$cf_openssl_basedir"; then
13779    LIBS="-lcrypto -lssl $LIBS"
13737      { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cf_openssl_basedir" >&5
13738   $as_echo "$cf_openssl_basedir" >&6; }
13739      cf_enable_openssl="yes"
13783
13784 $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
13785
13740    else
13741      { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found. Please check your path." >&5
13742   $as_echo "not found. Please check your path." >&6; }
# Line 13795 | Line 13749 | $as_echo "disabled" >&6; }
13749   fi
13750  
13751   if test "$cf_enable_openssl" != "no"; then :
13752 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.7 or above" >&5
13753 < $as_echo_n "checking for OpenSSL 0.9.7 or above... " >&6; }
13752 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
13753 > $as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
13754    if test "$cross_compiling" = yes; then :
13755    cf_openssl_version_ok=no
13756   else
# Line 13809 | Line 13763 | else
13763   int
13764   main ()
13765   {
13766 < exit(!(OPENSSL_VERSION_NUMBER >= 0x00907000));
13766 > exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
13767    ;
13768    return 0;
13769   }
# Line 13828 | Line 13782 | fi
13782    { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
13783   $as_echo "found" >&6; }
13784  
13785 <    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13785 >    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5
13786 > $as_echo_n "checking for SSL_connect in -lssl... " >&6; }
13787 > if ${ac_cv_lib_ssl_SSL_connect+:} false; then :
13788 >  $as_echo_n "(cached) " >&6
13789 > else
13790 >  ac_check_lib_save_LIBS=$LIBS
13791 > LIBS="-lssl  $LIBS"
13792 > cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13793 > /* end confdefs.h.  */
13794 >
13795 > /* Override any GCC internal prototype to avoid an error.
13796 >   Use char because int might match the return type of a GCC
13797 >   builtin and then its argument prototype would still apply.  */
13798 > #ifdef __cplusplus
13799 > extern "C"
13800 > #endif
13801 > char SSL_connect ();
13802 > int
13803 > main ()
13804 > {
13805 > return SSL_connect ();
13806 >  ;
13807 >  return 0;
13808 > }
13809 > _ACEOF
13810 > if ac_fn_c_try_link "$LINENO"; then :
13811 >  ac_cv_lib_ssl_SSL_connect=yes
13812 > else
13813 >  ac_cv_lib_ssl_SSL_connect=no
13814 > fi
13815 > rm -f core conftest.err conftest.$ac_objext \
13816 >    conftest$ac_exeext conftest.$ac_ext
13817 > LIBS=$ac_check_lib_save_LIBS
13818 > fi
13819 > { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5
13820 > $as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; }
13821 > if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then :
13822 >  cat >>confdefs.h <<_ACEOF
13823 > #define HAVE_LIBSSL 1
13824 > _ACEOF
13825 >
13826 >  LIBS="-lssl $LIBS"
13827 >
13828 > fi
13829 >
13830 >    if test "$ac_cv_lib_ssl_SSL_connect" = "yes"; then :
13831 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5
13832   $as_echo_n "checking for RSA_free in -lcrypto... " >&6; }
13833   if ${ac_cv_lib_crypto_RSA_free+:} false; then :
13834    $as_echo_n "(cached) " >&6
# Line 13873 | Line 13873 | _ACEOF
13873  
13874   fi
13875  
13876    if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13877  for ac_func in EVP_bf_cfb           \
13878                      EVP_cast5_cfb        \
13879                      EVP_idea_cfb         \
13880                      EVP_rc5_32_12_16_cfb \
13881                      EVP_des_ede3_cfb     \
13882                      EVP_des_cfb
13883 do :
13884  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13885 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13886 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13887  cat >>confdefs.h <<_ACEOF
13888 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13889 _ACEOF
13890
13891 fi
13892 done
13893
13876   fi
13877  
13878   else
# Line 13900 | Line 13882 | $as_echo "no - OpenSSL support disabled"
13882   fi
13883   fi
13884  
13885 < if test "$cf_enable_openssl" = yes; then
13885 > if test "$ac_cv_lib_crypto_RSA_free" = yes; then
13886    ENABLE_SSL_TRUE=
13887    ENABLE_SSL_FALSE='#'
13888   else
# Line 13936 | Line 13918 | fi
13918   if test "$small_net" = "yes"; then :
13919  
13920  
13921 < $as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h
13921 > $as_echo "#define NICKNAMEHISTORYLENGTH 2048" >>confdefs.h
13922  
13923  
13924   $as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h
# Line 13969 | Line 13951 | else
13951  
13952  
13953  
13954 < $as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h
13954 > $as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h
13955  
13956  
13957   $as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h
# Line 14424 | Line 14406 | _ACEOF
14406  
14407  
14408  
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
14409    # Check whether --enable-efnet was given.
14410   if test "${enable_efnet+set}" = set; then :
14411    enableval=$enable_efnet; efnet="$enableval"
# Line 14509 | Line 14476 | fi
14476    fi
14477  
14478  
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
14479  
14480    prefix_NONE=
14481    exec_prefix_NONE=
# Line 14634 | Line 14562 | _ACEOF
14562    test "$exec_prefix_NONE" && exec_prefix=NONE
14563  
14564  
14565 < 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"
14565 > ac_config_files="$ac_config_files 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"
14566  
14567  
14568   cat >confcache <<\_ACEOF
# Line 14746 | Line 14674 | LIBOBJS=$ac_libobjs
14674   LTLIBOBJS=$ac_ltlibobjs
14675  
14676  
14677 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
14678 + $as_echo_n "checking that generated files are newer than configure... " >&6; }
14679 +   if test -n "$am_sleep_pid"; then
14680 +     # Hide warnings about reused PIDs.
14681 +     wait $am_sleep_pid 2>/dev/null
14682 +   fi
14683 +   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
14684 + $as_echo "done" >&6; }
14685   if test -n "$EXEEXT"; then
14686    am__EXEEXT_TRUE=
14687    am__EXEEXT_FALSE='#'
# Line 14792 | Line 14728 | LT_CONFIG_H=config.h
14728  
14729  
14730  
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
14731   if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then
14732    as_fn_error $? "conditional \"ENABLE_SSL\" was never defined.
14733   Usually this means the macro was only invoked conditionally." "$LINENO" 5
# Line 15102 | Line 15034 | if (echo >conf$$.file) 2>/dev/null; then
15034      # ... but there are two gotchas:
15035      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
15036      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
15037 <    # In both cases, we have to default to `cp -p'.
15037 >    # In both cases, we have to default to `cp -pR'.
15038      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
15039 <      as_ln_s='cp -p'
15039 >      as_ln_s='cp -pR'
15040    elif ln conf$$.file conf$$ 2>/dev/null; then
15041      as_ln_s=ln
15042    else
15043 <    as_ln_s='cp -p'
15043 >    as_ln_s='cp -pR'
15044    fi
15045   else
15046 <  as_ln_s='cp -p'
15046 >  as_ln_s='cp -pR'
15047   fi
15048   rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
15049   rmdir conf$$.dir 2>/dev/null
# Line 15171 | Line 15103 | else
15103    as_mkdir_p=false
15104   fi
15105  
15106 < if test -x / >/dev/null 2>&1; then
15107 <  as_test_x='test -x'
15108 < else
15109 <  if ls -dL / >/dev/null 2>&1; then
15110 <    as_ls_L_option=L
15111 <  else
15112 <    as_ls_L_option=
15113 <  fi
15114 <  as_test_x='
15115 <    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
15106 >
15107 > # as_fn_executable_p FILE
15108 > # -----------------------
15109 > # Test if FILE is an executable regular file.
15110 > as_fn_executable_p ()
15111 > {
15112 >  test -f "$1" && test -x "$1"
15113 > } # as_fn_executable_p
15114 > as_test_x='test -x'
15115 > as_executable_p=as_fn_executable_p
15116  
15117   # Sed expression to map a string onto a valid CPP name.
15118   as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
# Line 15213 | Line 15133 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15133   # report actual input values of CONFIG_FILES etc. instead of their
15134   # values after options handling.
15135   ac_log="
15136 < This file was extended by ircd-hybrid $as_me 7.3.0, which was
15137 < generated by GNU Autoconf 2.68.  Invocation command line was
15136 > This file was extended by ircd-hybrid $as_me 8beta1, which was
15137 > generated by GNU Autoconf 2.69.  Invocation command line was
15138  
15139    CONFIG_FILES    = $CONFIG_FILES
15140    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 15279 | Line 15199 | _ACEOF
15199   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15200   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15201   ac_cs_version="\\
15202 < ircd-hybrid config.status 7.3.0
15203 < configured by $0, generated by GNU Autoconf 2.68,
15202 > ircd-hybrid config.status 8beta1
15203 > configured by $0, generated by GNU Autoconf 2.69,
15204    with options \\"\$ac_cs_config\\"
15205  
15206 < Copyright (C) 2010 Free Software Foundation, Inc.
15206 > Copyright (C) 2012 Free Software Foundation, Inc.
15207   This config.status script is free software; the Free Software Foundation
15208   gives unlimited permission to copy, distribute and modify it."
15209  
# Line 15374 | Line 15294 | fi
15294   _ACEOF
15295   cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15296   if \$ac_cs_recheck; then
15297 <  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15297 >  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
15298    shift
15299    \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
15300    CONFIG_SHELL='$SHELL'
# Line 15416 | Line 15336 | pic_mode='`$ECHO "$pic_mode" | $SED "$de
15336   enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15337   SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15338   ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15339 + PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
15340   host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15341   host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15342   host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
# Line 15498 | Line 15419 | with_gnu_ld='`$ECHO "$with_gnu_ld" | $SE
15419   allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15420   no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15421   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"`'
15422   hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15423   hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15424   hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
# Line 15554 | Line 15474 | _LTECHO_EOF'
15474   # Quote evaled strings.
15475   for var in SHELL \
15476   ECHO \
15477 + PATH_SEPARATOR \
15478   SED \
15479   GREP \
15480   EGREP \
# Line 15604 | Line 15525 | with_gnu_ld \
15525   allow_undefined_flag \
15526   no_undefined_flag \
15527   hardcode_libdir_flag_spec \
15607 hardcode_libdir_flag_spec_ld \
15528   hardcode_libdir_separator \
15529   exclude_expsyms \
15530   include_expsyms \
# Line 15689 | Line 15609 | do
15609      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15610      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15611      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15692    "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
15693    "servlink/Makefile") CONFIG_FILES="$CONFIG_FILES servlink/Makefile" ;;
15612      "contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;;
15613      "contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;;
15614      "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
# Line 16312 | Line 16230 | $as_echo "$as_me: executing $ac_file com
16230      # Strip MF so we end up with the name of the file.
16231      mf=`echo "$mf" | sed -e 's/:.*$//'`
16232      # Check whether this is an Automake generated Makefile or not.
16233 <    # We used to match only the files named `Makefile.in', but
16233 >    # We used to match only the files named 'Makefile.in', but
16234      # some people rename them; so instead we look at the file content.
16235      # Grep'ing the first line is not enough: some people post-process
16236      # each Makefile.in and add a new line on top of each file to say so.
# Line 16346 | Line 16264 | $as_echo X"$mf" |
16264        continue
16265      fi
16266      # Extract the definition of DEPDIR, am__include, and am__quote
16267 <    # from the Makefile without running `make'.
16267 >    # from the Makefile without running 'make'.
16268      DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
16269      test -z "$DEPDIR" && continue
16270      am__include=`sed -n 's/^am__include = //p' < "$mf"`
16271      test -z "am__include" && continue
16272      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"`
16273      # Find all dependency output files, they are included files with
16274      # $(DEPDIR) in their names.  We invoke sed twice because it is the
16275      # simplest approach to changing $(DEPDIR) to its actual value in the
16276      # expansion.
16277      for file in `sed -n "
16278        s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
16279 <         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
16279 >         sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
16280        # Make sure the directory exists.
16281        test -f "$dirpart/$file" && continue
16282        fdir=`$as_dirname -- "$file" ||
# Line 16414 | Line 16330 | $as_echo X"$file" |
16330   # NOTE: Changes made to this file will be lost: look at ltmain.sh.
16331   #
16332   #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
16333 < #                 2006, 2007, 2008, 2009, 2010 Free Software Foundation,
16334 < #                 Inc.
16333 > #                 2006, 2007, 2008, 2009, 2010, 2011 Free Software
16334 > #                 Foundation, Inc.
16335   #   Written by Gordon Matzigkeit, 1996
16336   #
16337   #   This file is part of GNU Libtool.
# Line 16469 | Line 16385 | SHELL=$lt_SHELL
16385   # An echo program that protects backslashes.
16386   ECHO=$lt_ECHO
16387  
16388 + # The PATH separator for the build system.
16389 + PATH_SEPARATOR=$lt_PATH_SEPARATOR
16390 +
16391   # The host system.
16392   host_alias=$host_alias
16393   host=$host
# Line 16770 | Line 16689 | no_undefined_flag=$lt_no_undefined_flag
16689   # This must work even if \$libdir does not exist
16690   hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16691  
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
16692   # Whether we need a single "-rpath" flag with a separated argument.
16693   hardcode_libdir_separator=$lt_hardcode_libdir_separator
16694  

Diff Legend

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