| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 1111 2010-11-26 20:01:41Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 1788 2013-01-28 19:35:50Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
< |
# Generated by GNU Autoconf 2.68 for ircd-hybrid 7.3.0. |
| 4 |
> |
# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.0.7. |
| 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='7.3.0' |
| 597 |
< |
PACKAGE_STRING='ircd-hybrid 7.3.0' |
| 596 |
> |
PACKAGE_VERSION='8.0.7' |
| 597 |
> |
PACKAGE_STRING='ircd-hybrid 8.0.7' |
| 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 |
| 706 |
|
am__fastdepCC_FALSE |
| 707 |
|
am__fastdepCC_TRUE |
| 708 |
|
CCDEPMODE |
| 709 |
+ |
am__nodep |
| 710 |
|
AMDEPBACKSLASH |
| 711 |
|
AMDEP_FALSE |
| 712 |
|
AMDEP_TRUE |
| 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 |
| 786 |
– |
with_zlib_path |
| 787 |
– |
enable_zlib |
| 788 |
– |
with_libpcre_path |
| 808 |
|
enable_libpcre |
| 809 |
|
enable_openssl |
| 810 |
|
enable_assert |
| 792 |
– |
enable_small_net |
| 811 |
|
enable_kqueue |
| 812 |
|
enable_epoll |
| 813 |
|
enable_devpoll |
| 796 |
– |
enable_rtsigio |
| 814 |
|
enable_poll |
| 815 |
|
enable_select |
| 799 |
– |
with_nicklen |
| 800 |
– |
with_topiclen |
| 801 |
– |
with_syslog_facility |
| 802 |
– |
enable_efnet |
| 816 |
|
enable_halfops |
| 817 |
|
enable_debugging |
| 818 |
|
enable_warnings |
| 806 |
– |
enable_syslog |
| 819 |
|
' |
| 820 |
|
ac_precious_vars='build_alias |
| 821 |
|
host_alias |
| 1283 |
|
if test "x$host_alias" != x; then |
| 1284 |
|
if test "x$build_alias" = x; then |
| 1285 |
|
cross_compiling=maybe |
| 1274 |
– |
$as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host. |
| 1275 |
– |
If a cross compiler is detected then cross compile mode will be used" >&2 |
| 1286 |
|
elif test "x$build_alias" != "x$host_alias"; then |
| 1287 |
|
cross_compiling=yes |
| 1288 |
|
fi |
| 1368 |
|
# Omit some internal or obsolete options to make the list less imposing. |
| 1369 |
|
# This message is too long to be a string in the A/UX 3.1 sh. |
| 1370 |
|
cat <<_ACEOF |
| 1371 |
< |
\`configure' configures ircd-hybrid 7.3.0 to adapt to many kinds of systems. |
| 1371 |
> |
\`configure' configures ircd-hybrid 8.0.7 to adapt to many kinds of systems. |
| 1372 |
|
|
| 1373 |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1374 |
|
|
| 1438 |
|
|
| 1439 |
|
if test -n "$ac_init_help"; then |
| 1440 |
|
case $ac_init_help in |
| 1441 |
< |
short | recursive ) echo "Configuration of ircd-hybrid 7.3.0:";; |
| 1441 |
> |
short | recursive ) echo "Configuration of ircd-hybrid 8.0.7:";; |
| 1442 |
|
esac |
| 1443 |
|
cat <<\_ACEOF |
| 1444 |
|
|
| 1446 |
|
--disable-option-checking ignore unrecognized --enable/--with options |
| 1447 |
|
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) |
| 1448 |
|
--enable-FEATURE[=ARG] include FEATURE [ARG=yes] |
| 1449 |
< |
--enable-maintainer-mode enable make rules and dependencies not useful |
| 1450 |
< |
(and sometimes confusing) to the casual installer |
| 1451 |
< |
--disable-dependency-tracking speeds up one-time build |
| 1452 |
< |
--enable-dependency-tracking do not reject slow dependency extractors |
| 1449 |
> |
--enable-silent-rules less verbose build output (undo: "make V=1") |
| 1450 |
> |
--disable-silent-rules verbose build output (undo: "make V=0") |
| 1451 |
> |
--enable-maintainer-mode |
| 1452 |
> |
enable make rules and dependencies not useful (and |
| 1453 |
> |
sometimes confusing) to the casual installer |
| 1454 |
> |
--enable-dependency-tracking |
| 1455 |
> |
do not reject slow dependency extractors |
| 1456 |
> |
--disable-dependency-tracking |
| 1457 |
> |
speeds up one-time build |
| 1458 |
|
--enable-static[=PKGS] build static libraries [default=no] |
| 1459 |
|
--enable-shared[=PKGS] build shared libraries [default=yes] |
| 1460 |
|
--enable-fast-install[=PKGS] |
| 1461 |
|
optimize for fast installation [default=yes] |
| 1462 |
|
--disable-libtool-lock avoid locking (might break parallel builds) |
| 1463 |
|
--enable-ltdl-install install libltdl |
| 1449 |
– |
--disable-zlib Disable ziplinks support |
| 1464 |
|
--disable-libpcre Disable PCRE support |
| 1465 |
|
--enable-openssl=DIR Enable OpenSSL support (DIR optional). |
| 1466 |
|
--disable-openssl Disable OpenSSL support. |
| 1467 |
|
--enable-assert Enable assert() statements |
| 1454 |
– |
--enable-small-net Enable small network support. |
| 1468 |
|
--enable-kqueue Force kqueue usage. |
| 1469 |
|
--enable-epoll Force epoll usage. |
| 1470 |
|
--enable-devpoll Force devpoll usage. |
| 1458 |
– |
--enable-rtsigio Force rtsigio usage. |
| 1471 |
|
--enable-poll Force poll usage. |
| 1472 |
|
--enable-select Force select usage. |
| 1461 |
– |
--enable-efnet For IRCDs running on EFnet. |
| 1473 |
|
--enable-halfops Enable halfops support. |
| 1474 |
|
--enable-debugging Enable debugging. |
| 1475 |
|
--enable-warnings Enable compiler warnings. |
| 1465 |
– |
--enable-syslog="EVENTS" |
| 1466 |
– |
Enable syslog for events: users oper (space |
| 1467 |
– |
separated in quotes; default: disabled). |
| 1476 |
|
|
| 1477 |
|
Optional Packages: |
| 1478 |
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
| 1479 |
|
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
| 1480 |
< |
--with-pic try to use only PIC/non-PIC objects [default=use |
| 1480 |
> |
--with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use |
| 1481 |
|
both] |
| 1482 |
|
--with-gnu-ld assume the C compiler uses GNU ld [default=no] |
| 1483 |
|
--with-sysroot=DIR Search for dependent libraries within DIR |
| 1485 |
|
--with-included-ltdl use the GNU ltdl sources included here |
| 1486 |
|
--with-ltdl-include=DIR use the ltdl headers installed in DIR |
| 1487 |
|
--with-ltdl-lib=DIR use the libltdl.la installed in DIR |
| 1480 |
– |
--with-zlib-path=DIR Path to libz.so for ziplinks support. |
| 1481 |
– |
--with-libpcre-path=DIR Path to libpcre.so for PCRE support. |
| 1482 |
– |
--with-nicklen=<value> Set nickname length (default 9). |
| 1483 |
– |
--with-topiclen=<value> Set topic length (default 160). |
| 1484 |
– |
--with-syslog-facility=LOG |
| 1485 |
– |
Define the syslog facility to use (default: |
| 1486 |
– |
LOG_LOCAL4) |
| 1488 |
|
|
| 1489 |
|
Some influential environment variables: |
| 1490 |
|
CC C compiler command |
| 1568 |
|
test -n "$ac_init_help" && exit $ac_status |
| 1569 |
|
if $ac_init_version; then |
| 1570 |
|
cat <<\_ACEOF |
| 1571 |
< |
ircd-hybrid configure 7.3.0 |
| 1572 |
< |
generated by GNU Autoconf 2.68 |
| 1571 |
> |
ircd-hybrid configure 8.0.7 |
| 1572 |
> |
generated by GNU Autoconf 2.69 |
| 1573 |
|
|
| 1574 |
< |
Copyright (C) 2010 Free Software Foundation, Inc. |
| 1574 |
> |
Copyright (C) 2012 Free Software Foundation, Inc. |
| 1575 |
|
This configure script is free software; the Free Software Foundation |
| 1576 |
|
gives unlimited permission to copy, distribute and modify it. |
| 1577 |
|
_ACEOF |
| 1647 |
|
test ! -s conftest.err |
| 1648 |
|
} && test -s conftest$ac_exeext && { |
| 1649 |
|
test "$cross_compiling" = yes || |
| 1650 |
< |
$as_test_x conftest$ac_exeext |
| 1650 |
> |
test -x conftest$ac_exeext |
| 1651 |
|
}; then : |
| 1652 |
|
ac_retval=0 |
| 1653 |
|
else |
| 2094 |
|
This file contains any messages produced by compilers while |
| 2095 |
|
running configure, to aid debugging if configure makes a mistake. |
| 2096 |
|
|
| 2097 |
< |
It was created by ircd-hybrid $as_me 7.3.0, which was |
| 2098 |
< |
generated by GNU Autoconf 2.68. Invocation command line was |
| 2097 |
> |
It was created by ircd-hybrid $as_me 8.0.7, which was |
| 2098 |
> |
generated by GNU Autoconf 2.69. Invocation command line was |
| 2099 |
|
|
| 2100 |
|
$ $0 $@ |
| 2101 |
|
|
| 2379 |
|
as_fn_append ac_func_list " usleep" |
| 2380 |
|
as_fn_append ac_func_list " strlcat" |
| 2381 |
|
as_fn_append ac_func_list " strlcpy" |
| 2381 |
– |
as_fn_append ac_func_list " socketpair" |
| 2382 |
|
as_fn_append ac_header_list " crypt.h" |
| 2383 |
– |
as_fn_append ac_header_list " inttypes.h" |
| 2384 |
– |
as_fn_append ac_header_list " stdint.h" |
| 2383 |
|
as_fn_append ac_header_list " sys/resource.h" |
| 2384 |
|
as_fn_append ac_header_list " sys/param.h" |
| 2387 |
– |
as_fn_append ac_header_list " errno.h" |
| 2388 |
– |
as_fn_append ac_header_list " sys/syslog.h" |
| 2385 |
|
as_fn_append ac_header_list " types.h" |
| 2386 |
|
as_fn_append ac_header_list " socket.h" |
| 2387 |
|
as_fn_append ac_header_list " sys/wait.h" |
| 2388 |
|
as_fn_append ac_header_list " wait.h" |
| 2393 |
– |
as_fn_append ac_header_list " link.h" |
| 2389 |
|
# Check that the precious variables saved in the cache have kept the same |
| 2390 |
|
# value. |
| 2391 |
|
ac_cache_corrupted=false |
| 2454 |
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 2455 |
|
|
| 2456 |
|
|
| 2457 |
< |
am__api_version='1.11' |
| 2457 |
> |
am__api_version='1.13' |
| 2458 |
|
|
| 2459 |
|
ac_aux_dir= |
| 2460 |
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
| 2522 |
|
# by default. |
| 2523 |
|
for ac_prog in ginstall scoinst install; do |
| 2524 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2525 |
< |
if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then |
| 2525 |
> |
if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then |
| 2526 |
|
if test $ac_prog = install && |
| 2527 |
|
grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then |
| 2528 |
|
# AIX install. It has an incompatible calling convention. |
| 2580 |
|
|
| 2581 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 |
| 2582 |
|
$as_echo_n "checking whether build environment is sane... " >&6; } |
| 2588 |
– |
# Just in case |
| 2589 |
– |
sleep 1 |
| 2590 |
– |
echo timestamp > conftest.file |
| 2583 |
|
# Reject unsafe characters in $srcdir or the absolute working directory |
| 2584 |
|
# name. Accept space and tab only in the latter. |
| 2585 |
|
am_lf=' |
| 2590 |
|
esac |
| 2591 |
|
case $srcdir in |
| 2592 |
|
*[\\\"\#\$\&\'\`$am_lf\ \ ]*) |
| 2593 |
< |
as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;; |
| 2593 |
> |
as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; |
| 2594 |
|
esac |
| 2595 |
|
|
| 2596 |
< |
# Do `set' in a subshell so we don't clobber the current shell's |
| 2596 |
> |
# Do 'set' in a subshell so we don't clobber the current shell's |
| 2597 |
|
# arguments. Must try -L first in case configure is actually a |
| 2598 |
|
# symlink; some systems play weird games with the mod time of symlinks |
| 2599 |
|
# (eg FreeBSD returns the mod time of the symlink's containing |
| 2600 |
|
# directory). |
| 2601 |
|
if ( |
| 2602 |
< |
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
| 2603 |
< |
if test "$*" = "X"; then |
| 2604 |
< |
# -L didn't work. |
| 2605 |
< |
set X `ls -t "$srcdir/configure" conftest.file` |
| 2606 |
< |
fi |
| 2607 |
< |
rm -f conftest.file |
| 2608 |
< |
if test "$*" != "X $srcdir/configure conftest.file" \ |
| 2609 |
< |
&& test "$*" != "X conftest.file $srcdir/configure"; then |
| 2610 |
< |
|
| 2611 |
< |
# If neither matched, then we have a broken ls. This can happen |
| 2620 |
< |
# if, for instance, CONFIG_SHELL is bash and it inherits a |
| 2621 |
< |
# broken ls alias from the environment. This has actually |
| 2622 |
< |
# happened. Such a system could not be considered "sane". |
| 2623 |
< |
as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
| 2624 |
< |
alias in your environment" "$LINENO" 5 |
| 2625 |
< |
fi |
| 2602 |
> |
am_has_slept=no |
| 2603 |
> |
for am_try in 1 2; do |
| 2604 |
> |
echo "timestamp, slept: $am_has_slept" > conftest.file |
| 2605 |
> |
set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` |
| 2606 |
> |
if test "$*" = "X"; then |
| 2607 |
> |
# -L didn't work. |
| 2608 |
> |
set X `ls -t "$srcdir/configure" conftest.file` |
| 2609 |
> |
fi |
| 2610 |
> |
if test "$*" != "X $srcdir/configure conftest.file" \ |
| 2611 |
> |
&& test "$*" != "X conftest.file $srcdir/configure"; then |
| 2612 |
|
|
| 2613 |
+ |
# If neither matched, then we have a broken ls. This can happen |
| 2614 |
+ |
# if, for instance, CONFIG_SHELL is bash and it inherits a |
| 2615 |
+ |
# broken ls alias from the environment. This has actually |
| 2616 |
+ |
# happened. Such a system could not be considered "sane". |
| 2617 |
+ |
as_fn_error $? "ls -t appears to fail. Make sure there is not a broken |
| 2618 |
+ |
alias in your environment" "$LINENO" 5 |
| 2619 |
+ |
fi |
| 2620 |
+ |
if test "$2" = conftest.file || test $am_try -eq 2; then |
| 2621 |
+ |
break |
| 2622 |
+ |
fi |
| 2623 |
+ |
# Just in case. |
| 2624 |
+ |
sleep 1 |
| 2625 |
+ |
am_has_slept=yes |
| 2626 |
+ |
done |
| 2627 |
|
test "$2" = conftest.file |
| 2628 |
|
) |
| 2629 |
|
then |
| 2635 |
|
fi |
| 2636 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 2637 |
|
$as_echo "yes" >&6; } |
| 2638 |
+ |
# If we didn't sleep, we still need to ensure time stamps of config.status and |
| 2639 |
+ |
# generated files are strictly newer. |
| 2640 |
+ |
am_sleep_pid= |
| 2641 |
+ |
if grep 'slept: no' conftest.file >/dev/null 2>&1; then |
| 2642 |
+ |
( sleep 1 ) & |
| 2643 |
+ |
am_sleep_pid=$! |
| 2644 |
+ |
fi |
| 2645 |
+ |
|
| 2646 |
+ |
rm -f conftest.file |
| 2647 |
+ |
|
| 2648 |
|
test "$program_prefix" != NONE && |
| 2649 |
|
program_transform_name="s&^&$program_prefix&;$program_transform_name" |
| 2650 |
|
# Use a double $ so make ignores it. |
| 2667 |
|
esac |
| 2668 |
|
fi |
| 2669 |
|
# Use eval to expand $SHELL |
| 2670 |
< |
if eval "$MISSING --run true"; then |
| 2671 |
< |
am_missing_run="$MISSING --run " |
| 2670 |
> |
if eval "$MISSING --is-lightweight"; then |
| 2671 |
> |
am_missing_run="$MISSING " |
| 2672 |
|
else |
| 2673 |
|
am_missing_run= |
| 2674 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5 |
| 2675 |
< |
$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;} |
| 2674 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 |
| 2675 |
> |
$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} |
| 2676 |
|
fi |
| 2677 |
|
|
| 2678 |
|
if test x"${install_sh}" != xset; then |
| 2684 |
|
esac |
| 2685 |
|
fi |
| 2686 |
|
|
| 2687 |
< |
# Installed binaries are usually stripped using `strip' when the user |
| 2688 |
< |
# run `make install-strip'. However `strip' might not be the right |
| 2687 |
> |
# Installed binaries are usually stripped using 'strip' when the user |
| 2688 |
> |
# run "make install-strip". However 'strip' might not be the right |
| 2689 |
|
# tool to use in cross-compilation environments, therefore Automake |
| 2690 |
< |
# will honor the `STRIP' environment variable to overrule this program. |
| 2690 |
> |
# will honor the 'STRIP' environment variable to overrule this program. |
| 2691 |
|
if test "$cross_compiling" != no; then |
| 2692 |
|
if test -n "$ac_tool_prefix"; then |
| 2693 |
|
# Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. |
| 2706 |
|
IFS=$as_save_IFS |
| 2707 |
|
test -z "$as_dir" && as_dir=. |
| 2708 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2709 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2709 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 2710 |
|
ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
| 2711 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2712 |
|
break 2 |
| 2746 |
|
IFS=$as_save_IFS |
| 2747 |
|
test -z "$as_dir" && as_dir=. |
| 2748 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2749 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2749 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 2750 |
|
ac_cv_prog_ac_ct_STRIP="strip" |
| 2751 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2752 |
|
break 2 |
| 2797 |
|
test -z "$as_dir" && as_dir=. |
| 2798 |
|
for ac_prog in mkdir gmkdir; do |
| 2799 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2800 |
< |
{ test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue |
| 2800 |
> |
as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue |
| 2801 |
|
case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #( |
| 2802 |
|
'mkdir (GNU coreutils) '* | \ |
| 2803 |
|
'mkdir (coreutils) '* | \ |
| 2826 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 |
| 2827 |
|
$as_echo "$MKDIR_P" >&6; } |
| 2828 |
|
|
| 2819 |
– |
mkdir_p="$MKDIR_P" |
| 2820 |
– |
case $mkdir_p in |
| 2821 |
– |
[\\/$]* | ?:[\\/]*) ;; |
| 2822 |
– |
*/*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; |
| 2823 |
– |
esac |
| 2824 |
– |
|
| 2829 |
|
for ac_prog in gawk mawk nawk awk |
| 2830 |
|
do |
| 2831 |
|
# Extract the first word of "$ac_prog", so it can be a program name with args. |
| 2844 |
|
IFS=$as_save_IFS |
| 2845 |
|
test -z "$as_dir" && as_dir=. |
| 2846 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 2847 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 2847 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 2848 |
|
ac_cv_prog_AWK="$ac_prog" |
| 2849 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 2850 |
|
break 2 |
| 2908 |
|
fi |
| 2909 |
|
rmdir .tst 2>/dev/null |
| 2910 |
|
|
| 2911 |
+ |
# Check whether --enable-silent-rules was given. |
| 2912 |
+ |
if test "${enable_silent_rules+set}" = set; then : |
| 2913 |
+ |
enableval=$enable_silent_rules; |
| 2914 |
+ |
fi |
| 2915 |
+ |
|
| 2916 |
+ |
case $enable_silent_rules in # ((( |
| 2917 |
+ |
yes) AM_DEFAULT_VERBOSITY=0;; |
| 2918 |
+ |
no) AM_DEFAULT_VERBOSITY=1;; |
| 2919 |
+ |
*) AM_DEFAULT_VERBOSITY=1;; |
| 2920 |
+ |
esac |
| 2921 |
+ |
am_make=${MAKE-make} |
| 2922 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 |
| 2923 |
+ |
$as_echo_n "checking whether $am_make supports nested variables... " >&6; } |
| 2924 |
+ |
if ${am_cv_make_support_nested_variables+:} false; then : |
| 2925 |
+ |
$as_echo_n "(cached) " >&6 |
| 2926 |
+ |
else |
| 2927 |
+ |
if $as_echo 'TRUE=$(BAR$(V)) |
| 2928 |
+ |
BAR0=false |
| 2929 |
+ |
BAR1=true |
| 2930 |
+ |
V=1 |
| 2931 |
+ |
am__doit: |
| 2932 |
+ |
@$(TRUE) |
| 2933 |
+ |
.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then |
| 2934 |
+ |
am_cv_make_support_nested_variables=yes |
| 2935 |
+ |
else |
| 2936 |
+ |
am_cv_make_support_nested_variables=no |
| 2937 |
+ |
fi |
| 2938 |
+ |
fi |
| 2939 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 |
| 2940 |
+ |
$as_echo "$am_cv_make_support_nested_variables" >&6; } |
| 2941 |
+ |
if test $am_cv_make_support_nested_variables = yes; then |
| 2942 |
+ |
AM_V='$(V)' |
| 2943 |
+ |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' |
| 2944 |
+ |
else |
| 2945 |
+ |
AM_V=$AM_DEFAULT_VERBOSITY |
| 2946 |
+ |
AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY |
| 2947 |
+ |
fi |
| 2948 |
+ |
AM_BACKSLASH='\' |
| 2949 |
+ |
|
| 2950 |
|
if test "`cd $srcdir && pwd`" != "`pwd`"; then |
| 2951 |
|
# Use -I$(srcdir) only when $(srcdir) != ., so that make's output |
| 2952 |
|
# is not polluted with repeated "-I." |
| 2969 |
|
|
| 2970 |
|
# Define the identity of the package. |
| 2971 |
|
PACKAGE='ircd-hybrid' |
| 2972 |
< |
VERSION='7.3.0' |
| 2972 |
> |
VERSION='8.0.7' |
| 2973 |
|
|
| 2974 |
|
|
| 2975 |
|
cat >>confdefs.h <<_ACEOF |
| 2997 |
|
|
| 2998 |
|
MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} |
| 2999 |
|
|
| 3000 |
+ |
# For better backward compatibility. To be removed once Automake 1.9.x |
| 3001 |
+ |
# dies out for good. For more background, see: |
| 3002 |
+ |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
| 3003 |
+ |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
| 3004 |
+ |
mkdir_p='$(MKDIR_P)' |
| 3005 |
+ |
|
| 3006 |
|
# We need awk for the "check" target. The system "awk" is bad on |
| 3007 |
|
# some platforms. |
| 3008 |
< |
# Always define AMTAR for backward compatibility. |
| 3008 |
> |
# Always define AMTAR for backward compatibility. Yes, it's still used |
| 3009 |
> |
# in the wild :-( We should find a proper way to deprecate it ... |
| 3010 |
> |
AMTAR='$${TAR-tar}' |
| 3011 |
|
|
| 3012 |
< |
AMTAR=${AMTAR-"${am_missing_run}tar"} |
| 2962 |
< |
|
| 2963 |
< |
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' |
| 3012 |
> |
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' |
| 3013 |
|
|
| 3014 |
|
|
| 3015 |
|
|
| 3062 |
|
_am_result=none |
| 3063 |
|
# First try GNU make style include. |
| 3064 |
|
echo "include confinc" > confmf |
| 3065 |
< |
# Ignore all kinds of additional output from `make'. |
| 3065 |
> |
# Ignore all kinds of additional output from 'make'. |
| 3066 |
|
case `$am_make -s -f confmf 2> /dev/null` in #( |
| 3067 |
|
*the\ am__doit\ target*) |
| 3068 |
|
am__include=include |
| 3095 |
|
if test "x$enable_dependency_tracking" != xno; then |
| 3096 |
|
am_depcomp="$ac_aux_dir/depcomp" |
| 3097 |
|
AMDEPBACKSLASH='\' |
| 3098 |
+ |
am__nodep='_no' |
| 3099 |
|
fi |
| 3100 |
|
if test "x$enable_dependency_tracking" != xno; then |
| 3101 |
|
AMDEP_TRUE= |
| 3128 |
|
IFS=$as_save_IFS |
| 3129 |
|
test -z "$as_dir" && as_dir=. |
| 3130 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3131 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3131 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3132 |
|
ac_cv_prog_CC="${ac_tool_prefix}gcc" |
| 3133 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3134 |
|
break 2 |
| 3168 |
|
IFS=$as_save_IFS |
| 3169 |
|
test -z "$as_dir" && as_dir=. |
| 3170 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3171 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3171 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3172 |
|
ac_cv_prog_ac_ct_CC="gcc" |
| 3173 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3174 |
|
break 2 |
| 3221 |
|
IFS=$as_save_IFS |
| 3222 |
|
test -z "$as_dir" && as_dir=. |
| 3223 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3224 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3224 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3225 |
|
ac_cv_prog_CC="${ac_tool_prefix}cc" |
| 3226 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3227 |
|
break 2 |
| 3262 |
|
IFS=$as_save_IFS |
| 3263 |
|
test -z "$as_dir" && as_dir=. |
| 3264 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3265 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3265 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3266 |
|
if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then |
| 3267 |
|
ac_prog_rejected=yes |
| 3268 |
|
continue |
| 3320 |
|
IFS=$as_save_IFS |
| 3321 |
|
test -z "$as_dir" && as_dir=. |
| 3322 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3323 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3323 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3324 |
|
ac_cv_prog_CC="$ac_tool_prefix$ac_prog" |
| 3325 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3326 |
|
break 2 |
| 3364 |
|
IFS=$as_save_IFS |
| 3365 |
|
test -z "$as_dir" && as_dir=. |
| 3366 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 3367 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 3367 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 3368 |
|
ac_cv_prog_ac_ct_CC="$ac_prog" |
| 3369 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 3370 |
|
break 2 |
| 3810 |
|
/* end confdefs.h. */ |
| 3811 |
|
#include <stdarg.h> |
| 3812 |
|
#include <stdio.h> |
| 3813 |
< |
#include <sys/types.h> |
| 3764 |
< |
#include <sys/stat.h> |
| 3813 |
> |
struct stat; |
| 3814 |
|
/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ |
| 3815 |
|
struct buf { int x; }; |
| 3816 |
|
FILE * (*rcsopen) (struct buf *, struct stat *, int); |
| 3906 |
|
# We make a subdir and do the tests there. Otherwise we can end up |
| 3907 |
|
# making bogus files that we don't know about and never remove. For |
| 3908 |
|
# instance it was reported that on HP-UX the gcc test will end up |
| 3909 |
< |
# making a dummy file named `D' -- because `-MD' means `put the output |
| 3910 |
< |
# in D'. |
| 3909 |
> |
# making a dummy file named 'D' -- because '-MD' means "put the output |
| 3910 |
> |
# in D". |
| 3911 |
> |
rm -rf conftest.dir |
| 3912 |
|
mkdir conftest.dir |
| 3913 |
|
# Copy depcomp to subdir because otherwise we won't find it if we're |
| 3914 |
|
# using a relative directory. |
| 3942 |
|
: > sub/conftest.c |
| 3943 |
|
for i in 1 2 3 4 5 6; do |
| 3944 |
|
echo '#include "conftst'$i'.h"' >> sub/conftest.c |
| 3945 |
< |
# Using `: > sub/conftst$i.h' creates only sub/conftst1.h with |
| 3946 |
< |
# Solaris 8's {/usr,}/bin/sh. |
| 3947 |
< |
touch sub/conftst$i.h |
| 3945 |
> |
# Using ": > sub/conftst$i.h" creates only sub/conftst1.h with |
| 3946 |
> |
# Solaris 10 /bin/sh. |
| 3947 |
> |
echo '/* dummy */' > sub/conftst$i.h |
| 3948 |
|
done |
| 3949 |
|
echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf |
| 3950 |
|
|
| 3951 |
< |
# We check with `-c' and `-o' for the sake of the "dashmstdout" |
| 3951 |
> |
# We check with '-c' and '-o' for the sake of the "dashmstdout" |
| 3952 |
|
# mode. It turns out that the SunPro C++ compiler does not properly |
| 3953 |
< |
# handle `-M -o', and we need to detect this. Also, some Intel |
| 3954 |
< |
# versions had trouble with output in subdirs |
| 3953 |
> |
# handle '-M -o', and we need to detect this. Also, some Intel |
| 3954 |
> |
# versions had trouble with output in subdirs. |
| 3955 |
|
am__obj=sub/conftest.${OBJEXT-o} |
| 3956 |
|
am__minus_obj="-o $am__obj" |
| 3957 |
|
case $depmode in |
| 3960 |
|
test "$am__universal" = false || continue |
| 3961 |
|
;; |
| 3962 |
|
nosideeffect) |
| 3963 |
< |
# after this tag, mechanisms are not by side-effect, so they'll |
| 3964 |
< |
# only be used when explicitly requested |
| 3963 |
> |
# After this tag, mechanisms are not by side-effect, so they'll |
| 3964 |
> |
# only be used when explicitly requested. |
| 3965 |
|
if test "x$enable_dependency_tracking" = xyes; then |
| 3966 |
|
continue |
| 3967 |
|
else |
| 3968 |
|
break |
| 3969 |
|
fi |
| 3970 |
|
;; |
| 3971 |
< |
msvisualcpp | msvcmsys) |
| 3972 |
< |
# This compiler won't grok `-c -o', but also, the minuso test has |
| 3971 |
> |
msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
| 3972 |
> |
# This compiler won't grok '-c -o', but also, the minuso test has |
| 3973 |
|
# not run yet. These depmodes are late enough in the game, and |
| 3974 |
|
# so weak that their functioning should not be impacted. |
| 3975 |
|
am__obj=conftest.${OBJEXT-o} |
| 4169 |
|
return 0; |
| 4170 |
|
} |
| 4171 |
|
_ACEOF |
| 4172 |
< |
for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -xc99=all -qlanglvl=extc99 |
| 4172 |
> |
for ac_arg in '' -std=gnu99 -std=c99 -c99 -AC99 -D_STDC_C99= -qlanglvl=extc99 |
| 4173 |
|
do |
| 4174 |
|
CC="$ac_save_CC $ac_arg" |
| 4175 |
|
if ac_fn_c_try_compile "$LINENO"; then : |
| 4201 |
|
|
| 4202 |
|
|
| 4203 |
|
if test "$ac_cv_prog_cc_c99" = "no"; then : |
| 4204 |
< |
as_fn_error $? "no C99 compiler found. Aborting." "$LINENO" 5 |
| 4204 |
> |
as_fn_error $? "no suitable C99 compiler found. Aborting." "$LINENO" 5 |
| 4205 |
|
fi |
| 4206 |
|
for ac_prog in 'bison -y' byacc |
| 4207 |
|
do |
| 4221 |
|
IFS=$as_save_IFS |
| 4222 |
|
test -z "$as_dir" && as_dir=. |
| 4223 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4224 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 4224 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 4225 |
|
ac_cv_prog_YACC="$ac_prog" |
| 4226 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 4227 |
|
break 2 |
| 4265 |
|
IFS=$as_save_IFS |
| 4266 |
|
test -z "$as_dir" && as_dir=. |
| 4267 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4268 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 4268 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 4269 |
|
ac_cv_prog_LEX="$ac_prog" |
| 4270 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 4271 |
|
break 2 |
| 4297 |
|
b { REJECT; } |
| 4298 |
|
c { yymore (); } |
| 4299 |
|
d { yyless (1); } |
| 4300 |
< |
e { yyless (input () != 0); } |
| 4300 |
> |
e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */ |
| 4301 |
> |
yyless ((input () != 0)); } |
| 4302 |
|
f { unput (yytext[0]); } |
| 4303 |
|
. { BEGIN INITIAL; } |
| 4304 |
|
%% |
| 4427 |
|
|
| 4428 |
|
|
| 4429 |
|
|
| 4430 |
< |
macro_version='2.4' |
| 4431 |
< |
macro_revision='1.3293' |
| 4430 |
> |
macro_version='2.4.2' |
| 4431 |
> |
macro_revision='1.3337' |
| 4432 |
|
|
| 4433 |
|
|
| 4434 |
|
|
| 4606 |
|
for ac_prog in sed gsed; do |
| 4607 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4608 |
|
ac_path_SED="$as_dir/$ac_prog$ac_exec_ext" |
| 4609 |
< |
{ test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue |
| 4609 |
> |
as_fn_executable_p "$ac_path_SED" || continue |
| 4610 |
|
# Check for GNU ac_path_SED and select it if it is found. |
| 4611 |
|
# Check for GNU $ac_path_SED |
| 4612 |
|
case `"$ac_path_SED" --version 2>&1` in |
| 4682 |
|
for ac_prog in grep ggrep; do |
| 4683 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4684 |
|
ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4685 |
< |
{ test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue |
| 4685 |
> |
as_fn_executable_p "$ac_path_GREP" || continue |
| 4686 |
|
# Check for GNU ac_path_GREP and select it if it is found. |
| 4687 |
|
# Check for GNU $ac_path_GREP |
| 4688 |
|
case `"$ac_path_GREP" --version 2>&1` in |
| 4748 |
|
for ac_prog in egrep; do |
| 4749 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4750 |
|
ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4751 |
< |
{ test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue |
| 4751 |
> |
as_fn_executable_p "$ac_path_EGREP" || continue |
| 4752 |
|
# Check for GNU ac_path_EGREP and select it if it is found. |
| 4753 |
|
# Check for GNU $ac_path_EGREP |
| 4754 |
|
case `"$ac_path_EGREP" --version 2>&1` in |
| 4815 |
|
for ac_prog in fgrep; do |
| 4816 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 4817 |
|
ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext" |
| 4818 |
< |
{ test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue |
| 4818 |
> |
as_fn_executable_p "$ac_path_FGREP" || continue |
| 4819 |
|
# Check for GNU ac_path_FGREP and select it if it is found. |
| 4820 |
|
# Check for GNU $ac_path_FGREP |
| 4821 |
|
case `"$ac_path_FGREP" --version 2>&1` in |
| 5071 |
|
IFS=$as_save_IFS |
| 5072 |
|
test -z "$as_dir" && as_dir=. |
| 5073 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5074 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5074 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5075 |
|
ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog" |
| 5076 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5077 |
|
break 2 |
| 5115 |
|
IFS=$as_save_IFS |
| 5116 |
|
test -z "$as_dir" && as_dir=. |
| 5117 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5118 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5118 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5119 |
|
ac_cv_prog_ac_ct_DUMPBIN="$ac_prog" |
| 5120 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5121 |
|
break 2 |
| 5273 |
|
lt_cv_sys_max_cmd_len=196608 |
| 5274 |
|
;; |
| 5275 |
|
|
| 5276 |
+ |
os2*) |
| 5277 |
+ |
# The test takes a long time on OS/2. |
| 5278 |
+ |
lt_cv_sys_max_cmd_len=8192 |
| 5279 |
+ |
;; |
| 5280 |
+ |
|
| 5281 |
|
osf*) |
| 5282 |
|
# Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure |
| 5283 |
|
# due to this test when exec_disable_arg_limit is 1 on Tru64. It is not |
| 5317 |
|
# If test is not a shell built-in, we'll probably end up computing a |
| 5318 |
|
# maximum length that is only half of the actual maximum length, but |
| 5319 |
|
# we can't tell. |
| 5320 |
< |
while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ |
| 5320 |
> |
while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ |
| 5321 |
|
= "X$teststring$teststring"; } >/dev/null 2>&1 && |
| 5322 |
|
test $i != 17 # 1/2 MB should be enough |
| 5323 |
|
do |
| 5539 |
|
IFS=$as_save_IFS |
| 5540 |
|
test -z "$as_dir" && as_dir=. |
| 5541 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5542 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5542 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5543 |
|
ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump" |
| 5544 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5545 |
|
break 2 |
| 5579 |
|
IFS=$as_save_IFS |
| 5580 |
|
test -z "$as_dir" && as_dir=. |
| 5581 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5582 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5582 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5583 |
|
ac_cv_prog_ac_ct_OBJDUMP="objdump" |
| 5584 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5585 |
|
break 2 |
| 5746 |
|
lt_cv_deplibs_check_method=pass_all |
| 5747 |
|
;; |
| 5748 |
|
|
| 5749 |
< |
# This must be Linux ELF. |
| 5749 |
> |
# This must be glibc/ELF. |
| 5750 |
|
linux* | k*bsd*-gnu | kopensolaris*-gnu) |
| 5751 |
|
lt_cv_deplibs_check_method=pass_all |
| 5752 |
|
;; |
| 5885 |
|
IFS=$as_save_IFS |
| 5886 |
|
test -z "$as_dir" && as_dir=. |
| 5887 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5888 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5888 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5889 |
|
ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool" |
| 5890 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5891 |
|
break 2 |
| 5925 |
|
IFS=$as_save_IFS |
| 5926 |
|
test -z "$as_dir" && as_dir=. |
| 5927 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 5928 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 5928 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 5929 |
|
ac_cv_prog_ac_ct_DLLTOOL="dlltool" |
| 5930 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 5931 |
|
break 2 |
| 6028 |
|
IFS=$as_save_IFS |
| 6029 |
|
test -z "$as_dir" && as_dir=. |
| 6030 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6031 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6031 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6032 |
|
ac_cv_prog_AR="$ac_tool_prefix$ac_prog" |
| 6033 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6034 |
|
break 2 |
| 6072 |
|
IFS=$as_save_IFS |
| 6073 |
|
test -z "$as_dir" && as_dir=. |
| 6074 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6075 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6075 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6076 |
|
ac_cv_prog_ac_ct_AR="$ac_prog" |
| 6077 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6078 |
|
break 2 |
| 6197 |
|
IFS=$as_save_IFS |
| 6198 |
|
test -z "$as_dir" && as_dir=. |
| 6199 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6200 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6200 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6201 |
|
ac_cv_prog_STRIP="${ac_tool_prefix}strip" |
| 6202 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6203 |
|
break 2 |
| 6237 |
|
IFS=$as_save_IFS |
| 6238 |
|
test -z "$as_dir" && as_dir=. |
| 6239 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6240 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6240 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6241 |
|
ac_cv_prog_ac_ct_STRIP="strip" |
| 6242 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6243 |
|
break 2 |
| 6296 |
|
IFS=$as_save_IFS |
| 6297 |
|
test -z "$as_dir" && as_dir=. |
| 6298 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6299 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6299 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6300 |
|
ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib" |
| 6301 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6302 |
|
break 2 |
| 6336 |
|
IFS=$as_save_IFS |
| 6337 |
|
test -z "$as_dir" && as_dir=. |
| 6338 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6339 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6339 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6340 |
|
ac_cv_prog_ac_ct_RANLIB="ranlib" |
| 6341 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6342 |
|
break 2 |
| 6386 |
|
if test -n "$RANLIB"; then |
| 6387 |
|
case $host_os in |
| 6388 |
|
openbsd*) |
| 6389 |
< |
old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" |
| 6389 |
> |
old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" |
| 6390 |
|
;; |
| 6391 |
|
*) |
| 6392 |
< |
old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" |
| 6392 |
> |
old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" |
| 6393 |
|
;; |
| 6394 |
|
esac |
| 6395 |
< |
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" |
| 6395 |
> |
old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" |
| 6396 |
|
fi |
| 6397 |
|
|
| 6398 |
|
case $host_os in |
| 6539 |
|
# which start with @ or ?. |
| 6540 |
|
lt_cv_sys_global_symbol_pipe="$AWK '"\ |
| 6541 |
|
" {last_section=section; section=\$ 3};"\ |
| 6542 |
+ |
" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ |
| 6543 |
|
" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ |
| 6544 |
|
" \$ 0!~/External *\|/{next};"\ |
| 6545 |
|
" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ |
| 6928 |
|
CFLAGS="$SAVE_CFLAGS" |
| 6929 |
|
fi |
| 6930 |
|
;; |
| 6931 |
< |
sparc*-*solaris*) |
| 6931 |
> |
*-*solaris*) |
| 6932 |
|
# Find out which ABI we are using. |
| 6933 |
|
echo 'int i;' > conftest.$ac_ext |
| 6934 |
|
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
| 6939 |
|
case `/usr/bin/file conftest.o` in |
| 6940 |
|
*64-bit*) |
| 6941 |
|
case $lt_cv_prog_gnu_ld in |
| 6942 |
< |
yes*) LD="${LD-ld} -m elf64_sparc" ;; |
| 6942 |
> |
yes*) |
| 6943 |
> |
case $host in |
| 6944 |
> |
i?86-*-solaris*) |
| 6945 |
> |
LD="${LD-ld} -m elf_x86_64" |
| 6946 |
> |
;; |
| 6947 |
> |
sparc*-*-solaris*) |
| 6948 |
> |
LD="${LD-ld} -m elf64_sparc" |
| 6949 |
> |
;; |
| 6950 |
> |
esac |
| 6951 |
> |
# GNU ld 2.21 introduced _sol2 emulations. Use them if available. |
| 6952 |
> |
if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then |
| 6953 |
> |
LD="${LD-ld}_sol2" |
| 6954 |
> |
fi |
| 6955 |
> |
;; |
| 6956 |
|
*) |
| 6957 |
|
if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then |
| 6958 |
|
LD="${LD-ld} -64" |
| 6985 |
|
IFS=$as_save_IFS |
| 6986 |
|
test -z "$as_dir" && as_dir=. |
| 6987 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 6988 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 6988 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 6989 |
|
ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt" |
| 6990 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 6991 |
|
break 2 |
| 7025 |
|
IFS=$as_save_IFS |
| 7026 |
|
test -z "$as_dir" && as_dir=. |
| 7027 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7028 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7028 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7029 |
|
ac_cv_prog_ac_ct_MANIFEST_TOOL="mt" |
| 7030 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7031 |
|
break 2 |
| 7105 |
|
IFS=$as_save_IFS |
| 7106 |
|
test -z "$as_dir" && as_dir=. |
| 7107 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7108 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7108 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7109 |
|
ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil" |
| 7110 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7111 |
|
break 2 |
| 7145 |
|
IFS=$as_save_IFS |
| 7146 |
|
test -z "$as_dir" && as_dir=. |
| 7147 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7148 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7148 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7149 |
|
ac_cv_prog_ac_ct_DSYMUTIL="dsymutil" |
| 7150 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7151 |
|
break 2 |
| 7197 |
|
IFS=$as_save_IFS |
| 7198 |
|
test -z "$as_dir" && as_dir=. |
| 7199 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7200 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7200 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7201 |
|
ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit" |
| 7202 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7203 |
|
break 2 |
| 7237 |
|
IFS=$as_save_IFS |
| 7238 |
|
test -z "$as_dir" && as_dir=. |
| 7239 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7240 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7240 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7241 |
|
ac_cv_prog_ac_ct_NMEDIT="nmedit" |
| 7242 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7243 |
|
break 2 |
| 7289 |
|
IFS=$as_save_IFS |
| 7290 |
|
test -z "$as_dir" && as_dir=. |
| 7291 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7292 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7292 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7293 |
|
ac_cv_prog_LIPO="${ac_tool_prefix}lipo" |
| 7294 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7295 |
|
break 2 |
| 7329 |
|
IFS=$as_save_IFS |
| 7330 |
|
test -z "$as_dir" && as_dir=. |
| 7331 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7332 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7332 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7333 |
|
ac_cv_prog_ac_ct_LIPO="lipo" |
| 7334 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7335 |
|
break 2 |
| 7381 |
|
IFS=$as_save_IFS |
| 7382 |
|
test -z "$as_dir" && as_dir=. |
| 7383 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7384 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7384 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7385 |
|
ac_cv_prog_OTOOL="${ac_tool_prefix}otool" |
| 7386 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7387 |
|
break 2 |
| 7421 |
|
IFS=$as_save_IFS |
| 7422 |
|
test -z "$as_dir" && as_dir=. |
| 7423 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7424 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7424 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7425 |
|
ac_cv_prog_ac_ct_OTOOL="otool" |
| 7426 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7427 |
|
break 2 |
| 7473 |
|
IFS=$as_save_IFS |
| 7474 |
|
test -z "$as_dir" && as_dir=. |
| 7475 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7476 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7476 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7477 |
|
ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64" |
| 7478 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7479 |
|
break 2 |
| 7513 |
|
IFS=$as_save_IFS |
| 7514 |
|
test -z "$as_dir" && as_dir=. |
| 7515 |
|
for ac_exec_ext in '' $ac_executable_extensions; do |
| 7516 |
< |
if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then |
| 7516 |
> |
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then |
| 7517 |
|
ac_cv_prog_ac_ct_OTOOL64="otool64" |
| 7518 |
|
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 |
| 7519 |
|
break 2 |
| 7592 |
|
$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ |
| 7593 |
|
-dynamiclib -Wl,-single_module conftest.c 2>conftest.err |
| 7594 |
|
_lt_result=$? |
| 7595 |
< |
if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then |
| 7595 |
> |
# If there is a non-empty error log, and "single_module" |
| 7596 |
> |
# appears in it, assume the flag caused a linker warning |
| 7597 |
> |
if test -s conftest.err && $GREP single_module conftest.err; then |
| 7598 |
> |
cat conftest.err >&5 |
| 7599 |
> |
# Otherwise, if the output was created with a 0 exit code from |
| 7600 |
> |
# the compiler, it worked. |
| 7601 |
> |
elif test -f libconftest.dylib && test $_lt_result -eq 0; then |
| 7602 |
|
lt_cv_apple_cc_single_mod=yes |
| 7603 |
|
else |
| 7604 |
|
cat conftest.err >&5 |
| 7609 |
|
fi |
| 7610 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 |
| 7611 |
|
$as_echo "$lt_cv_apple_cc_single_mod" >&6; } |
| 7612 |
+ |
|
| 7613 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 |
| 7614 |
|
$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } |
| 7615 |
|
if ${lt_cv_ld_exported_symbols_list+:} false; then : |
| 7642 |
|
fi |
| 7643 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 |
| 7644 |
|
$as_echo "$lt_cv_ld_exported_symbols_list" >&6; } |
| 7645 |
+ |
|
| 7646 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 |
| 7647 |
|
$as_echo_n "checking for -force_load linker flag... " >&6; } |
| 7648 |
|
if ${lt_cv_ld_force_load+:} false; then : |
| 7664 |
|
echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 |
| 7665 |
|
$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err |
| 7666 |
|
_lt_result=$? |
| 7667 |
< |
if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then |
| 7667 |
> |
if test -s conftest.err && $GREP force_load conftest.err; then |
| 7668 |
> |
cat conftest.err >&5 |
| 7669 |
> |
elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then |
| 7670 |
|
lt_cv_ld_force_load=yes |
| 7671 |
|
else |
| 7672 |
|
cat conftest.err >&5 |
| 8069 |
|
|
| 8070 |
|
# Check whether --with-pic was given. |
| 8071 |
|
if test "${with_pic+set}" = set; then : |
| 8072 |
< |
withval=$with_pic; pic_mode="$withval" |
| 8072 |
> |
withval=$with_pic; lt_p=${PACKAGE-default} |
| 8073 |
> |
case $withval in |
| 8074 |
> |
yes|no) pic_mode=$withval ;; |
| 8075 |
> |
*) |
| 8076 |
> |
pic_mode=default |
| 8077 |
> |
# Look at the argument we got. We use all the common list separators. |
| 8078 |
> |
lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," |
| 8079 |
> |
for lt_pkg in $withval; do |
| 8080 |
> |
IFS="$lt_save_ifs" |
| 8081 |
> |
if test "X$lt_pkg" = "X$lt_p"; then |
| 8082 |
> |
pic_mode=yes |
| 8083 |
> |
fi |
| 8084 |
> |
done |
| 8085 |
> |
IFS="$lt_save_ifs" |
| 8086 |
> |
;; |
| 8087 |
> |
esac |
| 8088 |
|
else |
| 8089 |
|
pic_mode=default |
| 8090 |
|
fi |
| 8162 |
|
|
| 8163 |
|
|
| 8164 |
|
|
| 8165 |
+ |
|
| 8166 |
+ |
|
| 8167 |
+ |
|
| 8168 |
+ |
|
| 8169 |
|
test -z "$LN_S" && LN_S="ln -s" |
| 8170 |
|
|
| 8171 |
|
|
| 8621 |
|
case $cc_basename in |
| 8622 |
|
nvcc*) # Cuda Compiler Driver 2.2 |
| 8623 |
|
lt_prog_compiler_wl='-Xlinker ' |
| 8624 |
< |
lt_prog_compiler_pic='-Xcompiler -fPIC' |
| 8624 |
> |
if test -n "$lt_prog_compiler_pic"; then |
| 8625 |
> |
lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" |
| 8626 |
> |
fi |
| 8627 |
|
;; |
| 8628 |
|
esac |
| 8629 |
|
else |
| 8714 |
|
;; |
| 8715 |
|
*) |
| 8716 |
|
case `$CC -V 2>&1 | sed 5q` in |
| 8717 |
< |
*Sun\ F* | *Sun*Fortran*) |
| 8717 |
> |
*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) |
| 8718 |
|
# Sun Fortran 8.3 passes all unrecognized flags to the linker |
| 8719 |
|
lt_prog_compiler_pic='-KPIC' |
| 8720 |
|
lt_prog_compiler_static='-Bstatic' |
| 8721 |
|
lt_prog_compiler_wl='' |
| 8722 |
|
;; |
| 8723 |
+ |
*Sun\ F* | *Sun*Fortran*) |
| 8724 |
+ |
lt_prog_compiler_pic='-KPIC' |
| 8725 |
+ |
lt_prog_compiler_static='-Bstatic' |
| 8726 |
+ |
lt_prog_compiler_wl='-Qoption ld ' |
| 8727 |
+ |
;; |
| 8728 |
|
*Sun\ C*) |
| 8729 |
|
# Sun C 5.9 |
| 8730 |
|
lt_prog_compiler_pic='-KPIC' |
| 8731 |
|
lt_prog_compiler_static='-Bstatic' |
| 8732 |
|
lt_prog_compiler_wl='-Wl,' |
| 8733 |
|
;; |
| 8734 |
+ |
*Intel*\ [CF]*Compiler*) |
| 8735 |
+ |
lt_prog_compiler_wl='-Wl,' |
| 8736 |
+ |
lt_prog_compiler_pic='-fPIC' |
| 8737 |
+ |
lt_prog_compiler_static='-static' |
| 8738 |
+ |
;; |
| 8739 |
+ |
*Portland\ Group*) |
| 8740 |
+ |
lt_prog_compiler_wl='-Wl,' |
| 8741 |
+ |
lt_prog_compiler_pic='-fpic' |
| 8742 |
+ |
lt_prog_compiler_static='-Bstatic' |
| 8743 |
+ |
;; |
| 8744 |
|
esac |
| 8745 |
|
;; |
| 8746 |
|
esac |
| 9102 |
|
hardcode_direct=no |
| 9103 |
|
hardcode_direct_absolute=no |
| 9104 |
|
hardcode_libdir_flag_spec= |
| 8989 |
– |
hardcode_libdir_flag_spec_ld= |
| 9105 |
|
hardcode_libdir_separator= |
| 9106 |
|
hardcode_minus_L=no |
| 9107 |
|
hardcode_shlibpath_var=unsupported |
| 9351 |
|
xlf* | bgf* | bgxlf* | mpixlf*) |
| 9352 |
|
# IBM XL Fortran 10.1 on PPC cannot create shared libs itself |
| 9353 |
|
whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
| 9354 |
< |
hardcode_libdir_flag_spec= |
| 9240 |
< |
hardcode_libdir_flag_spec_ld='-rpath $libdir' |
| 9354 |
> |
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
| 9355 |
|
archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' |
| 9356 |
|
if test "x$supports_anon_versioning" = xyes; then |
| 9357 |
|
archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ |
| 9730 |
|
# The linker will not automatically build a static lib if we build a DLL. |
| 9731 |
|
# _LT_TAGVAR(old_archive_from_new_cmds, )='true' |
| 9732 |
|
enable_shared_with_static_runtimes=yes |
| 9733 |
+ |
exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' |
| 9734 |
|
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' |
| 9735 |
|
# Don't use ranlib |
| 9736 |
|
old_postinstall_cmds='chmod 644 $oldlib' |
| 9776 |
|
hardcode_shlibpath_var=unsupported |
| 9777 |
|
if test "$lt_cv_ld_force_load" = "yes"; then |
| 9778 |
|
whole_archive_flag_spec='`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience ${wl}-force_load,$conv\"; done; func_echo_all \"$new_convenience\"`' |
| 9779 |
+ |
|
| 9780 |
|
else |
| 9781 |
|
whole_archive_flag_spec='' |
| 9782 |
|
fi |
| 9805 |
|
hardcode_shlibpath_var=no |
| 9806 |
|
;; |
| 9807 |
|
|
| 9692 |
– |
freebsd1*) |
| 9693 |
– |
ld_shlibs=no |
| 9694 |
– |
;; |
| 9695 |
– |
|
| 9808 |
|
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor |
| 9809 |
|
# support. Future versions do this automatically, but an explicit c++rt0.o |
| 9810 |
|
# does not break anything, and helps significantly (at the cost of a little |
| 9817 |
|
;; |
| 9818 |
|
|
| 9819 |
|
# Unfortunately, older versions of FreeBSD 2 do not have this feature. |
| 9820 |
< |
freebsd2*) |
| 9820 |
> |
freebsd2.*) |
| 9821 |
|
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' |
| 9822 |
|
hardcode_direct=yes |
| 9823 |
|
hardcode_minus_L=yes |
| 9856 |
|
fi |
| 9857 |
|
if test "$with_gnu_ld" = no; then |
| 9858 |
|
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' |
| 9747 |
– |
hardcode_libdir_flag_spec_ld='+b $libdir' |
| 9859 |
|
hardcode_libdir_separator=: |
| 9860 |
|
hardcode_direct=yes |
| 9861 |
|
hardcode_direct_absolute=yes |
| 10479 |
|
|
| 10480 |
|
|
| 10481 |
|
|
| 10371 |
– |
|
| 10372 |
– |
|
| 10373 |
– |
|
| 10374 |
– |
|
| 10375 |
– |
|
| 10482 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 |
| 10483 |
|
$as_echo_n "checking dynamic linker characteristics... " >&6; } |
| 10484 |
|
|
| 10568 |
|
|
| 10569 |
|
case $host_os in |
| 10570 |
|
aix3*) |
| 10571 |
< |
version_type=linux |
| 10571 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
| 10572 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' |
| 10573 |
|
shlibpath_var=LIBPATH |
| 10574 |
|
|
| 10577 |
|
;; |
| 10578 |
|
|
| 10579 |
|
aix[4-9]*) |
| 10580 |
< |
version_type=linux |
| 10580 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
| 10581 |
|
need_lib_prefix=no |
| 10582 |
|
need_version=no |
| 10583 |
|
hardcode_into_libs=yes |
| 10642 |
|
;; |
| 10643 |
|
|
| 10644 |
|
bsdi[45]*) |
| 10645 |
< |
version_type=linux |
| 10645 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
| 10646 |
|
need_version=no |
| 10647 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
| 10648 |
|
soname_spec='${libname}${release}${shared_ext}$major' |
| 10781 |
|
;; |
| 10782 |
|
|
| 10783 |
|
dgux*) |
| 10784 |
< |
version_type=linux |
| 10784 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
| 10785 |
|
need_lib_prefix=no |
| 10786 |
|
need_version=no |
| 10787 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' |
| 10789 |
|
shlibpath_var=LD_LIBRARY_PATH |
| 10790 |
|
;; |
| 10791 |
|
|
| 10686 |
– |
freebsd1*) |
| 10687 |
– |
dynamic_linker=no |
| 10688 |
– |
;; |
| 10689 |
– |
|
| 10792 |
|
freebsd* | dragonfly*) |
| 10793 |
|
# DragonFly does not have aout. When/if they implement a new |
| 10794 |
|
# versioning mechanism, adjust this. |
| 10796 |
|
objformat=`/usr/bin/objformat` |
| 10797 |
|
else |
| 10798 |
|
case $host_os in |
| 10799 |
< |
freebsd[123]*) objformat=aout ;; |
| 10799 |
> |
freebsd[23].*) objformat=aout ;; |
| 10800 |
|
*) objformat=elf ;; |
| 10801 |
|
esac |
| 10802 |
|
fi |
| 10814 |
|
esac |
| 10815 |
|
shlibpath_var=LD_LIBRARY_PATH |
| 10816 |
|
case $host_os in |
| 10817 |
< |
freebsd2*) |
| 10817 |
> |
freebsd2.*) |
| 10818 |
|
shlibpath_overrides_runpath=yes |
| 10819 |
|
;; |
| 10820 |
|
freebsd3.[01]* | freebsdelf3.[01]*) |
| 10834 |
|
;; |
| 10835 |
|
|
| 10836 |
|
gnu*) |
| 10837 |
< |
version_type=linux |
| 10837 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
| 10838 |
|
need_lib_prefix=no |
| 10839 |
|
need_version=no |
| 10840 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' |
| 10841 |
|
soname_spec='${libname}${release}${shared_ext}$major' |
| 10842 |
|
shlibpath_var=LD_LIBRARY_PATH |
| 10843 |
+ |
shlibpath_overrides_runpath=no |
| 10844 |
|
hardcode_into_libs=yes |
| 10845 |
|
;; |
| 10846 |
|
|
| 10847 |
|
haiku*) |
| 10848 |
< |
version_type=linux |
| 10848 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
| 10849 |
|
need_lib_prefix=no |
| 10850 |
|
need_version=no |
| 10851 |
|
dynamic_linker="$host_os runtime_loader" |
| 10906 |
|
;; |
| 10907 |
|
|
| 10908 |
|
interix[3-9]*) |
| 10909 |
< |
version_type=linux |
| 10909 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
| 10910 |
|
need_lib_prefix=no |
| 10911 |
|
need_version=no |
| 10912 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' |
| 10922 |
|
nonstopux*) version_type=nonstopux ;; |
| 10923 |
|
*) |
| 10924 |
|
if test "$lt_cv_prog_gnu_ld" = yes; then |
| 10925 |
< |
version_type=linux |
| 10925 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
| 10926 |
|
else |
| 10927 |
|
version_type=irix |
| 10928 |
|
fi ;; |
| 10959 |
|
dynamic_linker=no |
| 10960 |
|
;; |
| 10961 |
|
|
| 10962 |
< |
# This must be Linux ELF. |
| 10962 |
> |
# This must be glibc/ELF. |
| 10963 |
|
linux* | k*bsd*-gnu | kopensolaris*-gnu) |
| 10964 |
< |
version_type=linux |
| 10964 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
| 10965 |
|
need_lib_prefix=no |
| 10966 |
|
need_version=no |
| 10967 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
| 11043 |
|
;; |
| 11044 |
|
|
| 11045 |
|
newsos6) |
| 11046 |
< |
version_type=linux |
| 11046 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
| 11047 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
| 11048 |
|
shlibpath_var=LD_LIBRARY_PATH |
| 11049 |
|
shlibpath_overrides_runpath=yes |
| 11112 |
|
;; |
| 11113 |
|
|
| 11114 |
|
solaris*) |
| 11115 |
< |
version_type=linux |
| 11115 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
| 11116 |
|
need_lib_prefix=no |
| 11117 |
|
need_version=no |
| 11118 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
| 11137 |
|
;; |
| 11138 |
|
|
| 11139 |
|
sysv4 | sysv4.3*) |
| 11140 |
< |
version_type=linux |
| 11140 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
| 11141 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
| 11142 |
|
soname_spec='${libname}${release}${shared_ext}$major' |
| 11143 |
|
shlibpath_var=LD_LIBRARY_PATH |
| 11161 |
|
|
| 11162 |
|
sysv4*MP*) |
| 11163 |
|
if test -d /usr/nec ;then |
| 11164 |
< |
version_type=linux |
| 11164 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
| 11165 |
|
library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' |
| 11166 |
|
soname_spec='$libname${shared_ext}.$major' |
| 11167 |
|
shlibpath_var=LD_LIBRARY_PATH |
| 11192 |
|
|
| 11193 |
|
tpf*) |
| 11194 |
|
# TPF is a cross-target only. Preferred cross-host = GNU/Linux. |
| 11195 |
< |
version_type=linux |
| 11195 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
| 11196 |
|
need_lib_prefix=no |
| 11197 |
|
need_version=no |
| 11198 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
| 11202 |
|
;; |
| 11203 |
|
|
| 11204 |
|
uts4*) |
| 11205 |
< |
version_type=linux |
| 11205 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
| 11206 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
| 11207 |
|
soname_spec='${libname}${release}${shared_ext}$major' |
| 11208 |
|
shlibpath_var=LD_LIBRARY_PATH |
| 11984 |
|
|
| 11985 |
|
|
| 11986 |
|
|
| 11987 |
+ |
|
| 11988 |
+ |
|
| 11989 |
|
ac_config_commands="$ac_config_commands libtool" |
| 11990 |
|
|
| 11991 |
|
|
| 12002 |
|
|
| 12003 |
|
module=yes |
| 12004 |
|
eval libltdl_cv_shlibext=$shrext_cmds |
| 12005 |
+ |
module=no |
| 12006 |
+ |
eval libltdl_cv_shrext=$shrext_cmds |
| 12007 |
|
|
| 12008 |
|
fi |
| 12009 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5 |
| 12015 |
|
_ACEOF |
| 12016 |
|
|
| 12017 |
|
fi |
| 12018 |
+ |
if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then |
| 12019 |
+ |
|
| 12020 |
+ |
cat >>confdefs.h <<_ACEOF |
| 12021 |
+ |
#define LT_SHARED_EXT "$libltdl_cv_shrext" |
| 12022 |
+ |
_ACEOF |
| 12023 |
+ |
|
| 12024 |
+ |
fi |
| 12025 |
|
|
| 12026 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5 |
| 12027 |
|
$as_echo_n "checking which variable specifies run-time module search path... " >&6; } |
| 13068 |
|
|
| 13069 |
|
# Checks for libraries. |
| 13070 |
|
|
| 13071 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 |
| 13072 |
< |
$as_echo_n "checking for library containing socket... " >&6; } |
| 13073 |
< |
if ${ac_cv_search_socket+:} false; then : |
| 13071 |
> |
ac_fn_c_check_func "$LINENO" "getaddrinfo" "ac_cv_func_getaddrinfo" |
| 13072 |
> |
if test "x$ac_cv_func_getaddrinfo" = xyes; then : |
| 13073 |
> |
|
| 13074 |
> |
else |
| 13075 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getaddrinfo" >&5 |
| 13076 |
> |
$as_echo_n "checking for library containing getaddrinfo... " >&6; } |
| 13077 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13078 |
|
$as_echo_n "(cached) " >&6 |
| 13079 |
|
else |
| 13080 |
|
ac_func_search_save_LIBS=$LIBS |
| 13087 |
|
#ifdef __cplusplus |
| 13088 |
|
extern "C" |
| 13089 |
|
#endif |
| 13090 |
< |
char socket (); |
| 13090 |
> |
char getaddrinfo (); |
| 13091 |
|
int |
| 13092 |
|
main () |
| 13093 |
|
{ |
| 13094 |
< |
return socket (); |
| 13094 |
> |
return getaddrinfo (); |
| 13095 |
|
; |
| 13096 |
|
return 0; |
| 13097 |
|
} |
| 13098 |
|
_ACEOF |
| 13099 |
< |
for ac_lib in '' socket; do |
| 13099 |
> |
for ac_lib in '' nsl; do |
| 13100 |
|
if test -z "$ac_lib"; then |
| 13101 |
|
ac_res="none required" |
| 13102 |
|
else |
| 13104 |
|
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13105 |
|
fi |
| 13106 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13107 |
< |
ac_cv_search_socket=$ac_res |
| 13107 |
> |
ac_cv_search_getaddrinfo=$ac_res |
| 13108 |
|
fi |
| 13109 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13110 |
|
conftest$ac_exeext |
| 13111 |
< |
if ${ac_cv_search_socket+:} false; then : |
| 13111 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13112 |
|
break |
| 13113 |
|
fi |
| 13114 |
|
done |
| 13115 |
< |
if ${ac_cv_search_socket+:} false; then : |
| 13115 |
> |
if ${ac_cv_search_getaddrinfo+:} false; then : |
| 13116 |
|
|
| 13117 |
|
else |
| 13118 |
< |
ac_cv_search_socket=no |
| 13118 |
> |
ac_cv_search_getaddrinfo=no |
| 13119 |
|
fi |
| 13120 |
|
rm conftest.$ac_ext |
| 13121 |
|
LIBS=$ac_func_search_save_LIBS |
| 13122 |
|
fi |
| 13123 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 |
| 13124 |
< |
$as_echo "$ac_cv_search_socket" >&6; } |
| 13125 |
< |
ac_res=$ac_cv_search_socket |
| 13123 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getaddrinfo" >&5 |
| 13124 |
> |
$as_echo "$ac_cv_search_getaddrinfo" >&6; } |
| 13125 |
> |
ac_res=$ac_cv_search_getaddrinfo |
| 13126 |
|
if test "$ac_res" != no; then : |
| 13127 |
|
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13128 |
|
|
| 13011 |
– |
else |
| 13012 |
– |
as_fn_error $? "socket library not found" "$LINENO" 5 |
| 13129 |
|
fi |
| 13130 |
|
|
| 13131 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_ntoa" >&5 |
| 13132 |
< |
$as_echo_n "checking for library containing inet_ntoa... " >&6; } |
| 13133 |
< |
if ${ac_cv_search_inet_ntoa+:} false; then : |
| 13131 |
> |
fi |
| 13132 |
> |
|
| 13133 |
> |
ac_fn_c_check_func "$LINENO" "getnameinfo" "ac_cv_func_getnameinfo" |
| 13134 |
> |
if test "x$ac_cv_func_getnameinfo" = xyes; then : |
| 13135 |
> |
|
| 13136 |
> |
else |
| 13137 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing getnameinfo" >&5 |
| 13138 |
> |
$as_echo_n "checking for library containing getnameinfo... " >&6; } |
| 13139 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13140 |
|
$as_echo_n "(cached) " >&6 |
| 13141 |
|
else |
| 13142 |
|
ac_func_search_save_LIBS=$LIBS |
| 13149 |
|
#ifdef __cplusplus |
| 13150 |
|
extern "C" |
| 13151 |
|
#endif |
| 13152 |
< |
char inet_ntoa (); |
| 13152 |
> |
char getnameinfo (); |
| 13153 |
|
int |
| 13154 |
|
main () |
| 13155 |
|
{ |
| 13156 |
< |
return inet_ntoa (); |
| 13156 |
> |
return getnameinfo (); |
| 13157 |
|
; |
| 13158 |
|
return 0; |
| 13159 |
|
} |
| 13166 |
|
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13167 |
|
fi |
| 13168 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13169 |
< |
ac_cv_search_inet_ntoa=$ac_res |
| 13169 |
> |
ac_cv_search_getnameinfo=$ac_res |
| 13170 |
|
fi |
| 13171 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13172 |
|
conftest$ac_exeext |
| 13173 |
< |
if ${ac_cv_search_inet_ntoa+:} false; then : |
| 13173 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13174 |
|
break |
| 13175 |
|
fi |
| 13176 |
|
done |
| 13177 |
< |
if ${ac_cv_search_inet_ntoa+:} false; then : |
| 13177 |
> |
if ${ac_cv_search_getnameinfo+:} false; then : |
| 13178 |
|
|
| 13179 |
|
else |
| 13180 |
< |
ac_cv_search_inet_ntoa=no |
| 13180 |
> |
ac_cv_search_getnameinfo=no |
| 13181 |
|
fi |
| 13182 |
|
rm conftest.$ac_ext |
| 13183 |
|
LIBS=$ac_func_search_save_LIBS |
| 13184 |
|
fi |
| 13185 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_ntoa" >&5 |
| 13186 |
< |
$as_echo "$ac_cv_search_inet_ntoa" >&6; } |
| 13187 |
< |
ac_res=$ac_cv_search_inet_ntoa |
| 13185 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_getnameinfo" >&5 |
| 13186 |
> |
$as_echo "$ac_cv_search_getnameinfo" >&6; } |
| 13187 |
> |
ac_res=$ac_cv_search_getnameinfo |
| 13188 |
|
if test "$ac_res" != no; then : |
| 13189 |
|
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13190 |
|
|
| 13191 |
|
fi |
| 13192 |
|
|
| 13193 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing inet_aton" >&5 |
| 13194 |
< |
$as_echo_n "checking for library containing inet_aton... " >&6; } |
| 13195 |
< |
if ${ac_cv_search_inet_aton+:} false; then : |
| 13193 |
> |
fi |
| 13194 |
> |
|
| 13195 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing socket" >&5 |
| 13196 |
> |
$as_echo_n "checking for library containing socket... " >&6; } |
| 13197 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 13198 |
|
$as_echo_n "(cached) " >&6 |
| 13199 |
|
else |
| 13200 |
|
ac_func_search_save_LIBS=$LIBS |
| 13207 |
|
#ifdef __cplusplus |
| 13208 |
|
extern "C" |
| 13209 |
|
#endif |
| 13210 |
< |
char inet_aton (); |
| 13210 |
> |
char socket (); |
| 13211 |
|
int |
| 13212 |
|
main () |
| 13213 |
|
{ |
| 13214 |
< |
return inet_aton (); |
| 13214 |
> |
return socket (); |
| 13215 |
|
; |
| 13216 |
|
return 0; |
| 13217 |
|
} |
| 13218 |
|
_ACEOF |
| 13219 |
< |
for ac_lib in '' resolv; do |
| 13219 |
> |
for ac_lib in '' socket; do |
| 13220 |
|
if test -z "$ac_lib"; then |
| 13221 |
|
ac_res="none required" |
| 13222 |
|
else |
| 13224 |
|
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13225 |
|
fi |
| 13226 |
|
if ac_fn_c_try_link "$LINENO"; then : |
| 13227 |
< |
ac_cv_search_inet_aton=$ac_res |
| 13227 |
> |
ac_cv_search_socket=$ac_res |
| 13228 |
|
fi |
| 13229 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13230 |
|
conftest$ac_exeext |
| 13231 |
< |
if ${ac_cv_search_inet_aton+:} false; then : |
| 13231 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 13232 |
|
break |
| 13233 |
|
fi |
| 13234 |
|
done |
| 13235 |
< |
if ${ac_cv_search_inet_aton+:} false; then : |
| 13235 |
> |
if ${ac_cv_search_socket+:} false; then : |
| 13236 |
|
|
| 13237 |
|
else |
| 13238 |
< |
ac_cv_search_inet_aton=no |
| 13238 |
> |
ac_cv_search_socket=no |
| 13239 |
|
fi |
| 13240 |
|
rm conftest.$ac_ext |
| 13241 |
|
LIBS=$ac_func_search_save_LIBS |
| 13242 |
|
fi |
| 13243 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_inet_aton" >&5 |
| 13244 |
< |
$as_echo "$ac_cv_search_inet_aton" >&6; } |
| 13245 |
< |
ac_res=$ac_cv_search_inet_aton |
| 13243 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_socket" >&5 |
| 13244 |
> |
$as_echo "$ac_cv_search_socket" >&6; } |
| 13245 |
> |
ac_res=$ac_cv_search_socket |
| 13246 |
|
if test "$ac_res" != no; then : |
| 13247 |
|
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13248 |
|
|
| 13249 |
+ |
else |
| 13250 |
+ |
as_fn_error $? "socket library not found" "$LINENO" 5 |
| 13251 |
|
fi |
| 13252 |
|
|
| 13127 |
– |
for ac_func in inet_aton inet_ntop inet_pton |
| 13128 |
– |
do : |
| 13129 |
– |
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 13130 |
– |
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 13131 |
– |
if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 13132 |
– |
cat >>confdefs.h <<_ACEOF |
| 13133 |
– |
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 13134 |
– |
_ACEOF |
| 13135 |
– |
|
| 13136 |
– |
fi |
| 13137 |
– |
done |
| 13138 |
– |
|
| 13253 |
|
ac_fn_c_check_type "$LINENO" "struct sockaddr_in" "ac_cv_type_struct_sockaddr_in" "#include <sys/types.h> |
| 13254 |
|
#include <sys/socket.h> |
| 13255 |
|
#include <netdb.h> |
| 13568 |
|
|
| 13569 |
|
|
| 13570 |
|
|
| 13457 |
– |
|
| 13458 |
– |
|
| 13571 |
|
# Checks for header files. |
| 13572 |
|
|
| 13573 |
|
|
| 13602 |
|
|
| 13603 |
|
|
| 13604 |
|
|
| 13493 |
– |
|
| 13494 |
– |
|
| 13495 |
– |
|
| 13496 |
– |
|
| 13497 |
– |
|
| 13498 |
– |
|
| 13499 |
– |
|
| 13500 |
– |
|
| 13501 |
– |
|
| 13502 |
– |
|
| 13503 |
– |
# check for /dev/null so we can use it to hold evil fd's |
| 13504 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for /dev/null" >&5 |
| 13505 |
– |
$as_echo_n "checking for /dev/null... " >&6; } |
| 13506 |
– |
if test -c /dev/null; then : |
| 13507 |
– |
|
| 13508 |
– |
|
| 13509 |
– |
$as_echo "#define PATH_DEVNULL \"/dev/null\"" >>confdefs.h |
| 13510 |
– |
|
| 13511 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 |
| 13512 |
– |
$as_echo "yes" >&6; } |
| 13513 |
– |
else |
| 13514 |
– |
|
| 13515 |
– |
|
| 13516 |
– |
$as_echo "#define PATH_DEVNULL \"devnull.log\"" >>confdefs.h |
| 13517 |
– |
|
| 13518 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no - using devnull.log" >&5 |
| 13519 |
– |
$as_echo "no - using devnull.log" >&6; } |
| 13520 |
– |
fi |
| 13521 |
– |
|
| 13522 |
– |
|
| 13605 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing crypt" >&5 |
| 13606 |
|
$as_echo_n "checking for library containing crypt... " >&6; } |
| 13607 |
|
if ${ac_cv_search_crypt+:} false; then : |
| 13659 |
|
fi |
| 13660 |
|
|
| 13661 |
|
|
| 13580 |
– |
|
| 13581 |
– |
|
| 13582 |
– |
# Check whether --with-zlib-path was given. |
| 13583 |
– |
if test "${with_zlib_path+set}" = set; then : |
| 13584 |
– |
withval=$with_zlib_path; LDFLAGS="-L$withval $LDFLAGS" |
| 13585 |
– |
fi |
| 13586 |
– |
|
| 13587 |
– |
|
| 13588 |
– |
# Check whether --enable-zlib was given. |
| 13589 |
– |
if test "${enable_zlib+set}" = set; then : |
| 13590 |
– |
enableval=$enable_zlib; zlib=$enableval |
| 13591 |
– |
else |
| 13592 |
– |
zlib=yes |
| 13593 |
– |
fi |
| 13594 |
– |
|
| 13595 |
– |
|
| 13596 |
– |
if test "$zlib" = "yes"; then : |
| 13597 |
– |
|
| 13598 |
– |
ac_fn_c_check_header_mongrel "$LINENO" "zlib.h" "ac_cv_header_zlib_h" "$ac_includes_default" |
| 13599 |
– |
if test "x$ac_cv_header_zlib_h" = xyes; then : |
| 13600 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for zlibVersion in -lz" >&5 |
| 13601 |
– |
$as_echo_n "checking for zlibVersion in -lz... " >&6; } |
| 13602 |
– |
if ${ac_cv_lib_z_zlibVersion+:} false; then : |
| 13603 |
– |
$as_echo_n "(cached) " >&6 |
| 13604 |
– |
else |
| 13605 |
– |
ac_check_lib_save_LIBS=$LIBS |
| 13606 |
– |
LIBS="-lz $LIBS" |
| 13607 |
– |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13608 |
– |
/* end confdefs.h. */ |
| 13609 |
– |
|
| 13610 |
– |
/* Override any GCC internal prototype to avoid an error. |
| 13611 |
– |
Use char because int might match the return type of a GCC |
| 13612 |
– |
builtin and then its argument prototype would still apply. */ |
| 13613 |
– |
#ifdef __cplusplus |
| 13614 |
– |
extern "C" |
| 13615 |
– |
#endif |
| 13616 |
– |
char zlibVersion (); |
| 13617 |
– |
int |
| 13618 |
– |
main () |
| 13619 |
– |
{ |
| 13620 |
– |
return zlibVersion (); |
| 13621 |
– |
; |
| 13622 |
– |
return 0; |
| 13623 |
– |
} |
| 13624 |
– |
_ACEOF |
| 13625 |
– |
if ac_fn_c_try_link "$LINENO"; then : |
| 13626 |
– |
ac_cv_lib_z_zlibVersion=yes |
| 13627 |
– |
else |
| 13628 |
– |
ac_cv_lib_z_zlibVersion=no |
| 13629 |
– |
fi |
| 13630 |
– |
rm -f core conftest.err conftest.$ac_objext \ |
| 13631 |
– |
conftest$ac_exeext conftest.$ac_ext |
| 13632 |
– |
LIBS=$ac_check_lib_save_LIBS |
| 13633 |
– |
fi |
| 13634 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_z_zlibVersion" >&5 |
| 13635 |
– |
$as_echo "$ac_cv_lib_z_zlibVersion" >&6; } |
| 13636 |
– |
if test "x$ac_cv_lib_z_zlibVersion" = xyes; then : |
| 13637 |
– |
|
| 13638 |
– |
LIBS="-lz $LIBS" |
| 13639 |
– |
|
| 13640 |
– |
$as_echo "#define HAVE_LIBZ 1" >>confdefs.h |
| 13641 |
– |
|
| 13642 |
– |
|
| 13643 |
– |
else |
| 13644 |
– |
zlib=no |
| 13645 |
– |
fi |
| 13646 |
– |
|
| 13647 |
– |
|
| 13648 |
– |
else |
| 13649 |
– |
zlib=no |
| 13650 |
– |
fi |
| 13651 |
– |
|
| 13652 |
– |
|
| 13653 |
– |
|
| 13654 |
– |
fi |
| 13655 |
– |
|
| 13656 |
– |
|
| 13657 |
– |
# Check whether --with-libpcre-path was given. |
| 13658 |
– |
if test "${with_libpcre_path+set}" = set; then : |
| 13659 |
– |
withval=$with_libpcre_path; LDFLAGS="-L$withval $LDFLAGS" |
| 13660 |
– |
fi |
| 13661 |
– |
|
| 13662 |
– |
|
| 13662 |
|
# Check whether --enable-libpcre was given. |
| 13663 |
|
if test "${enable_libpcre+set}" = set; then : |
| 13664 |
< |
enableval=$enable_libpcre; libpcre=$enableval |
| 13664 |
> |
enableval=$enable_libpcre; |
| 13665 |
|
else |
| 13667 |
– |
libpcre=yes |
| 13668 |
– |
fi |
| 13669 |
– |
|
| 13670 |
– |
|
| 13671 |
– |
if test "$libpcre" = "yes"; then : |
| 13672 |
– |
|
| 13666 |
|
ac_fn_c_check_header_mongrel "$LINENO" "pcre.h" "ac_cv_header_pcre_h" "$ac_includes_default" |
| 13667 |
|
if test "x$ac_cv_header_pcre_h" = xyes; then : |
| 13668 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre_study in -lpcre" >&5 |
| 13669 |
< |
$as_echo_n "checking for pcre_study in -lpcre... " >&6; } |
| 13670 |
< |
if ${ac_cv_lib_pcre_pcre_study+:} false; then : |
| 13668 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing pcre_study" >&5 |
| 13669 |
> |
$as_echo_n "checking for library containing pcre_study... " >&6; } |
| 13670 |
> |
if ${ac_cv_search_pcre_study+:} false; then : |
| 13671 |
|
$as_echo_n "(cached) " >&6 |
| 13672 |
|
else |
| 13673 |
< |
ac_check_lib_save_LIBS=$LIBS |
| 13681 |
< |
LIBS="-lpcre $LIBS" |
| 13673 |
> |
ac_func_search_save_LIBS=$LIBS |
| 13674 |
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13675 |
|
/* end confdefs.h. */ |
| 13676 |
|
|
| 13689 |
|
return 0; |
| 13690 |
|
} |
| 13691 |
|
_ACEOF |
| 13692 |
< |
if ac_fn_c_try_link "$LINENO"; then : |
| 13693 |
< |
ac_cv_lib_pcre_pcre_study=yes |
| 13694 |
< |
else |
| 13695 |
< |
ac_cv_lib_pcre_pcre_study=no |
| 13692 |
> |
for ac_lib in '' pcre; do |
| 13693 |
> |
if test -z "$ac_lib"; then |
| 13694 |
> |
ac_res="none required" |
| 13695 |
> |
else |
| 13696 |
> |
ac_res=-l$ac_lib |
| 13697 |
> |
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 13698 |
> |
fi |
| 13699 |
> |
if ac_fn_c_try_link "$LINENO"; then : |
| 13700 |
> |
ac_cv_search_pcre_study=$ac_res |
| 13701 |
|
fi |
| 13702 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 13703 |
< |
conftest$ac_exeext conftest.$ac_ext |
| 13704 |
< |
LIBS=$ac_check_lib_save_LIBS |
| 13703 |
> |
conftest$ac_exeext |
| 13704 |
> |
if ${ac_cv_search_pcre_study+:} false; then : |
| 13705 |
> |
break |
| 13706 |
|
fi |
| 13707 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pcre_pcre_study" >&5 |
| 13708 |
< |
$as_echo "$ac_cv_lib_pcre_pcre_study" >&6; } |
| 13711 |
< |
if test "x$ac_cv_lib_pcre_pcre_study" = xyes; then : |
| 13712 |
< |
|
| 13713 |
< |
LIBS="-lpcre $LIBS" |
| 13714 |
< |
|
| 13715 |
< |
$as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h |
| 13716 |
< |
|
| 13707 |
> |
done |
| 13708 |
> |
if ${ac_cv_search_pcre_study+:} false; then : |
| 13709 |
|
|
| 13710 |
|
else |
| 13711 |
< |
libpcre=no |
| 13711 |
> |
ac_cv_search_pcre_study=no |
| 13712 |
|
fi |
| 13713 |
+ |
rm conftest.$ac_ext |
| 13714 |
+ |
LIBS=$ac_func_search_save_LIBS |
| 13715 |
+ |
fi |
| 13716 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_pcre_study" >&5 |
| 13717 |
+ |
$as_echo "$ac_cv_search_pcre_study" >&6; } |
| 13718 |
+ |
ac_res=$ac_cv_search_pcre_study |
| 13719 |
+ |
if test "$ac_res" != no; then : |
| 13720 |
+ |
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 13721 |
|
|
| 13722 |
+ |
$as_echo "#define HAVE_LIBPCRE 1" >>confdefs.h |
| 13723 |
|
|
| 13723 |
– |
else |
| 13724 |
– |
libpcre=no |
| 13724 |
|
fi |
| 13725 |
|
|
| 13726 |
+ |
fi |
| 13727 |
|
|
| 13728 |
|
|
| 13729 |
|
fi |
| 13730 |
– |
if test "$libpcre" = yes; then |
| 13731 |
– |
ENABLE_PCRE_TRUE= |
| 13732 |
– |
ENABLE_PCRE_FALSE='#' |
| 13733 |
– |
else |
| 13734 |
– |
ENABLE_PCRE_TRUE='#' |
| 13735 |
– |
ENABLE_PCRE_FALSE= |
| 13736 |
– |
fi |
| 13737 |
– |
|
| 13730 |
|
|
| 13731 |
|
|
| 13732 |
|
# Check whether --enable-openssl was given. |
| 13768 |
|
fi |
| 13769 |
|
|
| 13770 |
|
if test ! -z "$cf_openssl_basedir"; then |
| 13779 |
– |
LIBS="-lcrypto -lssl $LIBS" |
| 13771 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cf_openssl_basedir" >&5 |
| 13772 |
|
$as_echo "$cf_openssl_basedir" >&6; } |
| 13773 |
|
cf_enable_openssl="yes" |
| 13783 |
– |
|
| 13784 |
– |
$as_echo "#define HAVE_LIBCRYPTO 1" >>confdefs.h |
| 13785 |
– |
|
| 13774 |
|
else |
| 13775 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: not found. Please check your path." >&5 |
| 13776 |
|
$as_echo "not found. Please check your path." >&6; } |
| 13783 |
|
fi |
| 13784 |
|
|
| 13785 |
|
if test "$cf_enable_openssl" != "no"; then : |
| 13786 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.7 or above" >&5 |
| 13787 |
< |
$as_echo_n "checking for OpenSSL 0.9.7 or above... " >&6; } |
| 13786 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5 |
| 13787 |
> |
$as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; } |
| 13788 |
|
if test "$cross_compiling" = yes; then : |
| 13789 |
|
cf_openssl_version_ok=no |
| 13790 |
|
else |
| 13797 |
|
int |
| 13798 |
|
main () |
| 13799 |
|
{ |
| 13800 |
< |
exit(!(OPENSSL_VERSION_NUMBER >= 0x00907000)); |
| 13800 |
> |
exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000)); |
| 13801 |
|
; |
| 13802 |
|
return 0; |
| 13803 |
|
} |
| 13862 |
|
fi |
| 13863 |
|
|
| 13864 |
|
if test "$ac_cv_lib_crypto_RSA_free" = "yes"; then : |
| 13865 |
< |
for ac_func in EVP_bf_cfb \ |
| 13866 |
< |
EVP_cast5_cfb \ |
| 13867 |
< |
EVP_idea_cfb \ |
| 13868 |
< |
EVP_rc5_32_12_16_cfb \ |
| 13869 |
< |
EVP_des_ede3_cfb \ |
| 13870 |
< |
EVP_des_cfb |
| 13871 |
< |
do : |
| 13872 |
< |
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 13873 |
< |
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var" |
| 13874 |
< |
if eval test \"x\$"$as_ac_var"\" = x"yes"; then : |
| 13865 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSL_connect in -lssl" >&5 |
| 13866 |
> |
$as_echo_n "checking for SSL_connect in -lssl... " >&6; } |
| 13867 |
> |
if ${ac_cv_lib_ssl_SSL_connect+:} false; then : |
| 13868 |
> |
$as_echo_n "(cached) " >&6 |
| 13869 |
> |
else |
| 13870 |
> |
ac_check_lib_save_LIBS=$LIBS |
| 13871 |
> |
LIBS="-lssl $LIBS" |
| 13872 |
> |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13873 |
> |
/* end confdefs.h. */ |
| 13874 |
> |
|
| 13875 |
> |
/* Override any GCC internal prototype to avoid an error. |
| 13876 |
> |
Use char because int might match the return type of a GCC |
| 13877 |
> |
builtin and then its argument prototype would still apply. */ |
| 13878 |
> |
#ifdef __cplusplus |
| 13879 |
> |
extern "C" |
| 13880 |
> |
#endif |
| 13881 |
> |
char SSL_connect (); |
| 13882 |
> |
int |
| 13883 |
> |
main () |
| 13884 |
> |
{ |
| 13885 |
> |
return SSL_connect (); |
| 13886 |
> |
; |
| 13887 |
> |
return 0; |
| 13888 |
> |
} |
| 13889 |
> |
_ACEOF |
| 13890 |
> |
if ac_fn_c_try_link "$LINENO"; then : |
| 13891 |
> |
ac_cv_lib_ssl_SSL_connect=yes |
| 13892 |
> |
else |
| 13893 |
> |
ac_cv_lib_ssl_SSL_connect=no |
| 13894 |
> |
fi |
| 13895 |
> |
rm -f core conftest.err conftest.$ac_objext \ |
| 13896 |
> |
conftest$ac_exeext conftest.$ac_ext |
| 13897 |
> |
LIBS=$ac_check_lib_save_LIBS |
| 13898 |
> |
fi |
| 13899 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ssl_SSL_connect" >&5 |
| 13900 |
> |
$as_echo "$ac_cv_lib_ssl_SSL_connect" >&6; } |
| 13901 |
> |
if test "x$ac_cv_lib_ssl_SSL_connect" = xyes; then : |
| 13902 |
|
cat >>confdefs.h <<_ACEOF |
| 13903 |
< |
#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 |
| 13903 |
> |
#define HAVE_LIBSSL 1 |
| 13904 |
|
_ACEOF |
| 13905 |
|
|
| 13906 |
+ |
LIBS="-lssl $LIBS" |
| 13907 |
+ |
|
| 13908 |
|
fi |
| 13892 |
– |
done |
| 13909 |
|
|
| 13910 |
|
fi |
| 13911 |
|
|
| 13916 |
|
fi |
| 13917 |
|
fi |
| 13918 |
|
|
| 13919 |
< |
if test "$cf_enable_openssl" = yes; then |
| 13919 |
> |
if test "$ac_cv_lib_ssl_SSL_connect" = yes; then |
| 13920 |
|
ENABLE_SSL_TRUE= |
| 13921 |
|
ENABLE_SSL_FALSE='#' |
| 13922 |
|
else |
| 13941 |
|
fi |
| 13942 |
|
|
| 13943 |
|
|
| 13928 |
– |
# Check whether --enable-small-net was given. |
| 13929 |
– |
if test "${enable_small_net+set}" = set; then : |
| 13930 |
– |
enableval=$enable_small_net; small_net=$enableval |
| 13931 |
– |
else |
| 13932 |
– |
small_net=no |
| 13933 |
– |
fi |
| 13934 |
– |
|
| 13935 |
– |
|
| 13936 |
– |
if test "$small_net" = "yes"; then : |
| 13937 |
– |
|
| 13938 |
– |
|
| 13939 |
– |
$as_echo "#define NICKNAMEHISTORYLENGTH 1500" >>confdefs.h |
| 13940 |
– |
|
| 13941 |
– |
|
| 13942 |
– |
$as_echo "#define CHANNEL_HEAP_SIZE 256" >>confdefs.h |
| 13943 |
– |
|
| 13944 |
– |
|
| 13945 |
– |
$as_echo "#define BAN_HEAP_SIZE 128" >>confdefs.h |
| 13946 |
– |
|
| 13947 |
– |
|
| 13948 |
– |
$as_echo "#define CLIENT_HEAP_SIZE 256" >>confdefs.h |
| 13949 |
– |
|
| 13944 |
|
|
| 13945 |
< |
$as_echo "#define LCLIENT_HEAP_SIZE 128" >>confdefs.h |
| 13952 |
< |
|
| 13953 |
< |
|
| 13954 |
< |
$as_echo "#define DNODE_HEAP_SIZE 256" >>confdefs.h |
| 13955 |
< |
|
| 13956 |
< |
|
| 13957 |
< |
$as_echo "#define TOPIC_HEAP_SIZE 256" >>confdefs.h |
| 13958 |
< |
|
| 13959 |
< |
|
| 13960 |
< |
$as_echo "#define DBUF_HEAP_SIZE 64" >>confdefs.h |
| 13961 |
< |
|
| 13962 |
< |
|
| 13963 |
< |
$as_echo "#define AUTH_HEAP_SIZE 128" >>confdefs.h |
| 13964 |
< |
|
| 13965 |
< |
|
| 13966 |
< |
$as_echo "#define DNS_HEAP_SIZE 128" >>confdefs.h |
| 13967 |
< |
|
| 13968 |
< |
else |
| 13969 |
< |
|
| 13970 |
< |
|
| 13971 |
< |
|
| 13972 |
< |
$as_echo "#define NICKNAMEHISTORYLENGTH 15000" >>confdefs.h |
| 13945 |
> |
$as_echo "#define NICKNAMEHISTORYLENGTH 16384" >>confdefs.h |
| 13946 |
|
|
| 13947 |
|
|
| 13948 |
|
$as_echo "#define CHANNEL_HEAP_SIZE 1024" >>confdefs.h |
| 13960 |
|
$as_echo "#define DNODE_HEAP_SIZE 1024" >>confdefs.h |
| 13961 |
|
|
| 13962 |
|
|
| 13990 |
– |
$as_echo "#define TOPIC_HEAP_SIZE 1024" >>confdefs.h |
| 13991 |
– |
|
| 13992 |
– |
|
| 13963 |
|
$as_echo "#define DBUF_HEAP_SIZE 512" >>confdefs.h |
| 13964 |
|
|
| 13965 |
|
|
| 13966 |
< |
$as_echo "#define AUTH_HEAP_SIZE 512" >>confdefs.h |
| 13966 |
> |
$as_echo "#define AUTH_HEAP_SIZE 256" >>confdefs.h |
| 13967 |
|
|
| 13968 |
|
|
| 13969 |
< |
$as_echo "#define DNS_HEAP_SIZE 512" >>confdefs.h |
| 13969 |
> |
$as_echo "#define DNS_HEAP_SIZE 256" >>confdefs.h |
| 13970 |
|
|
| 14001 |
– |
fi |
| 13971 |
|
|
| 13972 |
|
|
| 13973 |
|
# Argument processing. |
| 13988 |
|
enableval=$enable_devpoll; desired_iopoll_mechanism="devpoll" |
| 13989 |
|
fi |
| 13990 |
|
|
| 14022 |
– |
# Check whether --enable-rtsigio was given. |
| 14023 |
– |
if test "${enable_rtsigio+set}" = set; then : |
| 14024 |
– |
enableval=$enable_rtsigio; desired_iopoll_mechanism="rtsigio" |
| 14025 |
– |
fi |
| 14026 |
– |
|
| 13991 |
|
# Check whether --enable-poll was given. |
| 13992 |
|
if test "${enable_poll+set}" = set; then : |
| 13993 |
|
enableval=$enable_poll; desired_iopoll_mechanism="poll" |
| 14171 |
|
$as_echo "#define HAVE_SYS_DEVPOLL_H 1" >>confdefs.h |
| 14172 |
|
|
| 14173 |
|
fi |
| 14174 |
< |
iopoll_mechanism_rtsigio=4 |
| 14211 |
< |
|
| 14212 |
< |
cat >>confdefs.h <<_ACEOF |
| 14213 |
< |
#define __IOPOLL_MECHANISM_RTSIGIO $iopoll_mechanism_rtsigio |
| 14214 |
< |
_ACEOF |
| 14215 |
< |
|
| 14216 |
< |
if test "$cross_compiling" = yes; then : |
| 14217 |
< |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 14218 |
< |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 14219 |
< |
as_fn_error $? "cannot run test program while cross compiling |
| 14220 |
< |
See \`config.log' for more details" "$LINENO" 5; } |
| 14221 |
< |
else |
| 14222 |
< |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 14223 |
< |
/* end confdefs.h. */ |
| 14224 |
< |
|
| 14225 |
< |
#define _GNU_SOURCE |
| 14226 |
< |
#include <fcntl.h> |
| 14227 |
< |
static unsigned int have_f_setsig = 0; |
| 14228 |
< |
|
| 14229 |
< |
int |
| 14230 |
< |
main () |
| 14231 |
< |
{ |
| 14232 |
< |
|
| 14233 |
< |
#ifdef F_SETSIG |
| 14234 |
< |
have_f_setsig = 1; |
| 14235 |
< |
#endif |
| 14236 |
< |
return have_f_setsig == 0; |
| 14237 |
< |
|
| 14238 |
< |
; |
| 14239 |
< |
return 0; |
| 14240 |
< |
} |
| 14241 |
< |
_ACEOF |
| 14242 |
< |
if ac_fn_c_try_run "$LINENO"; then : |
| 14243 |
< |
is_rtsigio_mechanism_available="yes" |
| 14244 |
< |
else |
| 14245 |
< |
is_rtsigio_mechanism_available="no" |
| 14246 |
< |
fi |
| 14247 |
< |
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \ |
| 14248 |
< |
conftest.$ac_objext conftest.beam conftest.$ac_ext |
| 14249 |
< |
fi |
| 14250 |
< |
|
| 14251 |
< |
iopoll_mechanism_poll=5 |
| 14174 |
> |
iopoll_mechanism_poll=4 |
| 14175 |
|
|
| 14176 |
|
cat >>confdefs.h <<_ACEOF |
| 14177 |
|
#define __IOPOLL_MECHANISM_POLL $iopoll_mechanism_poll |
| 14225 |
|
fi |
| 14226 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 14227 |
|
conftest$ac_exeext conftest.$ac_ext |
| 14228 |
< |
iopoll_mechanism_select=6 |
| 14228 |
> |
iopoll_mechanism_select=5 |
| 14229 |
|
|
| 14230 |
|
cat >>confdefs.h <<_ACEOF |
| 14231 |
|
#define __IOPOLL_MECHANISM_SELECT $iopoll_mechanism_select |
| 14280 |
|
rm -f core conftest.err conftest.$ac_objext \ |
| 14281 |
|
conftest$ac_exeext conftest.$ac_ext |
| 14282 |
|
optimal_iopoll_mechanism="none" |
| 14283 |
< |
for mechanism in "kqueue" "epoll" "devpoll" "rtsigio" "poll" "select" ; do # order is important |
| 14283 |
> |
for mechanism in "kqueue" "epoll" "devpoll" "poll" "select" ; do # order is important |
| 14284 |
|
eval "is_optimal_iopoll_mechanism_available=\$is_${mechanism}_mechanism_available" |
| 14285 |
|
if test "$is_optimal_iopoll_mechanism_available" = "yes" ; then |
| 14286 |
|
optimal_iopoll_mechanism="$mechanism" |
| 14317 |
|
|
| 14318 |
|
|
| 14319 |
|
|
| 14397 |
– |
|
| 14398 |
– |
# Check whether --with-nicklen was given. |
| 14399 |
– |
if test "${with_nicklen+set}" = set; then : |
| 14400 |
– |
withval=$with_nicklen; nicklen="$withval" |
| 14401 |
– |
else |
| 14402 |
– |
nicklen="9" |
| 14403 |
– |
fi |
| 14404 |
– |
|
| 14405 |
– |
|
| 14406 |
– |
cat >>confdefs.h <<_ACEOF |
| 14407 |
– |
#define NICKLEN ($nicklen+1) |
| 14408 |
– |
_ACEOF |
| 14409 |
– |
|
| 14410 |
– |
|
| 14411 |
– |
|
| 14412 |
– |
|
| 14413 |
– |
# Check whether --with-topiclen was given. |
| 14414 |
– |
if test "${with_topiclen+set}" = set; then : |
| 14415 |
– |
withval=$with_topiclen; topiclen="$withval" |
| 14416 |
– |
else |
| 14417 |
– |
topiclen="160" |
| 14418 |
– |
fi |
| 14419 |
– |
|
| 14420 |
– |
|
| 14421 |
– |
cat >>confdefs.h <<_ACEOF |
| 14422 |
– |
#define TOPICLEN ($topiclen) |
| 14423 |
– |
_ACEOF |
| 14424 |
– |
|
| 14425 |
– |
|
| 14426 |
– |
|
| 14427 |
– |
|
| 14428 |
– |
# Check whether --with-syslog-facility was given. |
| 14429 |
– |
if test "${with_syslog_facility+set}" = set; then : |
| 14430 |
– |
withval=$with_syslog_facility; syslog_facility="$withval" |
| 14431 |
– |
else |
| 14432 |
– |
syslog_facility="LOG_LOCAL4" |
| 14433 |
– |
fi |
| 14434 |
– |
|
| 14435 |
– |
|
| 14436 |
– |
cat >>confdefs.h <<_ACEOF |
| 14437 |
– |
#define LOG_FACILITY $syslog_facility |
| 14438 |
– |
_ACEOF |
| 14439 |
– |
|
| 14440 |
– |
|
| 14441 |
– |
|
| 14442 |
– |
# Check whether --enable-efnet was given. |
| 14443 |
– |
if test "${enable_efnet+set}" = set; then : |
| 14444 |
– |
enableval=$enable_efnet; efnet="$enableval" |
| 14445 |
– |
else |
| 14446 |
– |
efnet="no" |
| 14447 |
– |
fi |
| 14448 |
– |
|
| 14449 |
– |
if test "$efnet" = "yes" ; then |
| 14450 |
– |
use_efnet="yes" |
| 14451 |
– |
|
| 14452 |
– |
$as_echo "#define EFNET 1" >>confdefs.h |
| 14453 |
– |
|
| 14454 |
– |
else |
| 14455 |
– |
use_efnet="no" |
| 14456 |
– |
fi |
| 14457 |
– |
if test "$use_efnet" = "yes"; then |
| 14458 |
– |
EFNET_TRUE= |
| 14459 |
– |
EFNET_FALSE='#' |
| 14460 |
– |
else |
| 14461 |
– |
EFNET_TRUE='#' |
| 14462 |
– |
EFNET_FALSE= |
| 14463 |
– |
fi |
| 14464 |
– |
|
| 14465 |
– |
|
| 14466 |
– |
|
| 14320 |
|
# Check whether --enable-halfops was given. |
| 14321 |
|
if test "${enable_halfops+set}" = set; then : |
| 14322 |
|
enableval=$enable_halfops; halfops="$enableval" |
| 14339 |
|
fi |
| 14340 |
|
|
| 14341 |
|
if test "$debugging" = "yes" ; then |
| 14489 |
– |
|
| 14490 |
– |
$as_echo "#define DEBUG 1" >>confdefs.h |
| 14491 |
– |
|
| 14342 |
|
CFLAGS="-Wall -g -O0" |
| 14493 |
– |
else |
| 14494 |
– |
|
| 14495 |
– |
$as_echo "#define NDEBUG 1" >>confdefs.h |
| 14496 |
– |
|
| 14343 |
|
fi |
| 14344 |
|
|
| 14345 |
|
|
| 14355 |
|
fi |
| 14356 |
|
|
| 14357 |
|
|
| 14512 |
– |
for ac_header in syslog.h sys/syslog.h |
| 14513 |
– |
do : |
| 14514 |
– |
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
| 14515 |
– |
ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
| 14516 |
– |
if eval test \"x\$"$as_ac_Header"\" = x"yes"; then : |
| 14517 |
– |
cat >>confdefs.h <<_ACEOF |
| 14518 |
– |
#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 |
| 14519 |
– |
_ACEOF |
| 14520 |
– |
|
| 14521 |
– |
fi |
| 14522 |
– |
|
| 14523 |
– |
done |
| 14524 |
– |
|
| 14525 |
– |
# Check whether --enable-syslog was given. |
| 14526 |
– |
if test "${enable_syslog+set}" = set; then : |
| 14527 |
– |
enableval=$enable_syslog; syslog="$enableval" |
| 14528 |
– |
else |
| 14529 |
– |
syslog="no" |
| 14530 |
– |
fi |
| 14531 |
– |
|
| 14532 |
– |
if test "$enableval" != "no" ; then |
| 14533 |
– |
for option in $enableval ; do |
| 14534 |
– |
case "$option" in |
| 14535 |
– |
users) |
| 14536 |
– |
$as_echo "#define SYSLOG_USERS 1" >>confdefs.h |
| 14537 |
– |
;; |
| 14538 |
– |
oper) |
| 14539 |
– |
$as_echo "#define SYSLOG_OPER 1" >>confdefs.h |
| 14540 |
– |
;; |
| 14541 |
– |
yes) : ;; |
| 14542 |
– |
*) as_fn_error $? "invalid value for --enable-syslog: $option" "$LINENO" 5 ;; |
| 14543 |
– |
esac |
| 14544 |
– |
done |
| 14545 |
– |
|
| 14546 |
– |
$as_echo "#define USE_SYSLOG 1" >>confdefs.h |
| 14547 |
– |
|
| 14548 |
– |
fi |
| 14549 |
– |
|
| 14550 |
– |
|
| 14358 |
|
|
| 14359 |
|
prefix_NONE= |
| 14360 |
|
exec_prefix_NONE= |
| 14441 |
|
test "$exec_prefix_NONE" && exec_prefix=NONE |
| 14442 |
|
|
| 14443 |
|
|
| 14444 |
< |
ac_config_files="$ac_config_files Makefile etc/Makefile servlink/Makefile contrib/Makefile contrib/help/Makefile src/Makefile libltdl/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile" |
| 14444 |
> |
ac_config_files="$ac_config_files Makefile contrib/Makefile contrib/help/Makefile src/Makefile libltdl/Makefile messages/Makefile modules/Makefile modules/core/Makefile doc/Makefile help/Makefile help/opers/Makefile help/users/Makefile tools/Makefile" |
| 14445 |
|
|
| 14446 |
|
|
| 14447 |
|
cat >confcache <<\_ACEOF |
| 14553 |
|
LTLIBOBJS=$ac_ltlibobjs |
| 14554 |
|
|
| 14555 |
|
|
| 14556 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 |
| 14557 |
+ |
$as_echo_n "checking that generated files are newer than configure... " >&6; } |
| 14558 |
+ |
if test -n "$am_sleep_pid"; then |
| 14559 |
+ |
# Hide warnings about reused PIDs. |
| 14560 |
+ |
wait $am_sleep_pid 2>/dev/null |
| 14561 |
+ |
fi |
| 14562 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5 |
| 14563 |
+ |
$as_echo "done" >&6; } |
| 14564 |
|
if test -n "$EXEEXT"; then |
| 14565 |
|
am__EXEEXT_TRUE= |
| 14566 |
|
am__EXEEXT_FALSE='#' |
| 14607 |
|
|
| 14608 |
|
|
| 14609 |
|
|
| 14795 |
– |
if test -z "${ENABLE_PCRE_TRUE}" && test -z "${ENABLE_PCRE_FALSE}"; then |
| 14796 |
– |
as_fn_error $? "conditional \"ENABLE_PCRE\" was never defined. |
| 14797 |
– |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 14798 |
– |
fi |
| 14610 |
|
if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then |
| 14611 |
|
as_fn_error $? "conditional \"ENABLE_SSL\" was never defined. |
| 14612 |
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 14613 |
|
fi |
| 14803 |
– |
if test -z "${EFNET_TRUE}" && test -z "${EFNET_FALSE}"; then |
| 14804 |
– |
as_fn_error $? "conditional \"EFNET\" was never defined. |
| 14805 |
– |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 14806 |
– |
fi |
| 14614 |
|
|
| 14615 |
|
: "${CONFIG_STATUS=./config.status}" |
| 14616 |
|
ac_write_fail=0 |
| 14909 |
|
# ... but there are two gotchas: |
| 14910 |
|
# 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. |
| 14911 |
|
# 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. |
| 14912 |
< |
# In both cases, we have to default to `cp -p'. |
| 14912 |
> |
# In both cases, we have to default to `cp -pR'. |
| 14913 |
|
ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || |
| 14914 |
< |
as_ln_s='cp -p' |
| 14914 |
> |
as_ln_s='cp -pR' |
| 14915 |
|
elif ln conf$$.file conf$$ 2>/dev/null; then |
| 14916 |
|
as_ln_s=ln |
| 14917 |
|
else |
| 14918 |
< |
as_ln_s='cp -p' |
| 14918 |
> |
as_ln_s='cp -pR' |
| 14919 |
|
fi |
| 14920 |
|
else |
| 14921 |
< |
as_ln_s='cp -p' |
| 14921 |
> |
as_ln_s='cp -pR' |
| 14922 |
|
fi |
| 14923 |
|
rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file |
| 14924 |
|
rmdir conf$$.dir 2>/dev/null |
| 14978 |
|
as_mkdir_p=false |
| 14979 |
|
fi |
| 14980 |
|
|
| 14981 |
< |
if test -x / >/dev/null 2>&1; then |
| 14982 |
< |
as_test_x='test -x' |
| 14983 |
< |
else |
| 14984 |
< |
if ls -dL / >/dev/null 2>&1; then |
| 14985 |
< |
as_ls_L_option=L |
| 14986 |
< |
else |
| 14987 |
< |
as_ls_L_option= |
| 14988 |
< |
fi |
| 14989 |
< |
as_test_x=' |
| 14990 |
< |
eval sh -c '\'' |
| 15184 |
< |
if test -d "$1"; then |
| 15185 |
< |
test -d "$1/."; |
| 15186 |
< |
else |
| 15187 |
< |
case $1 in #( |
| 15188 |
< |
-*)set "./$1";; |
| 15189 |
< |
esac; |
| 15190 |
< |
case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #(( |
| 15191 |
< |
???[sx]*):;;*)false;;esac;fi |
| 15192 |
< |
'\'' sh |
| 15193 |
< |
' |
| 15194 |
< |
fi |
| 15195 |
< |
as_executable_p=$as_test_x |
| 14981 |
> |
|
| 14982 |
> |
# as_fn_executable_p FILE |
| 14983 |
> |
# ----------------------- |
| 14984 |
> |
# Test if FILE is an executable regular file. |
| 14985 |
> |
as_fn_executable_p () |
| 14986 |
> |
{ |
| 14987 |
> |
test -f "$1" && test -x "$1" |
| 14988 |
> |
} # as_fn_executable_p |
| 14989 |
> |
as_test_x='test -x' |
| 14990 |
> |
as_executable_p=as_fn_executable_p |
| 14991 |
|
|
| 14992 |
|
# Sed expression to map a string onto a valid CPP name. |
| 14993 |
|
as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" |
| 15008 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
| 15009 |
|
# values after options handling. |
| 15010 |
|
ac_log=" |
| 15011 |
< |
This file was extended by ircd-hybrid $as_me 7.3.0, which was |
| 15012 |
< |
generated by GNU Autoconf 2.68. Invocation command line was |
| 15011 |
> |
This file was extended by ircd-hybrid $as_me 8.0.7, which was |
| 15012 |
> |
generated by GNU Autoconf 2.69. Invocation command line was |
| 15013 |
|
|
| 15014 |
|
CONFIG_FILES = $CONFIG_FILES |
| 15015 |
|
CONFIG_HEADERS = $CONFIG_HEADERS |
| 15074 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15075 |
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 15076 |
|
ac_cs_version="\\ |
| 15077 |
< |
ircd-hybrid config.status 7.3.0 |
| 15078 |
< |
configured by $0, generated by GNU Autoconf 2.68, |
| 15077 |
> |
ircd-hybrid config.status 8.0.7 |
| 15078 |
> |
configured by $0, generated by GNU Autoconf 2.69, |
| 15079 |
|
with options \\"\$ac_cs_config\\" |
| 15080 |
|
|
| 15081 |
< |
Copyright (C) 2010 Free Software Foundation, Inc. |
| 15081 |
> |
Copyright (C) 2012 Free Software Foundation, Inc. |
| 15082 |
|
This config.status script is free software; the Free Software Foundation |
| 15083 |
|
gives unlimited permission to copy, distribute and modify it." |
| 15084 |
|
|
| 15169 |
|
_ACEOF |
| 15170 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15171 |
|
if \$ac_cs_recheck; then |
| 15172 |
< |
set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
| 15172 |
> |
set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion |
| 15173 |
|
shift |
| 15174 |
|
\$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 |
| 15175 |
|
CONFIG_SHELL='$SHELL' |
| 15211 |
|
enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' |
| 15212 |
|
SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' |
| 15213 |
|
ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' |
| 15214 |
+ |
PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' |
| 15215 |
|
host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' |
| 15216 |
|
host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' |
| 15217 |
|
host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' |
| 15294 |
|
allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' |
| 15295 |
|
no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' |
| 15296 |
|
hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`' |
| 15501 |
– |
hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`' |
| 15297 |
|
hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' |
| 15298 |
|
hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' |
| 15299 |
|
hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' |
| 15349 |
|
# Quote evaled strings. |
| 15350 |
|
for var in SHELL \ |
| 15351 |
|
ECHO \ |
| 15352 |
+ |
PATH_SEPARATOR \ |
| 15353 |
|
SED \ |
| 15354 |
|
GREP \ |
| 15355 |
|
EGREP \ |
| 15400 |
|
allow_undefined_flag \ |
| 15401 |
|
no_undefined_flag \ |
| 15402 |
|
hardcode_libdir_flag_spec \ |
| 15607 |
– |
hardcode_libdir_flag_spec_ld \ |
| 15403 |
|
hardcode_libdir_separator \ |
| 15404 |
|
exclude_expsyms \ |
| 15405 |
|
include_expsyms \ |
| 15484 |
|
"depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; |
| 15485 |
|
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; |
| 15486 |
|
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
| 15692 |
– |
"etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;; |
| 15693 |
– |
"servlink/Makefile") CONFIG_FILES="$CONFIG_FILES servlink/Makefile" ;; |
| 15487 |
|
"contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;; |
| 15488 |
|
"contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;; |
| 15489 |
|
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; |
| 16092 |
|
|
| 16093 |
|
case $ac_file$ac_mode in |
| 16094 |
|
"depfiles":C) test x"$AMDEP_TRUE" != x"" || { |
| 16095 |
< |
# Autoconf 2.62 quotes --file arguments for eval, but not when files |
| 16095 |
> |
# Older Autoconf quotes --file arguments for eval, but not when files |
| 16096 |
|
# are listed without --file. Let's play safe and only enable the eval |
| 16097 |
|
# if we detect the quoting. |
| 16098 |
|
case $CONFIG_FILES in |
| 16105 |
|
# Strip MF so we end up with the name of the file. |
| 16106 |
|
mf=`echo "$mf" | sed -e 's/:.*$//'` |
| 16107 |
|
# Check whether this is an Automake generated Makefile or not. |
| 16108 |
< |
# We used to match only the files named `Makefile.in', but |
| 16108 |
> |
# We used to match only the files named 'Makefile.in', but |
| 16109 |
|
# some people rename them; so instead we look at the file content. |
| 16110 |
|
# Grep'ing the first line is not enough: some people post-process |
| 16111 |
|
# each Makefile.in and add a new line on top of each file to say so. |
| 16139 |
|
continue |
| 16140 |
|
fi |
| 16141 |
|
# Extract the definition of DEPDIR, am__include, and am__quote |
| 16142 |
< |
# from the Makefile without running `make'. |
| 16142 |
> |
# from the Makefile without running 'make'. |
| 16143 |
|
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 16144 |
|
test -z "$DEPDIR" && continue |
| 16145 |
|
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 16146 |
|
test -z "am__include" && continue |
| 16147 |
|
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
| 16355 |
– |
# When using ansi2knr, U may be empty or an underscore; expand it |
| 16356 |
– |
U=`sed -n 's/^U = //p' < "$mf"` |
| 16148 |
|
# Find all dependency output files, they are included files with |
| 16149 |
|
# $(DEPDIR) in their names. We invoke sed twice because it is the |
| 16150 |
|
# simplest approach to changing $(DEPDIR) to its actual value in the |
| 16151 |
|
# expansion. |
| 16152 |
|
for file in `sed -n " |
| 16153 |
|
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
| 16154 |
< |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do |
| 16154 |
> |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
| 16155 |
|
# Make sure the directory exists. |
| 16156 |
|
test -f "$dirpart/$file" && continue |
| 16157 |
|
fdir=`$as_dirname -- "$file" || |
| 16205 |
|
# NOTE: Changes made to this file will be lost: look at ltmain.sh. |
| 16206 |
|
# |
| 16207 |
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
| 16208 |
< |
# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, |
| 16209 |
< |
# Inc. |
| 16208 |
> |
# 2006, 2007, 2008, 2009, 2010, 2011 Free Software |
| 16209 |
> |
# Foundation, Inc. |
| 16210 |
|
# Written by Gordon Matzigkeit, 1996 |
| 16211 |
|
# |
| 16212 |
|
# This file is part of GNU Libtool. |
| 16260 |
|
# An echo program that protects backslashes. |
| 16261 |
|
ECHO=$lt_ECHO |
| 16262 |
|
|
| 16263 |
+ |
# The PATH separator for the build system. |
| 16264 |
+ |
PATH_SEPARATOR=$lt_PATH_SEPARATOR |
| 16265 |
+ |
|
| 16266 |
|
# The host system. |
| 16267 |
|
host_alias=$host_alias |
| 16268 |
|
host=$host |
| 16564 |
|
# This must work even if \$libdir does not exist |
| 16565 |
|
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec |
| 16566 |
|
|
| 16773 |
– |
# If ld is used when linking, flag to hardcode \$libdir into a binary |
| 16774 |
– |
# during linking. This must work even if \$libdir does not exist. |
| 16775 |
– |
hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld |
| 16776 |
– |
|
| 16567 |
|
# Whether we need a single "-rpath" flag with a separated argument. |
| 16568 |
|
hardcode_libdir_separator=$lt_hardcode_libdir_separator |
| 16569 |
|
|