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

Comparing ircd-hybrid-8/configure (file contents):
Revision 1257 by michael, Sun Jan 15 06:28:46 2012 UTC vs.
Revision 1373 by michael, Fri Apr 27 07:32:34 2012 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 1245 2011-09-30 14:58:29Z michael .
2 > # From configure.ac Id: configure.ac 1358 2012-04-22 13:49:23Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4 < # Generated by GNU Autoconf 2.68 for ircd-hybrid 8beta1.
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 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 784 | Line 802 | with_included_ltdl
802   with_ltdl_include
803   with_ltdl_lib
804   enable_ltdl_install
787 with_zlib_path
788 enable_zlib
789 with_libpcre_path
805   enable_libpcre
806   enable_openssl
807   enable_assert
# Line 799 | Line 814 | enable_poll
814   enable_select
815   with_nicklen
816   with_topiclen
802 with_syslog_facility
817   enable_efnet
818   enable_halfops
819   enable_debugging
820   enable_warnings
807 enable_syslog
821   '
822        ac_precious_vars='build_alias
823   host_alias
# Line 1272 | 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
1275    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1276    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 1437 | 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
1450  --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 1463 | Line 1476 | Optional Features:
1476    --enable-halfops        Enable halfops support.
1477    --enable-debugging      Enable debugging.
1478    --enable-warnings       Enable compiler warnings.
1466  --enable-syslog="EVENTS"
1467                          Enable syslog for events: users oper (space
1468                          separated in quotes; default: disabled).
1479  
1480   Optional Packages:
1481    --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
# Line 1478 | 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
1481  --with-zlib-path=DIR    Path to libz.so for ziplinks support.
1482  --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).
1485  --with-syslog-facility=LOG
1486                          Define the syslog facility to use (default:
1487                          LOG_LOCAL4)
1493  
1494   Some influential environment variables:
1495    CC          C compiler command
# Line 1569 | Line 1574 | test -n "$ac_init_help" && exit $ac_stat
1574   if $ac_init_version; then
1575    cat <<\_ACEOF
1576   ircd-hybrid configure 8beta1
1577 < generated by GNU Autoconf 2.68
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 1647 | 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 2095 | Line 2100 | This file contains any messages produced
2100   running configure, to aid debugging if configure makes a mistake.
2101  
2102   It was created by ircd-hybrid $as_me 8beta1, which was
2103 < generated by GNU Autoconf 2.68.  Invocation command line was
2103 > generated by GNU Autoconf 2.69.  Invocation command line was
2104  
2105    $ $0 $@
2106  
# Line 2379 | 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"
2382 as_fn_append ac_func_list " socketpair"
2387   as_fn_append ac_header_list " crypt.h"
2384 as_fn_append ac_header_list " inttypes.h"
2385 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"
2388 as_fn_append ac_header_list " errno.h"
2389 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"
2394 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 2460 | 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 2528 | 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 2586 | 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; }
2589 # Just in case
2590 sleep 1
2591 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 2599 | 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
2621 <      # if, for instance, CONFIG_SHELL is bash and it inherits a
2622 <      # broken ls alias from the environment.  This has actually
2623 <      # happened.  Such a system could not be considered "sane".
2624 <      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2625 < alias in your environment" "$LINENO" 5
2626 <   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 2636 | 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 2662 | 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 2675 | 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 2697 | 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 2737 | 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 2788 | 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 2841 | 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 2957 | 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 3014 | 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 3080 | 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 3120 | 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 3173 | 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 3214 | 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 3272 | 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 3316 | 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 3762 | 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>
3766 < #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 3859 | 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
# Line 3895 | 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 3913 | 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
# Line 3922 | Line 3935 | else
3935        fi
3936        ;;
3937      msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3938 <      # This compiler won't grok `-c -o', but also, the minuso test has
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 4122 | 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 4154 | 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 4174 | 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 4218 | 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 4250 | 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 4558 | 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 4634 | 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 4700 | 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 4767 | 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 5023 | 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 5067 | 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 5491 | 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 5531 | 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 5837 | 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 5877 | 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 5980 | 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 6024 | 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 6149 | 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 6189 | 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 6248 | 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 6288 | 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 6937 | 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 6977 | 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 7057 | 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 7097 | 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 7149 | 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 7189 | 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 7241 | 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 7281 | 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 7333 | 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 7373 | 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 7425 | 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 7465 | 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 13520 | Line 13534 | done
13534  
13535  
13536  
13523
13524
13537   # Checks for header files.
13538  
13539  
# Line 13556 | Line 13568 | done
13568  
13569  
13570  
13559
13560
13561
13562
13563
13564
13565
13566
13567
13568
13569 # check for /dev/null so we can use it to hold evil fd's
13570 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/null" >&5
13571 $as_echo_n "checking for /dev/null... " >&6; }
13572 if test -c /dev/null; then :
13573
13574
13575 $as_echo "#define PATH_DEVNULL \"/dev/null\"" >>confdefs.h
13576
13577  { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13578 $as_echo "yes" >&6; }
13579 else
13580
13581
13582 $as_echo "#define PATH_DEVNULL \"devnull.log\"" >>confdefs.h
13583
13584  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no - using devnull.log" >&5
13585 $as_echo "no - using devnull.log" >&6; }
13586 fi
13587
13588
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 13643 | Line 13625 | if test "$ac_res" != no; then :
13625   fi
13626  
13627  
13646
13647
13648 # Check whether --with-zlib-path was given.
13649 if test "${with_zlib_path+set}" = set; then :
13650  withval=$with_zlib_path; LDFLAGS="-L$withval $LDFLAGS"
13651 fi
13652
13653
13654 # Check whether --enable-zlib was given.
13655 if test "${enable_zlib+set}" = set; then :
13656  enableval=$enable_zlib; zlib=$enableval
13657 else
13658  zlib=yes
13659 fi
13660
13661
13662 if test "$zlib" = "yes"; then :
13663
13664  ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default"
13665 if test "x$ac_cv_header_zlib_h" = xyes; then :
13666  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlibVersion in -lz" >&5
13667 $as_echo_n "checking for zlibVersion in -lz... " >&6; }
13668 if ${ac_cv_lib_z_zlibVersion+:} false; then :
13669  $as_echo_n "(cached) " >&6
13670 else
13671  ac_check_lib_save_LIBS=$LIBS
13672 LIBS="-lz  $LIBS"
13673 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13674 /* end confdefs.h.  */
13675
13676 /* Override any GCC internal prototype to avoid an error.
13677   Use char because int might match the return type of a GCC
13678   builtin and then its argument prototype would still apply.  */
13679 #ifdef __cplusplus
13680 extern "C"
13681 #endif
13682 char zlibVersion ();
13683 int
13684 main ()
13685 {
13686 return zlibVersion ();
13687  ;
13688  return 0;
13689 }
13690 _ACEOF
13691 if ac_fn_c_try_link "$LINENO"; then :
13692  ac_cv_lib_z_zlibVersion=yes
13693 else
13694  ac_cv_lib_z_zlibVersion=no
13695 fi
13696 rm -f core conftest.err conftest.$ac_objext \
13697    conftest$ac_exeext conftest.$ac_ext
13698 LIBS=$ac_check_lib_save_LIBS
13699 fi
13700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_zlibVersion" >&5
13701 $as_echo "$ac_cv_lib_z_zlibVersion" >&6; }
13702 if test "x$ac_cv_lib_z_zlibVersion" = xyes; then :
13703
13704      LIBS="-lz $LIBS"
13705
13706 $as_echo "#define HAVE_LIBZ 1" >>confdefs.h
13707
13708
13709 else
13710  zlib=no
13711 fi
13712
13713
13714 else
13715  zlib=no
13716 fi
13717
13718
13719
13720 fi
13721
13722
13723 # Check whether --with-libpcre-path was given.
13724 if test "${with_libpcre_path+set}" = set; then :
13725  withval=$with_libpcre_path; LDFLAGS="-L$withval $LDFLAGS"
13726 fi
13727
13728
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
13733  libpcre=yes
13734 fi
13735
13736
13737 if test "$libpcre" = "yes"; then :
13738
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
13747 < LIBS="-lpcre  $LIBS"
13639 >  ac_func_search_save_LIBS=$LIBS
13640   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13641   /* end confdefs.h.  */
13642  
# Line 13763 | 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; }
13777 < if test "x$ac_cv_lib_pcre_pcre_study" = xyes; then :
13778 <
13779 <      LIBS="-lpcre $LIBS"
13780 <
13781 < $as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h
13782 <
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  
13789 else
13790  libpcre=no
13690   fi
13691  
13692 + fi
13693  
13694  
13695   fi
13796 if test "$libpcre" = yes; then
13797  ENABLE_PCRE_TRUE=
13798  ENABLE_PCRE_FALSE='#'
13799 else
13800  ENABLE_PCRE_TRUE='#'
13801  ENABLE_PCRE_FALSE=
13802 fi
13803
13696  
13697  
13698   # Check whether --enable-openssl was given.
# Line 13842 | Line 13734 | if test "$cf_enable_openssl" != "no"; th
13734    fi
13735  
13736        if test ! -z "$cf_openssl_basedir"; then
13845    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"
13849
13850 $as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h
13851
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 13861 | 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 13875 | 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 13894 | 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 13939 | Line 13873 | _ACEOF
13873  
13874   fi
13875  
13942    if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then :
13943  for ac_func in EVP_bf_cfb           \
13944                      EVP_cast5_cfb        \
13945                      EVP_idea_cfb         \
13946                      EVP_rc5_32_12_16_cfb \
13947                      EVP_des_ede3_cfb     \
13948                      EVP_des_cfb
13949 do :
13950  as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13951 ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
13952 if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
13953  cat >>confdefs.h <<_ACEOF
13954 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13955 _ACEOF
13956
13957 fi
13958 done
13959
13876   fi
13877  
13878   else
# Line 13966 | 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 14002 | 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 14035 | 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 14490 | Line 14406 | _ACEOF
14406  
14407  
14408  
14493
14494 # Check whether --with-syslog-facility was given.
14495 if test "${with_syslog_facility+set}" = set; then :
14496  withval=$with_syslog_facility; syslog_facility="$withval"
14497 else
14498  syslog_facility="LOG_LOCAL4"
14499 fi
14500
14501
14502 cat >>confdefs.h <<_ACEOF
14503 #define LOG_FACILITY $syslog_facility
14504 _ACEOF
14505
14506
14507
14409    # Check whether --enable-efnet was given.
14410   if test "${enable_efnet+set}" = set; then :
14411    enableval=$enable_efnet; efnet="$enableval"
# Line 14575 | Line 14476 | fi
14476    fi
14477  
14478  
14578  for ac_header in syslog.h sys/syslog.h
14579 do :
14580  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14581 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
14582 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
14583  cat >>confdefs.h <<_ACEOF
14584 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14585 _ACEOF
14586
14587 fi
14588
14589 done
14590
14591  # Check whether --enable-syslog was given.
14592 if test "${enable_syslog+set}" = set; then :
14593  enableval=$enable_syslog; syslog="$enableval"
14594 else
14595  syslog="no"
14596 fi
14597
14598  if test "$enableval" != "no" ; then
14599    for option in $enableval ; do
14600      case "$option" in
14601        users)
14602 $as_echo "#define SYSLOG_USERS 1" >>confdefs.h
14603 ;;
14604        oper)
14605 $as_echo "#define SYSLOG_OPER 1" >>confdefs.h
14606 ;;
14607        yes) : ;;
14608        *) as_fn_error $? "invalid value for --enable-syslog: $option" "$LINENO" 5 ;;
14609      esac
14610    done
14611
14612 $as_echo "#define USE_SYSLOG 1" >>confdefs.h
14613
14614  fi
14615
14616
14479  
14480    prefix_NONE=
14481    exec_prefix_NONE=
# Line 14700 | 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 14812 | 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 14858 | Line 14728 | LT_CONFIG_H=config.h
14728  
14729  
14730  
14861 if test -z "${ENABLE_PCRE_TRUE}" && test -z "${ENABLE_PCRE_FALSE}"; then
14862  as_fn_error $? "conditional \"ENABLE_PCRE\" was never defined.
14863 Usually this means the macro was only invoked conditionally." "$LINENO" 5
14864 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 15168 | 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 15237 | 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 '\''
15250 <      if test -d "$1"; then
15251 <        test -d "$1/.";
15252 <      else
15253 <        case $1 in #(
15254 <        -*)set "./$1";;
15255 <        esac;
15256 <        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
15257 <        ???[sx]*):;;*)false;;esac;fi
15258 <    '\'' sh
15259 <  '
15260 < fi
15261 < 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 15280 | Line 15134 | cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri
15134   # values after options handling.
15135   ac_log="
15136   This file was extended by ircd-hybrid $as_me 8beta1, which was
15137 < generated by GNU Autoconf 2.68.  Invocation command line was
15137 > generated by GNU Autoconf 2.69.  Invocation command line was
15138  
15139    CONFIG_FILES    = $CONFIG_FILES
15140    CONFIG_HEADERS  = $CONFIG_HEADERS
# Line 15346 | Line 15200 | cat >>$CONFIG_STATUS <<_ACEOF || ac_writ
15200   ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
15201   ac_cs_version="\\
15202   ircd-hybrid config.status 8beta1
15203 < configured by $0, generated by GNU Autoconf 2.68,
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 15440 | 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 15755 | Line 15609 | do
15609      "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
15610      "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
15611      "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
15758    "etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;;
15759    "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 16378 | 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 16412 | 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"`
16421    # When using ansi2knr, U may be empty or an underscore; expand it
16422    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" ||

Diff Legend

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