| 1 |
|
#! /bin/sh |
| 2 |
|
# From configure.ac Id: configure.ac 8848 2019-02-09 18:31:58Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
< |
# Generated by GNU Autoconf 2.69 for hopm 1.1.6. |
| 4 |
> |
# Generated by GNU Autoconf 2.69 for hopm 1.1.7. |
| 5 |
|
# |
| 6 |
|
# Report bugs to <bugs@ircd-hybrid.org>. |
| 7 |
|
# |
| 591 |
|
# Identity of this package. |
| 592 |
|
PACKAGE_NAME='hopm' |
| 593 |
|
PACKAGE_TARNAME='hopm' |
| 594 |
< |
PACKAGE_VERSION='1.1.6' |
| 595 |
< |
PACKAGE_STRING='hopm 1.1.6' |
| 594 |
> |
PACKAGE_VERSION='1.1.7' |
| 595 |
> |
PACKAGE_STRING='hopm 1.1.7' |
| 596 |
|
PACKAGE_BUGREPORT='bugs@ircd-hybrid.org' |
| 597 |
|
PACKAGE_URL='' |
| 598 |
|
|
| 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. |
| 1341 |
|
# Omit some internal or obsolete options to make the list less imposing. |
| 1342 |
|
# This message is too long to be a string in the A/UX 3.1 sh. |
| 1343 |
|
cat <<_ACEOF |
| 1344 |
< |
\`configure' configures hopm 1.1.6 to adapt to many kinds of systems. |
| 1344 |
> |
\`configure' configures hopm 1.1.7 to adapt to many kinds of systems. |
| 1345 |
|
|
| 1346 |
|
Usage: $0 [OPTION]... [VAR=VALUE]... |
| 1347 |
|
|
| 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] |
| 1412 |
|
|
| 1413 |
|
if test -n "$ac_init_help"; then |
| 1414 |
|
case $ac_init_help in |
| 1415 |
< |
short | recursive ) echo "Configuration of hopm 1.1.6:";; |
| 1415 |
> |
short | recursive ) echo "Configuration of hopm 1.1.7:";; |
| 1416 |
|
esac |
| 1417 |
|
cat <<\_ACEOF |
| 1418 |
|
|
| 1537 |
|
test -n "$ac_init_help" && exit $ac_status |
| 1538 |
|
if $ac_init_version; then |
| 1539 |
|
cat <<\_ACEOF |
| 1540 |
< |
hopm configure 1.1.6 |
| 1540 |
> |
hopm configure 1.1.7 |
| 1541 |
|
generated by GNU Autoconf 2.69 |
| 1542 |
|
|
| 1543 |
|
Copyright (C) 2012 Free Software Foundation, Inc. |
| 1815 |
|
This file contains any messages produced by compilers while |
| 1816 |
|
running configure, to aid debugging if configure makes a mistake. |
| 1817 |
|
|
| 1818 |
< |
It was created by hopm $as_me 1.1.6, which was |
| 1818 |
> |
It was created by hopm $as_me 1.1.7, which was |
| 1819 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 1820 |
|
|
| 1821 |
|
$ $0 $@ |
| 2678 |
|
|
| 2679 |
|
# Define the identity of the package. |
| 2680 |
|
PACKAGE='hopm' |
| 2681 |
< |
VERSION='1.1.6' |
| 2681 |
> |
VERSION='1.1.7' |
| 2682 |
|
|
| 2683 |
|
|
| 2684 |
|
cat >>confdefs.h <<_ACEOF |
| 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 |
| 15480 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
| 15481 |
|
# values after options handling. |
| 15482 |
|
ac_log=" |
| 15483 |
< |
This file was extended by hopm $as_me 1.1.6, which was |
| 15483 |
> |
This file was extended by hopm $as_me 1.1.7, which was |
| 15484 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 15485 |
|
|
| 15486 |
|
CONFIG_FILES = $CONFIG_FILES |
| 15546 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15547 |
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 15548 |
|
ac_cs_version="\\ |
| 15549 |
< |
hopm config.status 1.1.6 |
| 15549 |
> |
hopm config.status 1.1.7 |
| 15550 |
|
configured by $0, generated by GNU Autoconf 2.69, |
| 15551 |
|
with options \\"\$ac_cs_config\\" |
| 15552 |
|
|
| 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. |