| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 1310 2012-03-26 15:45:02Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 1402 2012-05-09 18:42:45Z 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 |
| 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 |
| 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'\" && |
| 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 : |
| 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 |
| 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). |
| 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 |
| 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'" |
| 648 |
|
LIBDIR |
| 649 |
|
SYSCONFDIR |
| 650 |
|
PREFIX |
| 631 |
– |
EFNET_FALSE |
| 632 |
– |
EFNET_TRUE |
| 651 |
|
ENABLE_SSL_FALSE |
| 652 |
|
ENABLE_SSL_TRUE |
| 635 |
– |
ENABLE_PCRE_FALSE |
| 636 |
– |
ENABLE_PCRE_TRUE |
| 653 |
|
LTDLOPEN |
| 654 |
|
LT_CONFIG_H |
| 655 |
|
CONVENIENCE_LTDL_FALSE |
| 729 |
|
am__leading_dot |
| 730 |
|
SET_MAKE |
| 731 |
|
AWK |
| 716 |
– |
mkdir_p |
| 732 |
|
MKDIR_P |
| 733 |
|
INSTALL_STRIP_PROGRAM |
| 734 |
|
STRIP |
| 799 |
|
with_ltdl_include |
| 800 |
|
with_ltdl_lib |
| 801 |
|
enable_ltdl_install |
| 787 |
– |
with_libpcre_path |
| 802 |
|
enable_libpcre |
| 803 |
|
enable_openssl |
| 804 |
|
enable_assert |
| 811 |
|
enable_select |
| 812 |
|
with_nicklen |
| 813 |
|
with_topiclen |
| 800 |
– |
enable_efnet |
| 814 |
|
enable_halfops |
| 815 |
|
enable_debugging |
| 816 |
|
enable_warnings |
| 1281 |
|
if test "x$host_alias" != x; then |
| 1282 |
|
if test "x$build_alias" = x; then |
| 1283 |
|
cross_compiling=maybe |
| 1271 |
– |
$as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
| 1272 |
– |
If a cross compiler is detected then cross compile mode will be used" >&2 |
| 1284 |
|
elif test "x$build_alias" != "x$host_alias"; then |
| 1285 |
|
cross_compiling=yes |
| 1286 |
|
fi |
| 1444 |
|
--disable-option-checking ignore unrecognized --enable/--with options |
| 1445 |
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 1446 |
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 1447 |
< |
--enable-maintainer-mode enable make rules and dependencies not useful |
| 1448 |
< |
(and sometimes confusing) to the casual installer |
| 1449 |
< |
--disable-dependency-tracking speeds up one-time build |
| 1450 |
< |
--enable-dependency-tracking do not reject slow dependency extractors |
| 1447 |
> |
--enable-maintainer-mode |
| 1448 |
> |
enable make rules and dependencies not useful (and |
| 1449 |
> |
sometimes confusing) to the casual installer |
| 1450 |
> |
--enable-dependency-tracking |
| 1451 |
> |
do not reject slow dependency extractors |
| 1452 |
> |
--disable-dependency-tracking |
| 1453 |
> |
speeds up one-time build |
| 1454 |
|
--enable-static[=PKGS] build static libraries [default=no] |
| 1455 |
|
--enable-shared[=PKGS] build shared libraries [default=yes] |
| 1456 |
|
--enable-fast-install[=PKGS] |
| 1468 |
|
--enable-rtsigio Force rtsigio usage. |
| 1469 |
|
--enable-poll Force poll usage. |
| 1470 |
|
--enable-select Force select usage. |
| 1457 |
– |
--enable-efnet For IRCDs running on EFnet. |
| 1471 |
|
--enable-halfops Enable halfops support. |
| 1472 |
|
--enable-debugging Enable debugging. |
| 1473 |
|
--enable-warnings Enable compiler warnings. |
| 1483 |
|
--with-included-ltdl use the GNU ltdl sources included here |
| 1484 |
|
--with-ltdl-include=DIR use the ltdl headers installed in DIR |
| 1485 |
|
--with-ltdl-lib=DIR use the libltdl.la installed in DIR |
| 1473 |
– |
--with-libpcre-path=DIR Path to libpcre.so for PCRE support. |
| 1486 |
|
--with-nicklen=<value> Set nickname length (default 9). |
| 1487 |
|
--with-topiclen=<value> Set topic length (default 160). |
| 1488 |
|
|
| 1569 |
|
if $ac_init_version; then |
| 1570 |
|
cat <<\_ACEOF |
| 1571 |
|
ircd-hybrid configure 8beta1 |
| 1572 |
< |
generated by GNU Autoconf 2.68 |
| 1572 |
> |
generated by GNU Autoconf 2.69 |
| 1573 |
|
|
| 1574 |
< |
Copyright (C) 2010 Free Software Foundation, Inc. |
| 1574 |
> |
Copyright (C) 2012 Free Software Foundation, Inc. |
| 1575 |
|
This configure script is free software; the Free Software Foundation |
| 1576 |
|
gives unlimited permission to copy, distribute and modify it. |
| 1577 |
|
_ACEOF |
| 1647 |
|
test ! -s conftest.err |
| 1648 |
|
} && test -s conftest$ac_exeext && { |
| 1649 |
|
test "$cross_compiling" = yes || |
| 1650 |
< |
$as_test_x conftest$ac_exeext |
| 1650 |
> |
test -x conftest$ac_exeext |
| 1651 |
|
}; then : |
| 1652 |
|
ac_retval=0 |
| 1653 |
|
else |
| 2095 |
|
running configure, to aid debugging if configure makes a mistake. |
| 2096 |
|
|
| 2097 |
|
It was created by ircd-hybrid $as_me 8beta1, which was |
| 2098 |
< |
generated by GNU Autoconf 2.68. Invocation command line was |
| 2098 |
> |
generated by GNU Autoconf 2.69. Invocation command line was |
| 2099 |
|
|
| 2100 |
|
$ $0 $@ |
| 2101 |
|
|
| 2386 |
|
as_fn_append ac_header_list " socket.h" |
| 2387 |
|
as_fn_append ac_header_list " sys/wait.h" |
| 2388 |
|
as_fn_append ac_header_list " wait.h" |
| 2377 |
– |
as_fn_append ac_header_list " link.h" |
| 2389 |
|
# Check that the precious variables saved in the cache have kept the same |
| 2390 |
|
# value. |
| 2391 |
|
ac_cache_corrupted=false |
| 2454 |
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 2455 |
|
|
| 2456 |
|
|
| 2457 |
< |
am__api_version='1.11' |
| 2457 |
> |
am__api_version='1.12' |
| 2458 |
|
|
| 2459 |
|
ac_aux_dir= |
| 2460 |
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
| 2522 |
|
# by default. |
| 2523 |
|
for ac_prog in ginstall scoinst install; do |
| 2524 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2525 |
< |
if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then |
| 2525 |
> |
if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
| 2526 |
|
if test $ac_prog = install && |
| 2527 |
|
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 2528 |
|
# AIX install. It has an incompatible calling convention. |
| 2580 |
|
|
| 2581 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 |
| 2582 |
|
$as_echo_n "checking whether build environment is sane... " >&6; } |
| 2572 |
– |
# Just in case |
| 2573 |
– |
sleep 1 |
| 2574 |
– |
echo timestamp > conftest.file |
| 2583 |
|
# Reject unsafe characters in $srcdir or the absolute working directory |
| 2584 |
|
# name. Accept space and tab only in the latter. |
| 2585 |
|
am_lf=' |
| 2590 |
|
esac |
| 2591 |
|
case $srcdir in |
| 2592 |
|
*[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
| 2593 |
< |
as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
| 2593 |
> |
as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; |
| 2594 |
|
esac |
| 2595 |
|
|
| 2596 |
< |
# Do `set' in a subshell so we don't clobber the current shell's |
| 2596 |
> |
# Do 'set' in a subshell so we don't clobber the current shell's |
| 2597 |
|
# arguments. Must try -L first in case configure is actually a |
| 2598 |
|
# symlink; some systems play weird games with the mod time of symlinks |
| 2599 |
|
# (eg FreeBSD returns the mod time of the symlink's containing |
| 2600 |
|
# directory). |
| 2601 |
|
if ( |
| 2602 |
< |
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
| 2603 |
< |
if test "$*" = "X"; then |
| 2604 |
< |
# -L didn't work. |
| 2605 |
< |
set X `ls -t "$srcdir/configure" conftest.file` |
| 2606 |
< |
fi |
| 2607 |
< |
rm -f conftest.file |
| 2608 |
< |
if test "$*" != "X $srcdir/configure conftest.file" \ |
| 2609 |
< |
&& test "$*" != "X conftest.file $srcdir/configure"; then |
| 2610 |
< |
|
| 2611 |
< |
# If neither matched, then we have a broken ls. This can happen |
| 2604 |
< |
# if, for instance, CONFIG_SHELL is bash and it inherits a |
| 2605 |
< |
# broken ls alias from the environment. This has actually |
| 2606 |
< |
# happened. Such a system could not be considered "sane". |
| 2607 |
< |
as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
| 2608 |
< |
alias in your environment" "$LINENO" 5 |
| 2609 |
< |
fi |
| 2602 |
> |
am_has_slept=no |
| 2603 |
> |
for am_try in 1 2; do |
| 2604 |
> |
echo "timestamp, slept: $am_has_slept" > conftest.file |
| 2605 |
> |
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
| 2606 |
> |
if test "$*" = "X"; then |
| 2607 |
> |
# -L didn't work. |
| 2608 |
> |
set X `ls -t "$srcdir/configure" conftest.file` |
| 2609 |
> |
fi |
| 2610 |
> |
if test "$*" != "X $srcdir/configure conftest.file" \ |
| 2611 |
> |
&& test "$*" != "X conftest.file $srcdir/configure"; then |
| 2612 |
|
|
| 2613 |
+ |
# If neither matched, then we have a broken ls. This can happen |
| 2614 |
+ |
# if, for instance, CONFIG_SHELL is bash and it inherits a |
| 2615 |
+ |
# broken ls alias from the environment. This has actually |
| 2616 |
+ |
# happened. Such a system could not be considered "sane". |
| 2617 |
+ |
as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
| 2618 |
+ |
alias in your environment" "$LINENO" 5 |
| 2619 |
+ |
fi |
| 2620 |
+ |
if test "$2" = conftest.file || test $am_try -eq 2; then |
| 2621 |
+ |
break |
| 2622 |
+ |
fi |
| 2623 |
+ |
# Just in case. |
| 2624 |
+ |
sleep 1 |
| 2625 |
+ |
am_has_slept=yes |
| 2626 |
+ |
done |
| 2627 |
|
test "$2" = conftest.file |
| 2628 |
|
) |
| 2629 |
|
then |
| 2635 |
|
fi |
| 2636 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 2637 |
|
$as_echo "yes" >&6; } |
| 2638 |
+ |
# If we didn't sleep, we still need to ensure time stamps of config.status and |
| 2639 |
+ |
# generated files are strictly newer. |
| 2640 |
+ |
am_sleep_pid= |
| 2641 |
+ |
if grep 'slept: no' conftest.file >/dev/null 2>&1; then |
| 2642 |
+ |
( sleep 1 ) & |
| 2643 |
+ |
am_sleep_pid=$! |
| 2644 |
+ |
fi |
| 2645 |
+ |
|
| 2646 |
+ |
rm -f conftest.file |
| 2647 |
+ |
|
| 2648 |
|
test "$program_prefix" != NONE && |
| 2649 |
|
program_transform_name="s&^&$program_prefix&;$program_transform_name" |
| 2650 |
|
# Use a double $ so make ignores it. |
| 2671 |
|
am_missing_run="$MISSING --run " |
| 2672 |
|
else |
| 2673 |
|
am_missing_run= |
| 2674 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 |
| 2675 |
< |
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
| 2674 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 |
| 2675 |
> |
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} |
| 2676 |
|
fi |
| 2677 |
|
|
| 2678 |
|
if test x"${install_sh}" != xset; then |
| 2684 |
|
esac |
| 2685 |
|
fi |
| 2686 |
|
|
| 2687 |
< |
# Installed binaries are usually stripped using `strip' when the user |
| 2688 |
< |
# run `make install-strip'. However `strip' might not be the right |
| 2687 |
> |
# Installed binaries are usually stripped using 'strip' when the user |
| 2688 |
> |
# run "make install-strip". However 'strip' might not be the right |
| 2689 |
|
# tool to use in cross-compilation environments, therefore Automake |
| 2690 |
< |
# will honor the `STRIP' environment variable to overrule this program. |
| 2690 |
> |
# will honor the 'STRIP' environment variable to overrule this program. |
| 2691 |
|
if test "$cross_compiling" != no; then |
| 2692 |
|
if test -n "$ac_tool_prefix"; then |
| 2693 |
|
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
| 2706 |
|
IFS=$as_save_IFS |
| 2707 |
|
test -z "$as_dir" && as_dir=. |
| 2708 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2709 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2709 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 2710 |
|
ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
| 2711 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2712 |
|
break 2 |
| 2746 |
|
IFS=$as_save_IFS |
| 2747 |
|
test -z "$as_dir" && as_dir=. |
| 2748 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2749 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2749 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 2750 |
|
ac_cv_prog_ac_ct_STRIP="strip" |
| 2751 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2752 |
|
break 2 |
| 2797 |
|
test -z "$as_dir" && as_dir=. |
| 2798 |
|
for ac_prog in mkdir gmkdir; do |
| 2799 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2800 |
< |
{ test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue |
| 2800 |
> |
as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue |
| 2801 |
|
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( |
| 2802 |
|
'mkdir (GNU coreutils) '* | \ |
| 2803 |
|
'mkdir (coreutils) '* | \ |
| 2826 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 |
| 2827 |
|
$as_echo "$MKDIR_P" >&6; } |
| 2828 |
|
|
| 2803 |
– |
mkdir_p="$MKDIR_P" |
| 2804 |
– |
case $mkdir_p in |
| 2805 |
– |
[\\/$]* | ?:[\\/]*) ;; |
| 2806 |
– |
*/*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
| 2807 |
– |
esac |
| 2808 |
– |
|
| 2829 |
|
for ac_prog in gawk mawk nawk awk |
| 2830 |
|
do |
| 2831 |
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
| 2844 |
|
IFS=$as_save_IFS |
| 2845 |
|
test -z "$as_dir" && as_dir=. |
| 2846 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2847 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2847 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 2848 |
|
ac_cv_prog_AWK="$ac_prog" |
| 2849 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2850 |
|
break 2 |
| 3017 |
|
_am_result=none |
| 3018 |
|
# First try GNU make style include. |
| 3019 |
|
echo "include confinc" > confmf |
| 3020 |
< |
# Ignore all kinds of additional output from `make'. |
| 3020 |
> |
# Ignore all kinds of additional output from 'make'. |
| 3021 |
|
case `$am_make -s -f confmf 2> /dev/null` in #( |
| 3022 |
|
*the\ am__doit\ target*) |
| 3023 |
|
am__include=include |
| 3083 |
|
IFS=$as_save_IFS |
| 3084 |
|
test -z "$as_dir" && as_dir=. |
| 3085 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3086 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3086 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3087 |
|
ac_cv_prog_CC="${ac_tool_prefix}gcc" |
| 3088 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3089 |
|
break 2 |
| 3123 |
|
IFS=$as_save_IFS |
| 3124 |
|
test -z "$as_dir" && as_dir=. |
| 3125 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3126 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3126 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3127 |
|
ac_cv_prog_ac_ct_CC="gcc" |
| 3128 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3129 |
|
break 2 |
| 3176 |
|
IFS=$as_save_IFS |
| 3177 |
|
test -z "$as_dir" && as_dir=. |
| 3178 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3179 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3179 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3180 |
|
ac_cv_prog_CC="${ac_tool_prefix}cc" |
| 3181 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3182 |
|
break 2 |
| 3217 |
|
IFS=$as_save_IFS |
| 3218 |
|
test -z "$as_dir" && as_dir=. |
| 3219 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3220 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3220 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3221 |
|
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
| 3222 |
|
ac_prog_rejected=yes |
| 3223 |
|
continue |
| 3275 |
|
IFS=$as_save_IFS |
| 3276 |
|
test -z "$as_dir" && as_dir=. |
| 3277 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3278 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3278 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3279 |
|
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
| 3280 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3281 |
|
break 2 |
| 3319 |
|
IFS=$as_save_IFS |
| 3320 |
|
test -z "$as_dir" && as_dir=. |
| 3321 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3322 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3322 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3323 |
|
ac_cv_prog_ac_ct_CC="$ac_prog" |
| 3324 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3325 |
|
break 2 |
| 3765 |
|
/* end confdefs.h. */ |
| 3766 |
|
#include <stdarg.h> |
| 3767 |
|
#include <stdio.h> |
| 3768 |
< |
#include <sys/types.h> |
| 3749 |
< |
#include <sys/stat.h> |
| 3768 |
> |
struct stat; |
| 3769 |
|
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
| 3770 |
|
struct buf { int x; }; |
| 3771 |
|
FILE * (*rcsopen) (struct buf *, struct stat *, int); |
| 3861 |
|
# We make a subdir and do the tests there. Otherwise we can end up |
| 3862 |
|
# making bogus files that we don't know about and never remove. For |
| 3863 |
|
# instance it was reported that on HP-UX the gcc test will end up |
| 3864 |
< |
# making a dummy file named `D' -- because `-MD' means `put the output |
| 3865 |
< |
# in D'. |
| 3864 |
> |
# making a dummy file named 'D' -- because '-MD' means "put the output |
| 3865 |
> |
# in D". |
| 3866 |
|
rm -rf conftest.dir |
| 3867 |
|
mkdir conftest.dir |
| 3868 |
|
# Copy depcomp to subdir because otherwise we won't find it if we're |
| 3897 |
|
: > sub/conftest.c |
| 3898 |
|
for i in 1 2 3 4 5 6; do |
| 3899 |
|
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
| 3900 |
< |
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
| 3901 |
< |
# Solaris 8's {/usr,}/bin/sh. |
| 3902 |
< |
touch sub/conftst$i.h |
| 3900 |
> |
# Using ": > sub/conftst$i.h" creates only sub/conftst1.h with |
| 3901 |
> |
# Solaris 10 /bin/sh. |
| 3902 |
> |
echo '/* dummy */' > sub/conftst$i.h |
| 3903 |
|
done |
| 3904 |
|
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
| 3905 |
|
|
| 3906 |
< |
# We check with `-c' and `-o' for the sake of the "dashmstdout" |
| 3906 |
> |
# We check with '-c' and '-o' for the sake of the "dashmstdout" |
| 3907 |
|
# mode. It turns out that the SunPro C++ compiler does not properly |
| 3908 |
< |
# handle `-M -o', and we need to detect this. Also, some Intel |
| 3909 |
< |
# versions had trouble with output in subdirs |
| 3908 |
> |
# handle '-M -o', and we need to detect this. Also, some Intel |
| 3909 |
> |
# versions had trouble with output in subdirs. |
| 3910 |
|
am__obj=sub/conftest.${OBJEXT-o} |
| 3911 |
|
am__minus_obj="-o $am__obj" |
| 3912 |
|
case $depmode in |
| 3915 |
|
test "$am__universal" = false || continue |
| 3916 |
|
;; |
| 3917 |
|
nosideeffect) |
| 3918 |
< |
# after this tag, mechanisms are not by side-effect, so they'll |
| 3919 |
< |
# only be used when explicitly requested |
| 3918 |
> |
# After this tag, mechanisms are not by side-effect, so they'll |
| 3919 |
> |
# only be used when explicitly requested. |
| 3920 |
|
if test "x$enable_dependency_tracking" = xyes; then |
| 3921 |
|
continue |
| 3922 |
|
else |
| 3924 |
|
fi |
| 3925 |
|
;; |
| 3926 |
|
msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
| 3927 |
< |
# This compiler won't grok `-c -o', but also, the minuso test has |
| 3927 |
> |
# This compiler won't grok '-c -o', but also, the minuso test has |
| 3928 |
|
# not run yet. These depmodes are late enough in the game, and |
| 3929 |
|
# so weak that their functioning should not be impacted. |
| 3930 |
|
am__obj=conftest.${OBJEXT-o} |
| 4124 |
|
return 0; |
| 4125 |
|
} |
| 4126 |
|
_ACEOF |
| 4127 |
< |
for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99 |
| 4127 |
> |
for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99 |
| 4128 |
|
do |
| 4129 |
|
CC="$ac_save_CC $ac_arg" |
| 4130 |
|
if ac_fn_c_try_compile "$LINENO"; then : |
| 4156 |
|
|
| 4157 |
|
|
| 4158 |
|
if test "$ac_cv_prog_cc_c99" = "no"; then : |
| 4159 |
< |
as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5 |
| 4159 |
> |
as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5 |
| 4160 |
|
fi |
| 4161 |
|
for ac_prog in 'bison -y' byacc |
| 4162 |
|
do |
| 4176 |
|
IFS=$as_save_IFS |
| 4177 |
|
test -z "$as_dir" && as_dir=. |
| 4178 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4179 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 4179 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 4180 |
|
ac_cv_prog_YACC="$ac_prog" |
| 4181 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 4182 |
|
break 2 |
| 4220 |
|
IFS=$as_save_IFS |
| 4221 |
|
test -z "$as_dir" && as_dir=. |
| 4222 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4223 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 4223 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 4224 |
|
ac_cv_prog_LEX="$ac_prog" |
| 4225 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 4226 |
|
break 2 |
| 4252 |
|
b { REJECT; } |
| 4253 |
|
c { yymore (); } |
| 4254 |
|
d { yyless (1); } |
| 4255 |
< |
e { yyless (input () != 0); } |
| 4255 |
> |
e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ |
| 4256 |
> |
yyless ((input () != 0)); } |
| 4257 |
|
f { unput (yytext[0]); } |
| 4258 |
|
. { BEGIN INITIAL; } |
| 4259 |
|
%% |
| 4561 |
|
for ac_prog in sed gsed; do |
| 4562 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4563 |
|
ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" |
| 4564 |
< |
{ test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue |
| 4564 |
> |
as_fn_executable_p "$ac_path_SED" || continue |
| 4565 |
|
# Check for GNU ac_path_SED and select it if it is found. |
| 4566 |
|
# Check for GNU $ac_path_SED |
| 4567 |
|
case `"$ac_path_SED" --version 2>&1` in |
| 4637 |
|
for ac_prog in grep ggrep; do |
| 4638 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4639 |
|
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4640 |
< |
{ test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue |
| 4640 |
> |
as_fn_executable_p "$ac_path_GREP" || continue |
| 4641 |
|
# Check for GNU ac_path_GREP and select it if it is found. |
| 4642 |
|
# Check for GNU $ac_path_GREP |
| 4643 |
|
case `"$ac_path_GREP" --version 2>&1` in |
| 4703 |
|
for ac_prog in egrep; do |
| 4704 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4705 |
|
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4706 |
< |
{ test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue |
| 4706 |
> |
as_fn_executable_p "$ac_path_EGREP" || continue |
| 4707 |
|
# Check for GNU ac_path_EGREP and select it if it is found. |
| 4708 |
|
# Check for GNU $ac_path_EGREP |
| 4709 |
|
case `"$ac_path_EGREP" --version 2>&1` in |
| 4770 |
|
for ac_prog in fgrep; do |
| 4771 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4772 |
|
ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4773 |
< |
{ test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue |
| 4773 |
> |
as_fn_executable_p "$ac_path_FGREP" || continue |
| 4774 |
|
# Check for GNU ac_path_FGREP and select it if it is found. |
| 4775 |
|
# Check for GNU $ac_path_FGREP |
| 4776 |
|
case `"$ac_path_FGREP" --version 2>&1` in |
| 5026 |
|
IFS=$as_save_IFS |
| 5027 |
|
test -z "$as_dir" && as_dir=. |
| 5028 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5029 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5029 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5030 |
|
ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" |
| 5031 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5032 |
|
break 2 |
| 5070 |
|
IFS=$as_save_IFS |
| 5071 |
|
test -z "$as_dir" && as_dir=. |
| 5072 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5073 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5073 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5074 |
|
ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" |
| 5075 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5076 |
|
break 2 |
| 5494 |
|
IFS=$as_save_IFS |
| 5495 |
|
test -z "$as_dir" && as_dir=. |
| 5496 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5497 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5497 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5498 |
|
ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" |
| 5499 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5500 |
|
break 2 |
| 5534 |
|
IFS=$as_save_IFS |
| 5535 |
|
test -z "$as_dir" && as_dir=. |
| 5536 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5537 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5537 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5538 |
|
ac_cv_prog_ac_ct_OBJDUMP="objdump" |
| 5539 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5540 |
|
break 2 |
| 5840 |
|
IFS=$as_save_IFS |
| 5841 |
|
test -z "$as_dir" && as_dir=. |
| 5842 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5843 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5843 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5844 |
|
ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" |
| 5845 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5846 |
|
break 2 |
| 5880 |
|
IFS=$as_save_IFS |
| 5881 |
|
test -z "$as_dir" && as_dir=. |
| 5882 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5883 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5883 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5884 |
|
ac_cv_prog_ac_ct_DLLTOOL="dlltool" |
| 5885 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5886 |
|
break 2 |
| 5983 |
|
IFS=$as_save_IFS |
| 5984 |
|
test -z "$as_dir" && as_dir=. |
| 5985 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5986 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5986 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5987 |
|
ac_cv_prog_AR="$ac_tool_prefix$ac_prog" |
| 5988 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5989 |
|
break 2 |
| 6027 |
|
IFS=$as_save_IFS |
| 6028 |
|
test -z "$as_dir" && as_dir=. |
| 6029 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6030 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6030 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6031 |
|
ac_cv_prog_ac_ct_AR="$ac_prog" |
| 6032 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6033 |
|
break 2 |
| 6152 |
|
IFS=$as_save_IFS |
| 6153 |
|
test -z "$as_dir" && as_dir=. |
| 6154 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6155 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6155 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6156 |
|
ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
| 6157 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6158 |
|
break 2 |
| 6192 |
|
IFS=$as_save_IFS |
| 6193 |
|
test -z "$as_dir" && as_dir=. |
| 6194 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6195 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6195 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6196 |
|
ac_cv_prog_ac_ct_STRIP="strip" |
| 6197 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6198 |
|
break 2 |
| 6251 |
|
IFS=$as_save_IFS |
| 6252 |
|
test -z "$as_dir" && as_dir=. |
| 6253 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6254 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6254 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6255 |
|
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
| 6256 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6257 |
|
break 2 |
| 6291 |
|
IFS=$as_save_IFS |
| 6292 |
|
test -z "$as_dir" && as_dir=. |
| 6293 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6294 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6294 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6295 |
|
ac_cv_prog_ac_ct_RANLIB="ranlib" |
| 6296 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6297 |
|
break 2 |
| 6940 |
|
IFS=$as_save_IFS |
| 6941 |
|
test -z "$as_dir" && as_dir=. |
| 6942 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6943 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6943 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6944 |
|
ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" |
| 6945 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6946 |
|
break 2 |
| 6980 |
|
IFS=$as_save_IFS |
| 6981 |
|
test -z "$as_dir" && as_dir=. |
| 6982 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6983 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6983 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6984 |
|
ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" |
| 6985 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6986 |
|
break 2 |
| 7060 |
|
IFS=$as_save_IFS |
| 7061 |
|
test -z "$as_dir" && as_dir=. |
| 7062 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7063 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7063 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7064 |
|
ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" |
| 7065 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7066 |
|
break 2 |
| 7100 |
|
IFS=$as_save_IFS |
| 7101 |
|
test -z "$as_dir" && as_dir=. |
| 7102 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7103 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7103 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7104 |
|
ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" |
| 7105 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7106 |
|
break 2 |
| 7152 |
|
IFS=$as_save_IFS |
| 7153 |
|
test -z "$as_dir" && as_dir=. |
| 7154 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7155 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7155 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7156 |
|
ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" |
| 7157 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7158 |
|
break 2 |
| 7192 |
|
IFS=$as_save_IFS |
| 7193 |
|
test -z "$as_dir" && as_dir=. |
| 7194 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7195 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7195 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7196 |
|
ac_cv_prog_ac_ct_NMEDIT="nmedit" |
| 7197 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7198 |
|
break 2 |
| 7244 |
|
IFS=$as_save_IFS |
| 7245 |
|
test -z "$as_dir" && as_dir=. |
| 7246 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7247 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7247 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7248 |
|
ac_cv_prog_LIPO="${ac_tool_prefix}lipo" |
| 7249 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7250 |
|
break 2 |
| 7284 |
|
IFS=$as_save_IFS |
| 7285 |
|
test -z "$as_dir" && as_dir=. |
| 7286 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7287 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7287 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7288 |
|
ac_cv_prog_ac_ct_LIPO="lipo" |
| 7289 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7290 |
|
break 2 |
| 7336 |
|
IFS=$as_save_IFS |
| 7337 |
|
test -z "$as_dir" && as_dir=. |
| 7338 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7339 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7339 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7340 |
|
ac_cv_prog_OTOOL="${ac_tool_prefix}otool" |
| 7341 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7342 |
|
break 2 |
| 7376 |
|
IFS=$as_save_IFS |
| 7377 |
|
test -z "$as_dir" && as_dir=. |
| 7378 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7379 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7379 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7380 |
|
ac_cv_prog_ac_ct_OTOOL="otool" |
| 7381 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7382 |
|
break 2 |
| 7428 |
|
IFS=$as_save_IFS |
| 7429 |
|
test -z "$as_dir" && as_dir=. |
| 7430 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7431 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7431 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7432 |
|
ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" |
| 7433 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7434 |
|
break 2 |
| 7468 |
|
IFS=$as_save_IFS |
| 7469 |
|
test -z "$as_dir" && as_dir=. |
| 7470 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7471 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7471 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7472 |
|
ac_cv_prog_ac_ct_OTOOL64="otool64" |
| 7473 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7474 |
|
break 2 |
| 13557 |
|
|
| 13558 |
|
|
| 13559 |
|
|
| 13540 |
– |
|
| 13541 |
– |
|
| 13560 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5 |
| 13561 |
|
$as_echo_n "checking for library containing crypt... " >&6; } |
| 13562 |
|
if ${ac_cv_search_crypt+:} false; then : |
| 13614 |
|
fi |
| 13615 |
|
|
| 13616 |
|
|
| 13599 |
– |
|
| 13600 |
– |
|
| 13601 |
– |
# Check whether --with-libpcre-path was given. |
| 13602 |
– |
if test "${with_libpcre_path+set}" = set; then : |
| 13603 |
– |
withval=$with_libpcre_path; LDFLAGS="-L$withval $LDFLAGS" |
| 13604 |
– |
fi |
| 13605 |
– |
|
| 13606 |
– |
|
| 13617 |
|
# Check whether --enable-libpcre was given. |
| 13618 |
|
if test "${enable_libpcre+set}" = set; then : |
| 13619 |
< |
enableval=$enable_libpcre; libpcre=$enableval |
| 13619 |
> |
enableval=$enable_libpcre; |
| 13620 |
|
else |
| 13611 |
– |
libpcre=yes |
| 13612 |
– |
fi |
| 13613 |
– |
|
| 13614 |
– |
|
| 13615 |
– |
if test "$libpcre" = "yes"; then : |
| 13616 |
– |
|
| 13621 |
|
ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default" |
| 13622 |
|
if test "x$ac_cv_header_pcre_h" = xyes; then : |
| 13623 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5 |
| 13624 |
< |
$as_echo_n "checking for pcre_study in -lpcre... " >&6; } |
| 13625 |
< |
if ${ac_cv_lib_pcre_pcre_study+:} false; then : |
| 13623 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5 |
| 13624 |
> |
$as_echo_n "checking for library containing pcre_study... " >&6; } |
| 13625 |
> |
if ${ac_cv_search_pcre_study+:} false; then : |
| 13626 |
|
$as_echo_n "(cached) " >&6 |
| 13627 |
|
else |
| 13628 |
< |
ac_check_lib_save_LIBS=$LIBS |
| 13625 |
< |
LIBS="-lpcre $LIBS" |
| 13628 |
> |
ac_func_search_save_LIBS=$LIBS |
| 13629 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13630 |
|
/* end confdefs.h. */ |
| 13631 |
|
|
| 13644 |
|
return 0; |
| 13645 |
|
} |
| 13646 |
|
_ACEOF |
| 13647 |
< |
if ac_fn_c_try_link "$LINENO"; then : |
| 13648 |
< |
ac_cv_lib_pcre_pcre_study=yes |
| 13649 |
< |
else |
| 13650 |
< |
ac_cv_lib_pcre_pcre_study=no |
| 13647 |
> |
for ac_lib in '' pcre; do |
| 13648 |
> |
if test -z "$ac_lib"; then |
| 13649 |
> |
ac_res="none required" |
| 13650 |
> |
else |
| 13651 |
> |
ac_res=-l$ac_lib |
| 13652 |
> |
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13653 |
> |
fi |
| 13654 |
> |
if ac_fn_c_try_link "$LINENO"; then : |
| 13655 |
> |
ac_cv_search_pcre_study=$ac_res |
| 13656 |
|
fi |
| 13657 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13658 |
< |
conftest$ac_exeext conftest.$ac_ext |
| 13659 |
< |
LIBS=$ac_check_lib_save_LIBS |
| 13658 |
> |
conftest$ac_exeext |
| 13659 |
> |
if ${ac_cv_search_pcre_study+:} false; then : |
| 13660 |
> |
break |
| 13661 |
|
fi |
| 13662 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5 |
| 13663 |
< |
$as_echo "$ac_cv_lib_pcre_pcre_study" >&6; } |
| 13655 |
< |
if test "x$ac_cv_lib_pcre_pcre_study" = xyes; then : |
| 13656 |
< |
|
| 13657 |
< |
LIBS="-lpcre $LIBS" |
| 13658 |
< |
|
| 13659 |
< |
$as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h |
| 13660 |
< |
|
| 13662 |
> |
done |
| 13663 |
> |
if ${ac_cv_search_pcre_study+:} false; then : |
| 13664 |
|
|
| 13665 |
|
else |
| 13666 |
< |
libpcre=no |
| 13666 |
> |
ac_cv_search_pcre_study=no |
| 13667 |
> |
fi |
| 13668 |
> |
rm conftest.$ac_ext |
| 13669 |
> |
LIBS=$ac_func_search_save_LIBS |
| 13670 |
|
fi |
| 13671 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5 |
| 13672 |
+ |
$as_echo "$ac_cv_search_pcre_study" >&6; } |
| 13673 |
+ |
ac_res=$ac_cv_search_pcre_study |
| 13674 |
+ |
if test "$ac_res" != no; then : |
| 13675 |
+ |
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13676 |
|
|
| 13677 |
+ |
$as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h |
| 13678 |
|
|
| 13667 |
– |
else |
| 13668 |
– |
libpcre=no |
| 13679 |
|
fi |
| 13680 |
|
|
| 13681 |
+ |
fi |
| 13682 |
|
|
| 13683 |
|
|
| 13684 |
|
fi |
| 13674 |
– |
if test "$libpcre" = yes; then |
| 13675 |
– |
ENABLE_PCRE_TRUE= |
| 13676 |
– |
ENABLE_PCRE_FALSE='#' |
| 13677 |
– |
else |
| 13678 |
– |
ENABLE_PCRE_TRUE='#' |
| 13679 |
– |
ENABLE_PCRE_FALSE= |
| 13680 |
– |
fi |
| 13681 |
– |
|
| 13685 |
|
|
| 13686 |
|
|
| 13687 |
|
# Check whether --enable-openssl was given. |
| 13907 |
|
if test "$small_net" = "yes"; then : |
| 13908 |
|
|
| 13909 |
|
|
| 13910 |
< |
$as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h |
| 13910 |
> |
$as_echo "#define NICKNAMEHISTORYLENGTH 2048" >>confdefs.h |
| 13911 |
|
|
| 13912 |
|
|
| 13913 |
|
$as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h |
| 13940 |
|
|
| 13941 |
|
|
| 13942 |
|
|
| 13943 |
< |
$as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h |
| 13943 |
> |
$as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h |
| 13944 |
|
|
| 13945 |
|
|
| 13946 |
|
$as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h |
| 14375 |
|
|
| 14376 |
|
|
| 14377 |
|
cat >>confdefs.h <<_ACEOF |
| 14378 |
< |
#define NICKLEN ($nicklen+1) |
| 14378 |
> |
#define NICKLEN ($nicklen) |
| 14379 |
|
_ACEOF |
| 14380 |
|
|
| 14381 |
|
|
| 14395 |
|
|
| 14396 |
|
|
| 14397 |
|
|
| 14395 |
– |
# Check whether --enable-efnet was given. |
| 14396 |
– |
if test "${enable_efnet+set}" = set; then : |
| 14397 |
– |
enableval=$enable_efnet; efnet="$enableval" |
| 14398 |
– |
else |
| 14399 |
– |
efnet="no" |
| 14400 |
– |
fi |
| 14401 |
– |
|
| 14402 |
– |
if test "$efnet" = "yes" ; then |
| 14403 |
– |
use_efnet="yes" |
| 14404 |
– |
|
| 14405 |
– |
$as_echo "#define EFNET 1" >>confdefs.h |
| 14406 |
– |
|
| 14407 |
– |
else |
| 14408 |
– |
use_efnet="no" |
| 14409 |
– |
fi |
| 14410 |
– |
if test "$use_efnet" = "yes"; then |
| 14411 |
– |
EFNET_TRUE= |
| 14412 |
– |
EFNET_FALSE='#' |
| 14413 |
– |
else |
| 14414 |
– |
EFNET_TRUE='#' |
| 14415 |
– |
EFNET_FALSE= |
| 14416 |
– |
fi |
| 14417 |
– |
|
| 14418 |
– |
|
| 14419 |
– |
|
| 14398 |
|
# Check whether --enable-halfops was given. |
| 14399 |
|
if test "${enable_halfops+set}" = set; then : |
| 14400 |
|
enableval=$enable_halfops; halfops="$enableval" |
| 14638 |
|
LTLIBOBJS=$ac_ltlibobjs |
| 14639 |
|
|
| 14640 |
|
|
| 14641 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 |
| 14642 |
+ |
$as_echo_n "checking that generated files are newer than configure... " >&6; } |
| 14643 |
+ |
if test -n "$am_sleep_pid"; then |
| 14644 |
+ |
# Hide warnings about reused PIDs. |
| 14645 |
+ |
wait $am_sleep_pid 2>/dev/null |
| 14646 |
+ |
fi |
| 14647 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 |
| 14648 |
+ |
$as_echo "done" >&6; } |
| 14649 |
|
if test -n "$EXEEXT"; then |
| 14650 |
|
am__EXEEXT_TRUE= |
| 14651 |
|
am__EXEEXT_FALSE='#' |
| 14692 |
|
|
| 14693 |
|
|
| 14694 |
|
|
| 14709 |
– |
if test -z "${ENABLE_PCRE_TRUE}" && test -z "${ENABLE_PCRE_FALSE}"; then |
| 14710 |
– |
as_fn_error $? "conditional \"ENABLE_PCRE\" was never defined. |
| 14711 |
– |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 14712 |
– |
fi |
| 14695 |
|
if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then |
| 14696 |
|
as_fn_error $? "conditional \"ENABLE_SSL\" was never defined. |
| 14697 |
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 14698 |
|
fi |
| 14717 |
– |
if test -z "${EFNET_TRUE}" && test -z "${EFNET_FALSE}"; then |
| 14718 |
– |
as_fn_error $? "conditional \"EFNET\" was never defined. |
| 14719 |
– |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 14720 |
– |
fi |
| 14699 |
|
|
| 14700 |
|
: "${CONFIG_STATUS=./config.status}" |
| 14701 |
|
ac_write_fail=0 |
| 14994 |
|
# ... but there are two gotchas: |
| 14995 |
|
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 14996 |
|
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 14997 |
< |
# In both cases, we have to default to `cp -p'. |
| 14997 |
> |
# In both cases, we have to default to `cp -pR'. |
| 14998 |
|
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
| 14999 |
< |
as_ln_s='cp -p' |
| 14999 |
> |
as_ln_s='cp -pR' |
| 15000 |
|
elif ln conf$$.file conf$$ 2>/dev/null; then |
| 15001 |
|
as_ln_s=ln |
| 15002 |
|
else |
| 15003 |
< |
as_ln_s='cp -p' |
| 15003 |
> |
as_ln_s='cp -pR' |
| 15004 |
|
fi |
| 15005 |
|
else |
| 15006 |
< |
as_ln_s='cp -p' |
| 15006 |
> |
as_ln_s='cp -pR' |
| 15007 |
|
fi |
| 15008 |
|
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| 15009 |
|
rmdir conf$$.dir 2>/dev/null |
| 15063 |
|
as_mkdir_p=false |
| 15064 |
|
fi |
| 15065 |
|
|
| 15066 |
< |
if test -x / >/dev/null 2>&1; then |
| 15067 |
< |
as_test_x='test -x' |
| 15068 |
< |
else |
| 15069 |
< |
if ls -dL / >/dev/null 2>&1; then |
| 15070 |
< |
as_ls_L_option=L |
| 15071 |
< |
else |
| 15072 |
< |
as_ls_L_option= |
| 15073 |
< |
fi |
| 15074 |
< |
as_test_x=' |
| 15075 |
< |
eval sh -c '\'' |
| 15098 |
< |
if test -d "$1"; then |
| 15099 |
< |
test -d "$1/."; |
| 15100 |
< |
else |
| 15101 |
< |
case $1 in #( |
| 15102 |
< |
-*)set "./$1";; |
| 15103 |
< |
esac; |
| 15104 |
< |
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
| 15105 |
< |
???[sx]*):;;*)false;;esac;fi |
| 15106 |
< |
'\'' sh |
| 15107 |
< |
' |
| 15108 |
< |
fi |
| 15109 |
< |
as_executable_p=$as_test_x |
| 15066 |
> |
|
| 15067 |
> |
# as_fn_executable_p FILE |
| 15068 |
> |
# ----------------------- |
| 15069 |
> |
# Test if FILE is an executable regular file. |
| 15070 |
> |
as_fn_executable_p () |
| 15071 |
> |
{ |
| 15072 |
> |
test -f "$1" && test -x "$1" |
| 15073 |
> |
} # as_fn_executable_p |
| 15074 |
> |
as_test_x='test -x' |
| 15075 |
> |
as_executable_p=as_fn_executable_p |
| 15076 |
|
|
| 15077 |
|
# Sed expression to map a string onto a valid CPP name. |
| 15078 |
|
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| 15094 |
|
# values after options handling. |
| 15095 |
|
ac_log=" |
| 15096 |
|
This file was extended by ircd-hybrid $as_me 8beta1, which was |
| 15097 |
< |
generated by GNU Autoconf 2.68. Invocation command line was |
| 15097 |
> |
generated by GNU Autoconf 2.69. Invocation command line was |
| 15098 |
|
|
| 15099 |
|
CONFIG_FILES = $CONFIG_FILES |
| 15100 |
|
CONFIG_HEADERS = $CONFIG_HEADERS |
| 15160 |
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 15161 |
|
ac_cs_version="\\ |
| 15162 |
|
ircd-hybrid config.status 8beta1 |
| 15163 |
< |
configured by $0, generated by GNU Autoconf 2.68, |
| 15163 |
> |
configured by $0, generated by GNU Autoconf 2.69, |
| 15164 |
|
with options \\"\$ac_cs_config\\" |
| 15165 |
|
|
| 15166 |
< |
Copyright (C) 2010 Free Software Foundation, Inc. |
| 15166 |
> |
Copyright (C) 2012 Free Software Foundation, Inc. |
| 15167 |
|
This config.status script is free software; the Free Software Foundation |
| 15168 |
|
gives unlimited permission to copy, distribute and modify it." |
| 15169 |
|
|
| 15254 |
|
_ACEOF |
| 15255 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15256 |
|
if \$ac_cs_recheck; then |
| 15257 |
< |
set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
| 15257 |
> |
set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
| 15258 |
|
shift |
| 15259 |
|
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
| 15260 |
|
CONFIG_SHELL='$SHELL' |
| 16190 |
|
# Strip MF so we end up with the name of the file. |
| 16191 |
|
mf=`echo "$mf" | sed -e 's/:.*$//'` |
| 16192 |
|
# Check whether this is an Automake generated Makefile or not. |
| 16193 |
< |
# We used to match only the files named `Makefile.in', but |
| 16193 |
> |
# We used to match only the files named 'Makefile.in', but |
| 16194 |
|
# some people rename them; so instead we look at the file content. |
| 16195 |
|
# Grep'ing the first line is not enough: some people post-process |
| 16196 |
|
# each Makefile.in and add a new line on top of each file to say so. |
| 16224 |
|
continue |
| 16225 |
|
fi |
| 16226 |
|
# Extract the definition of DEPDIR, am__include, and am__quote |
| 16227 |
< |
# from the Makefile without running `make'. |
| 16227 |
> |
# from the Makefile without running 'make'. |
| 16228 |
|
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 16229 |
|
test -z "$DEPDIR" && continue |
| 16230 |
|
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 16231 |
|
test -z "am__include" && continue |
| 16232 |
|
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
| 16267 |
– |
# When using ansi2knr, U may be empty or an underscore; expand it |
| 16268 |
– |
U=`sed -n 's/^U = //p' < "$mf"` |
| 16233 |
|
# Find all dependency output files, they are included files with |
| 16234 |
|
# $(DEPDIR) in their names. We invoke sed twice because it is the |
| 16235 |
|
# simplest approach to changing $(DEPDIR) to its actual value in the |
| 16236 |
|
# expansion. |
| 16237 |
|
for file in `sed -n " |
| 16238 |
|
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
| 16239 |
< |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
| 16239 |
> |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
| 16240 |
|
# Make sure the directory exists. |
| 16241 |
|
test -f "$dirpart/$file" && continue |
| 16242 |
|
fdir=`$as_dirname -- "$file" || |