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 1292 2012-02-12 20:36:27Z 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.68 for ircd-hybrid 8beta1. |
5 |
|
# |
6 |
|
# Report bugs to <bugs@ircd-hybrid.org>. |
7 |
|
# |
573 |
|
# Identity of this package. |
574 |
|
PACKAGE_NAME='ircd-hybrid' |
575 |
|
PACKAGE_TARNAME='ircd-hybrid' |
576 |
< |
PACKAGE_VERSION='7.3.0' |
577 |
< |
PACKAGE_STRING='ircd-hybrid 7.3.0' |
576 |
> |
PACKAGE_VERSION='8beta1' |
577 |
> |
PACKAGE_STRING='ircd-hybrid 8beta1' |
578 |
|
PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' |
579 |
|
PACKAGE_URL='' |
580 |
|
|
690 |
|
am__fastdepCC_FALSE |
691 |
|
am__fastdepCC_TRUE |
692 |
|
CCDEPMODE |
693 |
+ |
am__nodep |
694 |
|
AMDEPBACKSLASH |
695 |
|
AMDEP_FALSE |
696 |
|
AMDEP_TRUE |
784 |
|
with_ltdl_include |
785 |
|
with_ltdl_lib |
786 |
|
enable_ltdl_install |
786 |
– |
with_zlib_path |
787 |
– |
enable_zlib |
787 |
|
with_libpcre_path |
788 |
|
enable_libpcre |
789 |
|
enable_openssl |
797 |
|
enable_select |
798 |
|
with_nicklen |
799 |
|
with_topiclen |
801 |
– |
with_syslog_facility |
800 |
|
enable_efnet |
801 |
|
enable_halfops |
802 |
|
enable_debugging |
803 |
|
enable_warnings |
806 |
– |
enable_syslog |
804 |
|
' |
805 |
|
ac_precious_vars='build_alias |
806 |
|
host_alias |
1355 |
|
# Omit some internal or obsolete options to make the list less imposing. |
1356 |
|
# This message is too long to be a string in the A/UX 3.1 sh. |
1357 |
|
cat <<_ACEOF |
1358 |
< |
\`configure' configures ircd-hybrid 7.3.0 to adapt to many kinds of systems. |
1358 |
> |
\`configure' configures ircd-hybrid 8beta1 to adapt to many kinds of systems. |
1359 |
|
|
1360 |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
1361 |
|
|
1425 |
|
|
1426 |
|
if test -n "$ac_init_help"; then |
1427 |
|
case $ac_init_help in |
1428 |
< |
short | recursive ) echo "Configuration of ircd-hybrid 7.3.0:";; |
1428 |
> |
short | recursive ) echo "Configuration of ircd-hybrid 8beta1:";; |
1429 |
|
esac |
1430 |
|
cat <<\_ACEOF |
1431 |
|
|
1443 |
|
optimize for fast installation [default=yes] |
1444 |
|
--disable-libtool-lock avoid locking (might break parallel builds) |
1445 |
|
--enable-ltdl-install install libltdl |
1449 |
– |
--disable-zlib Disable ziplinks support |
1446 |
|
--disable-libpcre Disable PCRE support |
1447 |
|
--enable-openssl=DIR Enable OpenSSL support (DIR optional). |
1448 |
|
--disable-openssl Disable OpenSSL support. |
1458 |
|
--enable-halfops Enable halfops support. |
1459 |
|
--enable-debugging Enable debugging. |
1460 |
|
--enable-warnings Enable compiler warnings. |
1465 |
– |
--enable-syslog="EVENTS" |
1466 |
– |
Enable syslog for events: users oper (space |
1467 |
– |
separated in quotes; default: disabled). |
1461 |
|
|
1462 |
|
Optional Packages: |
1463 |
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
1464 |
|
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no) |
1465 |
< |
--with-pic try to use only PIC/non-PIC objects [default=use |
1465 |
> |
--with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use |
1466 |
|
both] |
1467 |
|
--with-gnu-ld assume the C compiler uses GNU ld [default=no] |
1468 |
|
--with-sysroot=DIR Search for dependent libraries within DIR |
1470 |
|
--with-included-ltdl use the GNU ltdl sources included here |
1471 |
|
--with-ltdl-include=DIR use the ltdl headers installed in DIR |
1472 |
|
--with-ltdl-lib=DIR use the libltdl.la installed in DIR |
1480 |
– |
--with-zlib-path=DIR Path to libz.so for ziplinks support. |
1473 |
|
--with-libpcre-path=DIR Path to libpcre.so for PCRE support. |
1474 |
|
--with-nicklen=<value> Set nickname length (default 9). |
1475 |
|
--with-topiclen=<value> Set topic length (default 160). |
1484 |
– |
--with-syslog-facility=LOG |
1485 |
– |
Define the syslog facility to use (default: |
1486 |
– |
LOG_LOCAL4) |
1476 |
|
|
1477 |
|
Some influential environment variables: |
1478 |
|
CC C compiler command |
1556 |
|
test -n "$ac_init_help" && exit $ac_status |
1557 |
|
if $ac_init_version; then |
1558 |
|
cat <<\_ACEOF |
1559 |
< |
ircd-hybrid configure 7.3.0 |
1559 |
> |
ircd-hybrid configure 8beta1 |
1560 |
|
generated by GNU Autoconf 2.68 |
1561 |
|
|
1562 |
|
Copyright (C) 2010 Free Software Foundation, Inc. |
2082 |
|
This file contains any messages produced by compilers while |
2083 |
|
running configure, to aid debugging if configure makes a mistake. |
2084 |
|
|
2085 |
< |
It was created by ircd-hybrid $as_me 7.3.0, which was |
2085 |
> |
It was created by ircd-hybrid $as_me 8beta1, which was |
2086 |
|
generated by GNU Autoconf 2.68. Invocation command line was |
2087 |
|
|
2088 |
|
$ $0 $@ |
2915 |
|
|
2916 |
|
# Define the identity of the package. |
2917 |
|
PACKAGE='ircd-hybrid' |
2918 |
< |
VERSION='7.3.0' |
2918 |
> |
VERSION='8beta1' |
2919 |
|
|
2920 |
|
|
2921 |
|
cat >>confdefs.h <<_ACEOF |
2945 |
|
|
2946 |
|
# We need awk for the "check" target. The system "awk" is bad on |
2947 |
|
# some platforms. |
2948 |
< |
# Always define AMTAR for backward compatibility. |
2948 |
> |
# Always define AMTAR for backward compatibility. Yes, it's still used |
2949 |
> |
# in the wild :-( We should find a proper way to deprecate it ... |
2950 |
> |
AMTAR='$${TAR-tar}' |
2951 |
|
|
2952 |
< |
AMTAR=${AMTAR-"${am_missing_run}tar"} |
2962 |
< |
|
2963 |
< |
am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -' |
2952 |
> |
am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' |
2953 |
|
|
2954 |
|
|
2955 |
|
|
3035 |
|
if test "x$enable_dependency_tracking" != xno; then |
3036 |
|
am_depcomp="$ac_aux_dir/depcomp" |
3037 |
|
AMDEPBACKSLASH='\' |
3038 |
+ |
am__nodep='_no' |
3039 |
|
fi |
3040 |
|
if test "x$enable_dependency_tracking" != xno; then |
3041 |
|
AMDEP_TRUE= |
3849 |
|
# instance it was reported that on HP-UX the gcc test will end up |
3850 |
|
# making a dummy file named `D' -- because `-MD' means `put the output |
3851 |
|
# in D'. |
3852 |
+ |
rm -rf conftest.dir |
3853 |
|
mkdir conftest.dir |
3854 |
|
# Copy depcomp to subdir because otherwise we won't find it if we're |
3855 |
|
# using a relative directory. |
3909 |
|
break |
3910 |
|
fi |
3911 |
|
;; |
3912 |
< |
msvisualcpp | msvcmsys) |
3912 |
> |
msvc7 | msvc7msys | msvisualcpp | msvcmsys) |
3913 |
|
# This compiler won't grok `-c -o', but also, the minuso test has |
3914 |
|
# not run yet. These depmodes are late enough in the game, and |
3915 |
|
# so weak that their functioning should not be impacted. |
4367 |
|
|
4368 |
|
|
4369 |
|
|
4370 |
< |
macro_version='2.4' |
4371 |
< |
macro_revision='1.3293' |
4370 |
> |
macro_version='2.4.2' |
4371 |
> |
macro_revision='1.3337' |
4372 |
|
|
4373 |
|
|
4374 |
|
|
5213 |
|
lt_cv_sys_max_cmd_len=196608 |
5214 |
|
;; |
5215 |
|
|
5216 |
+ |
os2*) |
5217 |
+ |
# The test takes a long time on OS/2. |
5218 |
+ |
lt_cv_sys_max_cmd_len=8192 |
5219 |
+ |
;; |
5220 |
+ |
|
5221 |
|
osf*) |
5222 |
|
# Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure |
5223 |
|
# due to this test when exec_disable_arg_limit is 1 on Tru64. It is not |
5257 |
|
# If test is not a shell built-in, we'll probably end up computing a |
5258 |
|
# maximum length that is only half of the actual maximum length, but |
5259 |
|
# we can't tell. |
5260 |
< |
while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \ |
5260 |
> |
while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \ |
5261 |
|
= "X$teststring$teststring"; } >/dev/null 2>&1 && |
5262 |
|
test $i != 17 # 1/2 MB should be enough |
5263 |
|
do |
5686 |
|
lt_cv_deplibs_check_method=pass_all |
5687 |
|
;; |
5688 |
|
|
5689 |
< |
# This must be Linux ELF. |
5689 |
> |
# This must be glibc/ELF. |
5690 |
|
linux* | k*bsd*-gnu | kopensolaris*-gnu) |
5691 |
|
lt_cv_deplibs_check_method=pass_all |
5692 |
|
;; |
6326 |
|
if test -n "$RANLIB"; then |
6327 |
|
case $host_os in |
6328 |
|
openbsd*) |
6329 |
< |
old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib" |
6329 |
> |
old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib" |
6330 |
|
;; |
6331 |
|
*) |
6332 |
< |
old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib" |
6332 |
> |
old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib" |
6333 |
|
;; |
6334 |
|
esac |
6335 |
< |
old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib" |
6335 |
> |
old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib" |
6336 |
|
fi |
6337 |
|
|
6338 |
|
case $host_os in |
6479 |
|
# which start with @ or ?. |
6480 |
|
lt_cv_sys_global_symbol_pipe="$AWK '"\ |
6481 |
|
" {last_section=section; section=\$ 3};"\ |
6482 |
+ |
" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\ |
6483 |
|
" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\ |
6484 |
|
" \$ 0!~/External *\|/{next};"\ |
6485 |
|
" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\ |
6868 |
|
CFLAGS="$SAVE_CFLAGS" |
6869 |
|
fi |
6870 |
|
;; |
6871 |
< |
sparc*-*solaris*) |
6871 |
> |
*-*solaris*) |
6872 |
|
# Find out which ABI we are using. |
6873 |
|
echo 'int i;' > conftest.$ac_ext |
6874 |
|
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5 |
6879 |
|
case `/usr/bin/file conftest.o` in |
6880 |
|
*64-bit*) |
6881 |
|
case $lt_cv_prog_gnu_ld in |
6882 |
< |
yes*) LD="${LD-ld} -m elf64_sparc" ;; |
6882 |
> |
yes*) |
6883 |
> |
case $host in |
6884 |
> |
i?86-*-solaris*) |
6885 |
> |
LD="${LD-ld} -m elf_x86_64" |
6886 |
> |
;; |
6887 |
> |
sparc*-*-solaris*) |
6888 |
> |
LD="${LD-ld} -m elf64_sparc" |
6889 |
> |
;; |
6890 |
> |
esac |
6891 |
> |
# GNU ld 2.21 introduced _sol2 emulations. Use them if available. |
6892 |
> |
if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then |
6893 |
> |
LD="${LD-ld}_sol2" |
6894 |
> |
fi |
6895 |
> |
;; |
6896 |
|
*) |
6897 |
|
if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then |
6898 |
|
LD="${LD-ld} -64" |
7532 |
|
$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \ |
7533 |
|
-dynamiclib -Wl,-single_module conftest.c 2>conftest.err |
7534 |
|
_lt_result=$? |
7535 |
< |
if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then |
7535 |
> |
# If there is a non-empty error log, and "single_module" |
7536 |
> |
# appears in it, assume the flag caused a linker warning |
7537 |
> |
if test -s conftest.err && $GREP single_module conftest.err; then |
7538 |
> |
cat conftest.err >&5 |
7539 |
> |
# Otherwise, if the output was created with a 0 exit code from |
7540 |
> |
# the compiler, it worked. |
7541 |
> |
elif test -f libconftest.dylib && test $_lt_result -eq 0; then |
7542 |
|
lt_cv_apple_cc_single_mod=yes |
7543 |
|
else |
7544 |
|
cat conftest.err >&5 |
7549 |
|
fi |
7550 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5 |
7551 |
|
$as_echo "$lt_cv_apple_cc_single_mod" >&6; } |
7552 |
+ |
|
7553 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5 |
7554 |
|
$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; } |
7555 |
|
if ${lt_cv_ld_exported_symbols_list+:} false; then : |
7582 |
|
fi |
7583 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5 |
7584 |
|
$as_echo "$lt_cv_ld_exported_symbols_list" >&6; } |
7585 |
+ |
|
7586 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5 |
7587 |
|
$as_echo_n "checking for -force_load linker flag... " >&6; } |
7588 |
|
if ${lt_cv_ld_force_load+:} false; then : |
7604 |
|
echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5 |
7605 |
|
$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err |
7606 |
|
_lt_result=$? |
7607 |
< |
if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then |
7607 |
> |
if test -s conftest.err && $GREP force_load conftest.err; then |
7608 |
> |
cat conftest.err >&5 |
7609 |
> |
elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then |
7610 |
|
lt_cv_ld_force_load=yes |
7611 |
|
else |
7612 |
|
cat conftest.err >&5 |
8009 |
|
|
8010 |
|
# Check whether --with-pic was given. |
8011 |
|
if test "${with_pic+set}" = set; then : |
8012 |
< |
withval=$with_pic; pic_mode="$withval" |
8012 |
> |
withval=$with_pic; lt_p=${PACKAGE-default} |
8013 |
> |
case $withval in |
8014 |
> |
yes|no) pic_mode=$withval ;; |
8015 |
> |
*) |
8016 |
> |
pic_mode=default |
8017 |
> |
# Look at the argument we got. We use all the common list separators. |
8018 |
> |
lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR," |
8019 |
> |
for lt_pkg in $withval; do |
8020 |
> |
IFS="$lt_save_ifs" |
8021 |
> |
if test "X$lt_pkg" = "X$lt_p"; then |
8022 |
> |
pic_mode=yes |
8023 |
> |
fi |
8024 |
> |
done |
8025 |
> |
IFS="$lt_save_ifs" |
8026 |
> |
;; |
8027 |
> |
esac |
8028 |
|
else |
8029 |
|
pic_mode=default |
8030 |
|
fi |
8102 |
|
|
8103 |
|
|
8104 |
|
|
8105 |
+ |
|
8106 |
+ |
|
8107 |
+ |
|
8108 |
+ |
|
8109 |
|
test -z "$LN_S" && LN_S="ln -s" |
8110 |
|
|
8111 |
|
|
8561 |
|
case $cc_basename in |
8562 |
|
nvcc*) # Cuda Compiler Driver 2.2 |
8563 |
|
lt_prog_compiler_wl='-Xlinker ' |
8564 |
< |
lt_prog_compiler_pic='-Xcompiler -fPIC' |
8564 |
> |
if test -n "$lt_prog_compiler_pic"; then |
8565 |
> |
lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic" |
8566 |
> |
fi |
8567 |
|
;; |
8568 |
|
esac |
8569 |
|
else |
8654 |
|
;; |
8655 |
|
*) |
8656 |
|
case `$CC -V 2>&1 | sed 5q` in |
8657 |
< |
*Sun\ F* | *Sun*Fortran*) |
8657 |
> |
*Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*) |
8658 |
|
# Sun Fortran 8.3 passes all unrecognized flags to the linker |
8659 |
|
lt_prog_compiler_pic='-KPIC' |
8660 |
|
lt_prog_compiler_static='-Bstatic' |
8661 |
|
lt_prog_compiler_wl='' |
8662 |
|
;; |
8663 |
+ |
*Sun\ F* | *Sun*Fortran*) |
8664 |
+ |
lt_prog_compiler_pic='-KPIC' |
8665 |
+ |
lt_prog_compiler_static='-Bstatic' |
8666 |
+ |
lt_prog_compiler_wl='-Qoption ld ' |
8667 |
+ |
;; |
8668 |
|
*Sun\ C*) |
8669 |
|
# Sun C 5.9 |
8670 |
|
lt_prog_compiler_pic='-KPIC' |
8671 |
|
lt_prog_compiler_static='-Bstatic' |
8672 |
|
lt_prog_compiler_wl='-Wl,' |
8673 |
|
;; |
8674 |
+ |
*Intel*\ [CF]*Compiler*) |
8675 |
+ |
lt_prog_compiler_wl='-Wl,' |
8676 |
+ |
lt_prog_compiler_pic='-fPIC' |
8677 |
+ |
lt_prog_compiler_static='-static' |
8678 |
+ |
;; |
8679 |
+ |
*Portland\ Group*) |
8680 |
+ |
lt_prog_compiler_wl='-Wl,' |
8681 |
+ |
lt_prog_compiler_pic='-fpic' |
8682 |
+ |
lt_prog_compiler_static='-Bstatic' |
8683 |
+ |
;; |
8684 |
|
esac |
8685 |
|
;; |
8686 |
|
esac |
9042 |
|
hardcode_direct=no |
9043 |
|
hardcode_direct_absolute=no |
9044 |
|
hardcode_libdir_flag_spec= |
8989 |
– |
hardcode_libdir_flag_spec_ld= |
9045 |
|
hardcode_libdir_separator= |
9046 |
|
hardcode_minus_L=no |
9047 |
|
hardcode_shlibpath_var=unsupported |
9291 |
|
xlf* | bgf* | bgxlf* | mpixlf*) |
9292 |
|
# IBM XL Fortran 10.1 on PPC cannot create shared libs itself |
9293 |
|
whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive' |
9294 |
< |
hardcode_libdir_flag_spec= |
9240 |
< |
hardcode_libdir_flag_spec_ld='-rpath $libdir' |
9294 |
> |
hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' |
9295 |
|
archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib' |
9296 |
|
if test "x$supports_anon_versioning" = xyes; then |
9297 |
|
archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~ |
9670 |
|
# The linker will not automatically build a static lib if we build a DLL. |
9671 |
|
# _LT_TAGVAR(old_archive_from_new_cmds, )='true' |
9672 |
|
enable_shared_with_static_runtimes=yes |
9673 |
+ |
exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*' |
9674 |
|
export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols' |
9675 |
|
# Don't use ranlib |
9676 |
|
old_postinstall_cmds='chmod 644 $oldlib' |
9716 |
|
hardcode_shlibpath_var=unsupported |
9717 |
|
if test "$lt_cv_ld_force_load" = "yes"; then |
9718 |
|
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\"`' |
9719 |
+ |
|
9720 |
|
else |
9721 |
|
whole_archive_flag_spec='' |
9722 |
|
fi |
9745 |
|
hardcode_shlibpath_var=no |
9746 |
|
;; |
9747 |
|
|
9692 |
– |
freebsd1*) |
9693 |
– |
ld_shlibs=no |
9694 |
– |
;; |
9695 |
– |
|
9748 |
|
# FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor |
9749 |
|
# support. Future versions do this automatically, but an explicit c++rt0.o |
9750 |
|
# does not break anything, and helps significantly (at the cost of a little |
9757 |
|
;; |
9758 |
|
|
9759 |
|
# Unfortunately, older versions of FreeBSD 2 do not have this feature. |
9760 |
< |
freebsd2*) |
9760 |
> |
freebsd2.*) |
9761 |
|
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' |
9762 |
|
hardcode_direct=yes |
9763 |
|
hardcode_minus_L=yes |
9796 |
|
fi |
9797 |
|
if test "$with_gnu_ld" = no; then |
9798 |
|
hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir' |
9747 |
– |
hardcode_libdir_flag_spec_ld='+b $libdir' |
9799 |
|
hardcode_libdir_separator=: |
9800 |
|
hardcode_direct=yes |
9801 |
|
hardcode_direct_absolute=yes |
10419 |
|
|
10420 |
|
|
10421 |
|
|
10371 |
– |
|
10372 |
– |
|
10373 |
– |
|
10374 |
– |
|
10375 |
– |
|
10422 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5 |
10423 |
|
$as_echo_n "checking dynamic linker characteristics... " >&6; } |
10424 |
|
|
10508 |
|
|
10509 |
|
case $host_os in |
10510 |
|
aix3*) |
10511 |
< |
version_type=linux |
10511 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
10512 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a' |
10513 |
|
shlibpath_var=LIBPATH |
10514 |
|
|
10517 |
|
;; |
10518 |
|
|
10519 |
|
aix[4-9]*) |
10520 |
< |
version_type=linux |
10520 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
10521 |
|
need_lib_prefix=no |
10522 |
|
need_version=no |
10523 |
|
hardcode_into_libs=yes |
10582 |
|
;; |
10583 |
|
|
10584 |
|
bsdi[45]*) |
10585 |
< |
version_type=linux |
10585 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
10586 |
|
need_version=no |
10587 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
10588 |
|
soname_spec='${libname}${release}${shared_ext}$major' |
10721 |
|
;; |
10722 |
|
|
10723 |
|
dgux*) |
10724 |
< |
version_type=linux |
10724 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
10725 |
|
need_lib_prefix=no |
10726 |
|
need_version=no |
10727 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext' |
10729 |
|
shlibpath_var=LD_LIBRARY_PATH |
10730 |
|
;; |
10731 |
|
|
10686 |
– |
freebsd1*) |
10687 |
– |
dynamic_linker=no |
10688 |
– |
;; |
10689 |
– |
|
10732 |
|
freebsd* | dragonfly*) |
10733 |
|
# DragonFly does not have aout. When/if they implement a new |
10734 |
|
# versioning mechanism, adjust this. |
10736 |
|
objformat=`/usr/bin/objformat` |
10737 |
|
else |
10738 |
|
case $host_os in |
10739 |
< |
freebsd[123]*) objformat=aout ;; |
10739 |
> |
freebsd[23].*) objformat=aout ;; |
10740 |
|
*) objformat=elf ;; |
10741 |
|
esac |
10742 |
|
fi |
10754 |
|
esac |
10755 |
|
shlibpath_var=LD_LIBRARY_PATH |
10756 |
|
case $host_os in |
10757 |
< |
freebsd2*) |
10757 |
> |
freebsd2.*) |
10758 |
|
shlibpath_overrides_runpath=yes |
10759 |
|
;; |
10760 |
|
freebsd3.[01]* | freebsdelf3.[01]*) |
10774 |
|
;; |
10775 |
|
|
10776 |
|
gnu*) |
10777 |
< |
version_type=linux |
10777 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
10778 |
|
need_lib_prefix=no |
10779 |
|
need_version=no |
10780 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}' |
10781 |
|
soname_spec='${libname}${release}${shared_ext}$major' |
10782 |
|
shlibpath_var=LD_LIBRARY_PATH |
10783 |
+ |
shlibpath_overrides_runpath=no |
10784 |
|
hardcode_into_libs=yes |
10785 |
|
;; |
10786 |
|
|
10787 |
|
haiku*) |
10788 |
< |
version_type=linux |
10788 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
10789 |
|
need_lib_prefix=no |
10790 |
|
need_version=no |
10791 |
|
dynamic_linker="$host_os runtime_loader" |
10846 |
|
;; |
10847 |
|
|
10848 |
|
interix[3-9]*) |
10849 |
< |
version_type=linux |
10849 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
10850 |
|
need_lib_prefix=no |
10851 |
|
need_version=no |
10852 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' |
10862 |
|
nonstopux*) version_type=nonstopux ;; |
10863 |
|
*) |
10864 |
|
if test "$lt_cv_prog_gnu_ld" = yes; then |
10865 |
< |
version_type=linux |
10865 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
10866 |
|
else |
10867 |
|
version_type=irix |
10868 |
|
fi ;; |
10899 |
|
dynamic_linker=no |
10900 |
|
;; |
10901 |
|
|
10902 |
< |
# This must be Linux ELF. |
10902 |
> |
# This must be glibc/ELF. |
10903 |
|
linux* | k*bsd*-gnu | kopensolaris*-gnu) |
10904 |
< |
version_type=linux |
10904 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
10905 |
|
need_lib_prefix=no |
10906 |
|
need_version=no |
10907 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
10983 |
|
;; |
10984 |
|
|
10985 |
|
newsos6) |
10986 |
< |
version_type=linux |
10986 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
10987 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
10988 |
|
shlibpath_var=LD_LIBRARY_PATH |
10989 |
|
shlibpath_overrides_runpath=yes |
11052 |
|
;; |
11053 |
|
|
11054 |
|
solaris*) |
11055 |
< |
version_type=linux |
11055 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
11056 |
|
need_lib_prefix=no |
11057 |
|
need_version=no |
11058 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
11077 |
|
;; |
11078 |
|
|
11079 |
|
sysv4 | sysv4.3*) |
11080 |
< |
version_type=linux |
11080 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
11081 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
11082 |
|
soname_spec='${libname}${release}${shared_ext}$major' |
11083 |
|
shlibpath_var=LD_LIBRARY_PATH |
11101 |
|
|
11102 |
|
sysv4*MP*) |
11103 |
|
if test -d /usr/nec ;then |
11104 |
< |
version_type=linux |
11104 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
11105 |
|
library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}' |
11106 |
|
soname_spec='$libname${shared_ext}.$major' |
11107 |
|
shlibpath_var=LD_LIBRARY_PATH |
11132 |
|
|
11133 |
|
tpf*) |
11134 |
|
# TPF is a cross-target only. Preferred cross-host = GNU/Linux. |
11135 |
< |
version_type=linux |
11135 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
11136 |
|
need_lib_prefix=no |
11137 |
|
need_version=no |
11138 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
11142 |
|
;; |
11143 |
|
|
11144 |
|
uts4*) |
11145 |
< |
version_type=linux |
11145 |
> |
version_type=linux # correct to gnu/linux during the next big refactor |
11146 |
|
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}' |
11147 |
|
soname_spec='${libname}${release}${shared_ext}$major' |
11148 |
|
shlibpath_var=LD_LIBRARY_PATH |
11924 |
|
|
11925 |
|
|
11926 |
|
|
11927 |
+ |
|
11928 |
+ |
|
11929 |
|
ac_config_commands="$ac_config_commands libtool" |
11930 |
|
|
11931 |
|
|
11942 |
|
|
11943 |
|
module=yes |
11944 |
|
eval libltdl_cv_shlibext=$shrext_cmds |
11945 |
+ |
module=no |
11946 |
+ |
eval libltdl_cv_shrext=$shrext_cmds |
11947 |
|
|
11948 |
|
fi |
11949 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libltdl_cv_shlibext" >&5 |
11955 |
|
_ACEOF |
11956 |
|
|
11957 |
|
fi |
11958 |
+ |
if test "$libltdl_cv_shrext" != "$libltdl_cv_shlibext"; then |
11959 |
+ |
|
11960 |
+ |
cat >>confdefs.h <<_ACEOF |
11961 |
+ |
#define LT_SHARED_EXT "$libltdl_cv_shrext" |
11962 |
+ |
_ACEOF |
11963 |
+ |
|
11964 |
+ |
fi |
11965 |
|
|
11966 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking which variable specifies run-time module search path" >&5 |
11967 |
|
$as_echo_n "checking which variable specifies run-time module search path... " >&6; } |
13633 |
|
|
13634 |
|
|
13635 |
|
|
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 |
– |
|
13636 |
|
# Check whether --with-libpcre-path was given. |
13637 |
|
if test "${with_libpcre_path+set}" = set; then : |
13638 |
|
withval=$with_libpcre_path; LDFLAGS="-L$withval $LDFLAGS" |
14403 |
|
|
14404 |
|
|
14405 |
|
|
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 |
– |
|
14406 |
|
# Check whether --enable-efnet was given. |
14407 |
|
if test "${enable_efnet+set}" = set; then : |
14408 |
|
enableval=$enable_efnet; efnet="$enableval" |
14473 |
|
fi |
14474 |
|
|
14475 |
|
|
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 |
– |
|
14476 |
|
|
14477 |
|
prefix_NONE= |
14478 |
|
exec_prefix_NONE= |
14559 |
|
test "$exec_prefix_NONE" && exec_prefix=NONE |
14560 |
|
|
14561 |
|
|
14562 |
< |
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" |
14562 |
> |
ac_config_files="$ac_config_files Makefile etc/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" |
14563 |
|
|
14564 |
|
|
14565 |
|
cat >confcache <<\_ACEOF |
15138 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
15139 |
|
# values after options handling. |
15140 |
|
ac_log=" |
15141 |
< |
This file was extended by ircd-hybrid $as_me 7.3.0, which was |
15141 |
> |
This file was extended by ircd-hybrid $as_me 8beta1, which was |
15142 |
|
generated by GNU Autoconf 2.68. Invocation command line was |
15143 |
|
|
15144 |
|
CONFIG_FILES = $CONFIG_FILES |
15204 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
15205 |
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
15206 |
|
ac_cs_version="\\ |
15207 |
< |
ircd-hybrid config.status 7.3.0 |
15207 |
> |
ircd-hybrid config.status 8beta1 |
15208 |
|
configured by $0, generated by GNU Autoconf 2.68, |
15209 |
|
with options \\"\$ac_cs_config\\" |
15210 |
|
|
15341 |
|
enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`' |
15342 |
|
SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`' |
15343 |
|
ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`' |
15344 |
+ |
PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`' |
15345 |
|
host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`' |
15346 |
|
host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`' |
15347 |
|
host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`' |
15424 |
|
allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`' |
15425 |
|
no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`' |
15426 |
|
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"`' |
15427 |
|
hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`' |
15428 |
|
hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`' |
15429 |
|
hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`' |
15479 |
|
# Quote evaled strings. |
15480 |
|
for var in SHELL \ |
15481 |
|
ECHO \ |
15482 |
+ |
PATH_SEPARATOR \ |
15483 |
|
SED \ |
15484 |
|
GREP \ |
15485 |
|
EGREP \ |
15530 |
|
allow_undefined_flag \ |
15531 |
|
no_undefined_flag \ |
15532 |
|
hardcode_libdir_flag_spec \ |
15607 |
– |
hardcode_libdir_flag_spec_ld \ |
15533 |
|
hardcode_libdir_separator \ |
15534 |
|
exclude_expsyms \ |
15535 |
|
include_expsyms \ |
15615 |
|
"libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;; |
15616 |
|
"Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; |
15617 |
|
"etc/Makefile") CONFIG_FILES="$CONFIG_FILES etc/Makefile" ;; |
15693 |
– |
"servlink/Makefile") CONFIG_FILES="$CONFIG_FILES servlink/Makefile" ;; |
15618 |
|
"contrib/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/Makefile" ;; |
15619 |
|
"contrib/help/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/help/Makefile" ;; |
15620 |
|
"src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; |
16338 |
|
# NOTE: Changes made to this file will be lost: look at ltmain.sh. |
16339 |
|
# |
16340 |
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005, |
16341 |
< |
# 2006, 2007, 2008, 2009, 2010 Free Software Foundation, |
16342 |
< |
# Inc. |
16341 |
> |
# 2006, 2007, 2008, 2009, 2010, 2011 Free Software |
16342 |
> |
# Foundation, Inc. |
16343 |
|
# Written by Gordon Matzigkeit, 1996 |
16344 |
|
# |
16345 |
|
# This file is part of GNU Libtool. |
16393 |
|
# An echo program that protects backslashes. |
16394 |
|
ECHO=$lt_ECHO |
16395 |
|
|
16396 |
+ |
# The PATH separator for the build system. |
16397 |
+ |
PATH_SEPARATOR=$lt_PATH_SEPARATOR |
16398 |
+ |
|
16399 |
|
# The host system. |
16400 |
|
host_alias=$host_alias |
16401 |
|
host=$host |
16697 |
|
# This must work even if \$libdir does not exist |
16698 |
|
hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec |
16699 |
|
|
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 |
– |
|
16700 |
|
# Whether we need a single "-rpath" flag with a separated argument. |
16701 |
|
hardcode_libdir_separator=$lt_hardcode_libdir_separator |
16702 |
|
|