| 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 1706 2012-12-23 14:58:42Z 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 8.0.3. |
| 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='8.0.3' |
| 597 |
> |
PACKAGE_STRING='ircd-hybrid 8.0.3' |
| 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 |
| 723 |
|
MAINT |
| 724 |
|
MAINTAINER_MODE_FALSE |
| 725 |
|
MAINTAINER_MODE_TRUE |
| 726 |
+ |
AM_BACKSLASH |
| 727 |
+ |
AM_DEFAULT_VERBOSITY |
| 728 |
+ |
AM_DEFAULT_V |
| 729 |
+ |
AM_V |
| 730 |
|
am__untar |
| 731 |
|
am__tar |
| 732 |
|
AMTAR |
| 791 |
|
ac_subst_files='' |
| 792 |
|
ac_user_opts=' |
| 793 |
|
enable_option_checking |
| 794 |
+ |
enable_silent_rules |
| 795 |
|
enable_maintainer_mode |
| 796 |
|
enable_dependency_tracking |
| 797 |
|
enable_static |
| 805 |
|
with_ltdl_include |
| 806 |
|
with_ltdl_lib |
| 807 |
|
enable_ltdl_install |
| 787 |
– |
with_libpcre_path |
| 808 |
|
enable_libpcre |
| 809 |
|
enable_openssl |
| 810 |
|
enable_assert |
| 791 |
– |
enable_small_net |
| 811 |
|
enable_kqueue |
| 812 |
|
enable_epoll |
| 813 |
|
enable_devpoll |
| 795 |
– |
enable_rtsigio |
| 814 |
|
enable_poll |
| 815 |
|
enable_select |
| 816 |
|
with_nicklen |
| 817 |
|
with_topiclen |
| 800 |
– |
enable_efnet |
| 818 |
|
enable_halfops |
| 819 |
|
enable_debugging |
| 820 |
|
enable_warnings |
| 1285 |
|
if test "x$host_alias" != x; then |
| 1286 |
|
if test "x$build_alias" = x; then |
| 1287 |
|
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 |
| 1288 |
|
elif test "x$build_alias" != "x$host_alias"; then |
| 1289 |
|
cross_compiling=yes |
| 1290 |
|
fi |
| 1370 |
|
# Omit some internal or obsolete options to make the list less imposing. |
| 1371 |
|
# This message is too long to be a string in the A/UX 3.1 sh. |
| 1372 |
|
cat <<_ACEOF |
| 1373 |
< |
\`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems. |
| 1373 |
> |
\`configure' configures ircd-hybrid 8.0.3 to adapt to many kinds of systems. |
| 1374 |
|
|
| 1375 |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1376 |
|
|
| 1440 |
|
|
| 1441 |
|
if test -n "$ac_init_help"; then |
| 1442 |
|
case $ac_init_help in |
| 1443 |
< |
short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";; |
| 1443 |
> |
short | recursive ) echo "Configuration of ircd-hybrid 8.0.3:";; |
| 1444 |
|
esac |
| 1445 |
|
cat <<\_ACEOF |
| 1446 |
|
|
| 1448 |
|
--disable-option-checking ignore unrecognized --enable/--with options |
| 1449 |
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 1450 |
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 1451 |
< |
--enable-maintainer-mode enable make rules and dependencies not useful |
| 1452 |
< |
(and sometimes confusing) to the casual installer |
| 1453 |
< |
--disable-dependency-tracking speeds up one-time build |
| 1454 |
< |
--enable-dependency-tracking do not reject slow dependency extractors |
| 1451 |
> |
--enable-silent-rules less verbose build output (undo: "make V=1") |
| 1452 |
> |
--disable-silent-rules verbose build output (undo: "make V=0") |
| 1453 |
> |
--enable-maintainer-mode |
| 1454 |
> |
enable make rules and dependencies not useful (and |
| 1455 |
> |
sometimes confusing) to the casual installer |
| 1456 |
> |
--enable-dependency-tracking |
| 1457 |
> |
do not reject slow dependency extractors |
| 1458 |
> |
--disable-dependency-tracking |
| 1459 |
> |
speeds up one-time build |
| 1460 |
|
--enable-static[=PKGS] build static libraries [default=no] |
| 1461 |
|
--enable-shared[=PKGS] build shared libraries [default=yes] |
| 1462 |
|
--enable-fast-install[=PKGS] |
| 1467 |
|
--enable-openssl=DIR Enable OpenSSL support (DIR optional). |
| 1468 |
|
--disable-openssl Disable OpenSSL support. |
| 1469 |
|
--enable-assert Enable assert() statements |
| 1450 |
– |
--enable-small-net Enable small network support. |
| 1470 |
|
--enable-kqueue Force kqueue usage. |
| 1471 |
|
--enable-epoll Force epoll usage. |
| 1472 |
|
--enable-devpoll Force devpoll usage. |
| 1454 |
– |
--enable-rtsigio Force rtsigio usage. |
| 1473 |
|
--enable-poll Force poll usage. |
| 1474 |
|
--enable-select Force select usage. |
| 1457 |
– |
--enable-efnet For IRCDs running on EFnet. |
| 1475 |
|
--enable-halfops Enable halfops support. |
| 1476 |
|
--enable-debugging Enable debugging. |
| 1477 |
|
--enable-warnings Enable compiler warnings. |
| 1487 |
|
--with-included-ltdl use the GNU ltdl sources included here |
| 1488 |
|
--with-ltdl-include=DIR use the ltdl headers installed in DIR |
| 1489 |
|
--with-ltdl-lib=DIR use the libltdl.la installed in DIR |
| 1473 |
– |
--with-libpcre-path=DIR Path to libpcre.so for PCRE support. |
| 1490 |
|
--with-nicklen=<value> Set nickname length (default 9). |
| 1491 |
|
--with-topiclen=<value> Set topic length (default 160). |
| 1492 |
|
|
| 1572 |
|
test -n "$ac_init_help" && exit $ac_status |
| 1573 |
|
if $ac_init_version; then |
| 1574 |
|
cat <<\_ACEOF |
| 1575 |
< |
ircd-hybrid configure 8beta1 |
| 1576 |
< |
generated by GNU Autoconf 2.68 |
| 1575 |
> |
ircd-hybrid configure 8.0.3 |
| 1576 |
> |
generated by GNU Autoconf 2.69 |
| 1577 |
|
|
| 1578 |
< |
Copyright (C) 2010 Free Software Foundation, Inc. |
| 1578 |
> |
Copyright (C) 2012 Free Software Foundation, Inc. |
| 1579 |
|
This configure script is free software; the Free Software Foundation |
| 1580 |
|
gives unlimited permission to copy, distribute and modify it. |
| 1581 |
|
_ACEOF |
| 1651 |
|
test ! -s conftest.err |
| 1652 |
|
} && test -s conftest$ac_exeext && { |
| 1653 |
|
test "$cross_compiling" = yes || |
| 1654 |
< |
$as_test_x conftest$ac_exeext |
| 1654 |
> |
test -x conftest$ac_exeext |
| 1655 |
|
}; then : |
| 1656 |
|
ac_retval=0 |
| 1657 |
|
else |
| 2098 |
|
This file contains any messages produced by compilers while |
| 2099 |
|
running configure, to aid debugging if configure makes a mistake. |
| 2100 |
|
|
| 2101 |
< |
It was created by ircd-hybrid $as_me 8beta1, which was |
| 2102 |
< |
generated by GNU Autoconf 2.68. Invocation command line was |
| 2101 |
> |
It was created by ircd-hybrid $as_me 8.0.3, which was |
| 2102 |
> |
generated by GNU Autoconf 2.69. Invocation command line was |
| 2103 |
|
|
| 2104 |
|
$ $0 $@ |
| 2105 |
|
|
| 2383 |
|
as_fn_append ac_func_list " usleep" |
| 2384 |
|
as_fn_append ac_func_list " strlcat" |
| 2385 |
|
as_fn_append ac_func_list " strlcpy" |
| 2370 |
– |
as_fn_append ac_func_list " socketpair" |
| 2386 |
|
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" |
| 2387 |
|
as_fn_append ac_header_list " sys/resource.h" |
| 2388 |
|
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" |
| 2389 |
|
as_fn_append ac_header_list " types.h" |
| 2390 |
|
as_fn_append ac_header_list " socket.h" |
| 2391 |
|
as_fn_append ac_header_list " sys/wait.h" |
| 2392 |
|
as_fn_append ac_header_list " wait.h" |
| 2382 |
– |
as_fn_append ac_header_list " link.h" |
| 2393 |
|
# Check that the precious variables saved in the cache have kept the same |
| 2394 |
|
# value. |
| 2395 |
|
ac_cache_corrupted=false |
| 2458 |
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 2459 |
|
|
| 2460 |
|
|
| 2461 |
< |
am__api_version='1.11' |
| 2461 |
> |
am__api_version='1.13' |
| 2462 |
|
|
| 2463 |
|
ac_aux_dir= |
| 2464 |
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
| 2526 |
|
# by default. |
| 2527 |
|
for ac_prog in ginstall scoinst install; do |
| 2528 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2529 |
< |
if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then |
| 2529 |
> |
if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
| 2530 |
|
if test $ac_prog = install && |
| 2531 |
|
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 2532 |
|
# AIX install. It has an incompatible calling convention. |
| 2584 |
|
|
| 2585 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 |
| 2586 |
|
$as_echo_n "checking whether build environment is sane... " >&6; } |
| 2577 |
– |
# Just in case |
| 2578 |
– |
sleep 1 |
| 2579 |
– |
echo timestamp > conftest.file |
| 2587 |
|
# Reject unsafe characters in $srcdir or the absolute working directory |
| 2588 |
|
# name. Accept space and tab only in the latter. |
| 2589 |
|
am_lf=' |
| 2594 |
|
esac |
| 2595 |
|
case $srcdir in |
| 2596 |
|
*[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
| 2597 |
< |
as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
| 2597 |
> |
as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; |
| 2598 |
|
esac |
| 2599 |
|
|
| 2600 |
< |
# Do `set' in a subshell so we don't clobber the current shell's |
| 2600 |
> |
# Do 'set' in a subshell so we don't clobber the current shell's |
| 2601 |
|
# arguments. Must try -L first in case configure is actually a |
| 2602 |
|
# symlink; some systems play weird games with the mod time of symlinks |
| 2603 |
|
# (eg FreeBSD returns the mod time of the symlink's containing |
| 2604 |
|
# directory). |
| 2605 |
|
if ( |
| 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 |
< |
rm -f conftest.file |
| 2612 |
< |
if test "$*" != "X $srcdir/configure conftest.file" \ |
| 2613 |
< |
&& test "$*" != "X conftest.file $srcdir/configure"; then |
| 2614 |
< |
|
| 2615 |
< |
# 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 |
| 2606 |
> |
am_has_slept=no |
| 2607 |
> |
for am_try in 1 2; do |
| 2608 |
> |
echo "timestamp, slept: $am_has_slept" > conftest.file |
| 2609 |
> |
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
| 2610 |
> |
if test "$*" = "X"; then |
| 2611 |
> |
# -L didn't work. |
| 2612 |
> |
set X `ls -t "$srcdir/configure" conftest.file` |
| 2613 |
> |
fi |
| 2614 |
> |
if test "$*" != "X $srcdir/configure conftest.file" \ |
| 2615 |
> |
&& test "$*" != "X conftest.file $srcdir/configure"; then |
| 2616 |
|
|
| 2617 |
+ |
# If neither matched, then we have a broken ls. This can happen |
| 2618 |
+ |
# if, for instance, CONFIG_SHELL is bash and it inherits a |
| 2619 |
+ |
# broken ls alias from the environment. This has actually |
| 2620 |
+ |
# happened. Such a system could not be considered "sane". |
| 2621 |
+ |
as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
| 2622 |
+ |
alias in your environment" "$LINENO" 5 |
| 2623 |
+ |
fi |
| 2624 |
+ |
if test "$2" = conftest.file || test $am_try -eq 2; then |
| 2625 |
+ |
break |
| 2626 |
+ |
fi |
| 2627 |
+ |
# Just in case. |
| 2628 |
+ |
sleep 1 |
| 2629 |
+ |
am_has_slept=yes |
| 2630 |
+ |
done |
| 2631 |
|
test "$2" = conftest.file |
| 2632 |
|
) |
| 2633 |
|
then |
| 2639 |
|
fi |
| 2640 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 2641 |
|
$as_echo "yes" >&6; } |
| 2642 |
+ |
# If we didn't sleep, we still need to ensure time stamps of config.status and |
| 2643 |
+ |
# generated files are strictly newer. |
| 2644 |
+ |
am_sleep_pid= |
| 2645 |
+ |
if grep 'slept: no' conftest.file >/dev/null 2>&1; then |
| 2646 |
+ |
( sleep 1 ) & |
| 2647 |
+ |
am_sleep_pid=$! |
| 2648 |
+ |
fi |
| 2649 |
+ |
|
| 2650 |
+ |
rm -f conftest.file |
| 2651 |
+ |
|
| 2652 |
|
test "$program_prefix" != NONE && |
| 2653 |
|
program_transform_name="s&^&$program_prefix&;$program_transform_name" |
| 2654 |
|
# Use a double $ so make ignores it. |
| 2671 |
|
esac |
| 2672 |
|
fi |
| 2673 |
|
# Use eval to expand $SHELL |
| 2674 |
< |
if eval "$MISSING --run true"; then |
| 2675 |
< |
am_missing_run="$MISSING --run " |
| 2674 |
> |
if eval "$MISSING --is-lightweight"; then |
| 2675 |
> |
am_missing_run="$MISSING " |
| 2676 |
|
else |
| 2677 |
|
am_missing_run= |
| 2678 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 |
| 2679 |
< |
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
| 2678 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 |
| 2679 |
> |
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} |
| 2680 |
|
fi |
| 2681 |
|
|
| 2682 |
|
if test x"${install_sh}" != xset; then |
| 2688 |
|
esac |
| 2689 |
|
fi |
| 2690 |
|
|
| 2691 |
< |
# Installed binaries are usually stripped using `strip' when the user |
| 2692 |
< |
# run `make install-strip'. However `strip' might not be the right |
| 2691 |
> |
# Installed binaries are usually stripped using 'strip' when the user |
| 2692 |
> |
# run "make install-strip". However 'strip' might not be the right |
| 2693 |
|
# tool to use in cross-compilation environments, therefore Automake |
| 2694 |
< |
# will honor the `STRIP' environment variable to overrule this program. |
| 2694 |
> |
# will honor the 'STRIP' environment variable to overrule this program. |
| 2695 |
|
if test "$cross_compiling" != no; then |
| 2696 |
|
if test -n "$ac_tool_prefix"; then |
| 2697 |
|
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
| 2710 |
|
IFS=$as_save_IFS |
| 2711 |
|
test -z "$as_dir" && as_dir=. |
| 2712 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2713 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2713 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 2714 |
|
ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
| 2715 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2716 |
|
break 2 |
| 2750 |
|
IFS=$as_save_IFS |
| 2751 |
|
test -z "$as_dir" && as_dir=. |
| 2752 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2753 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2753 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 2754 |
|
ac_cv_prog_ac_ct_STRIP="strip" |
| 2755 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2756 |
|
break 2 |
| 2801 |
|
test -z "$as_dir" && as_dir=. |
| 2802 |
|
for ac_prog in mkdir gmkdir; do |
| 2803 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2804 |
< |
{ test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue |
| 2804 |
> |
as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue |
| 2805 |
|
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( |
| 2806 |
|
'mkdir (GNU coreutils) '* | \ |
| 2807 |
|
'mkdir (coreutils) '* | \ |
| 2830 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 |
| 2831 |
|
$as_echo "$MKDIR_P" >&6; } |
| 2832 |
|
|
| 2808 |
– |
mkdir_p="$MKDIR_P" |
| 2809 |
– |
case $mkdir_p in |
| 2810 |
– |
[\\/$]* | ?:[\\/]*) ;; |
| 2811 |
– |
*/*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
| 2812 |
– |
esac |
| 2813 |
– |
|
| 2833 |
|
for ac_prog in gawk mawk nawk awk |
| 2834 |
|
do |
| 2835 |
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
| 2848 |
|
IFS=$as_save_IFS |
| 2849 |
|
test -z "$as_dir" && as_dir=. |
| 2850 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2851 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2851 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 2852 |
|
ac_cv_prog_AWK="$ac_prog" |
| 2853 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2854 |
|
break 2 |
| 2912 |
|
fi |
| 2913 |
|
rmdir .tst 2>/dev/null |
| 2914 |
|
|
| 2915 |
+ |
# Check whether --enable-silent-rules was given. |
| 2916 |
+ |
if test "${enable_silent_rules+set}" = set; then : |
| 2917 |
+ |
enableval=$enable_silent_rules; |
| 2918 |
+ |
fi |
| 2919 |
+ |
|
| 2920 |
+ |
case $enable_silent_rules in # ((( |
| 2921 |
+ |
yes) AM_DEFAULT_VERBOSITY=0;; |
| 2922 |
+ |
no) AM_DEFAULT_VERBOSITY=1;; |
| 2923 |
+ |
*) AM_DEFAULT_VERBOSITY=1;; |
| 2924 |
+ |
esac |
| 2925 |
+ |
am_make=${MAKE-make} |
| 2926 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 |
| 2927 |
+ |
$as_echo_n "checking whether $am_make supports nested variables... " >&6; } |
| 2928 |
+ |
if ${am_cv_make_support_nested_variables+:} false; then : |
| 2929 |
+ |
$as_echo_n "(cached) " >&6 |
| 2930 |
+ |
else |
| 2931 |
+ |
if $as_echo 'TRUE=$(BAR$(V)) |
| 2932 |
+ |
BAR0=false |
| 2933 |
+ |
BAR1=true |
| 2934 |
+ |
V=1 |
| 2935 |
+ |
am__doit: |
| 2936 |
+ |
@$(TRUE) |
| 2937 |
+ |
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then |
| 2938 |
+ |
am_cv_make_support_nested_variables=yes |
| 2939 |
+ |
else |
| 2940 |
+ |
am_cv_make_support_nested_variables=no |
| 2941 |
+ |
fi |
| 2942 |
+ |
fi |
| 2943 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 |
| 2944 |
+ |
$as_echo "$am_cv_make_support_nested_variables" >&6; } |
| 2945 |
+ |
if test $am_cv_make_support_nested_variables = yes; then |
| 2946 |
+ |
AM_V='$(V)' |
| 2947 |
+ |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
| 2948 |
+ |
else |
| 2949 |
+ |
AM_V=$AM_DEFAULT_VERBOSITY |
| 2950 |
+ |
AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY |
| 2951 |
+ |
fi |
| 2952 |
+ |
AM_BACKSLASH='\' |
| 2953 |
+ |
|
| 2954 |
|
if test "`cd $srcdir && pwd`" != "`pwd`"; then |
| 2955 |
|
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
| 2956 |
|
# is not polluted with repeated "-I." |
| 2973 |
|
|
| 2974 |
|
# Define the identity of the package. |
| 2975 |
|
PACKAGE='ircd-hybrid' |
| 2976 |
< |
VERSION='8beta1' |
| 2976 |
> |
VERSION='8.0.3' |
| 2977 |
|
|
| 2978 |
|
|
| 2979 |
|
cat >>confdefs.h <<_ACEOF |
| 3001 |
|
|
| 3002 |
|
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
| 3003 |
|
|
| 3004 |
+ |
# For better backward compatibility. To be removed once Automake 1.9.x |
| 3005 |
+ |
# dies out for good. For more background, see: |
| 3006 |
+ |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
| 3007 |
+ |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
| 3008 |
+ |
mkdir_p='$(MKDIR_P)' |
| 3009 |
+ |
|
| 3010 |
|
# We need awk for the "check" target. The system "awk" is bad on |
| 3011 |
|
# some platforms. |
| 3012 |
|
# Always define AMTAR for backward compatibility. Yes, it's still used |
| 3066 |
|
_am_result=none |
| 3067 |
|
# First try GNU make style include. |
| 3068 |
|
echo "include confinc" > confmf |
| 3069 |
< |
# Ignore all kinds of additional output from `make'. |
| 3069 |
> |
# Ignore all kinds of additional output from 'make'. |
| 3070 |
|
case `$am_make -s -f confmf 2> /dev/null` in #( |
| 3071 |
|
*the\ am__doit\ target*) |
| 3072 |
|
am__include=include |
| 3132 |
|
IFS=$as_save_IFS |
| 3133 |
|
test -z "$as_dir" && as_dir=. |
| 3134 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3135 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3135 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3136 |
|
ac_cv_prog_CC="${ac_tool_prefix}gcc" |
| 3137 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3138 |
|
break 2 |
| 3172 |
|
IFS=$as_save_IFS |
| 3173 |
|
test -z "$as_dir" && as_dir=. |
| 3174 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3175 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3175 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3176 |
|
ac_cv_prog_ac_ct_CC="gcc" |
| 3177 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3178 |
|
break 2 |
| 3225 |
|
IFS=$as_save_IFS |
| 3226 |
|
test -z "$as_dir" && as_dir=. |
| 3227 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3228 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3228 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3229 |
|
ac_cv_prog_CC="${ac_tool_prefix}cc" |
| 3230 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3231 |
|
break 2 |
| 3266 |
|
IFS=$as_save_IFS |
| 3267 |
|
test -z "$as_dir" && as_dir=. |
| 3268 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3269 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3269 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3270 |
|
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
| 3271 |
|
ac_prog_rejected=yes |
| 3272 |
|
continue |
| 3324 |
|
IFS=$as_save_IFS |
| 3325 |
|
test -z "$as_dir" && as_dir=. |
| 3326 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3327 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3327 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3328 |
|
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
| 3329 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3330 |
|
break 2 |
| 3368 |
|
IFS=$as_save_IFS |
| 3369 |
|
test -z "$as_dir" && as_dir=. |
| 3370 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3371 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3371 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3372 |
|
ac_cv_prog_ac_ct_CC="$ac_prog" |
| 3373 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3374 |
|
break 2 |
| 3814 |
|
/* end confdefs.h. */ |
| 3815 |
|
#include <stdarg.h> |
| 3816 |
|
#include <stdio.h> |
| 3817 |
< |
#include <sys/types.h> |
| 3754 |
< |
#include <sys/stat.h> |
| 3817 |
> |
struct stat; |
| 3818 |
|
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
| 3819 |
|
struct buf { int x; }; |
| 3820 |
|
FILE * (*rcsopen) (struct buf *, struct stat *, int); |
| 3910 |
|
# We make a subdir and do the tests there. Otherwise we can end up |
| 3911 |
|
# making bogus files that we don't know about and never remove. For |
| 3912 |
|
# instance it was reported that on HP-UX the gcc test will end up |
| 3913 |
< |
# making a dummy file named `D' -- because `-MD' means `put the output |
| 3914 |
< |
# in D'. |
| 3913 |
> |
# making a dummy file named 'D' -- because '-MD' means "put the output |
| 3914 |
> |
# in D". |
| 3915 |
|
rm -rf conftest.dir |
| 3916 |
|
mkdir conftest.dir |
| 3917 |
|
# Copy depcomp to subdir because otherwise we won't find it if we're |
| 3946 |
|
: > sub/conftest.c |
| 3947 |
|
for i in 1 2 3 4 5 6; do |
| 3948 |
|
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
| 3949 |
< |
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
| 3950 |
< |
# Solaris 8's {/usr,}/bin/sh. |
| 3951 |
< |
touch sub/conftst$i.h |
| 3949 |
> |
# Using ": > sub/conftst$i.h" creates only sub/conftst1.h with |
| 3950 |
> |
# Solaris 10 /bin/sh. |
| 3951 |
> |
echo '/* dummy */' > sub/conftst$i.h |
| 3952 |
|
done |
| 3953 |
|
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
| 3954 |
|
|
| 3955 |
< |
# We check with `-c' and `-o' for the sake of the "dashmstdout" |
| 3955 |
> |
# We check with '-c' and '-o' for the sake of the "dashmstdout" |
| 3956 |
|
# mode. It turns out that the SunPro C++ compiler does not properly |
| 3957 |
< |
# handle `-M -o', and we need to detect this. Also, some Intel |
| 3958 |
< |
# versions had trouble with output in subdirs |
| 3957 |
> |
# handle '-M -o', and we need to detect this. Also, some Intel |
| 3958 |
> |
# versions had trouble with output in subdirs. |
| 3959 |
|
am__obj=sub/conftest.${OBJEXT-o} |
| 3960 |
|
am__minus_obj="-o $am__obj" |
| 3961 |
|
case $depmode in |
| 3964 |
|
test "$am__universal" = false || continue |
| 3965 |
|
;; |
| 3966 |
|
nosideeffect) |
| 3967 |
< |
# after this tag, mechanisms are not by side-effect, so they'll |
| 3968 |
< |
# only be used when explicitly requested |
| 3967 |
> |
# After this tag, mechanisms are not by side-effect, so they'll |
| 3968 |
> |
# only be used when explicitly requested. |
| 3969 |
|
if test "x$enable_dependency_tracking" = xyes; then |
| 3970 |
|
continue |
| 3971 |
|
else |
| 3973 |
|
fi |
| 3974 |
|
;; |
| 3975 |
|
msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
| 3976 |
< |
# This compiler won't grok `-c -o', but also, the minuso test has |
| 3976 |
> |
# This compiler won't grok '-c -o', but also, the minuso test has |
| 3977 |
|
# not run yet. These depmodes are late enough in the game, and |
| 3978 |
|
# so weak that their functioning should not be impacted. |
| 3979 |
|
am__obj=conftest.${OBJEXT-o} |
| 4173 |
|
return 0; |
| 4174 |
|
} |
| 4175 |
|
_ACEOF |
| 4176 |
< |
for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99 |
| 4176 |
> |
for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99 |
| 4177 |
|
do |
| 4178 |
|
CC="$ac_save_CC $ac_arg" |
| 4179 |
|
if ac_fn_c_try_compile "$LINENO"; then : |
| 4205 |
|
|
| 4206 |
|
|
| 4207 |
|
if test "$ac_cv_prog_cc_c99" = "no"; then : |
| 4208 |
< |
as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5 |
| 4208 |
> |
as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5 |
| 4209 |
|
fi |
| 4210 |
|
for ac_prog in 'bison -y' byacc |
| 4211 |
|
do |
| 4225 |
|
IFS=$as_save_IFS |
| 4226 |
|
test -z "$as_dir" && as_dir=. |
| 4227 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4228 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 4228 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 4229 |
|
ac_cv_prog_YACC="$ac_prog" |
| 4230 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 4231 |
|
break 2 |
| 4269 |
|
IFS=$as_save_IFS |
| 4270 |
|
test -z "$as_dir" && as_dir=. |
| 4271 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4272 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 4272 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 4273 |
|
ac_cv_prog_LEX="$ac_prog" |
| 4274 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 4275 |
|
break 2 |
| 4301 |
|
b { REJECT; } |
| 4302 |
|
c { yymore (); } |
| 4303 |
|
d { yyless (1); } |
| 4304 |
< |
e { yyless (input () != 0); } |
| 4304 |
> |
e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ |
| 4305 |
> |
yyless ((input () != 0)); } |
| 4306 |
|
f { unput (yytext[0]); } |
| 4307 |
|
. { BEGIN INITIAL; } |
| 4308 |
|
%% |
| 4610 |
|
for ac_prog in sed gsed; do |
| 4611 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4612 |
|
ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" |
| 4613 |
< |
{ test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue |
| 4613 |
> |
as_fn_executable_p "$ac_path_SED" || continue |
| 4614 |
|
# Check for GNU ac_path_SED and select it if it is found. |
| 4615 |
|
# Check for GNU $ac_path_SED |
| 4616 |
|
case `"$ac_path_SED" --version 2>&1` in |
| 4686 |
|
for ac_prog in grep ggrep; do |
| 4687 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4688 |
|
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4689 |
< |
{ test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue |
| 4689 |
> |
as_fn_executable_p "$ac_path_GREP" || continue |
| 4690 |
|
# Check for GNU ac_path_GREP and select it if it is found. |
| 4691 |
|
# Check for GNU $ac_path_GREP |
| 4692 |
|
case `"$ac_path_GREP" --version 2>&1` in |
| 4752 |
|
for ac_prog in egrep; do |
| 4753 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4754 |
|
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4755 |
< |
{ test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue |
| 4755 |
> |
as_fn_executable_p "$ac_path_EGREP" || continue |
| 4756 |
|
# Check for GNU ac_path_EGREP and select it if it is found. |
| 4757 |
|
# Check for GNU $ac_path_EGREP |
| 4758 |
|
case `"$ac_path_EGREP" --version 2>&1` in |
| 4819 |
|
for ac_prog in fgrep; do |
| 4820 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4821 |
|
ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4822 |
< |
{ test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue |
| 4822 |
> |
as_fn_executable_p "$ac_path_FGREP" || continue |
| 4823 |
|
# Check for GNU ac_path_FGREP and select it if it is found. |
| 4824 |
|
# Check for GNU $ac_path_FGREP |
| 4825 |
|
case `"$ac_path_FGREP" --version 2>&1` in |
| 5075 |
|
IFS=$as_save_IFS |
| 5076 |
|
test -z "$as_dir" && as_dir=. |
| 5077 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5078 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5078 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5079 |
|
ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" |
| 5080 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5081 |
|
break 2 |
| 5119 |
|
IFS=$as_save_IFS |
| 5120 |
|
test -z "$as_dir" && as_dir=. |
| 5121 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5122 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5122 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5123 |
|
ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" |
| 5124 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5125 |
|
break 2 |
| 5543 |
|
IFS=$as_save_IFS |
| 5544 |
|
test -z "$as_dir" && as_dir=. |
| 5545 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5546 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5546 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5547 |
|
ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" |
| 5548 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5549 |
|
break 2 |
| 5583 |
|
IFS=$as_save_IFS |
| 5584 |
|
test -z "$as_dir" && as_dir=. |
| 5585 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5586 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5586 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5587 |
|
ac_cv_prog_ac_ct_OBJDUMP="objdump" |
| 5588 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5589 |
|
break 2 |
| 5889 |
|
IFS=$as_save_IFS |
| 5890 |
|
test -z "$as_dir" && as_dir=. |
| 5891 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5892 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5892 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5893 |
|
ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" |
| 5894 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5895 |
|
break 2 |
| 5929 |
|
IFS=$as_save_IFS |
| 5930 |
|
test -z "$as_dir" && as_dir=. |
| 5931 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5932 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5932 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5933 |
|
ac_cv_prog_ac_ct_DLLTOOL="dlltool" |
| 5934 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5935 |
|
break 2 |
| 6032 |
|
IFS=$as_save_IFS |
| 6033 |
|
test -z "$as_dir" && as_dir=. |
| 6034 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6035 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6035 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6036 |
|
ac_cv_prog_AR="$ac_tool_prefix$ac_prog" |
| 6037 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6038 |
|
break 2 |
| 6076 |
|
IFS=$as_save_IFS |
| 6077 |
|
test -z "$as_dir" && as_dir=. |
| 6078 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6079 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6079 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6080 |
|
ac_cv_prog_ac_ct_AR="$ac_prog" |
| 6081 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6082 |
|
break 2 |
| 6201 |
|
IFS=$as_save_IFS |
| 6202 |
|
test -z "$as_dir" && as_dir=. |
| 6203 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6204 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6204 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6205 |
|
ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
| 6206 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6207 |
|
break 2 |
| 6241 |
|
IFS=$as_save_IFS |
| 6242 |
|
test -z "$as_dir" && as_dir=. |
| 6243 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6244 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6244 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6245 |
|
ac_cv_prog_ac_ct_STRIP="strip" |
| 6246 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6247 |
|
break 2 |
| 6300 |
|
IFS=$as_save_IFS |
| 6301 |
|
test -z "$as_dir" && as_dir=. |
| 6302 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6303 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6303 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6304 |
|
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
| 6305 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6306 |
|
break 2 |
| 6340 |
|
IFS=$as_save_IFS |
| 6341 |
|
test -z "$as_dir" && as_dir=. |
| 6342 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6343 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6343 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6344 |
|
ac_cv_prog_ac_ct_RANLIB="ranlib" |
| 6345 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6346 |
|
break 2 |
| 6989 |
|
IFS=$as_save_IFS |
| 6990 |
|
test -z "$as_dir" && as_dir=. |
| 6991 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6992 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6992 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6993 |
|
ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" |
| 6994 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6995 |
|
break 2 |
| 7029 |
|
IFS=$as_save_IFS |
| 7030 |
|
test -z "$as_dir" && as_dir=. |
| 7031 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7032 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7032 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7033 |
|
ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" |
| 7034 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7035 |
|
break 2 |
| 7109 |
|
IFS=$as_save_IFS |
| 7110 |
|
test -z "$as_dir" && as_dir=. |
| 7111 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7112 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7112 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7113 |
|
ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" |
| 7114 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7115 |
|
break 2 |
| 7149 |
|
IFS=$as_save_IFS |
| 7150 |
|
test -z "$as_dir" && as_dir=. |
| 7151 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7152 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7152 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7153 |
|
ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" |
| 7154 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7155 |
|
break 2 |
| 7201 |
|
IFS=$as_save_IFS |
| 7202 |
|
test -z "$as_dir" && as_dir=. |
| 7203 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7204 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7204 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7205 |
|
ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" |
| 7206 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7207 |
|
break 2 |
| 7241 |
|
IFS=$as_save_IFS |
| 7242 |
|
test -z "$as_dir" && as_dir=. |
| 7243 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7244 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7244 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7245 |
|
ac_cv_prog_ac_ct_NMEDIT="nmedit" |
| 7246 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7247 |
|
break 2 |
| 7293 |
|
IFS=$as_save_IFS |
| 7294 |
|
test -z "$as_dir" && as_dir=. |
| 7295 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7296 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7296 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7297 |
|
ac_cv_prog_LIPO="${ac_tool_prefix}lipo" |
| 7298 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7299 |
|
break 2 |
| 7333 |
|
IFS=$as_save_IFS |
| 7334 |
|
test -z "$as_dir" && as_dir=. |
| 7335 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7336 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7336 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7337 |
|
ac_cv_prog_ac_ct_LIPO="lipo" |
| 7338 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7339 |
|
break 2 |
| 7385 |
|
IFS=$as_save_IFS |
| 7386 |
|
test -z "$as_dir" && as_dir=. |
| 7387 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7388 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7388 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7389 |
|
ac_cv_prog_OTOOL="${ac_tool_prefix}otool" |
| 7390 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7391 |
|
break 2 |
| 7425 |
|
IFS=$as_save_IFS |
| 7426 |
|
test -z "$as_dir" && as_dir=. |
| 7427 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7428 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7428 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7429 |
|
ac_cv_prog_ac_ct_OTOOL="otool" |
| 7430 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7431 |
|
break 2 |
| 7477 |
|
IFS=$as_save_IFS |
| 7478 |
|
test -z "$as_dir" && as_dir=. |
| 7479 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7480 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7480 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7481 |
|
ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" |
| 7482 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7483 |
|
break 2 |
| 7517 |
|
IFS=$as_save_IFS |
| 7518 |
|
test -z "$as_dir" && as_dir=. |
| 7519 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7520 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7520 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7521 |
|
ac_cv_prog_ac_ct_OTOOL64="otool64" |
| 7522 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7523 |
|
break 2 |
| 13072 |
|
|
| 13073 |
|
# Checks for libraries. |
| 13074 |
|
|
| 13075 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 |
| 13076 |
< |
$as_echo_n "checking for library containing socket... " >&6; } |
| 13077 |
< |
if ${ac_cv_search_socket+:} false; then : |
| 13075 |
> |
ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo" |
| 13076 |
> |
if test "x$ac_cv_func_getaddrinfo" = xyes; then : |
| 13077 |
> |
|
| 13078 |
> |
else |
| 13079 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5 |
| 13080 |
> |
$as_echo_n "checking for library containing getaddrinfo... " >&6; } |
| 13081 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13082 |
|
$as_echo_n "(cached) " >&6 |
| 13083 |
|
else |
| 13084 |
|
ac_func_search_save_LIBS=$LIBS |
| 13091 |
|
#ifdef __cplusplus |
| 13092 |
|
extern "C" |
| 13093 |
|
#endif |
| 13094 |
< |
char socket (); |
| 13094 |
> |
char getaddrinfo (); |
| 13095 |
|
int |
| 13096 |
|
main () |
| 13097 |
|
{ |
| 13098 |
< |
return socket (); |
| 13098 |
> |
return getaddrinfo (); |
| 13099 |
|
; |
| 13100 |
|
return 0; |
| 13101 |
|
} |
| 13102 |
|
_ACEOF |
| 13103 |
< |
for ac_lib in '' socket; do |
| 13103 |
> |
for ac_lib in '' nsl; do |
| 13104 |
|
if test -z "$ac_lib"; then |
| 13105 |
|
ac_res="none required" |
| 13106 |
|
else |
| 13108 |
|
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13109 |
|
fi |
| 13110 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13111 |
< |
ac_cv_search_socket=$ac_res |
| 13111 |
> |
ac_cv_search_getaddrinfo=$ac_res |
| 13112 |
|
fi |
| 13113 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13114 |
|
conftest$ac_exeext |
| 13115 |
< |
if ${ac_cv_search_socket+:} false; then : |
| 13115 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13116 |
|
break |
| 13117 |
|
fi |
| 13118 |
|
done |
| 13119 |
< |
if ${ac_cv_search_socket+:} false; then : |
| 13119 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13120 |
|
|
| 13121 |
|
else |
| 13122 |
< |
ac_cv_search_socket=no |
| 13122 |
> |
ac_cv_search_getaddrinfo=no |
| 13123 |
|
fi |
| 13124 |
|
rm conftest.$ac_ext |
| 13125 |
|
LIBS=$ac_func_search_save_LIBS |
| 13126 |
|
fi |
| 13127 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 |
| 13128 |
< |
$as_echo "$ac_cv_search_socket" >&6; } |
| 13129 |
< |
ac_res=$ac_cv_search_socket |
| 13127 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5 |
| 13128 |
> |
$as_echo "$ac_cv_search_getaddrinfo" >&6; } |
| 13129 |
> |
ac_res=$ac_cv_search_getaddrinfo |
| 13130 |
|
if test "$ac_res" != no; then : |
| 13131 |
|
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13132 |
|
|
| 13065 |
– |
else |
| 13066 |
– |
as_fn_error $? "socket library not found" "$LINENO" 5 |
| 13133 |
|
fi |
| 13134 |
|
|
| 13135 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5 |
| 13136 |
< |
$as_echo_n "checking for library containing inet_ntoa... " >&6; } |
| 13137 |
< |
if ${ac_cv_search_inet_ntoa+:} false; then : |
| 13135 |
> |
fi |
| 13136 |
> |
|
| 13137 |
> |
ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo" |
| 13138 |
> |
if test "x$ac_cv_func_getnameinfo" = xyes; then : |
| 13139 |
> |
|
| 13140 |
> |
else |
| 13141 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5 |
| 13142 |
> |
$as_echo_n "checking for library containing getnameinfo... " >&6; } |
| 13143 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13144 |
|
$as_echo_n "(cached) " >&6 |
| 13145 |
|
else |
| 13146 |
|
ac_func_search_save_LIBS=$LIBS |
| 13153 |
|
#ifdef __cplusplus |
| 13154 |
|
extern "C" |
| 13155 |
|
#endif |
| 13156 |
< |
char inet_ntoa (); |
| 13156 |
> |
char getnameinfo (); |
| 13157 |
|
int |
| 13158 |
|
main () |
| 13159 |
|
{ |
| 13160 |
< |
return inet_ntoa (); |
| 13160 |
> |
return getnameinfo (); |
| 13161 |
|
; |
| 13162 |
|
return 0; |
| 13163 |
|
} |
| 13170 |
|
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13171 |
|
fi |
| 13172 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13173 |
< |
ac_cv_search_inet_ntoa=$ac_res |
| 13173 |
> |
ac_cv_search_getnameinfo=$ac_res |
| 13174 |
|
fi |
| 13175 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13176 |
|
conftest$ac_exeext |
| 13177 |
< |
if ${ac_cv_search_inet_ntoa+:} false; then : |
| 13177 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13178 |
|
break |
| 13179 |
|
fi |
| 13180 |
|
done |
| 13181 |
< |
if ${ac_cv_search_inet_ntoa+:} false; then : |
| 13181 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13182 |
|
|
| 13183 |
|
else |
| 13184 |
< |
ac_cv_search_inet_ntoa=no |
| 13184 |
> |
ac_cv_search_getnameinfo=no |
| 13185 |
|
fi |
| 13186 |
|
rm conftest.$ac_ext |
| 13187 |
|
LIBS=$ac_func_search_save_LIBS |
| 13188 |
|
fi |
| 13189 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5 |
| 13190 |
< |
$as_echo "$ac_cv_search_inet_ntoa" >&6; } |
| 13191 |
< |
ac_res=$ac_cv_search_inet_ntoa |
| 13189 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5 |
| 13190 |
> |
$as_echo "$ac_cv_search_getnameinfo" >&6; } |
| 13191 |
> |
ac_res=$ac_cv_search_getnameinfo |
| 13192 |
|
if test "$ac_res" != no; then : |
| 13193 |
|
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13194 |
|
|
| 13195 |
|
fi |
| 13196 |
|
|
| 13197 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5 |
| 13198 |
< |
$as_echo_n "checking for library containing inet_aton... " >&6; } |
| 13199 |
< |
if ${ac_cv_search_inet_aton+:} false; then : |
| 13197 |
> |
fi |
| 13198 |
> |
|
| 13199 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 |
| 13200 |
> |
$as_echo_n "checking for library containing socket... " >&6; } |
| 13201 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 13202 |
|
$as_echo_n "(cached) " >&6 |
| 13203 |
|
else |
| 13204 |
|
ac_func_search_save_LIBS=$LIBS |
| 13211 |
|
#ifdef __cplusplus |
| 13212 |
|
extern "C" |
| 13213 |
|
#endif |
| 13214 |
< |
char inet_aton (); |
| 13214 |
> |
char socket (); |
| 13215 |
|
int |
| 13216 |
|
main () |
| 13217 |
|
{ |
| 13218 |
< |
return inet_aton (); |
| 13218 |
> |
return socket (); |
| 13219 |
|
; |
| 13220 |
|
return 0; |
| 13221 |
|
} |
| 13222 |
|
_ACEOF |
| 13223 |
< |
for ac_lib in '' resolv; do |
| 13223 |
> |
for ac_lib in '' socket; do |
| 13224 |
|
if test -z "$ac_lib"; then |
| 13225 |
|
ac_res="none required" |
| 13226 |
|
else |
| 13228 |
|
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13229 |
|
fi |
| 13230 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13231 |
< |
ac_cv_search_inet_aton=$ac_res |
| 13231 |
> |
ac_cv_search_socket=$ac_res |
| 13232 |
|
fi |
| 13233 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13234 |
|
conftest$ac_exeext |
| 13235 |
< |
if ${ac_cv_search_inet_aton+:} false; then : |
| 13235 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 13236 |
|
break |
| 13237 |
|
fi |
| 13238 |
|
done |
| 13239 |
< |
if ${ac_cv_search_inet_aton+:} false; then : |
| 13239 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 13240 |
|
|
| 13241 |
|
else |
| 13242 |
< |
ac_cv_search_inet_aton=no |
| 13242 |
> |
ac_cv_search_socket=no |
| 13243 |
|
fi |
| 13244 |
|
rm conftest.$ac_ext |
| 13245 |
|
LIBS=$ac_func_search_save_LIBS |
| 13246 |
|
fi |
| 13247 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5 |
| 13248 |
< |
$as_echo "$ac_cv_search_inet_aton" >&6; } |
| 13249 |
< |
ac_res=$ac_cv_search_inet_aton |
| 13247 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 |
| 13248 |
> |
$as_echo "$ac_cv_search_socket" >&6; } |
| 13249 |
> |
ac_res=$ac_cv_search_socket |
| 13250 |
|
if test "$ac_res" != no; then : |
| 13251 |
|
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13252 |
|
|
| 13253 |
+ |
else |
| 13254 |
+ |
as_fn_error $? "socket library not found" "$LINENO" 5 |
| 13255 |
|
fi |
| 13256 |
|
|
| 13181 |
– |
for ac_func in inet_aton inet_ntop inet_pton |
| 13182 |
– |
do : |
| 13183 |
– |
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 13184 |
– |
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 13185 |
– |
if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 13186 |
– |
cat >>confdefs.h <<_ACEOF |
| 13187 |
– |
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 13188 |
– |
_ACEOF |
| 13189 |
– |
|
| 13190 |
– |
fi |
| 13191 |
– |
done |
| 13192 |
– |
|
| 13257 |
|
ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h> |
| 13258 |
|
#include <sys/socket.h> |
| 13259 |
|
#include <netdb.h> |
| 13572 |
|
|
| 13573 |
|
|
| 13574 |
|
|
| 13511 |
– |
|
| 13512 |
– |
|
| 13575 |
|
# Checks for header files. |
| 13576 |
|
|
| 13577 |
|
|
| 13606 |
|
|
| 13607 |
|
|
| 13608 |
|
|
| 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 |
– |
|
| 13609 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5 |
| 13610 |
|
$as_echo_n "checking for library containing crypt... " >&6; } |
| 13611 |
|
if ${ac_cv_search_crypt+:} false; then : |
| 13663 |
|
fi |
| 13664 |
|
|
| 13665 |
|
|
| 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 |
– |
|
| 13666 |
|
# Check whether --enable-libpcre was given. |
| 13667 |
|
if test "${enable_libpcre+set}" = set; then : |
| 13668 |
< |
enableval=$enable_libpcre; libpcre=$enableval |
| 13668 |
> |
enableval=$enable_libpcre; |
| 13669 |
|
else |
| 13646 |
– |
libpcre=yes |
| 13647 |
– |
fi |
| 13648 |
– |
|
| 13649 |
– |
|
| 13650 |
– |
if test "$libpcre" = "yes"; then : |
| 13651 |
– |
|
| 13670 |
|
ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default" |
| 13671 |
|
if test "x$ac_cv_header_pcre_h" = xyes; then : |
| 13672 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5 |
| 13673 |
< |
$as_echo_n "checking for pcre_study in -lpcre... " >&6; } |
| 13674 |
< |
if ${ac_cv_lib_pcre_pcre_study+:} false; then : |
| 13672 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5 |
| 13673 |
> |
$as_echo_n "checking for library containing pcre_study... " >&6; } |
| 13674 |
> |
if ${ac_cv_search_pcre_study+:} false; then : |
| 13675 |
|
$as_echo_n "(cached) " >&6 |
| 13676 |
|
else |
| 13677 |
< |
ac_check_lib_save_LIBS=$LIBS |
| 13660 |
< |
LIBS="-lpcre $LIBS" |
| 13677 |
> |
ac_func_search_save_LIBS=$LIBS |
| 13678 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13679 |
|
/* end confdefs.h. */ |
| 13680 |
|
|
| 13693 |
|
return 0; |
| 13694 |
|
} |
| 13695 |
|
_ACEOF |
| 13696 |
< |
if ac_fn_c_try_link "$LINENO"; then : |
| 13697 |
< |
ac_cv_lib_pcre_pcre_study=yes |
| 13698 |
< |
else |
| 13699 |
< |
ac_cv_lib_pcre_pcre_study=no |
| 13696 |
> |
for ac_lib in '' pcre; do |
| 13697 |
> |
if test -z "$ac_lib"; then |
| 13698 |
> |
ac_res="none required" |
| 13699 |
> |
else |
| 13700 |
> |
ac_res=-l$ac_lib |
| 13701 |
> |
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13702 |
> |
fi |
| 13703 |
> |
if ac_fn_c_try_link "$LINENO"; then : |
| 13704 |
> |
ac_cv_search_pcre_study=$ac_res |
| 13705 |
|
fi |
| 13706 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13707 |
< |
conftest$ac_exeext conftest.$ac_ext |
| 13708 |
< |
LIBS=$ac_check_lib_save_LIBS |
| 13707 |
> |
conftest$ac_exeext |
| 13708 |
> |
if ${ac_cv_search_pcre_study+:} false; then : |
| 13709 |
> |
break |
| 13710 |
|
fi |
| 13711 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5 |
| 13712 |
< |
$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 |
< |
|
| 13711 |
> |
done |
| 13712 |
> |
if ${ac_cv_search_pcre_study+:} false; then : |
| 13713 |
|
|
| 13714 |
|
else |
| 13715 |
< |
libpcre=no |
| 13715 |
> |
ac_cv_search_pcre_study=no |
| 13716 |
|
fi |
| 13717 |
+ |
rm conftest.$ac_ext |
| 13718 |
+ |
LIBS=$ac_func_search_save_LIBS |
| 13719 |
+ |
fi |
| 13720 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5 |
| 13721 |
+ |
$as_echo "$ac_cv_search_pcre_study" >&6; } |
| 13722 |
+ |
ac_res=$ac_cv_search_pcre_study |
| 13723 |
+ |
if test "$ac_res" != no; then : |
| 13724 |
+ |
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13725 |
|
|
| 13726 |
+ |
$as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h |
| 13727 |
|
|
| 13702 |
– |
else |
| 13703 |
– |
libpcre=no |
| 13728 |
|
fi |
| 13729 |
|
|
| 13730 |
+ |
fi |
| 13731 |
|
|
| 13732 |
|
|
| 13733 |
|
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 |
– |
|
| 13734 |
|
|
| 13735 |
|
|
| 13736 |
|
# Check whether --enable-openssl was given. |
| 13820 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 |
| 13821 |
|
$as_echo "found" >&6; } |
| 13822 |
|
|
| 13823 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5 |
| 13824 |
< |
$as_echo_n "checking for SSL_connect in -lssl... " >&6; } |
| 13825 |
< |
if ${ac_cv_lib_ssl_SSL_connect+:} false; then : |
| 13823 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5 |
| 13824 |
> |
$as_echo_n "checking for RSA_free in -lcrypto... " >&6; } |
| 13825 |
> |
if ${ac_cv_lib_crypto_RSA_free+:} false; then : |
| 13826 |
|
$as_echo_n "(cached) " >&6 |
| 13827 |
|
else |
| 13828 |
|
ac_check_lib_save_LIBS=$LIBS |
| 13829 |
< |
LIBS="-lssl $LIBS" |
| 13829 |
> |
LIBS="-lcrypto $LIBS" |
| 13830 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13831 |
|
/* end confdefs.h. */ |
| 13832 |
|
|
| 13836 |
|
#ifdef __cplusplus |
| 13837 |
|
extern "C" |
| 13838 |
|
#endif |
| 13839 |
< |
char SSL_connect (); |
| 13839 |
> |
char RSA_free (); |
| 13840 |
|
int |
| 13841 |
|
main () |
| 13842 |
|
{ |
| 13843 |
< |
return SSL_connect (); |
| 13843 |
> |
return RSA_free (); |
| 13844 |
|
; |
| 13845 |
|
return 0; |
| 13846 |
|
} |
| 13847 |
|
_ACEOF |
| 13848 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13849 |
< |
ac_cv_lib_ssl_SSL_connect=yes |
| 13849 |
> |
ac_cv_lib_crypto_RSA_free=yes |
| 13850 |
|
else |
| 13851 |
< |
ac_cv_lib_ssl_SSL_connect=no |
| 13851 |
> |
ac_cv_lib_crypto_RSA_free=no |
| 13852 |
|
fi |
| 13853 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13854 |
|
conftest$ac_exeext conftest.$ac_ext |
| 13855 |
|
LIBS=$ac_check_lib_save_LIBS |
| 13856 |
|
fi |
| 13857 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5 |
| 13858 |
< |
$as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; } |
| 13859 |
< |
if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then : |
| 13857 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5 |
| 13858 |
> |
$as_echo "$ac_cv_lib_crypto_RSA_free" >&6; } |
| 13859 |
> |
if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then : |
| 13860 |
|
cat >>confdefs.h <<_ACEOF |
| 13861 |
< |
#define HAVE_LIBSSL 1 |
| 13861 |
> |
#define HAVE_LIBCRYPTO 1 |
| 13862 |
|
_ACEOF |
| 13863 |
|
|
| 13864 |
< |
LIBS="-lssl $LIBS" |
| 13864 |
> |
LIBS="-lcrypto $LIBS" |
| 13865 |
|
|
| 13866 |
|
fi |
| 13867 |
|
|
| 13868 |
< |
if test "$ac_cv_lib_ssl_SSL_connect" = "yes"; then : |
| 13869 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for RSA_free in -lcrypto" >&5 |
| 13870 |
< |
$as_echo_n "checking for RSA_free in -lcrypto... " >&6; } |
| 13871 |
< |
if ${ac_cv_lib_crypto_RSA_free+:} false; then : |
| 13868 |
> |
if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then : |
| 13869 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5 |
| 13870 |
> |
$as_echo_n "checking for SSL_connect in -lssl... " >&6; } |
| 13871 |
> |
if ${ac_cv_lib_ssl_SSL_connect+:} false; then : |
| 13872 |
|
$as_echo_n "(cached) " >&6 |
| 13873 |
|
else |
| 13874 |
|
ac_check_lib_save_LIBS=$LIBS |
| 13875 |
< |
LIBS="-lcrypto $LIBS" |
| 13875 |
> |
LIBS="-lssl $LIBS" |
| 13876 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13877 |
|
/* end confdefs.h. */ |
| 13878 |
|
|
| 13882 |
|
#ifdef __cplusplus |
| 13883 |
|
extern "C" |
| 13884 |
|
#endif |
| 13885 |
< |
char RSA_free (); |
| 13885 |
> |
char SSL_connect (); |
| 13886 |
|
int |
| 13887 |
|
main () |
| 13888 |
|
{ |
| 13889 |
< |
return RSA_free (); |
| 13889 |
> |
return SSL_connect (); |
| 13890 |
|
; |
| 13891 |
|
return 0; |
| 13892 |
|
} |
| 13893 |
|
_ACEOF |
| 13894 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13895 |
< |
ac_cv_lib_crypto_RSA_free=yes |
| 13895 |
> |
ac_cv_lib_ssl_SSL_connect=yes |
| 13896 |
|
else |
| 13897 |
< |
ac_cv_lib_crypto_RSA_free=no |
| 13897 |
> |
ac_cv_lib_ssl_SSL_connect=no |
| 13898 |
|
fi |
| 13899 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13900 |
|
conftest$ac_exeext conftest.$ac_ext |
| 13901 |
|
LIBS=$ac_check_lib_save_LIBS |
| 13902 |
|
fi |
| 13903 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_crypto_RSA_free" >&5 |
| 13904 |
< |
$as_echo "$ac_cv_lib_crypto_RSA_free" >&6; } |
| 13905 |
< |
if test "x$ac_cv_lib_crypto_RSA_free" = xyes; then : |
| 13903 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5 |
| 13904 |
> |
$as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; } |
| 13905 |
> |
if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then : |
| 13906 |
|
cat >>confdefs.h <<_ACEOF |
| 13907 |
< |
#define HAVE_LIBCRYPTO 1 |
| 13907 |
> |
#define HAVE_LIBSSL 1 |
| 13908 |
|
_ACEOF |
| 13909 |
|
|
| 13910 |
< |
LIBS="-lcrypto $LIBS" |
| 13910 |
> |
LIBS="-lssl $LIBS" |
| 13911 |
|
|
| 13912 |
|
fi |
| 13913 |
|
|
| 13920 |
|
fi |
| 13921 |
|
fi |
| 13922 |
|
|
| 13923 |
< |
if test "$ac_cv_lib_crypto_RSA_free" = yes; then |
| 13923 |
> |
if test "$ac_cv_lib_ssl_SSL_connect" = yes; then |
| 13924 |
|
ENABLE_SSL_TRUE= |
| 13925 |
|
ENABLE_SSL_FALSE='#' |
| 13926 |
|
else |
| 13945 |
|
fi |
| 13946 |
|
|
| 13947 |
|
|
| 13931 |
– |
# Check whether --enable-small-net was given. |
| 13932 |
– |
if test "${enable_small_net+set}" = set; then : |
| 13933 |
– |
enableval=$enable_small_net; small_net=$enableval |
| 13934 |
– |
else |
| 13935 |
– |
small_net=no |
| 13936 |
– |
fi |
| 13937 |
– |
|
| 13938 |
– |
|
| 13939 |
– |
if test "$small_net" = "yes"; then : |
| 13940 |
– |
|
| 13941 |
– |
|
| 13942 |
– |
$as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h |
| 13943 |
– |
|
| 13944 |
– |
|
| 13945 |
– |
$as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h |
| 13946 |
– |
|
| 13947 |
– |
|
| 13948 |
– |
$as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h |
| 13949 |
– |
|
| 13950 |
– |
|
| 13951 |
– |
$as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h |
| 13952 |
– |
|
| 13953 |
– |
|
| 13954 |
– |
$as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h |
| 13955 |
– |
|
| 13956 |
– |
|
| 13957 |
– |
$as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h |
| 13958 |
– |
|
| 13959 |
– |
|
| 13960 |
– |
$as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h |
| 13961 |
– |
|
| 13962 |
– |
|
| 13963 |
– |
$as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h |
| 13964 |
– |
|
| 13965 |
– |
|
| 13966 |
– |
$as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h |
| 13948 |
|
|
| 13949 |
< |
|
| 13969 |
< |
$as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h |
| 13970 |
< |
|
| 13971 |
< |
else |
| 13972 |
< |
|
| 13973 |
< |
|
| 13974 |
< |
|
| 13975 |
< |
$as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h |
| 13949 |
> |
$as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h |
| 13950 |
|
|
| 13951 |
|
|
| 13952 |
|
$as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h |
| 13964 |
|
$as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h |
| 13965 |
|
|
| 13966 |
|
|
| 13993 |
– |
$as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h |
| 13994 |
– |
|
| 13995 |
– |
|
| 13967 |
|
$as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h |
| 13968 |
|
|
| 13969 |
|
|
| 13970 |
< |
$as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h |
| 13970 |
> |
$as_echo "#define AUTH_HEAP_SIZE 256" >>confdefs.h |
| 13971 |
|
|
| 13972 |
|
|
| 13973 |
< |
$as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h |
| 13973 |
> |
$as_echo "#define DNS_HEAP_SIZE 256" >>confdefs.h |
| 13974 |
|
|
| 14004 |
– |
fi |
| 13975 |
|
|
| 13976 |
|
|
| 13977 |
|
# Argument processing. |
| 13992 |
|
enableval=$enable_devpoll; desired_iopoll_mechanism="devpoll" |
| 13993 |
|
fi |
| 13994 |
|
|
| 14025 |
– |
# Check whether --enable-rtsigio was given. |
| 14026 |
– |
if test "${enable_rtsigio+set}" = set; then : |
| 14027 |
– |
enableval=$enable_rtsigio; desired_iopoll_mechanism="rtsigio" |
| 14028 |
– |
fi |
| 14029 |
– |
|
| 13995 |
|
# Check whether --enable-poll was given. |
| 13996 |
|
if test "${enable_poll+set}" = set; then : |
| 13997 |
|
enableval=$enable_poll; desired_iopoll_mechanism="poll" |
| 14175 |
|
$as_echo "#define HAVE_SYS_DEVPOLL_H 1" >>confdefs.h |
| 14176 |
|
|
| 14177 |
|
fi |
| 14178 |
< |
iopoll_mechanism_rtsigio=4 |
| 14214 |
< |
|
| 14215 |
< |
cat >>confdefs.h <<_ACEOF |
| 14216 |
< |
#define __IOPOLL_MECHANISM_RTSIGIO $iopoll_mechanism_rtsigio |
| 14217 |
< |
_ACEOF |
| 14218 |
< |
|
| 14219 |
< |
if test "$cross_compiling" = yes; then : |
| 14220 |
< |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 14221 |
< |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 14222 |
< |
as_fn_error $? "cannot run test program while cross compiling |
| 14223 |
< |
See \`config.log' for more details" "$LINENO" 5; } |
| 14224 |
< |
else |
| 14225 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 14226 |
< |
/* end confdefs.h. */ |
| 14227 |
< |
|
| 14228 |
< |
#define _GNU_SOURCE |
| 14229 |
< |
#include <fcntl.h> |
| 14230 |
< |
static unsigned int have_f_setsig = 0; |
| 14231 |
< |
|
| 14232 |
< |
int |
| 14233 |
< |
main () |
| 14234 |
< |
{ |
| 14235 |
< |
|
| 14236 |
< |
#ifdef F_SETSIG |
| 14237 |
< |
have_f_setsig = 1; |
| 14238 |
< |
#endif |
| 14239 |
< |
return have_f_setsig == 0; |
| 14240 |
< |
|
| 14241 |
< |
; |
| 14242 |
< |
return 0; |
| 14243 |
< |
} |
| 14244 |
< |
_ACEOF |
| 14245 |
< |
if ac_fn_c_try_run "$LINENO"; then : |
| 14246 |
< |
is_rtsigio_mechanism_available="yes" |
| 14247 |
< |
else |
| 14248 |
< |
is_rtsigio_mechanism_available="no" |
| 14249 |
< |
fi |
| 14250 |
< |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |
| 14251 |
< |
conftest.$ac_objext conftest.beam conftest.$ac_ext |
| 14252 |
< |
fi |
| 14253 |
< |
|
| 14254 |
< |
iopoll_mechanism_poll=5 |
| 14178 |
> |
iopoll_mechanism_poll=4 |
| 14179 |
|
|
| 14180 |
|
cat >>confdefs.h <<_ACEOF |
| 14181 |
|
#define __IOPOLL_MECHANISM_POLL $iopoll_mechanism_poll |
| 14229 |
|
fi |
| 14230 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 14231 |
|
conftest$ac_exeext conftest.$ac_ext |
| 14232 |
< |
iopoll_mechanism_select=6 |
| 14232 |
> |
iopoll_mechanism_select=5 |
| 14233 |
|
|
| 14234 |
|
cat >>confdefs.h <<_ACEOF |
| 14235 |
|
#define __IOPOLL_MECHANISM_SELECT $iopoll_mechanism_select |
| 14284 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 14285 |
|
conftest$ac_exeext conftest.$ac_ext |
| 14286 |
|
optimal_iopoll_mechanism="none" |
| 14287 |
< |
for mechanism in "kqueue" "epoll" "devpoll" "rtsigio" "poll" "select" ; do # order is important |
| 14287 |
> |
for mechanism in "kqueue" "epoll" "devpoll" "poll" "select" ; do # order is important |
| 14288 |
|
eval "is_optimal_iopoll_mechanism_available=\$is_${mechanism}_mechanism_available" |
| 14289 |
|
if test "$is_optimal_iopoll_mechanism_available" = "yes" ; then |
| 14290 |
|
optimal_iopoll_mechanism="$mechanism" |
| 14331 |
|
|
| 14332 |
|
|
| 14333 |
|
cat >>confdefs.h <<_ACEOF |
| 14334 |
< |
#define NICKLEN ($nicklen+1) |
| 14334 |
> |
#define NICKLEN ($nicklen) |
| 14335 |
|
_ACEOF |
| 14336 |
|
|
| 14337 |
|
|
| 14351 |
|
|
| 14352 |
|
|
| 14353 |
|
|
| 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 |
– |
|
| 14354 |
|
# Check whether --enable-halfops was given. |
| 14355 |
|
if test "${enable_halfops+set}" = set; then : |
| 14356 |
|
enableval=$enable_halfops; halfops="$enableval" |
| 14373 |
|
fi |
| 14374 |
|
|
| 14375 |
|
if test "$debugging" = "yes" ; then |
| 14477 |
– |
|
| 14478 |
– |
$as_echo "#define DEBUG 1" >>confdefs.h |
| 14479 |
– |
|
| 14376 |
|
CFLAGS="-Wall -g -O0" |
| 14481 |
– |
else |
| 14482 |
– |
|
| 14483 |
– |
$as_echo "#define NDEBUG 1" >>confdefs.h |
| 14484 |
– |
|
| 14377 |
|
fi |
| 14378 |
|
|
| 14379 |
|
|
| 14587 |
|
LTLIBOBJS=$ac_ltlibobjs |
| 14588 |
|
|
| 14589 |
|
|
| 14590 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 |
| 14591 |
+ |
$as_echo_n "checking that generated files are newer than configure... " >&6; } |
| 14592 |
+ |
if test -n "$am_sleep_pid"; then |
| 14593 |
+ |
# Hide warnings about reused PIDs. |
| 14594 |
+ |
wait $am_sleep_pid 2>/dev/null |
| 14595 |
+ |
fi |
| 14596 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 |
| 14597 |
+ |
$as_echo "done" >&6; } |
| 14598 |
|
if test -n "$EXEEXT"; then |
| 14599 |
|
am__EXEEXT_TRUE= |
| 14600 |
|
am__EXEEXT_FALSE='#' |
| 14641 |
|
|
| 14642 |
|
|
| 14643 |
|
|
| 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 |
| 14644 |
|
if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then |
| 14645 |
|
as_fn_error $? "conditional \"ENABLE_SSL\" was never defined. |
| 14646 |
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 14647 |
|
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 |
| 14648 |
|
|
| 14649 |
|
: "${CONFIG_STATUS=./config.status}" |
| 14650 |
|
ac_write_fail=0 |
| 14943 |
|
# ... but there are two gotchas: |
| 14944 |
|
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 14945 |
|
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 14946 |
< |
# In both cases, we have to default to `cp -p'. |
| 14946 |
> |
# In both cases, we have to default to `cp -pR'. |
| 14947 |
|
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
| 14948 |
< |
as_ln_s='cp -p' |
| 14948 |
> |
as_ln_s='cp -pR' |
| 14949 |
|
elif ln conf$$.file conf$$ 2>/dev/null; then |
| 14950 |
|
as_ln_s=ln |
| 14951 |
|
else |
| 14952 |
< |
as_ln_s='cp -p' |
| 14952 |
> |
as_ln_s='cp -pR' |
| 14953 |
|
fi |
| 14954 |
|
else |
| 14955 |
< |
as_ln_s='cp -p' |
| 14955 |
> |
as_ln_s='cp -pR' |
| 14956 |
|
fi |
| 14957 |
|
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| 14958 |
|
rmdir conf$$.dir 2>/dev/null |
| 15012 |
|
as_mkdir_p=false |
| 15013 |
|
fi |
| 15014 |
|
|
| 15015 |
< |
if test -x / >/dev/null 2>&1; then |
| 15016 |
< |
as_test_x='test -x' |
| 15017 |
< |
else |
| 15018 |
< |
if ls -dL / >/dev/null 2>&1; then |
| 15019 |
< |
as_ls_L_option=L |
| 15020 |
< |
else |
| 15021 |
< |
as_ls_L_option= |
| 15022 |
< |
fi |
| 15023 |
< |
as_test_x=' |
| 15024 |
< |
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 |
| 15015 |
> |
|
| 15016 |
> |
# as_fn_executable_p FILE |
| 15017 |
> |
# ----------------------- |
| 15018 |
> |
# Test if FILE is an executable regular file. |
| 15019 |
> |
as_fn_executable_p () |
| 15020 |
> |
{ |
| 15021 |
> |
test -f "$1" && test -x "$1" |
| 15022 |
> |
} # as_fn_executable_p |
| 15023 |
> |
as_test_x='test -x' |
| 15024 |
> |
as_executable_p=as_fn_executable_p |
| 15025 |
|
|
| 15026 |
|
# Sed expression to map a string onto a valid CPP name. |
| 15027 |
|
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| 15042 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
| 15043 |
|
# values after options handling. |
| 15044 |
|
ac_log=" |
| 15045 |
< |
This file was extended by ircd-hybrid $as_me 8beta1, which was |
| 15046 |
< |
generated by GNU Autoconf 2.68. Invocation command line was |
| 15045 |
> |
This file was extended by ircd-hybrid $as_me 8.0.3, which was |
| 15046 |
> |
generated by GNU Autoconf 2.69. Invocation command line was |
| 15047 |
|
|
| 15048 |
|
CONFIG_FILES = $CONFIG_FILES |
| 15049 |
|
CONFIG_HEADERS = $CONFIG_HEADERS |
| 15108 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15109 |
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 15110 |
|
ac_cs_version="\\ |
| 15111 |
< |
ircd-hybrid config.status 8beta1 |
| 15112 |
< |
configured by $0, generated by GNU Autoconf 2.68, |
| 15111 |
> |
ircd-hybrid config.status 8.0.3 |
| 15112 |
> |
configured by $0, generated by GNU Autoconf 2.69, |
| 15113 |
|
with options \\"\$ac_cs_config\\" |
| 15114 |
|
|
| 15115 |
< |
Copyright (C) 2010 Free Software Foundation, Inc. |
| 15115 |
> |
Copyright (C) 2012 Free Software Foundation, Inc. |
| 15116 |
|
This config.status script is free software; the Free Software Foundation |
| 15117 |
|
gives unlimited permission to copy, distribute and modify it." |
| 15118 |
|
|
| 15203 |
|
_ACEOF |
| 15204 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15205 |
|
if \$ac_cs_recheck; then |
| 15206 |
< |
set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
| 15206 |
> |
set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
| 15207 |
|
shift |
| 15208 |
|
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
| 15209 |
|
CONFIG_SHELL='$SHELL' |
| 16126 |
|
|
| 16127 |
|
case $ac_file$ac_mode in |
| 16128 |
|
"depfiles":C) test x"$AMDEP_TRUE" != x"" || { |
| 16129 |
< |
# Autoconf 2.62 quotes --file arguments for eval, but not when files |
| 16129 |
> |
# Older Autoconf quotes --file arguments for eval, but not when files |
| 16130 |
|
# are listed without --file. Let's play safe and only enable the eval |
| 16131 |
|
# if we detect the quoting. |
| 16132 |
|
case $CONFIG_FILES in |
| 16139 |
|
# Strip MF so we end up with the name of the file. |
| 16140 |
|
mf=`echo "$mf" | sed -e 's/:.*$//'` |
| 16141 |
|
# Check whether this is an Automake generated Makefile or not. |
| 16142 |
< |
# We used to match only the files named `Makefile.in', but |
| 16142 |
> |
# We used to match only the files named 'Makefile.in', but |
| 16143 |
|
# some people rename them; so instead we look at the file content. |
| 16144 |
|
# Grep'ing the first line is not enough: some people post-process |
| 16145 |
|
# each Makefile.in and add a new line on top of each file to say so. |
| 16173 |
|
continue |
| 16174 |
|
fi |
| 16175 |
|
# Extract the definition of DEPDIR, am__include, and am__quote |
| 16176 |
< |
# from the Makefile without running `make'. |
| 16176 |
> |
# from the Makefile without running 'make'. |
| 16177 |
|
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 16178 |
|
test -z "$DEPDIR" && continue |
| 16179 |
|
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 16180 |
|
test -z "am__include" && continue |
| 16181 |
|
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"` |
| 16182 |
|
# Find all dependency output files, they are included files with |
| 16183 |
|
# $(DEPDIR) in their names. We invoke sed twice because it is the |
| 16184 |
|
# simplest approach to changing $(DEPDIR) to its actual value in the |
| 16185 |
|
# expansion. |
| 16186 |
|
for file in `sed -n " |
| 16187 |
|
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
| 16188 |
< |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
| 16188 |
> |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
| 16189 |
|
# Make sure the directory exists. |
| 16190 |
|
test -f "$dirpart/$file" && continue |
| 16191 |
|
fdir=`$as_dirname -- "$file" || |