| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 8780 2019-01-13 11:33:04Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 8977 2019-05-18 20:53:40Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
< |
# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.2.25. |
| 4 |
> |
# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.2.26. |
| 5 |
|
# |
| 6 |
|
# Report bugs to <bugs@ircd-hybrid.org>. |
| 7 |
|
# |
| 593 |
|
# Identity of this package. |
| 594 |
|
PACKAGE_NAME='ircd-hybrid' |
| 595 |
|
PACKAGE_TARNAME='ircd-hybrid' |
| 596 |
< |
PACKAGE_VERSION='8.2.25' |
| 597 |
< |
PACKAGE_STRING='ircd-hybrid 8.2.25' |
| 596 |
> |
PACKAGE_VERSION='8.2.26' |
| 597 |
> |
PACKAGE_STRING='ircd-hybrid 8.2.26' |
| 598 |
|
PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' |
| 599 |
|
PACKAGE_URL='' |
| 600 |
|
|
| 767 |
|
docdir |
| 768 |
|
oldincludedir |
| 769 |
|
includedir |
| 770 |
+ |
runstatedir |
| 771 |
|
localstatedir |
| 772 |
|
sharedstatedir |
| 773 |
|
sysconfdir |
| 867 |
|
sysconfdir='${prefix}/etc' |
| 868 |
|
sharedstatedir='${prefix}/com' |
| 869 |
|
localstatedir='${prefix}/var' |
| 870 |
+ |
runstatedir='${localstatedir}/run' |
| 871 |
|
includedir='${prefix}/include' |
| 872 |
|
oldincludedir='/usr/include' |
| 873 |
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
| 1120 |
|
| -silent | --silent | --silen | --sile | --sil) |
| 1121 |
|
silent=yes ;; |
| 1122 |
|
|
| 1123 |
+ |
-runstatedir | --runstatedir | --runstatedi | --runstated \ |
| 1124 |
+ |
| --runstate | --runstat | --runsta | --runst | --runs \ |
| 1125 |
+ |
| --run | --ru | --r) |
| 1126 |
+ |
ac_prev=runstatedir ;; |
| 1127 |
+ |
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ |
| 1128 |
+ |
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ |
| 1129 |
+ |
| --run=* | --ru=* | --r=*) |
| 1130 |
+ |
runstatedir=$ac_optarg ;; |
| 1131 |
+ |
|
| 1132 |
|
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
| 1133 |
|
ac_prev=sbindir ;; |
| 1134 |
|
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
| 1266 |
|
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
| 1267 |
|
datadir sysconfdir sharedstatedir localstatedir includedir \ |
| 1268 |
|
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
| 1269 |
< |
libdir localedir mandir |
| 1269 |
> |
libdir localedir mandir runstatedir |
| 1270 |
|
do |
| 1271 |
|
eval ac_val=\$$ac_var |
| 1272 |
|
# Remove trailing slashes. |
| 1379 |
|
# Omit some internal or obsolete options to make the list less imposing. |
| 1380 |
|
# This message is too long to be a string in the A/UX 3.1 sh. |
| 1381 |
|
cat <<_ACEOF |
| 1382 |
< |
\`configure' configures ircd-hybrid 8.2.25 to adapt to many kinds of systems. |
| 1382 |
> |
\`configure' configures ircd-hybrid 8.2.26 to adapt to many kinds of systems. |
| 1383 |
|
|
| 1384 |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1385 |
|
|
| 1419 |
|
--sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
| 1420 |
|
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
| 1421 |
|
--localstatedir=DIR modifiable single-machine data [PREFIX/var] |
| 1422 |
+ |
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] |
| 1423 |
|
--libdir=DIR object code libraries [EPREFIX/lib] |
| 1424 |
|
--includedir=DIR C header files [PREFIX/include] |
| 1425 |
|
--oldincludedir=DIR C header files for non-gcc [/usr/include] |
| 1450 |
|
|
| 1451 |
|
if test -n "$ac_init_help"; then |
| 1452 |
|
case $ac_init_help in |
| 1453 |
< |
short | recursive ) echo "Configuration of ircd-hybrid 8.2.25:";; |
| 1453 |
> |
short | recursive ) echo "Configuration of ircd-hybrid 8.2.26:";; |
| 1454 |
|
esac |
| 1455 |
|
cat <<\_ACEOF |
| 1456 |
|
|
| 1586 |
|
test -n "$ac_init_help" && exit $ac_status |
| 1587 |
|
if $ac_init_version; then |
| 1588 |
|
cat <<\_ACEOF |
| 1589 |
< |
ircd-hybrid configure 8.2.25 |
| 1589 |
> |
ircd-hybrid configure 8.2.26 |
| 1590 |
|
generated by GNU Autoconf 2.69 |
| 1591 |
|
|
| 1592 |
|
Copyright (C) 2012 Free Software Foundation, Inc. |
| 2055 |
|
This file contains any messages produced by compilers while |
| 2056 |
|
running configure, to aid debugging if configure makes a mistake. |
| 2057 |
|
|
| 2058 |
< |
It was created by ircd-hybrid $as_me 8.2.25, which was |
| 2058 |
> |
It was created by ircd-hybrid $as_me 8.2.26, which was |
| 2059 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 2060 |
|
|
| 2061 |
|
$ $0 $@ |
| 2927 |
|
|
| 2928 |
|
# Define the identity of the package. |
| 2929 |
|
PACKAGE='ircd-hybrid' |
| 2930 |
< |
VERSION='8.2.25' |
| 2930 |
> |
VERSION='8.2.26' |
| 2931 |
|
|
| 2932 |
|
|
| 2933 |
|
cat >>confdefs.h <<_ACEOF |
| 5793 |
|
lt_cv_deplibs_check_method=pass_all |
| 5794 |
|
;; |
| 5795 |
|
|
| 5796 |
< |
netbsd*) |
| 5796 |
> |
netbsd* | netbsdelf*-gnu) |
| 5797 |
|
if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then |
| 5798 |
|
lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' |
| 5799 |
|
else |
| 6656 |
|
test $ac_status = 0; }; then |
| 6657 |
|
# Now try to grab the symbols. |
| 6658 |
|
nlist=conftest.nm |
| 6659 |
< |
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 |
| 6660 |
< |
(eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 |
| 6649 |
< |
ac_status=$? |
| 6650 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 6651 |
< |
test $ac_status = 0; } && test -s "$nlist"; then |
| 6659 |
> |
$ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5 |
| 6660 |
> |
if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then |
| 6661 |
|
# Try sorting and uniquifying the output. |
| 6662 |
|
if sort "$nlist" | uniq > "$nlist"T; then |
| 6663 |
|
mv -f "$nlist"T "$nlist" |
| 9004 |
|
lt_prog_compiler_pic='-KPIC' |
| 9005 |
|
lt_prog_compiler_static='-static' |
| 9006 |
|
;; |
| 9007 |
+ |
# flang / f18. f95 an alias for gfortran or flang on Debian |
| 9008 |
+ |
flang* | f18* | f95*) |
| 9009 |
+ |
lt_prog_compiler_wl='-Wl,' |
| 9010 |
+ |
lt_prog_compiler_pic='-fPIC' |
| 9011 |
+ |
lt_prog_compiler_static='-static' |
| 9012 |
+ |
;; |
| 9013 |
|
# icc used to be incompatible with GCC. |
| 9014 |
|
# ICC 10 doesn't accept -KPIC any more. |
| 9015 |
|
icc* | ifort*) |
| 9486 |
|
openbsd* | bitrig*) |
| 9487 |
|
with_gnu_ld=no |
| 9488 |
|
;; |
| 9489 |
+ |
linux* | k*bsd*-gnu | gnu*) |
| 9490 |
+ |
link_all_deplibs=no |
| 9491 |
+ |
;; |
| 9492 |
|
esac |
| 9493 |
|
|
| 9494 |
|
ld_shlibs=yes |
| 9743 |
|
fi |
| 9744 |
|
;; |
| 9745 |
|
|
| 9746 |
< |
netbsd*) |
| 9746 |
> |
netbsd* | netbsdelf*-gnu) |
| 9747 |
|
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then |
| 9748 |
|
archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
| 9749 |
|
wlarc= |
| 10413 |
|
if test yes = "$lt_cv_irix_exported_symbol"; then |
| 10414 |
|
archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags $wl-soname $wl$soname `test -n "$verstring" && func_echo_all "$wl-set_version $wl$verstring"` $wl-update_registry $wl$output_objdir/so_locations $wl-exports_file $wl$export_symbols -o $lib' |
| 10415 |
|
fi |
| 10416 |
+ |
link_all_deplibs=no |
| 10417 |
|
else |
| 10418 |
|
archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -o $lib' |
| 10419 |
|
archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && func_echo_all "-set_version $verstring"` -update_registry $output_objdir/so_locations -exports_file $export_symbols -o $lib' |
| 10435 |
|
esac |
| 10436 |
|
;; |
| 10437 |
|
|
| 10438 |
< |
netbsd*) |
| 10438 |
> |
netbsd* | netbsdelf*-gnu) |
| 10439 |
|
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then |
| 10440 |
|
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out |
| 10441 |
|
else |
| 11550 |
|
dynamic_linker='GNU/Linux ld.so' |
| 11551 |
|
;; |
| 11552 |
|
|
| 11553 |
+ |
netbsdelf*-gnu) |
| 11554 |
+ |
version_type=linux |
| 11555 |
+ |
need_lib_prefix=no |
| 11556 |
+ |
need_version=no |
| 11557 |
+ |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' |
| 11558 |
+ |
soname_spec='${libname}${release}${shared_ext}$major' |
| 11559 |
+ |
shlibpath_var=LD_LIBRARY_PATH |
| 11560 |
+ |
shlibpath_overrides_runpath=no |
| 11561 |
+ |
hardcode_into_libs=yes |
| 11562 |
+ |
dynamic_linker='NetBSD ld.elf_so' |
| 11563 |
+ |
;; |
| 11564 |
+ |
|
| 11565 |
|
netbsd*) |
| 11566 |
|
version_type=sunos |
| 11567 |
|
need_lib_prefix=no |
| 13184 |
|
# at 6.2 and later dlopen does load deplibs. |
| 13185 |
|
lt_cv_sys_dlopen_deplibs=yes |
| 13186 |
|
;; |
| 13187 |
< |
netbsd*) |
| 13187 |
> |
netbsd* | netbsdelf*-gnu) |
| 13188 |
|
lt_cv_sys_dlopen_deplibs=yes |
| 13189 |
|
;; |
| 13190 |
|
openbsd*) |
| 16741 |
|
fi |
| 16742 |
|
|
| 16743 |
|
if test "$cf_enable_openssl" != "no"; then : |
| 16744 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL or OpenSSL 1.0.1f and above" >&5 |
| 16745 |
< |
$as_echo_n "checking for LibreSSL or OpenSSL 1.0.1f and above... " >&6; } |
| 16744 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL, or OpenSSL 1.1.1 and above" >&5 |
| 16745 |
> |
$as_echo_n "checking for LibreSSL, or OpenSSL 1.1.1 and above... " >&6; } |
| 16746 |
|
if test "$cross_compiling" = yes; then : |
| 16747 |
|
cf_openssl_version_ok=no |
| 16748 |
|
else |
| 16755 |
|
int |
| 16756 |
|
main () |
| 16757 |
|
{ |
| 16758 |
< |
exit(!(OPENSSL_VERSION_NUMBER >= 0x1000106fL)); |
| 16758 |
> |
exit(!(OPENSSL_VERSION_NUMBER >= 0x1010100fL)); |
| 16759 |
|
; |
| 16760 |
|
return 0; |
| 16761 |
|
} |
| 16906 |
|
main () |
| 16907 |
|
{ |
| 16908 |
|
|
| 16909 |
< |
exit(!(GNUTLS_VERSION_NUMBER >= 0x030508)); |
| 16909 |
> |
exit(!(GNUTLS_VERSION_NUMBER >= 0x030605)); |
| 16910 |
|
; |
| 16911 |
|
return 0; |
| 16912 |
|
} |
| 16966 |
|
|
| 16967 |
|
|
| 16968 |
|
|
| 16969 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GnuTLS 3.5.8 and above" >&5 |
| 16970 |
< |
$as_echo_n "checking for GnuTLS 3.5.8 and above... " >&6; } |
| 16969 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for GnuTLS 3.6.5 and above" >&5 |
| 16970 |
> |
$as_echo_n "checking for GnuTLS 3.6.5 and above... " >&6; } |
| 16971 |
|
if test "$ac_cv_lib_gnutls_gnutls_init" = "yes"; then : |
| 16972 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5 |
| 16973 |
|
$as_echo "found" >&6; } |
| 17706 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
| 17707 |
|
# values after options handling. |
| 17708 |
|
ac_log=" |
| 17709 |
< |
This file was extended by ircd-hybrid $as_me 8.2.25, which was |
| 17709 |
> |
This file was extended by ircd-hybrid $as_me 8.2.26, which was |
| 17710 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 17711 |
|
|
| 17712 |
|
CONFIG_FILES = $CONFIG_FILES |
| 17772 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 17773 |
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 17774 |
|
ac_cs_version="\\ |
| 17775 |
< |
ircd-hybrid config.status 8.2.25 |
| 17775 |
> |
ircd-hybrid config.status 8.2.26 |
| 17776 |
|
configured by $0, generated by GNU Autoconf 2.69, |
| 17777 |
|
with options \\"\$ac_cs_config\\" |
| 17778 |
|
|
| 18900 |
|
cat <<_LT_EOF >> "$cfgfile" |
| 18901 |
|
#! $SHELL |
| 18902 |
|
# Generated automatically by $as_me ($PACKAGE) $VERSION |
| 18872 |
– |
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: |
| 18903 |
|
# NOTE: Changes made to this file will be lost: look at ltmain.sh. |
| 18904 |
|
|
| 18905 |
|
# Provide generalized library-building support services. |