| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 8755 2019-01-01 14:38:16Z 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 $@ |
| 2335 |
|
>$cache_file |
| 2336 |
|
fi |
| 2337 |
|
|
| 2338 |
+ |
as_fn_append ac_func_list " accept4" |
| 2339 |
|
as_fn_append ac_func_list " strtok_r" |
| 2340 |
|
as_fn_append ac_func_list " strlcat" |
| 2341 |
|
as_fn_append ac_func_list " strlcpy" |
| 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 |
| 6648 |
< |
ac_status=$? |
| 6649 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 6650 |
< |
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*) |
| 14193 |
|
|
| 14194 |
|
|
| 14195 |
|
|
| 14196 |
+ |
|
| 14197 |
+ |
|
| 14198 |
|
# Checks for header files. |
| 14199 |
|
|
| 14200 |
|
|
| 14282 |
|
fi |
| 14283 |
|
|
| 14284 |
|
|
| 14251 |
– |
# Disable -Wformat-truncation |
| 14252 |
– |
|
| 14253 |
– |
|
| 14254 |
– |
|
| 14255 |
– |
|
| 14256 |
– |
for flag in -Wno-format-truncation; do |
| 14257 |
– |
as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh` |
| 14258 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 |
| 14259 |
– |
$as_echo_n "checking whether C compiler accepts $flag... " >&6; } |
| 14260 |
– |
if eval \${$as_CACHEVAR+:} false; then : |
| 14261 |
– |
$as_echo_n "(cached) " >&6 |
| 14262 |
– |
else |
| 14263 |
– |
|
| 14264 |
– |
ax_check_save_flags=$CFLAGS |
| 14265 |
– |
CFLAGS="$CFLAGS $flag" |
| 14266 |
– |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 14267 |
– |
/* end confdefs.h. */ |
| 14268 |
– |
|
| 14269 |
– |
int |
| 14270 |
– |
main () |
| 14271 |
– |
{ |
| 14272 |
– |
|
| 14273 |
– |
; |
| 14274 |
– |
return 0; |
| 14275 |
– |
} |
| 14276 |
– |
_ACEOF |
| 14277 |
– |
if ac_fn_c_try_compile "$LINENO"; then : |
| 14278 |
– |
eval "$as_CACHEVAR=yes" |
| 14279 |
– |
else |
| 14280 |
– |
eval "$as_CACHEVAR=no" |
| 14281 |
– |
fi |
| 14282 |
– |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 14283 |
– |
CFLAGS=$ax_check_save_flags |
| 14284 |
– |
fi |
| 14285 |
– |
eval ac_res=\$$as_CACHEVAR |
| 14286 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 14287 |
– |
$as_echo "$ac_res" >&6; } |
| 14288 |
– |
if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then : |
| 14289 |
– |
|
| 14290 |
– |
if ${CFLAGS+:} false; then : |
| 14291 |
– |
|
| 14292 |
– |
case " $CFLAGS " in #( |
| 14293 |
– |
*" $flag "*) : |
| 14294 |
– |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5 |
| 14295 |
– |
(: CFLAGS already contains $flag) 2>&5 |
| 14296 |
– |
ac_status=$? |
| 14297 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 14298 |
– |
test $ac_status = 0; } ;; #( |
| 14299 |
– |
*) : |
| 14300 |
– |
|
| 14301 |
– |
as_fn_append CFLAGS " $flag" |
| 14302 |
– |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 |
| 14303 |
– |
(: CFLAGS="$CFLAGS") 2>&5 |
| 14304 |
– |
ac_status=$? |
| 14305 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 14306 |
– |
test $ac_status = 0; } |
| 14307 |
– |
;; |
| 14308 |
– |
esac |
| 14309 |
– |
|
| 14310 |
– |
else |
| 14311 |
– |
|
| 14312 |
– |
CFLAGS=$flag |
| 14313 |
– |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 |
| 14314 |
– |
(: CFLAGS="$CFLAGS") 2>&5 |
| 14315 |
– |
ac_status=$? |
| 14316 |
– |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 14317 |
– |
test $ac_status = 0; } |
| 14318 |
– |
|
| 14319 |
– |
fi |
| 14320 |
– |
|
| 14321 |
– |
else |
| 14322 |
– |
: |
| 14323 |
– |
fi |
| 14324 |
– |
|
| 14325 |
– |
done |
| 14326 |
– |
|
| 14327 |
– |
|
| 14285 |
|
# Argument processing. |
| 14286 |
|
|
| 14287 |
|
desired_iopoll_mechanism="none" |
| 14812 |
|
|
| 14813 |
|
|
| 14814 |
|
|
| 14815 |
+ |
for flag in -Wcast-function-type; do |
| 14816 |
+ |
as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh` |
| 14817 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 |
| 14818 |
+ |
$as_echo_n "checking whether C compiler accepts $flag... " >&6; } |
| 14819 |
+ |
if eval \${$as_CACHEVAR+:} false; then : |
| 14820 |
+ |
$as_echo_n "(cached) " >&6 |
| 14821 |
+ |
else |
| 14822 |
+ |
|
| 14823 |
+ |
ax_check_save_flags=$CFLAGS |
| 14824 |
+ |
CFLAGS="$CFLAGS $flag" |
| 14825 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 14826 |
+ |
/* end confdefs.h. */ |
| 14827 |
+ |
|
| 14828 |
+ |
int |
| 14829 |
+ |
main () |
| 14830 |
+ |
{ |
| 14831 |
+ |
|
| 14832 |
+ |
; |
| 14833 |
+ |
return 0; |
| 14834 |
+ |
} |
| 14835 |
+ |
_ACEOF |
| 14836 |
+ |
if ac_fn_c_try_compile "$LINENO"; then : |
| 14837 |
+ |
eval "$as_CACHEVAR=yes" |
| 14838 |
+ |
else |
| 14839 |
+ |
eval "$as_CACHEVAR=no" |
| 14840 |
+ |
fi |
| 14841 |
+ |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 14842 |
+ |
CFLAGS=$ax_check_save_flags |
| 14843 |
+ |
fi |
| 14844 |
+ |
eval ac_res=\$$as_CACHEVAR |
| 14845 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 14846 |
+ |
$as_echo "$ac_res" >&6; } |
| 14847 |
+ |
if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then : |
| 14848 |
+ |
|
| 14849 |
+ |
if ${CFLAGS+:} false; then : |
| 14850 |
+ |
|
| 14851 |
+ |
case " $CFLAGS " in #( |
| 14852 |
+ |
*" $flag "*) : |
| 14853 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5 |
| 14854 |
+ |
(: CFLAGS already contains $flag) 2>&5 |
| 14855 |
+ |
ac_status=$? |
| 14856 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 14857 |
+ |
test $ac_status = 0; } ;; #( |
| 14858 |
+ |
*) : |
| 14859 |
+ |
|
| 14860 |
+ |
as_fn_append CFLAGS " $flag" |
| 14861 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 |
| 14862 |
+ |
(: CFLAGS="$CFLAGS") 2>&5 |
| 14863 |
+ |
ac_status=$? |
| 14864 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 14865 |
+ |
test $ac_status = 0; } |
| 14866 |
+ |
;; |
| 14867 |
+ |
esac |
| 14868 |
+ |
|
| 14869 |
+ |
else |
| 14870 |
+ |
|
| 14871 |
+ |
CFLAGS=$flag |
| 14872 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 |
| 14873 |
+ |
(: CFLAGS="$CFLAGS") 2>&5 |
| 14874 |
+ |
ac_status=$? |
| 14875 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 14876 |
+ |
test $ac_status = 0; } |
| 14877 |
+ |
|
| 14878 |
+ |
fi |
| 14879 |
+ |
|
| 14880 |
+ |
else |
| 14881 |
+ |
: |
| 14882 |
+ |
fi |
| 14883 |
+ |
|
| 14884 |
+ |
done |
| 14885 |
+ |
|
| 14886 |
+ |
|
| 14887 |
+ |
|
| 14888 |
+ |
|
| 14889 |
+ |
|
| 14890 |
|
for flag in -Wcast-qual; do |
| 14891 |
|
as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh` |
| 14892 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 |
| 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.1d and above" >&5 |
| 16745 |
< |
$as_echo_n "checking for LibreSSL or OpenSSL 1.0.1d 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 >= 0x1000104fL)); |
| 16758 |
> |
exit(!(OPENSSL_VERSION_NUMBER >= 0x1010100fL)); |
| 16759 |
|
; |
| 16760 |
|
return 0; |
| 16761 |
|
} |
| 16906 |
|
main () |
| 16907 |
|
{ |
| 16908 |
|
|
| 16909 |
< |
exit(!(GNUTLS_VERSION_NUMBER >= 0x030308)); |
| 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.3.8 and above" >&5 |
| 16970 |
< |
$as_echo_n "checking for GnuTLS 3.3.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; } |
| 16980 |
|
fi |
| 16981 |
|
|
| 16982 |
|
|
| 16983 |
+ |
# Disable -Wformat-truncation |
| 16984 |
+ |
|
| 16985 |
+ |
|
| 16986 |
+ |
|
| 16987 |
+ |
|
| 16988 |
+ |
for flag in -Wno-format-truncation; do |
| 16989 |
+ |
as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh` |
| 16990 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 |
| 16991 |
+ |
$as_echo_n "checking whether C compiler accepts $flag... " >&6; } |
| 16992 |
+ |
if eval \${$as_CACHEVAR+:} false; then : |
| 16993 |
+ |
$as_echo_n "(cached) " >&6 |
| 16994 |
+ |
else |
| 16995 |
+ |
|
| 16996 |
+ |
ax_check_save_flags=$CFLAGS |
| 16997 |
+ |
CFLAGS="$CFLAGS $flag" |
| 16998 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 16999 |
+ |
/* end confdefs.h. */ |
| 17000 |
+ |
|
| 17001 |
+ |
int |
| 17002 |
+ |
main () |
| 17003 |
+ |
{ |
| 17004 |
+ |
|
| 17005 |
+ |
; |
| 17006 |
+ |
return 0; |
| 17007 |
+ |
} |
| 17008 |
+ |
_ACEOF |
| 17009 |
+ |
if ac_fn_c_try_compile "$LINENO"; then : |
| 17010 |
+ |
eval "$as_CACHEVAR=yes" |
| 17011 |
+ |
else |
| 17012 |
+ |
eval "$as_CACHEVAR=no" |
| 17013 |
+ |
fi |
| 17014 |
+ |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 17015 |
+ |
CFLAGS=$ax_check_save_flags |
| 17016 |
+ |
fi |
| 17017 |
+ |
eval ac_res=\$$as_CACHEVAR |
| 17018 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 17019 |
+ |
$as_echo "$ac_res" >&6; } |
| 17020 |
+ |
if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then : |
| 17021 |
+ |
|
| 17022 |
+ |
if ${CFLAGS+:} false; then : |
| 17023 |
+ |
|
| 17024 |
+ |
case " $CFLAGS " in #( |
| 17025 |
+ |
*" $flag "*) : |
| 17026 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5 |
| 17027 |
+ |
(: CFLAGS already contains $flag) 2>&5 |
| 17028 |
+ |
ac_status=$? |
| 17029 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 17030 |
+ |
test $ac_status = 0; } ;; #( |
| 17031 |
+ |
*) : |
| 17032 |
+ |
|
| 17033 |
+ |
as_fn_append CFLAGS " $flag" |
| 17034 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 |
| 17035 |
+ |
(: CFLAGS="$CFLAGS") 2>&5 |
| 17036 |
+ |
ac_status=$? |
| 17037 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 17038 |
+ |
test $ac_status = 0; } |
| 17039 |
+ |
;; |
| 17040 |
+ |
esac |
| 17041 |
+ |
|
| 17042 |
+ |
else |
| 17043 |
+ |
|
| 17044 |
+ |
CFLAGS=$flag |
| 17045 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 |
| 17046 |
+ |
(: CFLAGS="$CFLAGS") 2>&5 |
| 17047 |
+ |
ac_status=$? |
| 17048 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 17049 |
+ |
test $ac_status = 0; } |
| 17050 |
+ |
|
| 17051 |
+ |
fi |
| 17052 |
+ |
|
| 17053 |
+ |
else |
| 17054 |
+ |
: |
| 17055 |
+ |
fi |
| 17056 |
+ |
|
| 17057 |
+ |
done |
| 17058 |
+ |
|
| 17059 |
+ |
|
| 17060 |
|
|
| 17061 |
|
prefix_NONE= |
| 17062 |
|
exec_prefix_NONE= |
| 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 |
| 18794 |
– |
# 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. |