| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 8848 2019-02-09 18:31:58Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 9938 2021-05-15 13:27:09Z 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.11. |
| 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.11' |
| 595 |
> |
PACKAGE_STRING='hopm 1.1.11' |
| 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.11 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.11:";; |
| 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.11 |
| 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.11, 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.11' |
| 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 |
| 5691 |
|
fi |
| 5692 |
|
|
| 5693 |
|
: ${AR=ar} |
| 5694 |
< |
: ${AR_FLAGS=cru} |
| 5694 |
> |
: ${AR_FLAGS=cr} |
| 5695 |
|
|
| 5696 |
|
|
| 5697 |
|
|
| 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" |
| 7412 |
|
_LT_EOF |
| 7413 |
|
echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5 |
| 7414 |
|
$LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5 |
| 7415 |
< |
echo "$AR cru libconftest.a conftest.o" >&5 |
| 7416 |
< |
$AR cru libconftest.a conftest.o 2>&5 |
| 7415 |
> |
echo "$AR cr libconftest.a conftest.o" >&5 |
| 7416 |
> |
$AR cr libconftest.a conftest.o 2>&5 |
| 7417 |
|
echo "$RANLIB libconftest.a" >&5 |
| 7418 |
|
$RANLIB libconftest.a 2>&5 |
| 7419 |
|
cat > conftest.c << _LT_EOF |
| 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.1d and above" >&5 |
| 12672 |
< |
$as_echo_n "checking for LibreSSL or OpenSSL 1.0.1d 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 >= 0x1000104fL)); |
| 12685 |
> |
exit(!(OPENSSL_VERSION_NUMBER >= 0x1010100fL)); |
| 12686 |
|
; |
| 12687 |
|
return 0; |
| 12688 |
|
} |
| 12831 |
|
|
| 12832 |
|
|
| 12833 |
|
|
| 12834 |
+ |
for flag in -Werror=unknown-warning-option; do |
| 12835 |
+ |
as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh` |
| 12836 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 |
| 12837 |
+ |
$as_echo_n "checking whether C compiler accepts $flag... " >&6; } |
| 12838 |
+ |
if eval \${$as_CACHEVAR+:} false; then : |
| 12839 |
+ |
$as_echo_n "(cached) " >&6 |
| 12840 |
+ |
else |
| 12841 |
+ |
|
| 12842 |
+ |
ax_check_save_flags=$CFLAGS |
| 12843 |
+ |
CFLAGS="$CFLAGS $flag" |
| 12844 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 12845 |
+ |
/* end confdefs.h. */ |
| 12846 |
+ |
|
| 12847 |
+ |
int |
| 12848 |
+ |
main () |
| 12849 |
+ |
{ |
| 12850 |
+ |
|
| 12851 |
+ |
; |
| 12852 |
+ |
return 0; |
| 12853 |
+ |
} |
| 12854 |
+ |
_ACEOF |
| 12855 |
+ |
if ac_fn_c_try_compile "$LINENO"; then : |
| 12856 |
+ |
eval "$as_CACHEVAR=yes" |
| 12857 |
+ |
else |
| 12858 |
+ |
eval "$as_CACHEVAR=no" |
| 12859 |
+ |
fi |
| 12860 |
+ |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 12861 |
+ |
CFLAGS=$ax_check_save_flags |
| 12862 |
+ |
fi |
| 12863 |
+ |
eval ac_res=\$$as_CACHEVAR |
| 12864 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 12865 |
+ |
$as_echo "$ac_res" >&6; } |
| 12866 |
+ |
if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then : |
| 12867 |
+ |
|
| 12868 |
+ |
if ${CFLAGS+:} false; then : |
| 12869 |
+ |
|
| 12870 |
+ |
case " $CFLAGS " in #( |
| 12871 |
+ |
*" $flag "*) : |
| 12872 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5 |
| 12873 |
+ |
(: CFLAGS already contains $flag) 2>&5 |
| 12874 |
+ |
ac_status=$? |
| 12875 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 12876 |
+ |
test $ac_status = 0; } ;; #( |
| 12877 |
+ |
*) : |
| 12878 |
+ |
|
| 12879 |
+ |
as_fn_append CFLAGS " $flag" |
| 12880 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 |
| 12881 |
+ |
(: CFLAGS="$CFLAGS") 2>&5 |
| 12882 |
+ |
ac_status=$? |
| 12883 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 12884 |
+ |
test $ac_status = 0; } |
| 12885 |
+ |
;; |
| 12886 |
+ |
esac |
| 12887 |
+ |
|
| 12888 |
+ |
else |
| 12889 |
+ |
|
| 12890 |
+ |
CFLAGS=$flag |
| 12891 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 |
| 12892 |
+ |
(: CFLAGS="$CFLAGS") 2>&5 |
| 12893 |
+ |
ac_status=$? |
| 12894 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 12895 |
+ |
test $ac_status = 0; } |
| 12896 |
+ |
|
| 12897 |
+ |
fi |
| 12898 |
+ |
|
| 12899 |
+ |
else |
| 12900 |
+ |
: |
| 12901 |
+ |
fi |
| 12902 |
+ |
|
| 12903 |
+ |
done |
| 12904 |
+ |
|
| 12905 |
+ |
|
| 12906 |
+ |
|
| 12907 |
+ |
|
| 12908 |
+ |
|
| 12909 |
+ |
|
| 12910 |
|
for flag in -Wall; do |
| 12911 |
|
as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh` |
| 12912 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 |
| 13132 |
|
|
| 13133 |
|
|
| 13134 |
|
|
| 13135 |
+ |
for flag in -Wcast-function-type; do |
| 13136 |
+ |
as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh` |
| 13137 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 |
| 13138 |
+ |
$as_echo_n "checking whether C compiler accepts $flag... " >&6; } |
| 13139 |
+ |
if eval \${$as_CACHEVAR+:} false; then : |
| 13140 |
+ |
$as_echo_n "(cached) " >&6 |
| 13141 |
+ |
else |
| 13142 |
+ |
|
| 13143 |
+ |
ax_check_save_flags=$CFLAGS |
| 13144 |
+ |
CFLAGS="$CFLAGS $flag" |
| 13145 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13146 |
+ |
/* end confdefs.h. */ |
| 13147 |
+ |
|
| 13148 |
+ |
int |
| 13149 |
+ |
main () |
| 13150 |
+ |
{ |
| 13151 |
+ |
|
| 13152 |
+ |
; |
| 13153 |
+ |
return 0; |
| 13154 |
+ |
} |
| 13155 |
+ |
_ACEOF |
| 13156 |
+ |
if ac_fn_c_try_compile "$LINENO"; then : |
| 13157 |
+ |
eval "$as_CACHEVAR=yes" |
| 13158 |
+ |
else |
| 13159 |
+ |
eval "$as_CACHEVAR=no" |
| 13160 |
+ |
fi |
| 13161 |
+ |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 13162 |
+ |
CFLAGS=$ax_check_save_flags |
| 13163 |
+ |
fi |
| 13164 |
+ |
eval ac_res=\$$as_CACHEVAR |
| 13165 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 13166 |
+ |
$as_echo "$ac_res" >&6; } |
| 13167 |
+ |
if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then : |
| 13168 |
+ |
|
| 13169 |
+ |
if ${CFLAGS+:} false; then : |
| 13170 |
+ |
|
| 13171 |
+ |
case " $CFLAGS " in #( |
| 13172 |
+ |
*" $flag "*) : |
| 13173 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5 |
| 13174 |
+ |
(: CFLAGS already contains $flag) 2>&5 |
| 13175 |
+ |
ac_status=$? |
| 13176 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 13177 |
+ |
test $ac_status = 0; } ;; #( |
| 13178 |
+ |
*) : |
| 13179 |
+ |
|
| 13180 |
+ |
as_fn_append CFLAGS " $flag" |
| 13181 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 |
| 13182 |
+ |
(: CFLAGS="$CFLAGS") 2>&5 |
| 13183 |
+ |
ac_status=$? |
| 13184 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 13185 |
+ |
test $ac_status = 0; } |
| 13186 |
+ |
;; |
| 13187 |
+ |
esac |
| 13188 |
+ |
|
| 13189 |
+ |
else |
| 13190 |
+ |
|
| 13191 |
+ |
CFLAGS=$flag |
| 13192 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 |
| 13193 |
+ |
(: CFLAGS="$CFLAGS") 2>&5 |
| 13194 |
+ |
ac_status=$? |
| 13195 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 13196 |
+ |
test $ac_status = 0; } |
| 13197 |
+ |
|
| 13198 |
+ |
fi |
| 13199 |
+ |
|
| 13200 |
+ |
else |
| 13201 |
+ |
: |
| 13202 |
+ |
fi |
| 13203 |
+ |
|
| 13204 |
+ |
done |
| 13205 |
+ |
|
| 13206 |
+ |
|
| 13207 |
+ |
|
| 13208 |
+ |
|
| 13209 |
+ |
|
| 13210 |
|
for flag in -Wcast-qual; do |
| 13211 |
|
as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh` |
| 13212 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 |
| 15556 |
|
# report actual input values of CONFIG_FILES etc. instead of their |
| 15557 |
|
# values after options handling. |
| 15558 |
|
ac_log=" |
| 15559 |
< |
This file was extended by hopm $as_me 1.1.6, which was |
| 15559 |
> |
This file was extended by hopm $as_me 1.1.11, which was |
| 15560 |
|
generated by GNU Autoconf 2.69. Invocation command line was |
| 15561 |
|
|
| 15562 |
|
CONFIG_FILES = $CONFIG_FILES |
| 15622 |
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 |
| 15623 |
|
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" |
| 15624 |
|
ac_cs_version="\\ |
| 15625 |
< |
hopm config.status 1.1.6 |
| 15625 |
> |
hopm config.status 1.1.11 |
| 15626 |
|
configured by $0, generated by GNU Autoconf 2.69, |
| 15627 |
|
with options \\"\$ac_cs_config\\" |
| 15628 |
|
|
| 16746 |
|
cat <<_LT_EOF >> "$cfgfile" |
| 16747 |
|
#! $SHELL |
| 16748 |
|
# Generated automatically by $as_me ($PACKAGE) $VERSION |
| 16567 |
– |
# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`: |
| 16749 |
|
# NOTE: Changes made to this file will be lost: look at ltmain.sh. |
| 16750 |
|
|
| 16751 |
|
# Provide generalized library-building support services. |