| 739 |
|
docdir |
| 740 |
|
oldincludedir |
| 741 |
|
includedir |
| 742 |
+ |
runstatedir |
| 743 |
|
localstatedir |
| 744 |
|
sharedstatedir |
| 745 |
|
sysconfdir |
| 829 |
|
sysconfdir='${prefix}/etc' |
| 830 |
|
sharedstatedir='${prefix}/com' |
| 831 |
|
localstatedir='${prefix}/var' |
| 832 |
+ |
runstatedir='${localstatedir}/run' |
| 833 |
|
includedir='${prefix}/include' |
| 834 |
|
oldincludedir='/usr/include' |
| 835 |
|
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
| 1082 |
|
| -silent | --silent | --silen | --sile | --sil) |
| 1083 |
|
silent=yes ;; |
| 1084 |
|
|
| 1085 |
+ |
-runstatedir | --runstatedir | --runstatedi | --runstated \ |
| 1086 |
+ |
| --runstate | --runstat | --runsta | --runst | --runs \ |
| 1087 |
+ |
| --run | --ru | --r) |
| 1088 |
+ |
ac_prev=runstatedir ;; |
| 1089 |
+ |
-runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ |
| 1090 |
+ |
| --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ |
| 1091 |
+ |
| --run=* | --ru=* | --r=*) |
| 1092 |
+ |
runstatedir=$ac_optarg ;; |
| 1093 |
+ |
|
| 1094 |
|
-sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) |
| 1095 |
|
ac_prev=sbindir ;; |
| 1096 |
|
-sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ |
| 1228 |
|
for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ |
| 1229 |
|
datadir sysconfdir sharedstatedir localstatedir includedir \ |
| 1230 |
|
oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ |
| 1231 |
< |
libdir localedir mandir |
| 1231 |
> |
libdir localedir mandir runstatedir |
| 1232 |
|
do |
| 1233 |
|
eval ac_val=\$$ac_var |
| 1234 |
|
# Remove trailing slashes. |
| 1381 |
|
--sysconfdir=DIR read-only single-machine data [PREFIX/etc] |
| 1382 |
|
--sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] |
| 1383 |
|
--localstatedir=DIR modifiable single-machine data [PREFIX/var] |
| 1384 |
+ |
--runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] |
| 1385 |
|
--libdir=DIR object code libraries [EPREFIX/lib] |
| 1386 |
|
--includedir=DIR C header files [PREFIX/include] |
| 1387 |
|
--oldincludedir=DIR C header files for non-gcc [/usr/include] |
| 5328 |
|
lt_cv_deplibs_check_method=pass_all |
| 5329 |
|
;; |
| 5330 |
|
|
| 5331 |
< |
netbsd*) |
| 5331 |
> |
netbsd* | netbsdelf*-gnu) |
| 5332 |
|
if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then |
| 5333 |
|
lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$' |
| 5334 |
|
else |
| 6192 |
|
test $ac_status = 0; }; then |
| 6193 |
|
# Now try to grab the symbols. |
| 6194 |
|
nlist=conftest.nm |
| 6195 |
< |
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5 |
| 6196 |
< |
(eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5 |
| 6185 |
< |
ac_status=$? |
| 6186 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 6187 |
< |
test $ac_status = 0; } && test -s "$nlist"; then |
| 6195 |
> |
$ECHO "$as_me:$LINENO: $NM conftest.$ac_objext | $lt_cv_sys_global_symbol_pipe > $nlist" >&5 |
| 6196 |
> |
if eval "$NM" conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist 2>&5 && test -s "$nlist"; then |
| 6197 |
|
# Try sorting and uniquifying the output. |
| 6198 |
|
if sort "$nlist" | uniq > "$nlist"T; then |
| 6199 |
|
mv -f "$nlist"T "$nlist" |
| 8542 |
|
lt_prog_compiler_pic='-KPIC' |
| 8543 |
|
lt_prog_compiler_static='-static' |
| 8544 |
|
;; |
| 8545 |
+ |
# flang / f18. f95 an alias for gfortran or flang on Debian |
| 8546 |
+ |
flang* | f18* | f95*) |
| 8547 |
+ |
lt_prog_compiler_wl='-Wl,' |
| 8548 |
+ |
lt_prog_compiler_pic='-fPIC' |
| 8549 |
+ |
lt_prog_compiler_static='-static' |
| 8550 |
+ |
;; |
| 8551 |
|
# icc used to be incompatible with GCC. |
| 8552 |
|
# ICC 10 doesn't accept -KPIC any more. |
| 8553 |
|
icc* | ifort*) |
| 9024 |
|
openbsd* | bitrig*) |
| 9025 |
|
with_gnu_ld=no |
| 9026 |
|
;; |
| 9027 |
+ |
linux* | k*bsd*-gnu | gnu*) |
| 9028 |
+ |
link_all_deplibs=no |
| 9029 |
+ |
;; |
| 9030 |
|
esac |
| 9031 |
|
|
| 9032 |
|
ld_shlibs=yes |
| 9281 |
|
fi |
| 9282 |
|
;; |
| 9283 |
|
|
| 9284 |
< |
netbsd*) |
| 9284 |
> |
netbsd* | netbsdelf*-gnu) |
| 9285 |
|
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then |
| 9286 |
|
archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib' |
| 9287 |
|
wlarc= |
| 9951 |
|
if test yes = "$lt_cv_irix_exported_symbol"; then |
| 9952 |
|
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' |
| 9953 |
|
fi |
| 9954 |
+ |
link_all_deplibs=no |
| 9955 |
|
else |
| 9956 |
|
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' |
| 9957 |
|
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' |
| 9973 |
|
esac |
| 9974 |
|
;; |
| 9975 |
|
|
| 9976 |
< |
netbsd*) |
| 9976 |
> |
netbsd* | netbsdelf*-gnu) |
| 9977 |
|
if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then |
| 9978 |
|
archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out |
| 9979 |
|
else |
| 11088 |
|
dynamic_linker='GNU/Linux ld.so' |
| 11089 |
|
;; |
| 11090 |
|
|
| 11091 |
+ |
netbsdelf*-gnu) |
| 11092 |
+ |
version_type=linux |
| 11093 |
+ |
need_lib_prefix=no |
| 11094 |
+ |
need_version=no |
| 11095 |
+ |
library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}' |
| 11096 |
+ |
soname_spec='${libname}${release}${shared_ext}$major' |
| 11097 |
+ |
shlibpath_var=LD_LIBRARY_PATH |
| 11098 |
+ |
shlibpath_overrides_runpath=no |
| 11099 |
+ |
hardcode_into_libs=yes |
| 11100 |
+ |
dynamic_linker='NetBSD ld.elf_so' |
| 11101 |
+ |
;; |
| 11102 |
+ |
|
| 11103 |
|
netbsd*) |
| 11104 |
|
version_type=sunos |
| 11105 |
|
need_lib_prefix=no |
| 12668 |
|
fi |
| 12669 |
|
|
| 12670 |
|
if test "$cf_enable_openssl" != "no"; then : |
| 12671 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL or OpenSSL 1.0.1f and above" >&5 |
| 12672 |
< |
$as_echo_n "checking for LibreSSL or OpenSSL 1.0.1f and above... " >&6; } |
| 12671 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL, or OpenSSL 1.1.1 and above" >&5 |
| 12672 |
> |
$as_echo_n "checking for LibreSSL, or OpenSSL 1.1.1 and above... " >&6; } |
| 12673 |
|
if test "$cross_compiling" = yes; then : |
| 12674 |
|
cf_openssl_version_ok=no |
| 12675 |
|
else |
| 12682 |
|
int |
| 12683 |
|
main () |
| 12684 |
|
{ |
| 12685 |
< |
exit(!(OPENSSL_VERSION_NUMBER >= 0x1000106fL)); |
| 12685 |
> |
exit(!(OPENSSL_VERSION_NUMBER >= 0x1010100fL)); |
| 12686 |
|
; |
| 12687 |
|
return 0; |
| 12688 |
|
} |
| 16670 |
|
cat <<_LT_EOF >> "$cfgfile" |
| 16671 |
|
#! $SHELL |
| 16672 |
|
# Generated automatically by $as_me ($PACKAGE) $VERSION |
| 16642 |
– |
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: |
| 16673 |
|
# NOTE: Changes made to this file will be lost: look at ltmain.sh. |
| 16674 |
|
|
| 16675 |
|
# Provide generalized library-building support services. |