| 1 |
|
#! /bin/sh |
| 2 |
< |
# From configure.ac Id: configure.ac 8103 2017-04-02 10:14:44Z michael . |
| 2 |
> |
# From configure.ac Id: configure.ac 9678 2020-10-24 11:10:37Z michael . |
| 3 |
|
# Guess values for system-dependent variables and create Makefiles. |
| 4 |
|
# Generated by GNU Autoconf 2.69 for hopm TRUNK. |
| 5 |
|
# |
| 638 |
|
am__EXEEXT_TRUE |
| 639 |
|
LTLIBOBJS |
| 640 |
|
LIBOBJS |
| 641 |
– |
ENABLE_SSL_FALSE |
| 642 |
– |
ENABLE_SSL_TRUE |
| 641 |
|
LEXLIB |
| 642 |
|
LEX_OUTPUT_ROOT |
| 643 |
|
LEX |
| 681 |
|
AMDEPBACKSLASH |
| 682 |
|
AMDEP_FALSE |
| 683 |
|
AMDEP_TRUE |
| 686 |
– |
am__quote |
| 684 |
|
am__include |
| 685 |
|
DEPDIR |
| 686 |
|
OBJEXT |
| 739 |
|
docdir |
| 740 |
|
oldincludedir |
| 741 |
|
includedir |
| 742 |
+ |
runstatedir |
| 743 |
|
localstatedir |
| 744 |
|
sharedstatedir |
| 745 |
|
sysconfdir |
| 758 |
|
PACKAGE_TARNAME |
| 759 |
|
PACKAGE_NAME |
| 760 |
|
PATH_SEPARATOR |
| 761 |
< |
SHELL' |
| 761 |
> |
SHELL |
| 762 |
> |
am__quote' |
| 763 |
|
ac_subst_files='' |
| 764 |
|
ac_user_opts=' |
| 765 |
|
enable_option_checking |
| 777 |
|
enable_openssl |
| 778 |
|
enable_assert |
| 779 |
|
enable_warnings |
| 780 |
+ |
enable_efence |
| 781 |
|
' |
| 782 |
|
ac_precious_vars='build_alias |
| 783 |
|
host_alias |
| 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] |
| 1438 |
|
--disable-openssl Disable LibreSSL/OpenSSL support. |
| 1439 |
|
--enable-assert Enable assert() statements |
| 1440 |
|
--enable-warnings Enable compiler warnings. |
| 1441 |
+ |
--enable-efence Enable linking with Electric Fence 'efence' memory |
| 1442 |
+ |
debugger library. |
| 1443 |
|
|
| 1444 |
|
Optional Packages: |
| 1445 |
|
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes] |
| 2163 |
|
ac_compiler_gnu=$ac_cv_c_compiler_gnu |
| 2164 |
|
|
| 2165 |
|
|
| 2166 |
< |
am__api_version='1.15' |
| 2166 |
> |
am__api_version='1.16' |
| 2167 |
|
|
| 2168 |
|
ac_aux_dir= |
| 2169 |
|
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do |
| 2708 |
|
|
| 2709 |
|
# For better backward compatibility. To be removed once Automake 1.9.x |
| 2710 |
|
# dies out for good. For more background, see: |
| 2711 |
< |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
| 2712 |
< |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
| 2711 |
> |
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
| 2712 |
> |
# <https://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
| 2713 |
|
mkdir_p='$(MKDIR_P)' |
| 2714 |
|
|
| 2715 |
|
# We need awk for the "check" target (and possibly the TAP driver). The |
| 2760 |
|
Aborting the configuration process, to ensure you take notice of the issue. |
| 2761 |
|
|
| 2762 |
|
You can download and install GNU coreutils to get an 'rm' implementation |
| 2763 |
< |
that behaves properly: <http://www.gnu.org/software/coreutils/>. |
| 2763 |
> |
that behaves properly: <https://www.gnu.org/software/coreutils/>. |
| 2764 |
|
|
| 2765 |
|
If you want to complete the configuration process using your problematic |
| 2766 |
|
'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM |
| 2804 |
|
|
| 2805 |
|
ac_config_commands="$ac_config_commands depfiles" |
| 2806 |
|
|
| 2807 |
< |
|
| 2808 |
< |
am_make=${MAKE-make} |
| 2809 |
< |
cat > confinc << 'END' |
| 2807 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 |
| 2808 |
> |
$as_echo_n "checking whether ${MAKE-make} supports the include directive... " >&6; } |
| 2809 |
> |
cat > confinc.mk << 'END' |
| 2810 |
|
am__doit: |
| 2811 |
< |
@echo this is the am__doit target |
| 2811 |
> |
@echo this is the am__doit target >confinc.out |
| 2812 |
|
.PHONY: am__doit |
| 2813 |
|
END |
| 2801 |
– |
# If we don't find an include directive, just comment out the code. |
| 2802 |
– |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5 |
| 2803 |
– |
$as_echo_n "checking for style of include used by $am_make... " >&6; } |
| 2814 |
|
am__include="#" |
| 2815 |
|
am__quote= |
| 2816 |
< |
_am_result=none |
| 2817 |
< |
# First try GNU make style include. |
| 2818 |
< |
echo "include confinc" > confmf |
| 2819 |
< |
# Ignore all kinds of additional output from 'make'. |
| 2820 |
< |
case `$am_make -s -f confmf 2> /dev/null` in #( |
| 2821 |
< |
*the\ am__doit\ target*) |
| 2822 |
< |
am__include=include |
| 2823 |
< |
am__quote= |
| 2824 |
< |
_am_result=GNU |
| 2825 |
< |
;; |
| 2826 |
< |
esac |
| 2827 |
< |
# Now try BSD make style include. |
| 2828 |
< |
if test "$am__include" = "#"; then |
| 2829 |
< |
echo '.include "confinc"' > confmf |
| 2830 |
< |
case `$am_make -s -f confmf 2> /dev/null` in #( |
| 2831 |
< |
*the\ am__doit\ target*) |
| 2832 |
< |
am__include=.include |
| 2833 |
< |
am__quote="\"" |
| 2834 |
< |
_am_result=BSD |
| 2816 |
> |
# BSD make does it like this. |
| 2817 |
> |
echo '.include "confinc.mk" # ignored' > confmf.BSD |
| 2818 |
> |
# Other make implementations (GNU, Solaris 10, AIX) do it like this. |
| 2819 |
> |
echo 'include confinc.mk # ignored' > confmf.GNU |
| 2820 |
> |
_am_result=no |
| 2821 |
> |
for s in GNU BSD; do |
| 2822 |
> |
{ echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 |
| 2823 |
> |
(${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 |
| 2824 |
> |
ac_status=$? |
| 2825 |
> |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 2826 |
> |
(exit $ac_status); } |
| 2827 |
> |
case $?:`cat confinc.out 2>/dev/null` in #( |
| 2828 |
> |
'0:this is the am__doit target') : |
| 2829 |
> |
case $s in #( |
| 2830 |
> |
BSD) : |
| 2831 |
> |
am__include='.include' am__quote='"' ;; #( |
| 2832 |
> |
*) : |
| 2833 |
> |
am__include='include' am__quote='' ;; |
| 2834 |
> |
esac ;; #( |
| 2835 |
> |
*) : |
| 2836 |
|
;; |
| 2837 |
< |
esac |
| 2838 |
< |
fi |
| 2839 |
< |
|
| 2840 |
< |
|
| 2841 |
< |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5 |
| 2842 |
< |
$as_echo "$_am_result" >&6; } |
| 2843 |
< |
rm -f confinc confmf |
| 2837 |
> |
esac |
| 2838 |
> |
if test "$am__include" != "#"; then |
| 2839 |
> |
_am_result="yes ($s style)" |
| 2840 |
> |
break |
| 2841 |
> |
fi |
| 2842 |
> |
done |
| 2843 |
> |
rm -f confinc.* confmf.* |
| 2844 |
> |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 |
| 2845 |
> |
$as_echo "${_am_result}" >&6; } |
| 2846 |
|
|
| 2847 |
|
# Check whether --enable-dependency-tracking was given. |
| 2848 |
|
if test "${enable_dependency_tracking+set}" = set; then : |
| 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 |
| 6184 |
< |
ac_status=$? |
| 6185 |
< |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 6186 |
< |
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 0.9.8o and above" >&5 |
| 12672 |
< |
$as_echo_n "checking for LibreSSL or OpenSSL 0.9.8o 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 >= 0x009080ffL)); |
| 12685 |
> |
exit(!(OPENSSL_VERSION_NUMBER >= 0x1010100fL)); |
| 12686 |
|
; |
| 12687 |
|
return 0; |
| 12688 |
|
} |
| 12801 |
|
fi |
| 12802 |
|
fi |
| 12803 |
|
|
| 12772 |
– |
if test "$ac_cv_lib_ssl_SSL_connect" = yes; then |
| 12773 |
– |
ENABLE_SSL_TRUE= |
| 12774 |
– |
ENABLE_SSL_FALSE='#' |
| 12775 |
– |
else |
| 12776 |
– |
ENABLE_SSL_TRUE='#' |
| 12777 |
– |
ENABLE_SSL_FALSE= |
| 12778 |
– |
fi |
| 12779 |
– |
|
| 12780 |
– |
|
| 12804 |
|
|
| 12805 |
|
# Check whether --enable-assert was given. |
| 12806 |
|
if test "${enable_assert+set}" = set; then : |
| 13056 |
|
|
| 13057 |
|
|
| 13058 |
|
|
| 13059 |
+ |
for flag in -Wcast-function-type; do |
| 13060 |
+ |
as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh` |
| 13061 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 |
| 13062 |
+ |
$as_echo_n "checking whether C compiler accepts $flag... " >&6; } |
| 13063 |
+ |
if eval \${$as_CACHEVAR+:} false; then : |
| 13064 |
+ |
$as_echo_n "(cached) " >&6 |
| 13065 |
+ |
else |
| 13066 |
+ |
|
| 13067 |
+ |
ax_check_save_flags=$CFLAGS |
| 13068 |
+ |
CFLAGS="$CFLAGS $flag" |
| 13069 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13070 |
+ |
/* end confdefs.h. */ |
| 13071 |
+ |
|
| 13072 |
+ |
int |
| 13073 |
+ |
main () |
| 13074 |
+ |
{ |
| 13075 |
+ |
|
| 13076 |
+ |
; |
| 13077 |
+ |
return 0; |
| 13078 |
+ |
} |
| 13079 |
+ |
_ACEOF |
| 13080 |
+ |
if ac_fn_c_try_compile "$LINENO"; then : |
| 13081 |
+ |
eval "$as_CACHEVAR=yes" |
| 13082 |
+ |
else |
| 13083 |
+ |
eval "$as_CACHEVAR=no" |
| 13084 |
+ |
fi |
| 13085 |
+ |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 13086 |
+ |
CFLAGS=$ax_check_save_flags |
| 13087 |
+ |
fi |
| 13088 |
+ |
eval ac_res=\$$as_CACHEVAR |
| 13089 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 13090 |
+ |
$as_echo "$ac_res" >&6; } |
| 13091 |
+ |
if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then : |
| 13092 |
+ |
|
| 13093 |
+ |
if ${CFLAGS+:} false; then : |
| 13094 |
+ |
|
| 13095 |
+ |
case " $CFLAGS " in #( |
| 13096 |
+ |
*" $flag "*) : |
| 13097 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5 |
| 13098 |
+ |
(: CFLAGS already contains $flag) 2>&5 |
| 13099 |
+ |
ac_status=$? |
| 13100 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 13101 |
+ |
test $ac_status = 0; } ;; #( |
| 13102 |
+ |
*) : |
| 13103 |
+ |
|
| 13104 |
+ |
as_fn_append CFLAGS " $flag" |
| 13105 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 |
| 13106 |
+ |
(: CFLAGS="$CFLAGS") 2>&5 |
| 13107 |
+ |
ac_status=$? |
| 13108 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 13109 |
+ |
test $ac_status = 0; } |
| 13110 |
+ |
;; |
| 13111 |
+ |
esac |
| 13112 |
+ |
|
| 13113 |
+ |
else |
| 13114 |
+ |
|
| 13115 |
+ |
CFLAGS=$flag |
| 13116 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 |
| 13117 |
+ |
(: CFLAGS="$CFLAGS") 2>&5 |
| 13118 |
+ |
ac_status=$? |
| 13119 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 13120 |
+ |
test $ac_status = 0; } |
| 13121 |
+ |
|
| 13122 |
+ |
fi |
| 13123 |
+ |
|
| 13124 |
+ |
else |
| 13125 |
+ |
: |
| 13126 |
+ |
fi |
| 13127 |
+ |
|
| 13128 |
+ |
done |
| 13129 |
+ |
|
| 13130 |
+ |
|
| 13131 |
+ |
|
| 13132 |
+ |
|
| 13133 |
+ |
|
| 13134 |
|
for flag in -Wcast-qual; do |
| 13135 |
|
as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh` |
| 13136 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 |
| 13281 |
|
|
| 13282 |
|
|
| 13283 |
|
|
| 13284 |
+ |
for flag in -Wduplicated-cond; do |
| 13285 |
+ |
as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh` |
| 13286 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 |
| 13287 |
+ |
$as_echo_n "checking whether C compiler accepts $flag... " >&6; } |
| 13288 |
+ |
if eval \${$as_CACHEVAR+:} false; then : |
| 13289 |
+ |
$as_echo_n "(cached) " >&6 |
| 13290 |
+ |
else |
| 13291 |
+ |
|
| 13292 |
+ |
ax_check_save_flags=$CFLAGS |
| 13293 |
+ |
CFLAGS="$CFLAGS $flag" |
| 13294 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 13295 |
+ |
/* end confdefs.h. */ |
| 13296 |
+ |
|
| 13297 |
+ |
int |
| 13298 |
+ |
main () |
| 13299 |
+ |
{ |
| 13300 |
+ |
|
| 13301 |
+ |
; |
| 13302 |
+ |
return 0; |
| 13303 |
+ |
} |
| 13304 |
+ |
_ACEOF |
| 13305 |
+ |
if ac_fn_c_try_compile "$LINENO"; then : |
| 13306 |
+ |
eval "$as_CACHEVAR=yes" |
| 13307 |
+ |
else |
| 13308 |
+ |
eval "$as_CACHEVAR=no" |
| 13309 |
+ |
fi |
| 13310 |
+ |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 13311 |
+ |
CFLAGS=$ax_check_save_flags |
| 13312 |
+ |
fi |
| 13313 |
+ |
eval ac_res=\$$as_CACHEVAR |
| 13314 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 13315 |
+ |
$as_echo "$ac_res" >&6; } |
| 13316 |
+ |
if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then : |
| 13317 |
+ |
|
| 13318 |
+ |
if ${CFLAGS+:} false; then : |
| 13319 |
+ |
|
| 13320 |
+ |
case " $CFLAGS " in #( |
| 13321 |
+ |
*" $flag "*) : |
| 13322 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5 |
| 13323 |
+ |
(: CFLAGS already contains $flag) 2>&5 |
| 13324 |
+ |
ac_status=$? |
| 13325 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 13326 |
+ |
test $ac_status = 0; } ;; #( |
| 13327 |
+ |
*) : |
| 13328 |
+ |
|
| 13329 |
+ |
as_fn_append CFLAGS " $flag" |
| 13330 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 |
| 13331 |
+ |
(: CFLAGS="$CFLAGS") 2>&5 |
| 13332 |
+ |
ac_status=$? |
| 13333 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 13334 |
+ |
test $ac_status = 0; } |
| 13335 |
+ |
;; |
| 13336 |
+ |
esac |
| 13337 |
+ |
|
| 13338 |
+ |
else |
| 13339 |
+ |
|
| 13340 |
+ |
CFLAGS=$flag |
| 13341 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 |
| 13342 |
+ |
(: CFLAGS="$CFLAGS") 2>&5 |
| 13343 |
+ |
ac_status=$? |
| 13344 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 13345 |
+ |
test $ac_status = 0; } |
| 13346 |
+ |
|
| 13347 |
+ |
fi |
| 13348 |
+ |
|
| 13349 |
+ |
else |
| 13350 |
+ |
: |
| 13351 |
+ |
fi |
| 13352 |
+ |
|
| 13353 |
+ |
done |
| 13354 |
+ |
|
| 13355 |
+ |
|
| 13356 |
+ |
|
| 13357 |
+ |
|
| 13358 |
+ |
|
| 13359 |
|
for flag in -Wempty-body; do |
| 13360 |
|
as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh` |
| 13361 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 |
| 14406 |
|
|
| 14407 |
|
|
| 14408 |
|
|
| 14409 |
+ |
for flag in -Wshift-negative-value; do |
| 14410 |
+ |
as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh` |
| 14411 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 |
| 14412 |
+ |
$as_echo_n "checking whether C compiler accepts $flag... " >&6; } |
| 14413 |
+ |
if eval \${$as_CACHEVAR+:} false; then : |
| 14414 |
+ |
$as_echo_n "(cached) " >&6 |
| 14415 |
+ |
else |
| 14416 |
+ |
|
| 14417 |
+ |
ax_check_save_flags=$CFLAGS |
| 14418 |
+ |
CFLAGS="$CFLAGS $flag" |
| 14419 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 14420 |
+ |
/* end confdefs.h. */ |
| 14421 |
+ |
|
| 14422 |
+ |
int |
| 14423 |
+ |
main () |
| 14424 |
+ |
{ |
| 14425 |
+ |
|
| 14426 |
+ |
; |
| 14427 |
+ |
return 0; |
| 14428 |
+ |
} |
| 14429 |
+ |
_ACEOF |
| 14430 |
+ |
if ac_fn_c_try_compile "$LINENO"; then : |
| 14431 |
+ |
eval "$as_CACHEVAR=yes" |
| 14432 |
+ |
else |
| 14433 |
+ |
eval "$as_CACHEVAR=no" |
| 14434 |
+ |
fi |
| 14435 |
+ |
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext |
| 14436 |
+ |
CFLAGS=$ax_check_save_flags |
| 14437 |
+ |
fi |
| 14438 |
+ |
eval ac_res=\$$as_CACHEVAR |
| 14439 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 |
| 14440 |
+ |
$as_echo "$ac_res" >&6; } |
| 14441 |
+ |
if eval test \"x\$"$as_CACHEVAR"\" = x"yes"; then : |
| 14442 |
+ |
|
| 14443 |
+ |
if ${CFLAGS+:} false; then : |
| 14444 |
+ |
|
| 14445 |
+ |
case " $CFLAGS " in #( |
| 14446 |
+ |
*" $flag "*) : |
| 14447 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS already contains \$flag"; } >&5 |
| 14448 |
+ |
(: CFLAGS already contains $flag) 2>&5 |
| 14449 |
+ |
ac_status=$? |
| 14450 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 14451 |
+ |
test $ac_status = 0; } ;; #( |
| 14452 |
+ |
*) : |
| 14453 |
+ |
|
| 14454 |
+ |
as_fn_append CFLAGS " $flag" |
| 14455 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 |
| 14456 |
+ |
(: CFLAGS="$CFLAGS") 2>&5 |
| 14457 |
+ |
ac_status=$? |
| 14458 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 14459 |
+ |
test $ac_status = 0; } |
| 14460 |
+ |
;; |
| 14461 |
+ |
esac |
| 14462 |
+ |
|
| 14463 |
+ |
else |
| 14464 |
+ |
|
| 14465 |
+ |
CFLAGS=$flag |
| 14466 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: : CFLAGS=\"\$CFLAGS\""; } >&5 |
| 14467 |
+ |
(: CFLAGS="$CFLAGS") 2>&5 |
| 14468 |
+ |
ac_status=$? |
| 14469 |
+ |
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 |
| 14470 |
+ |
test $ac_status = 0; } |
| 14471 |
+ |
|
| 14472 |
+ |
fi |
| 14473 |
+ |
|
| 14474 |
+ |
else |
| 14475 |
+ |
: |
| 14476 |
+ |
fi |
| 14477 |
+ |
|
| 14478 |
+ |
done |
| 14479 |
+ |
|
| 14480 |
+ |
|
| 14481 |
+ |
|
| 14482 |
+ |
|
| 14483 |
+ |
|
| 14484 |
|
for flag in -Wsign-compare; do |
| 14485 |
|
as_CACHEVAR=`$as_echo "ax_cv_check_cflags__$flag" | $as_tr_sh` |
| 14486 |
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $flag" >&5 |
| 14856 |
|
fi |
| 14857 |
|
|
| 14858 |
|
|
| 14859 |
+ |
# Check whether --enable-efence was given. |
| 14860 |
+ |
if test "${enable_efence+set}" = set; then : |
| 14861 |
+ |
enableval=$enable_efence; efence="$enableval" |
| 14862 |
+ |
else |
| 14863 |
+ |
efence="no" |
| 14864 |
+ |
fi |
| 14865 |
+ |
|
| 14866 |
+ |
|
| 14867 |
+ |
if test "$efence" = "yes"; then : |
| 14868 |
+ |
|
| 14869 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing EF_Print" >&5 |
| 14870 |
+ |
$as_echo_n "checking for library containing EF_Print... " >&6; } |
| 14871 |
+ |
if ${ac_cv_search_EF_Print+:} false; then : |
| 14872 |
+ |
$as_echo_n "(cached) " >&6 |
| 14873 |
+ |
else |
| 14874 |
+ |
ac_func_search_save_LIBS=$LIBS |
| 14875 |
+ |
cat confdefs.h - <<_ACEOF >conftest.$ac_ext |
| 14876 |
+ |
/* end confdefs.h. */ |
| 14877 |
+ |
|
| 14878 |
+ |
/* Override any GCC internal prototype to avoid an error. |
| 14879 |
+ |
Use char because int might match the return type of a GCC |
| 14880 |
+ |
builtin and then its argument prototype would still apply. */ |
| 14881 |
+ |
#ifdef __cplusplus |
| 14882 |
+ |
extern "C" |
| 14883 |
+ |
#endif |
| 14884 |
+ |
char EF_Print (); |
| 14885 |
+ |
int |
| 14886 |
+ |
main () |
| 14887 |
+ |
{ |
| 14888 |
+ |
return EF_Print (); |
| 14889 |
+ |
; |
| 14890 |
+ |
return 0; |
| 14891 |
+ |
} |
| 14892 |
+ |
_ACEOF |
| 14893 |
+ |
for ac_lib in '' efence; do |
| 14894 |
+ |
if test -z "$ac_lib"; then |
| 14895 |
+ |
ac_res="none required" |
| 14896 |
+ |
else |
| 14897 |
+ |
ac_res=-l$ac_lib |
| 14898 |
+ |
LIBS="-l$ac_lib $ac_func_search_save_LIBS" |
| 14899 |
+ |
fi |
| 14900 |
+ |
if ac_fn_c_try_link "$LINENO"; then : |
| 14901 |
+ |
ac_cv_search_EF_Print=$ac_res |
| 14902 |
+ |
fi |
| 14903 |
+ |
rm -f core conftest.err conftest.$ac_objext \ |
| 14904 |
+ |
conftest$ac_exeext |
| 14905 |
+ |
if ${ac_cv_search_EF_Print+:} false; then : |
| 14906 |
+ |
break |
| 14907 |
+ |
fi |
| 14908 |
+ |
done |
| 14909 |
+ |
if ${ac_cv_search_EF_Print+:} false; then : |
| 14910 |
+ |
|
| 14911 |
+ |
else |
| 14912 |
+ |
ac_cv_search_EF_Print=no |
| 14913 |
+ |
fi |
| 14914 |
+ |
rm conftest.$ac_ext |
| 14915 |
+ |
LIBS=$ac_func_search_save_LIBS |
| 14916 |
+ |
fi |
| 14917 |
+ |
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_EF_Print" >&5 |
| 14918 |
+ |
$as_echo "$ac_cv_search_EF_Print" >&6; } |
| 14919 |
+ |
ac_res=$ac_cv_search_EF_Print |
| 14920 |
+ |
if test "$ac_res" != no; then : |
| 14921 |
+ |
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" |
| 14922 |
+ |
|
| 14923 |
+ |
else |
| 14924 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 14925 |
+ |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 14926 |
+ |
as_fn_error $? "Electric Fence 'efence' library not found |
| 14927 |
+ |
See \`config.log' for more details" "$LINENO" 5; } |
| 14928 |
+ |
fi |
| 14929 |
+ |
|
| 14930 |
+ |
|
| 14931 |
+ |
fi |
| 14932 |
+ |
|
| 14933 |
+ |
|
| 14934 |
|
for ac_func in strlcpy strlcat |
| 14935 |
|
do : |
| 14936 |
|
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` |
| 15083 |
|
as_fn_error $? "conditional \"am__fastdepCC\" was never defined. |
| 15084 |
|
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 15085 |
|
fi |
| 14763 |
– |
if test -z "${ENABLE_SSL_TRUE}" && test -z "${ENABLE_SSL_FALSE}"; then |
| 14764 |
– |
as_fn_error $? "conditional \"ENABLE_SSL\" was never defined. |
| 14765 |
– |
Usually this means the macro was only invoked conditionally." "$LINENO" 5 |
| 14766 |
– |
fi |
| 15086 |
|
|
| 15087 |
|
: "${CONFIG_STATUS=./config.status}" |
| 15088 |
|
ac_write_fail=0 |
| 15665 |
|
# |
| 15666 |
|
# INIT-COMMANDS |
| 15667 |
|
# |
| 15668 |
< |
AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir" |
| 15668 |
> |
AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" |
| 15669 |
|
|
| 15670 |
|
|
| 15671 |
|
# The HP-UX ksh and POSIX shell print the target directory to stdout |
| 16565 |
|
# Older Autoconf quotes --file arguments for eval, but not when files |
| 16566 |
|
# are listed without --file. Let's play safe and only enable the eval |
| 16567 |
|
# if we detect the quoting. |
| 16568 |
< |
case $CONFIG_FILES in |
| 16569 |
< |
*\'*) eval set x "$CONFIG_FILES" ;; |
| 16570 |
< |
*) set x $CONFIG_FILES ;; |
| 16571 |
< |
esac |
| 16568 |
> |
# TODO: see whether this extra hack can be removed once we start |
| 16569 |
> |
# requiring Autoconf 2.70 or later. |
| 16570 |
> |
case $CONFIG_FILES in #( |
| 16571 |
> |
*\'*) : |
| 16572 |
> |
eval set x "$CONFIG_FILES" ;; #( |
| 16573 |
> |
*) : |
| 16574 |
> |
set x $CONFIG_FILES ;; #( |
| 16575 |
> |
*) : |
| 16576 |
> |
;; |
| 16577 |
> |
esac |
| 16578 |
|
shift |
| 16579 |
< |
for mf |
| 16579 |
> |
# Used to flag and report bootstrapping failures. |
| 16580 |
> |
am_rc=0 |
| 16581 |
> |
for am_mf |
| 16582 |
|
do |
| 16583 |
|
# Strip MF so we end up with the name of the file. |
| 16584 |
< |
mf=`echo "$mf" | sed -e 's/:.*$//'` |
| 16585 |
< |
# Check whether this is an Automake generated Makefile or not. |
| 16586 |
< |
# We used to match only the files named 'Makefile.in', but |
| 16587 |
< |
# some people rename them; so instead we look at the file content. |
| 16261 |
< |
# Grep'ing the first line is not enough: some people post-process |
| 16262 |
< |
# each Makefile.in and add a new line on top of each file to say so. |
| 16263 |
< |
# Grep'ing the whole file is not good either: AIX grep has a line |
| 16584 |
> |
am_mf=`$as_echo "$am_mf" | sed -e 's/:.*$//'` |
| 16585 |
> |
# Check whether this is an Automake generated Makefile which includes |
| 16586 |
> |
# dependency-tracking related rules and includes. |
| 16587 |
> |
# Grep'ing the whole file directly is not great: AIX grep has a line |
| 16588 |
|
# limit of 2048, but all sed's we know have understand at least 4000. |
| 16589 |
< |
if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then |
| 16590 |
< |
dirpart=`$as_dirname -- "$mf" || |
| 16591 |
< |
$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 16592 |
< |
X"$mf" : 'X\(//\)[^/]' \| \ |
| 16593 |
< |
X"$mf" : 'X\(//\)$' \| \ |
| 16594 |
< |
X"$mf" : 'X\(/\)' \| . 2>/dev/null || |
| 16595 |
< |
$as_echo X"$mf" | |
| 16589 |
> |
sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ |
| 16590 |
> |
|| continue |
| 16591 |
> |
am_dirpart=`$as_dirname -- "$am_mf" || |
| 16592 |
> |
$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 16593 |
> |
X"$am_mf" : 'X\(//\)[^/]' \| \ |
| 16594 |
> |
X"$am_mf" : 'X\(//\)$' \| \ |
| 16595 |
> |
X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || |
| 16596 |
> |
$as_echo X"$am_mf" | |
| 16597 |
|
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
| 16598 |
|
s//\1/ |
| 16599 |
|
q |
| 16611 |
|
q |
| 16612 |
|
} |
| 16613 |
|
s/.*/./; q'` |
| 16614 |
< |
else |
| 16615 |
< |
continue |
| 16616 |
< |
fi |
| 16617 |
< |
# Extract the definition of DEPDIR, am__include, and am__quote |
| 16618 |
< |
# from the Makefile without running 'make'. |
| 16619 |
< |
DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"` |
| 16295 |
< |
test -z "$DEPDIR" && continue |
| 16296 |
< |
am__include=`sed -n 's/^am__include = //p' < "$mf"` |
| 16297 |
< |
test -z "$am__include" && continue |
| 16298 |
< |
am__quote=`sed -n 's/^am__quote = //p' < "$mf"` |
| 16299 |
< |
# Find all dependency output files, they are included files with |
| 16300 |
< |
# $(DEPDIR) in their names. We invoke sed twice because it is the |
| 16301 |
< |
# simplest approach to changing $(DEPDIR) to its actual value in the |
| 16302 |
< |
# expansion. |
| 16303 |
< |
for file in `sed -n " |
| 16304 |
< |
s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \ |
| 16305 |
< |
sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do |
| 16306 |
< |
# Make sure the directory exists. |
| 16307 |
< |
test -f "$dirpart/$file" && continue |
| 16308 |
< |
fdir=`$as_dirname -- "$file" || |
| 16309 |
< |
$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ |
| 16310 |
< |
X"$file" : 'X\(//\)[^/]' \| \ |
| 16311 |
< |
X"$file" : 'X\(//\)$' \| \ |
| 16312 |
< |
X"$file" : 'X\(/\)' \| . 2>/dev/null || |
| 16313 |
< |
$as_echo X"$file" | |
| 16314 |
< |
sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ |
| 16315 |
< |
s//\1/ |
| 16316 |
< |
q |
| 16317 |
< |
} |
| 16318 |
< |
/^X\(\/\/\)[^/].*/{ |
| 16614 |
> |
am_filepart=`$as_basename -- "$am_mf" || |
| 16615 |
> |
$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ |
| 16616 |
> |
X"$am_mf" : 'X\(//\)$' \| \ |
| 16617 |
> |
X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || |
| 16618 |
> |
$as_echo X/"$am_mf" | |
| 16619 |
> |
sed '/^.*\/\([^/][^/]*\)\/*$/{ |
| 16620 |
|
s//\1/ |
| 16621 |
|
q |
| 16622 |
|
} |
| 16623 |
< |
/^X\(\/\/\)$/{ |
| 16623 |
> |
/^X\/\(\/\/\)$/{ |
| 16624 |
|
s//\1/ |
| 16625 |
|
q |
| 16626 |
|
} |
| 16627 |
< |
/^X\(\/\).*/{ |
| 16627 |
> |
/^X\/\(\/\).*/{ |
| 16628 |
|
s//\1/ |
| 16629 |
|
q |
| 16630 |
|
} |
| 16631 |
|
s/.*/./; q'` |
| 16632 |
< |
as_dir=$dirpart/$fdir; as_fn_mkdir_p |
| 16633 |
< |
# echo "creating $dirpart/$file" |
| 16634 |
< |
echo '# dummy' > "$dirpart/$file" |
| 16635 |
< |
done |
| 16632 |
> |
{ echo "$as_me:$LINENO: cd "$am_dirpart" \ |
| 16633 |
> |
&& sed -e '/# am--include-marker/d' "$am_filepart" \ |
| 16634 |
> |
| $MAKE -f - am--depfiles" >&5 |
| 16635 |
> |
(cd "$am_dirpart" \ |
| 16636 |
> |
&& sed -e '/# am--include-marker/d' "$am_filepart" \ |
| 16637 |
> |
| $MAKE -f - am--depfiles) >&5 2>&5 |
| 16638 |
> |
ac_status=$? |
| 16639 |
> |
echo "$as_me:$LINENO: \$? = $ac_status" >&5 |
| 16640 |
> |
(exit $ac_status); } || am_rc=$? |
| 16641 |
|
done |
| 16642 |
+ |
if test $am_rc -ne 0; then |
| 16643 |
+ |
{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
| 16644 |
+ |
$as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
| 16645 |
+ |
as_fn_error $? "Something went wrong bootstrapping makefile fragments |
| 16646 |
+ |
for automatic dependency tracking. Try re-running configure with the |
| 16647 |
+ |
'--disable-dependency-tracking' option to at least be able to build |
| 16648 |
+ |
the package (albeit without support for automatic dependency tracking). |
| 16649 |
+ |
See \`config.log' for more details" "$LINENO" 5; } |
| 16650 |
+ |
fi |
| 16651 |
+ |
{ am_dirpart=; unset am_dirpart;} |
| 16652 |
+ |
{ am_filepart=; unset am_filepart;} |
| 16653 |
+ |
{ am_mf=; unset am_mf;} |
| 16654 |
+ |
{ am_rc=; unset am_rc;} |
| 16655 |
+ |
rm -f conftest-deps.mk |
| 16656 |
|
} |
| 16657 |
|
;; |
| 16658 |
|
"libtool":C) |
| 16670 |
|
cat <<_LT_EOF >> "$cfgfile" |
| 16671 |
|
#! $SHELL |
| 16672 |
|
# Generated automatically by $as_me ($PACKAGE) $VERSION |
| 16353 |
– |
# 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. |