| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 1304 2012-03-23 12:03:56Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 1462 2012-07-13 19:27:24Z 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 8beta3. |
| 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'" |
| 593 |
|
# Identity of this package. |
| 594 |
|
PACKAGE_NAME='ircd-hybrid' |
| 595 |
|
PACKAGE_TARNAME='ircd-hybrid' |
| 596 |
< |
PACKAGE_VERSION='8beta1' |
| 597 |
< |
PACKAGE_STRING='ircd-hybrid 8beta1' |
| 596 |
> |
PACKAGE_VERSION='8beta3' |
| 597 |
> |
PACKAGE_STRING='ircd-hybrid 8beta3' |
| 598 |
|
PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' |
| 599 |
|
PACKAGE_URL='' |
| 600 |
|
|
| 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 |
| 800 |
|
with_ltdl_include |
| 801 |
|
with_ltdl_lib |
| 802 |
|
enable_ltdl_install |
| 787 |
– |
with_libpcre_path |
| 803 |
|
enable_libpcre |
| 804 |
|
enable_openssl |
| 805 |
|
enable_assert |
| 812 |
|
enable_select |
| 813 |
|
with_nicklen |
| 814 |
|
with_topiclen |
| 800 |
– |
enable_efnet |
| 815 |
|
enable_halfops |
| 816 |
|
enable_debugging |
| 817 |
|
enable_warnings |
| 1282 |
|
if test "x$host_alias" != x; then |
| 1283 |
|
if test "x$build_alias" = x; then |
| 1284 |
|
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 |
| 1285 |
|
elif test "x$build_alias" != "x$host_alias"; then |
| 1286 |
|
cross_compiling=yes |
| 1287 |
|
fi |
| 1367 |
|
# Omit some internal or obsolete options to make the list less imposing. |
| 1368 |
|
# This message is too long to be a string in the A/UX 3.1 sh. |
| 1369 |
|
cat <<_ACEOF |
| 1370 |
< |
\`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems. |
| 1370 |
> |
\`configure' configures ircd-hybrid 8beta3 to adapt to many kinds of systems. |
| 1371 |
|
|
| 1372 |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1373 |
|
|
| 1437 |
|
|
| 1438 |
|
if test -n "$ac_init_help"; then |
| 1439 |
|
case $ac_init_help in |
| 1440 |
< |
short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";; |
| 1440 |
> |
short | recursive ) echo "Configuration of ircd-hybrid 8beta3:";; |
| 1441 |
|
esac |
| 1442 |
|
cat <<\_ACEOF |
| 1443 |
|
|
| 1445 |
|
--disable-option-checking ignore unrecognized --enable/--with options |
| 1446 |
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 1447 |
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 1448 |
< |
--enable-maintainer-mode enable make rules and dependencies not useful |
| 1449 |
< |
(and sometimes confusing) to the casual installer |
| 1450 |
< |
--disable-dependency-tracking speeds up one-time build |
| 1451 |
< |
--enable-dependency-tracking do not reject slow dependency extractors |
| 1448 |
> |
--enable-maintainer-mode |
| 1449 |
> |
enable make rules and dependencies not useful (and |
| 1450 |
> |
sometimes confusing) to the casual installer |
| 1451 |
> |
--enable-dependency-tracking |
| 1452 |
> |
do not reject slow dependency extractors |
| 1453 |
> |
--disable-dependency-tracking |
| 1454 |
> |
speeds up one-time build |
| 1455 |
|
--enable-static[=PKGS] build static libraries [default=no] |
| 1456 |
|
--enable-shared[=PKGS] build shared libraries [default=yes] |
| 1457 |
|
--enable-fast-install[=PKGS] |
| 1469 |
|
--enable-rtsigio Force rtsigio usage. |
| 1470 |
|
--enable-poll Force poll usage. |
| 1471 |
|
--enable-select Force select usage. |
| 1457 |
– |
--enable-efnet For IRCDs running on EFnet. |
| 1472 |
|
--enable-halfops Enable halfops support. |
| 1473 |
|
--enable-debugging Enable debugging. |
| 1474 |
|
--enable-warnings Enable compiler warnings. |
| 1484 |
|
--with-included-ltdl use the GNU ltdl sources included here |
| 1485 |
|
--with-ltdl-include=DIR use the ltdl headers installed in DIR |
| 1486 |
|
--with-ltdl-lib=DIR use the libltdl.la installed in DIR |
| 1473 |
– |
--with-libpcre-path=DIR Path to libpcre.so for PCRE support. |
| 1487 |
|
--with-nicklen=<value> Set nickname length (default 9). |
| 1488 |
|
--with-topiclen=<value> Set topic length (default 160). |
| 1489 |
|
|
| 1569 |
|
test -n "$ac_init_help" && exit $ac_status |
| 1570 |
|
if $ac_init_version; then |
| 1571 |
|
cat <<\_ACEOF |
| 1572 |
< |
ircd-hybrid configure 8beta1 |
| 1573 |
< |
generated by GNU Autoconf 2.68 |
| 1572 |
> |
ircd-hybrid configure 8beta3 |
| 1573 |
> |
generated by GNU Autoconf 2.69 |
| 1574 |
|
|
| 1575 |
< |
Copyright (C) 2010 Free Software Foundation, Inc. |
| 1575 |
> |
Copyright (C) 2012 Free Software Foundation, Inc. |
| 1576 |
|
This configure script is free software; the Free Software Foundation |
| 1577 |
|
gives unlimited permission to copy, distribute and modify it. |
| 1578 |
|
_ACEOF |
| 1648 |
|
test ! -s conftest.err |
| 1649 |
|
} && test -s conftest$ac_exeext && { |
| 1650 |
|
test "$cross_compiling" = yes || |
| 1651 |
< |
$as_test_x conftest$ac_exeext |
| 1651 |
> |
test -x conftest$ac_exeext |
| 1652 |
|
}; then : |
| 1653 |
|
ac_retval=0 |
| 1654 |
|
else |
| 2095 |
|
This file contains any messages produced by compilers while |
| 2096 |
|
running configure, to aid debugging if configure makes a mistake. |
| 2097 |
|
|
| 2098 |
< |
It was created by ircd-hybrid $as_me 8beta1, which was |
| 2099 |
< |
generated by GNU Autoconf 2.68. Invocation command line was |
| 2098 |
> |
It was created by ircd-hybrid $as_me 8beta3, which was |
| 2099 |
> |
generated by GNU Autoconf 2.69. Invocation command line was |
| 2100 |
|
|
| 2101 |
|
$ $0 $@ |
| 2102 |
|
|
| 2380 |
|
as_fn_append ac_func_list " usleep" |
| 2381 |
|
as_fn_append ac_func_list " strlcat" |
| 2382 |
|
as_fn_append ac_func_list " strlcpy" |
| 2370 |
– |
as_fn_append ac_func_list " socketpair" |
| 2383 |
|
as_fn_append ac_header_list " crypt.h" |
| 2372 |
– |
as_fn_append ac_header_list " inttypes.h" |
| 2373 |
– |
as_fn_append ac_header_list " stdint.h" |
| 2384 |
|
as_fn_append ac_header_list " sys/resource.h" |
| 2385 |
|
as_fn_append ac_header_list " sys/param.h" |
| 2376 |
– |
as_fn_append ac_header_list " errno.h" |
| 2377 |
– |
as_fn_append ac_header_list " sys/syslog.h" |
| 2386 |
|
as_fn_append ac_header_list " types.h" |
| 2387 |
|
as_fn_append ac_header_list " socket.h" |
| 2388 |
|
as_fn_append ac_header_list " sys/wait.h" |
| 2389 |
|
as_fn_append ac_header_list " wait.h" |
| 2382 |
– |
as_fn_append ac_header_list " link.h" |
| 2390 |
|
# Check that the precious variables saved in the cache have kept the same |
| 2391 |
|
# value. |
| 2392 |
|
ac_cache_corrupted=false |
| 2455 |
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 2456 |
|
|
| 2457 |
|
|
| 2458 |
< |
am__api_version='1.11' |
| 2458 |
> |
am__api_version='1.12' |
| 2459 |
|
|
| 2460 |
|
ac_aux_dir= |
| 2461 |
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
| 2523 |
|
# by default. |
| 2524 |
|
for ac_prog in ginstall scoinst install; do |
| 2525 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2526 |
< |
if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then |
| 2526 |
> |
if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
| 2527 |
|
if test $ac_prog = install && |
| 2528 |
|
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 2529 |
|
# AIX install. It has an incompatible calling convention. |
| 2581 |
|
|
| 2582 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 |
| 2583 |
|
$as_echo_n "checking whether build environment is sane... " >&6; } |
| 2577 |
– |
# Just in case |
| 2578 |
– |
sleep 1 |
| 2579 |
– |
echo timestamp > conftest.file |
| 2584 |
|
# Reject unsafe characters in $srcdir or the absolute working directory |
| 2585 |
|
# name. Accept space and tab only in the latter. |
| 2586 |
|
am_lf=' |
| 2591 |
|
esac |
| 2592 |
|
case $srcdir in |
| 2593 |
|
*[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
| 2594 |
< |
as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
| 2594 |
> |
as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; |
| 2595 |
|
esac |
| 2596 |
|
|
| 2597 |
< |
# Do `set' in a subshell so we don't clobber the current shell's |
| 2597 |
> |
# Do 'set' in a subshell so we don't clobber the current shell's |
| 2598 |
|
# arguments. Must try -L first in case configure is actually a |
| 2599 |
|
# symlink; some systems play weird games with the mod time of symlinks |
| 2600 |
|
# (eg FreeBSD returns the mod time of the symlink's containing |
| 2601 |
|
# directory). |
| 2602 |
|
if ( |
| 2603 |
< |
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
| 2604 |
< |
if test "$*" = "X"; then |
| 2605 |
< |
# -L didn't work. |
| 2606 |
< |
set X `ls -t "$srcdir/configure" conftest.file` |
| 2607 |
< |
fi |
| 2608 |
< |
rm -f conftest.file |
| 2609 |
< |
if test "$*" != "X $srcdir/configure conftest.file" \ |
| 2610 |
< |
&& test "$*" != "X conftest.file $srcdir/configure"; then |
| 2611 |
< |
|
| 2612 |
< |
# If neither matched, then we have a broken ls. This can happen |
| 2609 |
< |
# if, for instance, CONFIG_SHELL is bash and it inherits a |
| 2610 |
< |
# broken ls alias from the environment. This has actually |
| 2611 |
< |
# happened. Such a system could not be considered "sane". |
| 2612 |
< |
as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
| 2613 |
< |
alias in your environment" "$LINENO" 5 |
| 2614 |
< |
fi |
| 2603 |
> |
am_has_slept=no |
| 2604 |
> |
for am_try in 1 2; do |
| 2605 |
> |
echo "timestamp, slept: $am_has_slept" > conftest.file |
| 2606 |
> |
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
| 2607 |
> |
if test "$*" = "X"; then |
| 2608 |
> |
# -L didn't work. |
| 2609 |
> |
set X `ls -t "$srcdir/configure" conftest.file` |
| 2610 |
> |
fi |
| 2611 |
> |
if test "$*" != "X $srcdir/configure conftest.file" \ |
| 2612 |
> |
&& test "$*" != "X conftest.file $srcdir/configure"; then |
| 2613 |
|
|
| 2614 |
+ |
# If neither matched, then we have a broken ls. This can happen |
| 2615 |
+ |
# if, for instance, CONFIG_SHELL is bash and it inherits a |
| 2616 |
+ |
# broken ls alias from the environment. This has actually |
| 2617 |
+ |
# happened. Such a system could not be considered "sane". |
| 2618 |
+ |
as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
| 2619 |
+ |
alias in your environment" "$LINENO" 5 |
| 2620 |
+ |
fi |
| 2621 |
+ |
if test "$2" = conftest.file || test $am_try -eq 2; then |
| 2622 |
+ |
break |
| 2623 |
+ |
fi |
| 2624 |
+ |
# Just in case. |
| 2625 |
+ |
sleep 1 |
| 2626 |
+ |
am_has_slept=yes |
| 2627 |
+ |
done |
| 2628 |
|
test "$2" = conftest.file |
| 2629 |
|
) |
| 2630 |
|
then |
| 2636 |
|
fi |
| 2637 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 2638 |
|
$as_echo "yes" >&6; } |
| 2639 |
+ |
# If we didn't sleep, we still need to ensure time stamps of config.status and |
| 2640 |
+ |
# generated files are strictly newer. |
| 2641 |
+ |
am_sleep_pid= |
| 2642 |
+ |
if grep 'slept: no' conftest.file >/dev/null 2>&1; then |
| 2643 |
+ |
( sleep 1 ) & |
| 2644 |
+ |
am_sleep_pid=$! |
| 2645 |
+ |
fi |
| 2646 |
+ |
|
| 2647 |
+ |
rm -f conftest.file |
| 2648 |
+ |
|
| 2649 |
|
test "$program_prefix" != NONE && |
| 2650 |
|
program_transform_name="s&^&$program_prefix&;$program_transform_name" |
| 2651 |
|
# Use a double $ so make ignores it. |
| 2672 |
|
am_missing_run="$MISSING --run " |
| 2673 |
|
else |
| 2674 |
|
am_missing_run= |
| 2675 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 |
| 2676 |
< |
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
| 2675 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 |
| 2676 |
> |
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} |
| 2677 |
|
fi |
| 2678 |
|
|
| 2679 |
|
if test x"${install_sh}" != xset; then |
| 2685 |
|
esac |
| 2686 |
|
fi |
| 2687 |
|
|
| 2688 |
< |
# Installed binaries are usually stripped using `strip' when the user |
| 2689 |
< |
# run `make install-strip'. However `strip' might not be the right |
| 2688 |
> |
# Installed binaries are usually stripped using 'strip' when the user |
| 2689 |
> |
# run "make install-strip". However 'strip' might not be the right |
| 2690 |
|
# tool to use in cross-compilation environments, therefore Automake |
| 2691 |
< |
# will honor the `STRIP' environment variable to overrule this program. |
| 2691 |
> |
# will honor the 'STRIP' environment variable to overrule this program. |
| 2692 |
|
if test "$cross_compiling" != no; then |
| 2693 |
|
if test -n "$ac_tool_prefix"; then |
| 2694 |
|
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
| 2707 |
|
IFS=$as_save_IFS |
| 2708 |
|
test -z "$as_dir" && as_dir=. |
| 2709 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2710 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2710 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 2711 |
|
ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
| 2712 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2713 |
|
break 2 |
| 2747 |
|
IFS=$as_save_IFS |
| 2748 |
|
test -z "$as_dir" && as_dir=. |
| 2749 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2750 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2750 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 2751 |
|
ac_cv_prog_ac_ct_STRIP="strip" |
| 2752 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2753 |
|
break 2 |
| 2798 |
|
test -z "$as_dir" && as_dir=. |
| 2799 |
|
for ac_prog in mkdir gmkdir; do |
| 2800 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2801 |
< |
{ test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue |
| 2801 |
> |
as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue |
| 2802 |
|
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( |
| 2803 |
|
'mkdir (GNU coreutils) '* | \ |
| 2804 |
|
'mkdir (coreutils) '* | \ |
| 2827 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 |
| 2828 |
|
$as_echo "$MKDIR_P" >&6; } |
| 2829 |
|
|
| 2808 |
– |
mkdir_p="$MKDIR_P" |
| 2809 |
– |
case $mkdir_p in |
| 2810 |
– |
[\\/$]* | ?:[\\/]*) ;; |
| 2811 |
– |
*/*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
| 2812 |
– |
esac |
| 2813 |
– |
|
| 2830 |
|
for ac_prog in gawk mawk nawk awk |
| 2831 |
|
do |
| 2832 |
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
| 2845 |
|
IFS=$as_save_IFS |
| 2846 |
|
test -z "$as_dir" && as_dir=. |
| 2847 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2848 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2848 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 2849 |
|
ac_cv_prog_AWK="$ac_prog" |
| 2850 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2851 |
|
break 2 |
| 2931 |
|
|
| 2932 |
|
# Define the identity of the package. |
| 2933 |
|
PACKAGE='ircd-hybrid' |
| 2934 |
< |
VERSION='8beta1' |
| 2934 |
> |
VERSION='8beta3' |
| 2935 |
|
|
| 2936 |
|
|
| 2937 |
|
cat >>confdefs.h <<_ACEOF |
| 2959 |
|
|
| 2960 |
|
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
| 2961 |
|
|
| 2962 |
+ |
# For better backward compatibility. To be removed once Automake 1.9.x |
| 2963 |
+ |
# dies out for good. For more background, see: |
| 2964 |
+ |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
| 2965 |
+ |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
| 2966 |
+ |
mkdir_p='$(MKDIR_P)' |
| 2967 |
+ |
|
| 2968 |
|
# We need awk for the "check" target. The system "awk" is bad on |
| 2969 |
|
# some platforms. |
| 2970 |
|
# Always define AMTAR for backward compatibility. Yes, it's still used |
| 3024 |
|
_am_result=none |
| 3025 |
|
# First try GNU make style include. |
| 3026 |
|
echo "include confinc" > confmf |
| 3027 |
< |
# Ignore all kinds of additional output from `make'. |
| 3027 |
> |
# Ignore all kinds of additional output from 'make'. |
| 3028 |
|
case `$am_make -s -f confmf 2> /dev/null` in #( |
| 3029 |
|
*the\ am__doit\ target*) |
| 3030 |
|
am__include=include |
| 3090 |
|
IFS=$as_save_IFS |
| 3091 |
|
test -z "$as_dir" && as_dir=. |
| 3092 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3093 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3093 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3094 |
|
ac_cv_prog_CC="${ac_tool_prefix}gcc" |
| 3095 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3096 |
|
break 2 |
| 3130 |
|
IFS=$as_save_IFS |
| 3131 |
|
test -z "$as_dir" && as_dir=. |
| 3132 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3133 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3133 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3134 |
|
ac_cv_prog_ac_ct_CC="gcc" |
| 3135 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3136 |
|
break 2 |
| 3183 |
|
IFS=$as_save_IFS |
| 3184 |
|
test -z "$as_dir" && as_dir=. |
| 3185 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3186 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3186 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3187 |
|
ac_cv_prog_CC="${ac_tool_prefix}cc" |
| 3188 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3189 |
|
break 2 |
| 3224 |
|
IFS=$as_save_IFS |
| 3225 |
|
test -z "$as_dir" && as_dir=. |
| 3226 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3227 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3227 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3228 |
|
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
| 3229 |
|
ac_prog_rejected=yes |
| 3230 |
|
continue |
| 3282 |
|
IFS=$as_save_IFS |
| 3283 |
|
test -z "$as_dir" && as_dir=. |
| 3284 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3285 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3285 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3286 |
|
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
| 3287 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3288 |
|
break 2 |
| 3326 |
|
IFS=$as_save_IFS |
| 3327 |
|
test -z "$as_dir" && as_dir=. |
| 3328 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3329 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3329 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3330 |
|
ac_cv_prog_ac_ct_CC="$ac_prog" |
| 3331 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3332 |
|
break 2 |
| 3772 |
|
/* end confdefs.h. */ |
| 3773 |
|
#include <stdarg.h> |
| 3774 |
|
#include <stdio.h> |
| 3775 |
< |
#include <sys/types.h> |
| 3754 |
< |
#include <sys/stat.h> |
| 3775 |
> |
struct stat; |
| 3776 |
|
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
| 3777 |
|
struct buf { int x; }; |
| 3778 |
|
FILE * (*rcsopen) (struct buf *, struct stat *, int); |
| 3868 |
|
# We make a subdir and do the tests there. Otherwise we can end up |
| 3869 |
|
# making bogus files that we don't know about and never remove. For |
| 3870 |
|
# instance it was reported that on HP-UX the gcc test will end up |
| 3871 |
< |
# making a dummy file named `D' -- because `-MD' means `put the output |
| 3872 |
< |
# in D'. |
| 3871 |
> |
# making a dummy file named 'D' -- because '-MD' means "put the output |
| 3872 |
> |
# in D". |
| 3873 |
|
rm -rf conftest.dir |
| 3874 |
|
mkdir conftest.dir |
| 3875 |
|
# Copy depcomp to subdir because otherwise we won't find it if we're |
| 3904 |
|
: > sub/conftest.c |
| 3905 |
|
for i in 1 2 3 4 5 6; do |
| 3906 |
|
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
| 3907 |
< |
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
| 3908 |
< |
# Solaris 8's {/usr,}/bin/sh. |
| 3909 |
< |
touch sub/conftst$i.h |
| 3907 |
> |
# Using ": > sub/conftst$i.h" creates only sub/conftst1.h with |
| 3908 |
> |
# Solaris 10 /bin/sh. |
| 3909 |
> |
echo '/* dummy */' > sub/conftst$i.h |
| 3910 |
|
done |
| 3911 |
|
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
| 3912 |
|
|
| 3913 |
< |
# We check with `-c' and `-o' for the sake of the "dashmstdout" |
| 3913 |
> |
# We check with '-c' and '-o' for the sake of the "dashmstdout" |
| 3914 |
|
# mode. It turns out that the SunPro C++ compiler does not properly |
| 3915 |
< |
# handle `-M -o', and we need to detect this. Also, some Intel |
| 3916 |
< |
# versions had trouble with output in subdirs |
| 3915 |
> |
# handle '-M -o', and we need to detect this. Also, some Intel |
| 3916 |
> |
# versions had trouble with output in subdirs. |
| 3917 |
|
am__obj=sub/conftest.${OBJEXT-o} |
| 3918 |
|
am__minus_obj="-o $am__obj" |
| 3919 |
|
case $depmode in |
| 3922 |
|
test "$am__universal" = false || continue |
| 3923 |
|
;; |
| 3924 |
|
nosideeffect) |
| 3925 |
< |
# after this tag, mechanisms are not by side-effect, so they'll |
| 3926 |
< |
# only be used when explicitly requested |
| 3925 |
> |
# After this tag, mechanisms are not by side-effect, so they'll |
| 3926 |
> |
# only be used when explicitly requested. |
| 3927 |
|
if test "x$enable_dependency_tracking" = xyes; then |
| 3928 |
|
continue |
| 3929 |
|
else |
| 3931 |
|
fi |
| 3932 |
|
;; |
| 3933 |
|
msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
| 3934 |
< |
# This compiler won't grok `-c -o', but also, the minuso test has |
| 3934 |
> |
# This compiler won't grok '-c -o', but also, the minuso test has |
| 3935 |
|
# not run yet. These depmodes are late enough in the game, and |
| 3936 |
|
# so weak that their functioning should not be impacted. |
| 3937 |
|
am__obj=conftest.${OBJEXT-o} |
| 4131 |
|
return 0; |
| 4132 |
|
} |
| 4133 |
|
_ACEOF |
| 4134 |
< |
for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99 |
| 4134 |
> |
for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99 |
| 4135 |
|
do |
| 4136 |
|
CC="$ac_save_CC $ac_arg" |
| 4137 |
|
if ac_fn_c_try_compile "$LINENO"; then : |
| 4163 |
|
|
| 4164 |
|
|
| 4165 |
|
if test "$ac_cv_prog_cc_c99" = "no"; then : |
| 4166 |
< |
as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5 |
| 4166 |
> |
as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5 |
| 4167 |
|
fi |
| 4168 |
|
for ac_prog in 'bison -y' byacc |
| 4169 |
|
do |
| 4183 |
|
IFS=$as_save_IFS |
| 4184 |
|
test -z "$as_dir" && as_dir=. |
| 4185 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4186 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 4186 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 4187 |
|
ac_cv_prog_YACC="$ac_prog" |
| 4188 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 4189 |
|
break 2 |
| 4227 |
|
IFS=$as_save_IFS |
| 4228 |
|
test -z "$as_dir" && as_dir=. |
| 4229 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4230 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 4230 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 4231 |
|
ac_cv_prog_LEX="$ac_prog" |
| 4232 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 4233 |
|
break 2 |
| 4259 |
|
b { REJECT; } |
| 4260 |
|
c { yymore (); } |
| 4261 |
|
d { yyless (1); } |
| 4262 |
< |
e { yyless (input () != 0); } |
| 4262 |
> |
e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ |
| 4263 |
> |
yyless ((input () != 0)); } |
| 4264 |
|
f { unput (yytext[0]); } |
| 4265 |
|
. { BEGIN INITIAL; } |
| 4266 |
|
%% |
| 4568 |
|
for ac_prog in sed gsed; do |
| 4569 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4570 |
|
ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" |
| 4571 |
< |
{ test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue |
| 4571 |
> |
as_fn_executable_p "$ac_path_SED" || continue |
| 4572 |
|
# Check for GNU ac_path_SED and select it if it is found. |
| 4573 |
|
# Check for GNU $ac_path_SED |
| 4574 |
|
case `"$ac_path_SED" --version 2>&1` in |
| 4644 |
|
for ac_prog in grep ggrep; do |
| 4645 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4646 |
|
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4647 |
< |
{ test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue |
| 4647 |
> |
as_fn_executable_p "$ac_path_GREP" || continue |
| 4648 |
|
# Check for GNU ac_path_GREP and select it if it is found. |
| 4649 |
|
# Check for GNU $ac_path_GREP |
| 4650 |
|
case `"$ac_path_GREP" --version 2>&1` in |
| 4710 |
|
for ac_prog in egrep; do |
| 4711 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4712 |
|
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4713 |
< |
{ test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue |
| 4713 |
> |
as_fn_executable_p "$ac_path_EGREP" || continue |
| 4714 |
|
# Check for GNU ac_path_EGREP and select it if it is found. |
| 4715 |
|
# Check for GNU $ac_path_EGREP |
| 4716 |
|
case `"$ac_path_EGREP" --version 2>&1` in |
| 4777 |
|
for ac_prog in fgrep; do |
| 4778 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4779 |
|
ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4780 |
< |
{ test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue |
| 4780 |
> |
as_fn_executable_p "$ac_path_FGREP" || continue |
| 4781 |
|
# Check for GNU ac_path_FGREP and select it if it is found. |
| 4782 |
|
# Check for GNU $ac_path_FGREP |
| 4783 |
|
case `"$ac_path_FGREP" --version 2>&1` in |
| 5033 |
|
IFS=$as_save_IFS |
| 5034 |
|
test -z "$as_dir" && as_dir=. |
| 5035 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5036 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5036 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5037 |
|
ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" |
| 5038 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5039 |
|
break 2 |
| 5077 |
|
IFS=$as_save_IFS |
| 5078 |
|
test -z "$as_dir" && as_dir=. |
| 5079 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5080 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5080 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5081 |
|
ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" |
| 5082 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5083 |
|
break 2 |
| 5501 |
|
IFS=$as_save_IFS |
| 5502 |
|
test -z "$as_dir" && as_dir=. |
| 5503 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5504 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5504 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5505 |
|
ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" |
| 5506 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5507 |
|
break 2 |
| 5541 |
|
IFS=$as_save_IFS |
| 5542 |
|
test -z "$as_dir" && as_dir=. |
| 5543 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5544 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5544 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5545 |
|
ac_cv_prog_ac_ct_OBJDUMP="objdump" |
| 5546 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5547 |
|
break 2 |
| 5847 |
|
IFS=$as_save_IFS |
| 5848 |
|
test -z "$as_dir" && as_dir=. |
| 5849 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5850 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5850 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5851 |
|
ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" |
| 5852 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5853 |
|
break 2 |
| 5887 |
|
IFS=$as_save_IFS |
| 5888 |
|
test -z "$as_dir" && as_dir=. |
| 5889 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5890 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5890 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5891 |
|
ac_cv_prog_ac_ct_DLLTOOL="dlltool" |
| 5892 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5893 |
|
break 2 |
| 5990 |
|
IFS=$as_save_IFS |
| 5991 |
|
test -z "$as_dir" && as_dir=. |
| 5992 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5993 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5993 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5994 |
|
ac_cv_prog_AR="$ac_tool_prefix$ac_prog" |
| 5995 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5996 |
|
break 2 |
| 6034 |
|
IFS=$as_save_IFS |
| 6035 |
|
test -z "$as_dir" && as_dir=. |
| 6036 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6037 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6037 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6038 |
|
ac_cv_prog_ac_ct_AR="$ac_prog" |
| 6039 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6040 |
|
break 2 |
| 6159 |
|
IFS=$as_save_IFS |
| 6160 |
|
test -z "$as_dir" && as_dir=. |
| 6161 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6162 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6162 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6163 |
|
ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
| 6164 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6165 |
|
break 2 |
| 6199 |
|
IFS=$as_save_IFS |
| 6200 |
|
test -z "$as_dir" && as_dir=. |
| 6201 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6202 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6202 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6203 |
|
ac_cv_prog_ac_ct_STRIP="strip" |
| 6204 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6205 |
|
break 2 |
| 6258 |
|
IFS=$as_save_IFS |
| 6259 |
|
test -z "$as_dir" && as_dir=. |
| 6260 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6261 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6261 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6262 |
|
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
| 6263 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6264 |
|
break 2 |
| 6298 |
|
IFS=$as_save_IFS |
| 6299 |
|
test -z "$as_dir" && as_dir=. |
| 6300 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6301 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6301 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6302 |
|
ac_cv_prog_ac_ct_RANLIB="ranlib" |
| 6303 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6304 |
|
break 2 |
| 6947 |
|
IFS=$as_save_IFS |
| 6948 |
|
test -z "$as_dir" && as_dir=. |
| 6949 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6950 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6950 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6951 |
|
ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" |
| 6952 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6953 |
|
break 2 |
| 6987 |
|
IFS=$as_save_IFS |
| 6988 |
|
test -z "$as_dir" && as_dir=. |
| 6989 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6990 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6990 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6991 |
|
ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" |
| 6992 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6993 |
|
break 2 |
| 7067 |
|
IFS=$as_save_IFS |
| 7068 |
|
test -z "$as_dir" && as_dir=. |
| 7069 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7070 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7070 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7071 |
|
ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" |
| 7072 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7073 |
|
break 2 |
| 7107 |
|
IFS=$as_save_IFS |
| 7108 |
|
test -z "$as_dir" && as_dir=. |
| 7109 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7110 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7110 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7111 |
|
ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" |
| 7112 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7113 |
|
break 2 |
| 7159 |
|
IFS=$as_save_IFS |
| 7160 |
|
test -z "$as_dir" && as_dir=. |
| 7161 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7162 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7162 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7163 |
|
ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" |
| 7164 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7165 |
|
break 2 |
| 7199 |
|
IFS=$as_save_IFS |
| 7200 |
|
test -z "$as_dir" && as_dir=. |
| 7201 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7202 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7202 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7203 |
|
ac_cv_prog_ac_ct_NMEDIT="nmedit" |
| 7204 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7205 |
|
break 2 |
| 7251 |
|
IFS=$as_save_IFS |
| 7252 |
|
test -z "$as_dir" && as_dir=. |
| 7253 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7254 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7254 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7255 |
|
ac_cv_prog_LIPO="${ac_tool_prefix}lipo" |
| 7256 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7257 |
|
break 2 |
| 7291 |
|
IFS=$as_save_IFS |
| 7292 |
|
test -z "$as_dir" && as_dir=. |
| 7293 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7294 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7294 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7295 |
|
ac_cv_prog_ac_ct_LIPO="lipo" |
| 7296 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7297 |
|
break 2 |
| 7343 |
|
IFS=$as_save_IFS |
| 7344 |
|
test -z "$as_dir" && as_dir=. |
| 7345 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7346 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7346 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7347 |
|
ac_cv_prog_OTOOL="${ac_tool_prefix}otool" |
| 7348 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7349 |
|
break 2 |
| 7383 |
|
IFS=$as_save_IFS |
| 7384 |
|
test -z "$as_dir" && as_dir=. |
| 7385 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7386 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7386 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7387 |
|
ac_cv_prog_ac_ct_OTOOL="otool" |
| 7388 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7389 |
|
break 2 |
| 7435 |
|
IFS=$as_save_IFS |
| 7436 |
|
test -z "$as_dir" && as_dir=. |
| 7437 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7438 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7438 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7439 |
|
ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" |
| 7440 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7441 |
|
break 2 |
| 7475 |
|
IFS=$as_save_IFS |
| 7476 |
|
test -z "$as_dir" && as_dir=. |
| 7477 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7478 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7478 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7479 |
|
ac_cv_prog_ac_ct_OTOOL64="otool64" |
| 7480 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7481 |
|
break 2 |
| 13530 |
|
|
| 13531 |
|
|
| 13532 |
|
|
| 13511 |
– |
|
| 13512 |
– |
|
| 13533 |
|
# Checks for header files. |
| 13534 |
|
|
| 13535 |
|
|
| 13564 |
|
|
| 13565 |
|
|
| 13566 |
|
|
| 13547 |
– |
|
| 13548 |
– |
|
| 13549 |
– |
|
| 13550 |
– |
|
| 13551 |
– |
|
| 13552 |
– |
|
| 13553 |
– |
|
| 13554 |
– |
|
| 13555 |
– |
|
| 13556 |
– |
|
| 13557 |
– |
# check for /dev/null so we can use it to hold evil fd's |
| 13558 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/null" >&5 |
| 13559 |
– |
$as_echo_n "checking for /dev/null... " >&6; } |
| 13560 |
– |
if test -c /dev/null; then : |
| 13561 |
– |
|
| 13562 |
– |
|
| 13563 |
– |
$as_echo "#define PATH_DEVNULL \"/dev/null\"" >>confdefs.h |
| 13564 |
– |
|
| 13565 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 13566 |
– |
$as_echo "yes" >&6; } |
| 13567 |
– |
else |
| 13568 |
– |
|
| 13569 |
– |
|
| 13570 |
– |
$as_echo "#define PATH_DEVNULL \"devnull.log\"" >>confdefs.h |
| 13571 |
– |
|
| 13572 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no - using devnull.log" >&5 |
| 13573 |
– |
$as_echo "no - using devnull.log" >&6; } |
| 13574 |
– |
fi |
| 13575 |
– |
|
| 13576 |
– |
|
| 13567 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5 |
| 13568 |
|
$as_echo_n "checking for library containing crypt... " >&6; } |
| 13569 |
|
if ${ac_cv_search_crypt+:} false; then : |
| 13621 |
|
fi |
| 13622 |
|
|
| 13623 |
|
|
| 13634 |
– |
|
| 13635 |
– |
|
| 13636 |
– |
# Check whether --with-libpcre-path was given. |
| 13637 |
– |
if test "${with_libpcre_path+set}" = set; then : |
| 13638 |
– |
withval=$with_libpcre_path; LDFLAGS="-L$withval $LDFLAGS" |
| 13639 |
– |
fi |
| 13640 |
– |
|
| 13641 |
– |
|
| 13624 |
|
# Check whether --enable-libpcre was given. |
| 13625 |
|
if test "${enable_libpcre+set}" = set; then : |
| 13626 |
< |
enableval=$enable_libpcre; libpcre=$enableval |
| 13626 |
> |
enableval=$enable_libpcre; |
| 13627 |
|
else |
| 13646 |
– |
libpcre=yes |
| 13647 |
– |
fi |
| 13648 |
– |
|
| 13649 |
– |
|
| 13650 |
– |
if test "$libpcre" = "yes"; then : |
| 13651 |
– |
|
| 13628 |
|
ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default" |
| 13629 |
|
if test "x$ac_cv_header_pcre_h" = xyes; then : |
| 13630 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5 |
| 13631 |
< |
$as_echo_n "checking for pcre_study in -lpcre... " >&6; } |
| 13632 |
< |
if ${ac_cv_lib_pcre_pcre_study+:} false; then : |
| 13630 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5 |
| 13631 |
> |
$as_echo_n "checking for library containing pcre_study... " >&6; } |
| 13632 |
> |
if ${ac_cv_search_pcre_study+:} false; then : |
| 13633 |
|
$as_echo_n "(cached) " >&6 |
| 13634 |
|
else |
| 13635 |
< |
ac_check_lib_save_LIBS=$LIBS |
| 13660 |
< |
LIBS="-lpcre $LIBS" |
| 13635 |
> |
ac_func_search_save_LIBS=$LIBS |
| 13636 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13637 |
|
/* end confdefs.h. */ |
| 13638 |
|
|
| 13651 |
|
return 0; |
| 13652 |
|
} |
| 13653 |
|
_ACEOF |
| 13654 |
< |
if ac_fn_c_try_link "$LINENO"; then : |
| 13655 |
< |
ac_cv_lib_pcre_pcre_study=yes |
| 13656 |
< |
else |
| 13657 |
< |
ac_cv_lib_pcre_pcre_study=no |
| 13654 |
> |
for ac_lib in '' pcre; do |
| 13655 |
> |
if test -z "$ac_lib"; then |
| 13656 |
> |
ac_res="none required" |
| 13657 |
> |
else |
| 13658 |
> |
ac_res=-l$ac_lib |
| 13659 |
> |
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13660 |
> |
fi |
| 13661 |
> |
if ac_fn_c_try_link "$LINENO"; then : |
| 13662 |
> |
ac_cv_search_pcre_study=$ac_res |
| 13663 |
|
fi |
| 13664 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13665 |
< |
conftest$ac_exeext conftest.$ac_ext |
| 13666 |
< |
LIBS=$ac_check_lib_save_LIBS |
| 13665 |
> |
conftest$ac_exeext |
| 13666 |
> |
if ${ac_cv_search_pcre_study+:} false; then : |
| 13667 |
> |
break |
| 13668 |
|
fi |
| 13669 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5 |
| 13670 |
< |
$as_echo "$ac_cv_lib_pcre_pcre_study" >&6; } |
| 13690 |
< |
if test "x$ac_cv_lib_pcre_pcre_study" = xyes; then : |
| 13691 |
< |
|
| 13692 |
< |
LIBS="-lpcre $LIBS" |
| 13693 |
< |
|
| 13694 |
< |
$as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h |
| 13695 |
< |
|
| 13669 |
> |
done |
| 13670 |
> |
if ${ac_cv_search_pcre_study+:} false; then : |
| 13671 |
|
|
| 13672 |
|
else |
| 13673 |
< |
libpcre=no |
| 13673 |
> |
ac_cv_search_pcre_study=no |
| 13674 |
|
fi |
| 13675 |
+ |
rm conftest.$ac_ext |
| 13676 |
+ |
LIBS=$ac_func_search_save_LIBS |
| 13677 |
+ |
fi |
| 13678 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5 |
| 13679 |
+ |
$as_echo "$ac_cv_search_pcre_study" >&6; } |
| 13680 |
+ |
ac_res=$ac_cv_search_pcre_study |
| 13681 |
+ |
if test "$ac_res" != no; then : |
| 13682 |
+ |
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13683 |
|
|
| 13684 |
+ |
$as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h |
| 13685 |
|
|
| 13702 |
– |
else |
| 13703 |
– |
libpcre=no |
| 13686 |
|
fi |
| 13687 |
|
|
| 13688 |
+ |
fi |
| 13689 |
|
|
| 13690 |
|
|
| 13691 |
|
fi |
| 13709 |
– |
if test "$libpcre" = yes; then |
| 13710 |
– |
ENABLE_PCRE_TRUE= |
| 13711 |
– |
ENABLE_PCRE_FALSE='#' |
| 13712 |
– |
else |
| 13713 |
– |
ENABLE_PCRE_TRUE='#' |
| 13714 |
– |
ENABLE_PCRE_FALSE= |
| 13715 |
– |
fi |
| 13716 |
– |
|
| 13692 |
|
|
| 13693 |
|
|
| 13694 |
|
# Check whether --enable-openssl was given. |
| 13778 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 |
| 13779 |
|
$as_echo "found" >&6; } |
| 13780 |
|
|
| 13781 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5 |
| 13782 |
< |
$as_echo_n "checking for SSL_connect in -lssl... " >&6; } |
| 13783 |
< |
if ${ac_cv_lib_ssl_SSL_connect+:} false; then : |
| 13781 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5 |
| 13782 |
> |
$as_echo_n "checking for RSA_free in -lcrypto... " >&6; } |
| 13783 |
> |
if ${ac_cv_lib_crypto_RSA_free+:} false; then : |
| 13784 |
|
$as_echo_n "(cached) " >&6 |
| 13785 |
|
else |
| 13786 |
|
ac_check_lib_save_LIBS=$LIBS |
| 13787 |
< |
LIBS="-lssl $LIBS" |
| 13787 |
> |
LIBS="-lcrypto $LIBS" |
| 13788 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13789 |
|
/* end confdefs.h. */ |
| 13790 |
|
|
| 13794 |
|
#ifdef __cplusplus |
| 13795 |
|
extern "C" |
| 13796 |
|
#endif |
| 13797 |
< |
char SSL_connect (); |
| 13797 |
> |
char RSA_free (); |
| 13798 |
|
int |
| 13799 |
|
main () |
| 13800 |
|
{ |
| 13801 |
< |
return SSL_connect (); |
| 13801 |
> |
return RSA_free (); |
| 13802 |
|
; |
| 13803 |
|
return 0; |
| 13804 |
|
} |
| 13805 |
|
_ACEOF |
| 13806 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13807 |
< |
ac_cv_lib_ssl_SSL_connect=yes |
| 13807 |
> |
ac_cv_lib_crypto_RSA_free=yes |
| 13808 |
|
else |
| 13809 |
< |
ac_cv_lib_ssl_SSL_connect=no |
| 13809 |
> |
ac_cv_lib_crypto_RSA_free=no |
| 13810 |
|
fi |
| 13811 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13812 |
|
conftest$ac_exeext conftest.$ac_ext |
| 13813 |
|
LIBS=$ac_check_lib_save_LIBS |
| 13814 |
|
fi |
| 13815 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5 |
| 13816 |
< |
$as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; } |
| 13817 |
< |
if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then : |
| 13815 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5 |
| 13816 |
> |
$as_echo "$ac_cv_lib_crypto_RSA_free" >&6; } |
| 13817 |
> |
if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then : |
| 13818 |
|
cat >>confdefs.h <<_ACEOF |
| 13819 |
< |
#define HAVE_LIBSSL 1 |
| 13819 |
> |
#define HAVE_LIBCRYPTO 1 |
| 13820 |
|
_ACEOF |
| 13821 |
|
|
| 13822 |
< |
LIBS="-lssl $LIBS" |
| 13822 |
> |
LIBS="-lcrypto $LIBS" |
| 13823 |
|
|
| 13824 |
|
fi |
| 13825 |
|
|
| 13826 |
< |
if test "$ac_cv_lib_ssl_SSL_connect" = "yes"; then : |
| 13827 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5 |
| 13828 |
< |
$as_echo_n "checking for RSA_free in -lcrypto... " >&6; } |
| 13829 |
< |
if ${ac_cv_lib_crypto_RSA_free+:} false; then : |
| 13826 |
> |
if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then : |
| 13827 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5 |
| 13828 |
> |
$as_echo_n "checking for SSL_connect in -lssl... " >&6; } |
| 13829 |
> |
if ${ac_cv_lib_ssl_SSL_connect+:} false; then : |
| 13830 |
|
$as_echo_n "(cached) " >&6 |
| 13831 |
|
else |
| 13832 |
|
ac_check_lib_save_LIBS=$LIBS |
| 13833 |
< |
LIBS="-lcrypto $LIBS" |
| 13833 |
> |
LIBS="-lssl $LIBS" |
| 13834 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13835 |
|
/* end confdefs.h. */ |
| 13836 |
|
|
| 13840 |
|
#ifdef __cplusplus |
| 13841 |
|
extern "C" |
| 13842 |
|
#endif |
| 13843 |
< |
char RSA_free (); |
| 13843 |
> |
char SSL_connect (); |
| 13844 |
|
int |
| 13845 |
|
main () |
| 13846 |
|
{ |
| 13847 |
< |
return RSA_free (); |
| 13847 |
> |
return SSL_connect (); |
| 13848 |
|
; |
| 13849 |
|
return 0; |
| 13850 |
|
} |
| 13851 |
|
_ACEOF |
| 13852 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13853 |
< |
ac_cv_lib_crypto_RSA_free=yes |
| 13853 |
> |
ac_cv_lib_ssl_SSL_connect=yes |
| 13854 |
|
else |
| 13855 |
< |
ac_cv_lib_crypto_RSA_free=no |
| 13855 |
> |
ac_cv_lib_ssl_SSL_connect=no |
| 13856 |
|
fi |
| 13857 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13858 |
|
conftest$ac_exeext conftest.$ac_ext |
| 13859 |
|
LIBS=$ac_check_lib_save_LIBS |
| 13860 |
|
fi |
| 13861 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5 |
| 13862 |
< |
$as_echo "$ac_cv_lib_crypto_RSA_free" >&6; } |
| 13863 |
< |
if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then : |
| 13861 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5 |
| 13862 |
> |
$as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; } |
| 13863 |
> |
if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then : |
| 13864 |
|
cat >>confdefs.h <<_ACEOF |
| 13865 |
< |
#define HAVE_LIBCRYPTO 1 |
| 13865 |
> |
#define HAVE_LIBSSL 1 |
| 13866 |
|
_ACEOF |
| 13867 |
|
|
| 13868 |
< |
LIBS="-lcrypto $LIBS" |
| 13868 |
> |
LIBS="-lssl $LIBS" |
| 13869 |
|
|
| 13870 |
|
fi |
| 13871 |
|
|
| 13878 |
|
fi |
| 13879 |
|
fi |
| 13880 |
|
|
| 13881 |
< |
if test "$ac_cv_lib_crypto_RSA_free" = yes; then |
| 13881 |
> |
if test "$ac_cv_lib_ssl_SSL_connect" = yes; then |
| 13882 |
|
ENABLE_SSL_TRUE= |
| 13883 |
|
ENABLE_SSL_FALSE='#' |
| 13884 |
|
else |
| 13914 |
|
if test "$small_net" = "yes"; then : |
| 13915 |
|
|
| 13916 |
|
|
| 13917 |
< |
$as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h |
| 13917 |
> |
$as_echo "#define NICKNAMEHISTORYLENGTH 2048" >>confdefs.h |
| 13918 |
|
|
| 13919 |
|
|
| 13920 |
|
$as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h |
| 13947 |
|
|
| 13948 |
|
|
| 13949 |
|
|
| 13950 |
< |
$as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h |
| 13950 |
> |
$as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h |
| 13951 |
|
|
| 13952 |
|
|
| 13953 |
|
$as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h |
| 14382 |
|
|
| 14383 |
|
|
| 14384 |
|
cat >>confdefs.h <<_ACEOF |
| 14385 |
< |
#define NICKLEN ($nicklen+1) |
| 14385 |
> |
#define NICKLEN ($nicklen) |
| 14386 |
|
_ACEOF |
| 14387 |
|
|
| 14388 |
|
|
| 14402 |
|
|
| 14403 |
|
|
| 14404 |
|
|
| 14430 |
– |
# Check whether --enable-efnet was given. |
| 14431 |
– |
if test "${enable_efnet+set}" = set; then : |
| 14432 |
– |
enableval=$enable_efnet; efnet="$enableval" |
| 14433 |
– |
else |
| 14434 |
– |
efnet="no" |
| 14435 |
– |
fi |
| 14436 |
– |
|
| 14437 |
– |
if test "$efnet" = "yes" ; then |
| 14438 |
– |
use_efnet="yes" |
| 14439 |
– |
|
| 14440 |
– |
$as_echo "#define EFNET 1" >>confdefs.h |
| 14441 |
– |
|
| 14442 |
– |
else |
| 14443 |
– |
use_efnet="no" |
| 14444 |
– |
fi |
| 14445 |
– |
if test "$use_efnet" = "yes"; then |
| 14446 |
– |
EFNET_TRUE= |
| 14447 |
– |
EFNET_FALSE='#' |
| 14448 |
– |
else |
| 14449 |
– |
EFNET_TRUE='#' |
| 14450 |
– |
EFNET_FALSE= |
| 14451 |
– |
fi |
| 14452 |
– |
|
| 14453 |
– |
|
| 14454 |
– |
|
| 14405 |
|
# Check whether --enable-halfops was given. |
| 14406 |
|
if test "${enable_halfops+set}" = set; then : |
| 14407 |
|
enableval=$enable_halfops; halfops="$enableval" |
| 14645 |
|
LTLIBOBJS=$ac_ltlibobjs |
| 14646 |
|
|
| 14647 |
|
|
| 14648 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 |
| 14649 |
+ |
$as_echo_n "checking that generated files are newer than configure... " >&6; } |
| 14650 |
+ |
if test -n "$am_sleep_pid"; then |
| 14651 |
+ |
# Hide warnings about reused PIDs. |
| 14652 |
+ |
wait $am_sleep_pid 2>/dev/null |
| 14653 |
+ |
fi |
| 14654 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 |
| 14655 |
+ |
$as_echo "done" >&6; } |
| 14656 |
|
if test -n "$EXEEXT"; then |
| 14657 |
|
am__EXEEXT_TRUE= |
| 14658 |
|
am__EXEEXT_FALSE='#' |
| 14699 |
|
|
| 14700 |
|
|
| 14701 |
|
|
| 14744 |
– |
if test -z "${ENABLE_PCRE_TRUE}" && test -z "${ENABLE_PCRE_FALSE}"; then |
| 14745 |
– |
as_fn_error $? "conditional \"ENABLE_PCRE\" was never defined. |
| 14746 |
– |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 14747 |
– |
fi |
| 14702 |
|
if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then |
| 14703 |
|
as_fn_error $? "conditional \"ENABLE_SSL\" was never defined. |
| 14704 |
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 14705 |
|
fi |
| 14752 |
– |
if test -z "${EFNET_TRUE}" && test -z "${EFNET_FALSE}"; then |
| 14753 |
– |
as_fn_error $? "conditional \"EFNET\" was never defined. |
| 14754 |
– |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 14755 |
– |
fi |
| 14706 |
|
|
| 14707 |
|
: "${CONFIG_STATUS=./config.status}" |
| 14708 |
|
ac_write_fail=0 |
| 15001 |
|
# ... but there are two gotchas: |
| 15002 |
|
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 15003 |
|
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 15004 |
< |
# In both cases, we have to default to `cp -p'. |
| 15004 |
> |
# In both cases, we have to default to `cp -pR'. |
| 15005 |
|
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
| 15006 |
< |
as_ln_s='cp -p' |
| 15006 |
> |
as_ln_s='cp -pR' |
| 15007 |
|
elif ln conf$$.file conf$$ 2>/dev/null; then |
| 15008 |
|
as_ln_s=ln |
| 15009 |
|
else |
| 15010 |
< |
as_ln_s='cp -p' |
| 15010 |
> |
as_ln_s='cp -pR' |
| 15011 |
|
fi |
| 15012 |
|
else |
| 15013 |
< |
as_ln_s='cp -p' |
| 15013 |
> |
as_ln_s='cp -pR' |
| 15014 |
|
fi |
| 15015 |
|
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| 15016 |
|
rmdir conf$$.dir 2>/dev/null |
| 15070 |
|
as_mkdir_p=false |
| 15071 |
|
fi |
| 15072 |
|
|
| 15073 |
< |
if test -x / >/dev/null 2>&1; then |
| 15074 |
< |
as_test_x='test -x' |
| 15075 |
< |
else |
| 15076 |
< |
if ls -dL / >/dev/null 2>&1; then |
| 15077 |
< |
as_ls_L_option=L |
| 15078 |
< |
else |
| 15079 |
< |
as_ls_L_option= |
| 15080 |
< |
fi |
| 15081 |
< |
as_test_x=' |
| 15082 |
< |
eval sh -c '\'' |
| 15133 |
< |
if test -d "$1"; then |
| 15134 |
< |
test -d "$1/."; |
| 15135 |
< |
else |
| 15136 |
< |
case $1 in #( |
| 15137 |
< |
-*)set "./$1";; |
| 15138 |
< |
esac; |
| 15139 |
< |
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
| 15140 |
< |
???[sx]*):;;*)false;;esac;fi |
| 15141 |
< |
'\'' sh |
| 15142 |
< |
' |
| 15143 |
< |
fi |
| 15144 |
< |
as_executable_p=$as_test_x |
| 15073 |
> |
|
| 15074 |
> |
# as_fn_executable_p FILE |
| 15075 |
> |
# ----------------------- |
| 15076 |
> |
# Test if FILE is an executable regular file. |
| 15077 |
> |
as_fn_executable_p () |
| 15078 |
> |
{ |
| 15079 |
> |
test -f "$1" && test -x "$1" |
| 15080 |
> |
} # as_fn_executable_p |
| 15081 |
> |
as_test_x='test -x' |
| 15082 |
> |
as_executable_p=as_fn_executable_p |
| 15083 |
|
|
| 15084 |
|
# Sed expression to map a string onto a valid CPP name. |
| 15085 |
|
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| 15100 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
| 15101 |
|
# values after options handling. |
| 15102 |
|
ac_log=" |
| 15103 |
< |
This file was extended by ircd-hybrid $as_me 8beta1, which was |
| 15104 |
< |
generated by GNU Autoconf 2.68. Invocation command line was |
| 15103 |
> |
This file was extended by ircd-hybrid $as_me 8beta3, which was |
| 15104 |
> |
generated by GNU Autoconf 2.69. Invocation command line was |
| 15105 |
|
|
| 15106 |
|
CONFIG_FILES = $CONFIG_FILES |
| 15107 |
|
CONFIG_HEADERS = $CONFIG_HEADERS |
| 15166 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15167 |
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 15168 |
|
ac_cs_version="\\ |
| 15169 |
< |
ircd-hybrid config.status 8beta1 |
| 15170 |
< |
configured by $0, generated by GNU Autoconf 2.68, |
| 15169 |
> |
ircd-hybrid config.status 8beta3 |
| 15170 |
> |
configured by $0, generated by GNU Autoconf 2.69, |
| 15171 |
|
with options \\"\$ac_cs_config\\" |
| 15172 |
|
|
| 15173 |
< |
Copyright (C) 2010 Free Software Foundation, Inc. |
| 15173 |
> |
Copyright (C) 2012 Free Software Foundation, Inc. |
| 15174 |
|
This config.status script is free software; the Free Software Foundation |
| 15175 |
|
gives unlimited permission to copy, distribute and modify it." |
| 15176 |
|
|
| 15261 |
|
_ACEOF |
| 15262 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15263 |
|
if \$ac_cs_recheck; then |
| 15264 |
< |
set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
| 15264 |
> |
set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
| 15265 |
|
shift |
| 15266 |
|
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
| 15267 |
|
CONFIG_SHELL='$SHELL' |
| 16197 |
|
# Strip MF so we end up with the name of the file. |
| 16198 |
|
mf=`echo "$mf" | sed -e 's/:.*$//'` |
| 16199 |
|
# Check whether this is an Automake generated Makefile or not. |
| 16200 |
< |
# We used to match only the files named `Makefile.in', but |
| 16200 |
> |
# We used to match only the files named 'Makefile.in', but |
| 16201 |
|
# some people rename them; so instead we look at the file content. |
| 16202 |
|
# Grep'ing the first line is not enough: some people post-process |
| 16203 |
|
# each Makefile.in and add a new line on top of each file to say so. |
| 16231 |
|
continue |
| 16232 |
|
fi |
| 16233 |
|
# Extract the definition of DEPDIR, am__include, and am__quote |
| 16234 |
< |
# from the Makefile without running `make'. |
| 16234 |
> |
# from the Makefile without running 'make'. |
| 16235 |
|
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 16236 |
|
test -z "$DEPDIR" && continue |
| 16237 |
|
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 16238 |
|
test -z "am__include" && continue |
| 16239 |
|
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
| 16302 |
– |
# When using ansi2knr, U may be empty or an underscore; expand it |
| 16303 |
– |
U=`sed -n 's/^U = //p' < "$mf"` |
| 16240 |
|
# Find all dependency output files, they are included files with |
| 16241 |
|
# $(DEPDIR) in their names. We invoke sed twice because it is the |
| 16242 |
|
# simplest approach to changing $(DEPDIR) to its actual value in the |
| 16243 |
|
# expansion. |
| 16244 |
|
for file in `sed -n " |
| 16245 |
|
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
| 16246 |
< |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
| 16246 |
> |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
| 16247 |
|
# Make sure the directory exists. |
| 16248 |
|
test -f "$dirpart/$file" && continue |
| 16249 |
|
fdir=`$as_dirname -- "$file" || |