diff options
author | Yves-Alexis Perez <corsac@corsac.net> | 2017-04-01 16:26:44 +0200 |
---|---|---|
committer | Yves-Alexis Perez <corsac@corsac.net> | 2017-04-01 16:26:44 +0200 |
commit | 05ddd767992d68bb38c7f16ece142e8c2e9ae016 (patch) | |
tree | 302c618be306d4ed3c7f9fc58a1f6aaad4dd252f /configure | |
parent | 25663e04c3ab01ef8dc9f906608282319cfea2db (diff) | |
download | vyos-strongswan-05ddd767992d68bb38c7f16ece142e8c2e9ae016.tar.gz vyos-strongswan-05ddd767992d68bb38c7f16ece142e8c2e9ae016.zip |
New upstream version 5.5.2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 775 |
1 files changed, 483 insertions, 292 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for strongSwan 5.5.1. +# Generated by GNU Autoconf 2.69 for strongSwan 5.5.2. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -587,8 +587,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='strongSwan' PACKAGE_TARNAME='strongswan' -PACKAGE_VERSION='5.5.1' -PACKAGE_STRING='strongSwan 5.5.1' +PACKAGE_VERSION='5.5.2' +PACKAGE_STRING='strongSwan 5.5.2' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -649,8 +649,6 @@ USE_SVC_FALSE USE_SVC_TRUE USE_SWANCTL_FALSE USE_SWANCTL_TRUE -USE_AIKPUB2_FALSE -USE_AIKPUB2_TRUE USE_AIKGEN_FALSE USE_AIKGEN_TRUE USE_CMD_FALSE @@ -755,6 +753,8 @@ USE_FORECAST_FALSE USE_FORECAST_TRUE USE_CONNMARK_FALSE USE_CONNMARK_TRUE +USE_BYPASS_LAN_FALSE +USE_BYPASS_LAN_TRUE USE_SOCKET_WIN_FALSE USE_SOCKET_WIN_TRUE USE_SOCKET_DYNAMIC_FALSE @@ -927,6 +927,8 @@ USE_CTR_FALSE USE_CTR_TRUE USE_CHAPOLY_FALSE USE_CHAPOLY_TRUE +USE_TPM_FALSE +USE_TPM_TRUE USE_PKCS11_FALSE USE_PKCS11_TRUE USE_KEYCHAIN_FALSE @@ -983,6 +985,8 @@ USE_AESNI_FALSE USE_AESNI_TRUE USE_RDRAND_FALSE USE_RDRAND_TRUE +USE_CURVE25519_FALSE +USE_CURVE25519_TRUE USE_GMP_FALSE USE_GMP_TRUE USE_FIPS_PRF_FALSE @@ -1023,7 +1027,7 @@ USE_TEST_VECTORS_FALSE USE_TEST_VECTORS_TRUE t_plugins s_plugins -h_plugins +p_plugins c_plugins aikgen_plugins cmd_plugins @@ -1306,6 +1310,7 @@ enable_fips_prf enable_gcm enable_gcrypt enable_gmp +enable_curve25519 enable_hmac enable_md4 enable_md5 @@ -1369,6 +1374,7 @@ enable_ext_auth enable_ipseckey enable_keychain enable_pkcs11 +enable_tpm enable_revocation enable_whitelist enable_xauth_generic @@ -1417,6 +1423,7 @@ enable_tnccs_11 enable_tnccs_20 enable_tnccs_dynamic enable_android_log +enable_bypass_lan enable_certexpire enable_connmark enable_forecast @@ -1432,7 +1439,6 @@ enable_systime_fix enable_test_vectors enable_updown enable_aikgen -enable_aikpub2 enable_charon enable_cmd enable_conftest @@ -2072,7 +2078,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures strongSwan 5.5.1 to adapt to many kinds of systems. +\`configure' configures strongSwan 5.5.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -2143,7 +2149,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of strongSwan 5.5.1:";; + short | recursive ) echo "Configuration of strongSwan 5.5.2:";; esac cat <<\_ACEOF @@ -2167,6 +2173,7 @@ Optional Features: --enable-gcrypt enables the libgcrypt plugin. --disable-gmp disable GNU MP (libgmp) based crypto implementation plugin. + --disable-curve25519 disable Curve25519 Diffie-Hellman plugin. --disable-hmac disable HMAC crypto implementation plugin. --enable-md4 enable MD4 software implementation plugin. --disable-md5 disable MD5 software implementation plugin. @@ -2246,6 +2253,7 @@ Optional Features: --enable-ipseckey enable IPSECKEY authentication plugin. --enable-keychain enables OS X Keychain Services credential set. --enable-pkcs11 enables the PKCS11 token support plugin. + --enable-tpm enables the TPM plugin. --disable-revocation disable X509 CRL/OCSP revocation check plugin. --enable-whitelist enable peer identity whitelisting plugin. --disable-xauth-generic disable generic XAuth backend. @@ -2306,6 +2314,8 @@ Optional Features: --enable-tnccs-20 enable TNCCS 2.0 protocol module. --enable-tnccs-dynamic enable dynamic TNCCS protocol discovery module. --enable-android-log enable Android specific logger plugin. + --enable-bypass-lan enable plugin to install bypass policies for local + subnets. --enable-certexpire enable CSV export of expiration dates of used certificates. --enable-connmark enable connmark plugin using conntrack based marks @@ -2330,7 +2340,6 @@ Optional Features: --enable-test-vectors enable plugin providing crypto test vectors. --disable-updown disable updown firewall script plugin. --enable-aikgen enable AIK generator for TPM 1.2. - --enable-aikpub2 enable AIK extractor for TPM 2.0. --disable-charon disable the IKEv1/IKEv2 keying daemon charon. --enable-cmd enable the command line IKE client charon-cmd. --enable-conftest enforce Suite B conformance test framework. @@ -2604,7 +2613,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -strongSwan configure 5.5.1 +strongSwan configure 5.5.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -3126,7 +3135,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by strongSwan $as_me 5.5.1, which was +It was created by strongSwan $as_me 5.5.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3989,7 +3998,7 @@ fi # Define the identity of the package. PACKAGE='strongswan' - VERSION='5.5.1' + VERSION='5.5.2' cat >>confdefs.h <<_ACEOF @@ -5040,6 +5049,22 @@ fi enabled_by_default=${enabled_by_default}" gmp" +# Check whether --enable-curve25519 was given. +if test "${enable_curve25519+set}" = set; then : + enableval=$enable_curve25519; curve25519_given=true + if test x$enableval = xyes; then + curve25519=true + else + curve25519=false + fi +else + curve25519=true + curve25519_given=false + +fi + + enabled_by_default=${enabled_by_default}" curve25519" + # Check whether --enable-hmac was given. if test "${enable_hmac+set}" = set; then : enableval=$enable_hmac; hmac_given=true @@ -6052,6 +6077,22 @@ fi disabled_by_default=${disabled_by_default}" pkcs11" +# Check whether --enable-tpm was given. +if test "${enable_tpm+set}" = set; then : + enableval=$enable_tpm; tpm_given=true + if test x$enableval = xyes; then + tpm=true + else + tpm=false + fi +else + tpm=false + tpm_given=false + +fi + + disabled_by_default=${disabled_by_default}" tpm" + # Check whether --enable-revocation was given. if test "${enable_revocation+set}" = set; then : enableval=$enable_revocation; revocation_given=true @@ -6825,6 +6866,22 @@ fi disabled_by_default=${disabled_by_default}" android_log" +# Check whether --enable-bypass-lan was given. +if test "${enable_bypass_lan+set}" = set; then : + enableval=$enable_bypass_lan; bypass_lan_given=true + if test x$enableval = xyes; then + bypass_lan=true + else + bypass_lan=false + fi +else + bypass_lan=false + bypass_lan_given=false + +fi + + disabled_by_default=${disabled_by_default}" bypass_lan" + # Check whether --enable-certexpire was given. if test "${enable_certexpire+set}" = set; then : enableval=$enable_certexpire; certexpire_given=true @@ -7066,22 +7123,6 @@ fi disabled_by_default=${disabled_by_default}" aikgen" -# Check whether --enable-aikpub2 was given. -if test "${enable_aikpub2+set}" = set; then : - enableval=$enable_aikpub2; aikpub2_given=true - if test x$enableval = xyes; then - aikpub2=true - else - aikpub2=false - fi -else - aikpub2=false - aikpub2_given=false - -fi - - disabled_by_default=${disabled_by_default}" aikpub2" - # Check whether --enable-charon was given. if test "${enable_charon+set}" = set; then : enableval=$enable_charon; charon_given=true @@ -18008,10 +18049,6 @@ if test x$aikgen = xtrue; then tss_trousers=true fi -if test x$aikpub2 = xtrue; then - tss_tss2=true -fi - if test x$ntru = xtrue -o x$bliss = xtrue; then mgf1=true fi @@ -19659,9 +19696,9 @@ fi if test x$printf_hooks = xvstr; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lvstr" >&5 -$as_echo_n "checking for main in -lvstr... " >&6; } -if ${ac_cv_lib_vstr_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for vstr_init in -lvstr" >&5 +$as_echo_n "checking for vstr_init in -lvstr... " >&6; } +if ${ac_cv_lib_vstr_vstr_init+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -19669,27 +19706,33 @@ LIBS="-lvstr $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char vstr_init (); int main () { -return main (); +return vstr_init (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_vstr_main=yes + ac_cv_lib_vstr_vstr_init=yes else - ac_cv_lib_vstr_main=no + ac_cv_lib_vstr_vstr_init=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_vstr_main" >&5 -$as_echo "$ac_cv_lib_vstr_main" >&6; } -if test "x$ac_cv_lib_vstr_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_vstr_vstr_init" >&5 +$as_echo "$ac_cv_lib_vstr_vstr_init" >&6; } +if test "x$ac_cv_lib_vstr_vstr_init" = xyes; then : LIBS="$LIBS" else as_fn_error $? "Vstr string library not found" "$LINENO" 5 @@ -19708,9 +19751,9 @@ fi if test x$gmp = xtrue; then saved_LIBS=$LIBS - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgmp" >&5 -$as_echo_n "checking for main in -lgmp... " >&6; } -if ${ac_cv_lib_gmp_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for __gmpz_init in -lgmp" >&5 +$as_echo_n "checking for __gmpz_init in -lgmp... " >&6; } +if ${ac_cv_lib_gmp___gmpz_init+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -19718,27 +19761,33 @@ LIBS="-lgmp $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char __gmpz_init (); int main () { -return main (); +return __gmpz_init (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_gmp_main=yes + ac_cv_lib_gmp___gmpz_init=yes else - ac_cv_lib_gmp_main=no + ac_cv_lib_gmp___gmpz_init=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gmp_main" >&5 -$as_echo "$ac_cv_lib_gmp_main" >&6; } -if test "x$ac_cv_lib_gmp_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gmp___gmpz_init" >&5 +$as_echo "$ac_cv_lib_gmp___gmpz_init" >&6; } +if test "x$ac_cv_lib_gmp___gmpz_init" = xyes; then : cat >>confdefs.h <<_ACEOF #define HAVE_LIBGMP 1 _ACEOF @@ -19808,9 +19857,9 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test x$ldap = xtrue; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lldap" >&5 -$as_echo_n "checking for main in -lldap... " >&6; } -if ${ac_cv_lib_ldap_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldap_init in -lldap" >&5 +$as_echo_n "checking for ldap_init in -lldap... " >&6; } +if ${ac_cv_lib_ldap_ldap_init+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -19818,35 +19867,41 @@ LIBS="-lldap $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char ldap_init (); int main () { -return main (); +return ldap_init (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_ldap_main=yes + ac_cv_lib_ldap_ldap_init=yes else - ac_cv_lib_ldap_main=no + ac_cv_lib_ldap_ldap_init=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_main" >&5 -$as_echo "$ac_cv_lib_ldap_main" >&6; } -if test "x$ac_cv_lib_ldap_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldap_ldap_init" >&5 +$as_echo "$ac_cv_lib_ldap_ldap_init" >&6; } +if test "x$ac_cv_lib_ldap_ldap_init" = xyes; then : LIBS="$LIBS" else as_fn_error $? "LDAP library ldap not found" "$LINENO" 5 fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -llber" >&5 -$as_echo_n "checking for main in -llber... " >&6; } -if ${ac_cv_lib_lber_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ber_free in -llber" >&5 +$as_echo_n "checking for ber_free in -llber... " >&6; } +if ${ac_cv_lib_lber_ber_free+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -19854,27 +19909,33 @@ LIBS="-llber $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char ber_free (); int main () { -return main (); +return ber_free (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_lber_main=yes + ac_cv_lib_lber_ber_free=yes else - ac_cv_lib_lber_main=no + ac_cv_lib_lber_ber_free=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_main" >&5 -$as_echo "$ac_cv_lib_lber_main" >&6; } -if test "x$ac_cv_lib_lber_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_lber_ber_free" >&5 +$as_echo "$ac_cv_lib_lber_ber_free" >&6; } +if test "x$ac_cv_lib_lber_ber_free" = xyes; then : LIBS="$LIBS" else as_fn_error $? "LDAP library lber not found" "$LINENO" 5 @@ -19891,9 +19952,9 @@ fi fi if test x$curl = xtrue; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lcurl" >&5 -$as_echo_n "checking for main in -lcurl... " >&6; } -if ${ac_cv_lib_curl_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for curl_global_init in -lcurl" >&5 +$as_echo_n "checking for curl_global_init in -lcurl... " >&6; } +if ${ac_cv_lib_curl_curl_global_init+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -19901,27 +19962,33 @@ LIBS="-lcurl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char curl_global_init (); int main () { -return main (); +return curl_global_init (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_curl_main=yes + ac_cv_lib_curl_curl_global_init=yes else - ac_cv_lib_curl_main=no + ac_cv_lib_curl_curl_global_init=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_curl_main" >&5 -$as_echo "$ac_cv_lib_curl_main" >&6; } -if test "x$ac_cv_lib_curl_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_curl_curl_global_init" >&5 +$as_echo "$ac_cv_lib_curl_curl_global_init" >&6; } +if test "x$ac_cv_lib_curl_curl_global_init" = xyes; then : LIBS="$LIBS" else as_fn_error $? "CURL library curl not found" "$LINENO" 5 @@ -19938,9 +20005,9 @@ fi fi if test x$unbound = xtrue; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lldns" >&5 -$as_echo_n "checking for main in -lldns... " >&6; } -if ${ac_cv_lib_ldns_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ldns_rr_get_type in -lldns" >&5 +$as_echo_n "checking for ldns_rr_get_type in -lldns... " >&6; } +if ${ac_cv_lib_ldns_ldns_rr_get_type+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -19948,27 +20015,33 @@ LIBS="-lldns $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char ldns_rr_get_type (); int main () { -return main (); +return ldns_rr_get_type (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_ldns_main=yes + ac_cv_lib_ldns_ldns_rr_get_type=yes else - ac_cv_lib_ldns_main=no + ac_cv_lib_ldns_ldns_rr_get_type=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldns_main" >&5 -$as_echo "$ac_cv_lib_ldns_main" >&6; } -if test "x$ac_cv_lib_ldns_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_ldns_ldns_rr_get_type" >&5 +$as_echo "$ac_cv_lib_ldns_ldns_rr_get_type" >&6; } +if test "x$ac_cv_lib_ldns_ldns_rr_get_type" = xyes; then : LIBS="$LIBS" else as_fn_error $? "UNBOUND library ldns not found" "$LINENO" 5 @@ -19982,9 +20055,9 @@ else fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lunbound" >&5 -$as_echo_n "checking for main in -lunbound... " >&6; } -if ${ac_cv_lib_unbound_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ub_ctx_create in -lunbound" >&5 +$as_echo_n "checking for ub_ctx_create in -lunbound... " >&6; } +if ${ac_cv_lib_unbound_ub_ctx_create+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -19992,27 +20065,33 @@ LIBS="-lunbound $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char ub_ctx_create (); int main () { -return main (); +return ub_ctx_create (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_unbound_main=yes + ac_cv_lib_unbound_ub_ctx_create=yes else - ac_cv_lib_unbound_main=no + ac_cv_lib_unbound_ub_ctx_create=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_unbound_main" >&5 -$as_echo "$ac_cv_lib_unbound_main" >&6; } -if test "x$ac_cv_lib_unbound_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_unbound_ub_ctx_create" >&5 +$as_echo "$ac_cv_lib_unbound_ub_ctx_create" >&6; } +if test "x$ac_cv_lib_unbound_ub_ctx_create" = xyes; then : LIBS="$LIBS" else as_fn_error $? "UNBOUND library libunbound not found" "$LINENO" 5 @@ -20677,9 +20756,9 @@ fi fi if test x$tss_trousers = xtrue; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ltspi" >&5 -$as_echo_n "checking for main in -ltspi... " >&6; } -if ${ac_cv_lib_tspi_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Tspi_Context_Create in -ltspi" >&5 +$as_echo_n "checking for Tspi_Context_Create in -ltspi... " >&6; } +if ${ac_cv_lib_tspi_Tspi_Context_Create+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -20687,27 +20766,33 @@ LIBS="-ltspi $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char Tspi_Context_Create (); int main () { -return main (); +return Tspi_Context_Create (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_tspi_main=yes + ac_cv_lib_tspi_Tspi_Context_Create=yes else - ac_cv_lib_tspi_main=no + ac_cv_lib_tspi_Tspi_Context_Create=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tspi_main" >&5 -$as_echo "$ac_cv_lib_tspi_main" >&6; } -if test "x$ac_cv_lib_tspi_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_tspi_Tspi_Context_Create" >&5 +$as_echo "$ac_cv_lib_tspi_Tspi_Context_Create" >&6; } +if test "x$ac_cv_lib_tspi_Tspi_Context_Create" = xyes; then : LIBS="$LIBS" else as_fn_error $? "TrouSerS library libtspi not found" "$LINENO" 5 @@ -21289,87 +21374,73 @@ done fi if test x$fast = xtrue; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lneo_cgi" >&5 -$as_echo_n "checking for main in -lneo_cgi... " >&6; } -if ${ac_cv_lib_neo_cgi_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for hdf_init in -lneo_utl" >&5 +$as_echo_n "checking for hdf_init in -lneo_utl... " >&6; } +if ${ac_cv_lib_neo_utl_hdf_init+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lneo_cgi $LIBS" +LIBS="-lneo_utl $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char hdf_init (); int main () { -return main (); +return hdf_init (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_neo_cgi_main=yes + ac_cv_lib_neo_utl_hdf_init=yes else - ac_cv_lib_neo_cgi_main=no + ac_cv_lib_neo_utl_hdf_init=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_neo_cgi_main" >&5 -$as_echo "$ac_cv_lib_neo_cgi_main" >&6; } -if test "x$ac_cv_lib_neo_cgi_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_neo_utl_hdf_init" >&5 +$as_echo "$ac_cv_lib_neo_utl_hdf_init" >&6; } +if test "x$ac_cv_lib_neo_utl_hdf_init" = xyes; then : LIBS="$LIBS" else - as_fn_error $? "ClearSilver library neo_cgi not found!" "$LINENO" 5 + as_fn_error $? "ClearSilver library neo_utl not found!" "$LINENO" 5 fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lneo_utl" >&5 -$as_echo_n "checking for main in -lneo_utl... " >&6; } -if ${ac_cv_lib_neo_utl_main+:} false; then : - $as_echo_n "(cached) " >&6 -else - ac_check_lib_save_LIBS=$LIBS -LIBS="-lneo_utl $LIBS" -cat confdefs.h - <<_ACEOF >conftest.$ac_ext + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -lneo_cgi and dependencies" >&5 +$as_echo_n "checking for -lneo_cgi and dependencies... " >&6; } + saved_CFLAGS=$CFLAGS + saved_LIBS=$LIBS + LIBS="-lneo_cgi -lneo_cs -lneo_utl" + CFLAGS="-I/usr/include/ClearSilver" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - - +#include <cgi/cgi.h> int main () { -return main (); +NEOERR *err = cgi_display(NULL, NULL); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_neo_utl_main=yes -else - ac_cv_lib_neo_utl_main=no -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -LIBS=$ac_check_lib_save_LIBS -fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_neo_utl_main" >&5 -$as_echo "$ac_cv_lib_neo_utl_main" >&6; } -if test "x$ac_cv_lib_neo_utl_main" = xyes; then : - LIBS="$LIBS" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +$as_echo "yes" >&6; } else - as_fn_error $? "ClearSilver library neo_utl not found!" "$LINENO" 5 -fi - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking ClearSilver requires zlib" >&5 -$as_echo_n "checking ClearSilver requires zlib... " >&6; } - saved_CFLAGS=$CFLAGS - saved_LIBS=$LIBS - LIBS="-lneo_cgi -lneo_cs -lneo_utl" - CFLAGS="-I/usr/include/ClearSilver" - cat confdefs.h - <<_ACEOF >conftest.$ac_ext + LIBS="$LIBS -lz"; + cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ -#include <ClearSilver.h> +#include <cgi/cgi.h> int main () { @@ -21379,24 +21450,26 @@ NEOERR *err = cgi_display(NULL, NULL); } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; }; clearsilver_LIBS="$LIBS" + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes, zlib required" >&5 +$as_echo "yes, zlib required" >&6; } else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; }; clearsilver_LIBS="$LIBS -lz" + as_fn_error $? "not found" "$LINENO" 5 + +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext conftest.$ac_ext fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext + clearsilver_LIBS="$LIBS" LIBS=$saved_LIBS CFLAGS=$saved_CFLAGS -# autoconf does not like CamelCase!? How to fix this? -# AC_CHECK_HEADER([ClearSilver/ClearSilver.h],,[AC_MSG_ERROR([ClearSilver header file ClearSilver/ClearSilver.h not found!])]) - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lfcgi" >&5 -$as_echo_n "checking for main in -lfcgi... " >&6; } -if ${ac_cv_lib_fcgi_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for FCGX_Init in -lfcgi" >&5 +$as_echo_n "checking for FCGX_Init in -lfcgi... " >&6; } +if ${ac_cv_lib_fcgi_FCGX_Init+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -21404,27 +21477,33 @@ LIBS="-lfcgi $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char FCGX_Init (); int main () { -return main (); +return FCGX_Init (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_fcgi_main=yes + ac_cv_lib_fcgi_FCGX_Init=yes else - ac_cv_lib_fcgi_main=no + ac_cv_lib_fcgi_FCGX_Init=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fcgi_main" >&5 -$as_echo "$ac_cv_lib_fcgi_main" >&6; } -if test "x$ac_cv_lib_fcgi_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_fcgi_FCGX_Init" >&5 +$as_echo "$ac_cv_lib_fcgi_FCGX_Init" >&6; } +if test "x$ac_cv_lib_fcgi_FCGX_Init" = xyes; then : LIBS="$LIBS" else as_fn_error $? "FastCGI library fcgi not found!" "$LINENO" 5 @@ -21450,9 +21529,9 @@ else fi - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lmysql" >&5 -$as_echo_n "checking for main in -lmysql... " >&6; } -if ${ac_cv_lib_mysql_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for mysql_database_init in -lmysql" >&5 +$as_echo_n "checking for mysql_database_init in -lmysql... " >&6; } +if ${ac_cv_lib_mysql_mysql_database_init+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -21460,27 +21539,33 @@ LIBS="-lmysql $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char mysql_database_init (); int main () { -return main (); +return mysql_database_init (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_mysql_main=yes + ac_cv_lib_mysql_mysql_database_init=yes else - ac_cv_lib_mysql_main=no + ac_cv_lib_mysql_mysql_database_init=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mysql_main" >&5 -$as_echo "$ac_cv_lib_mysql_main" >&6; } -if test "x$ac_cv_lib_mysql_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_mysql_mysql_database_init" >&5 +$as_echo "$ac_cv_lib_mysql_mysql_database_init" >&6; } +if test "x$ac_cv_lib_mysql_mysql_database_init" = xyes; then : LIBS="$LIBS" else as_fn_error $? "MySQL library not found!" "$LINENO" 5 @@ -21541,9 +21626,9 @@ fi fi if test x$sqlite = xtrue; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lsqlite3" >&5 -$as_echo_n "checking for main in -lsqlite3... " >&6; } -if ${ac_cv_lib_sqlite3_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sqlite3_open in -lsqlite3" >&5 +$as_echo_n "checking for sqlite3_open in -lsqlite3... " >&6; } +if ${ac_cv_lib_sqlite3_sqlite3_open+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -21551,27 +21636,33 @@ LIBS="-lsqlite3 $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char sqlite3_open (); int main () { -return main (); +return sqlite3_open (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_sqlite3_main=yes + ac_cv_lib_sqlite3_sqlite3_open=yes else - ac_cv_lib_sqlite3_main=no + ac_cv_lib_sqlite3_sqlite3_open=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sqlite3_main" >&5 -$as_echo "$ac_cv_lib_sqlite3_main" >&6; } -if test "x$ac_cv_lib_sqlite3_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_sqlite3_sqlite3_open" >&5 +$as_echo "$ac_cv_lib_sqlite3_sqlite3_open" >&6; } +if test "x$ac_cv_lib_sqlite3_sqlite3_open" = xyes; then : LIBS="$LIBS" else as_fn_error $? "SQLite library sqlite3 not found" "$LINENO" 5 @@ -21638,9 +21729,9 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test x$openssl = xtrue; then - as_ac_Lib=`$as_echo "ac_cv_lib_$openssl_lib''_main" | $as_tr_sh` -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$openssl_lib" >&5 -$as_echo_n "checking for main in -l$openssl_lib... " >&6; } + as_ac_Lib=`$as_echo "ac_cv_lib_$openssl_lib''_EVP_CIPHER_CTX_new" | $as_tr_sh` +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for EVP_CIPHER_CTX_new in -l$openssl_lib" >&5 +$as_echo_n "checking for EVP_CIPHER_CTX_new in -l$openssl_lib... " >&6; } if eval \${$as_ac_Lib+:} false; then : $as_echo_n "(cached) " >&6 else @@ -21649,11 +21740,17 @@ LIBS="-l$openssl_lib $DLLIB $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char EVP_CIPHER_CTX_new (); int main () { -return main (); +return EVP_CIPHER_CTX_new (); ; return 0; } @@ -21687,9 +21784,9 @@ fi fi if test x$gcrypt = xtrue; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lgcrypt" >&5 -$as_echo_n "checking for main in -lgcrypt... " >&6; } -if ${ac_cv_lib_gcrypt_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcry_control in -lgcrypt" >&5 +$as_echo_n "checking for gcry_control in -lgcrypt... " >&6; } +if ${ac_cv_lib_gcrypt_gcry_control+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -21697,27 +21794,33 @@ LIBS="-lgcrypt -lgpg-error $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char gcry_control (); int main () { -return main (); +return gcry_control (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_gcrypt_main=yes + ac_cv_lib_gcrypt_gcry_control=yes else - ac_cv_lib_gcrypt_main=no + ac_cv_lib_gcrypt_gcry_control=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gcrypt_main" >&5 -$as_echo "$ac_cv_lib_gcrypt_main" >&6; } -if test "x$ac_cv_lib_gcrypt_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_gcrypt_gcry_control" >&5 +$as_echo "$ac_cv_lib_gcrypt_gcry_control" >&6; } +if test "x$ac_cv_lib_gcrypt_gcry_control" = xyes; then : LIBS="$LIBS" else as_fn_error $? "gcrypt library not found" "$LINENO" 5 @@ -21759,9 +21862,9 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test x$uci = xtrue; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -luci" >&5 -$as_echo_n "checking for main in -luci... " >&6; } -if ${ac_cv_lib_uci_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uci_alloc_context in -luci" >&5 +$as_echo_n "checking for uci_alloc_context in -luci... " >&6; } +if ${ac_cv_lib_uci_uci_alloc_context+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -21769,27 +21872,33 @@ LIBS="-luci $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char uci_alloc_context (); int main () { -return main (); +return uci_alloc_context (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_uci_main=yes + ac_cv_lib_uci_uci_alloc_context=yes else - ac_cv_lib_uci_main=no + ac_cv_lib_uci_uci_alloc_context=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uci_main" >&5 -$as_echo "$ac_cv_lib_uci_main" >&6; } -if test "x$ac_cv_lib_uci_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_uci_uci_alloc_context" >&5 +$as_echo "$ac_cv_lib_uci_uci_alloc_context" >&6; } +if test "x$ac_cv_lib_uci_uci_alloc_context" = xyes; then : LIBS="$LIBS" else as_fn_error $? "UCI library libuci not found" "$LINENO" 5 @@ -21806,9 +21915,9 @@ fi fi if test x$android_dns = xtrue; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lcutils" >&5 -$as_echo_n "checking for main in -lcutils... " >&6; } -if ${ac_cv_lib_cutils_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for property_get in -lcutils" >&5 +$as_echo_n "checking for property_get in -lcutils... " >&6; } +if ${ac_cv_lib_cutils_property_get+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -21816,27 +21925,33 @@ LIBS="-lcutils $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char property_get (); int main () { -return main (); +return property_get (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_cutils_main=yes + ac_cv_lib_cutils_property_get=yes else - ac_cv_lib_cutils_main=no + ac_cv_lib_cutils_property_get=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cutils_main" >&5 -$as_echo "$ac_cv_lib_cutils_main" >&6; } -if test "x$ac_cv_lib_cutils_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cutils_property_get" >&5 +$as_echo "$ac_cv_lib_cutils_property_get" >&6; } +if test "x$ac_cv_lib_cutils_property_get" = xyes; then : LIBS="$LIBS" else as_fn_error $? "Android library libcutils not found" "$LINENO" 5 @@ -22149,9 +22264,9 @@ fi fi if test x$xauth_pam = xtrue; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lpam" >&5 -$as_echo_n "checking for main in -lpam... " >&6; } -if ${ac_cv_lib_pam_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pam_start in -lpam" >&5 +$as_echo_n "checking for pam_start in -lpam... " >&6; } +if ${ac_cv_lib_pam_pam_start+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -22159,27 +22274,33 @@ LIBS="-lpam $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char pam_start (); int main () { -return main (); +return pam_start (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_pam_main=yes + ac_cv_lib_pam_pam_start=yes else - ac_cv_lib_pam_main=no + ac_cv_lib_pam_pam_start=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pam_main" >&5 -$as_echo "$ac_cv_lib_pam_main" >&6; } -if test "x$ac_cv_lib_pam_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_pam_pam_start" >&5 +$as_echo "$ac_cv_lib_pam_pam_start" >&6; } +if test "x$ac_cv_lib_pam_pam_start" = xyes; then : LIBS="$LIBS" else as_fn_error $? "PAM library not found" "$LINENO" 5 @@ -22321,9 +22442,9 @@ $as_echo "#define CAPABILITIES_NATIVE /**/" >>confdefs.h fi if test x$capabilities = xlibcap; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lcap" >&5 -$as_echo_n "checking for main in -lcap... " >&6; } -if ${ac_cv_lib_cap_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for cap_init in -lcap" >&5 +$as_echo_n "checking for cap_init in -lcap... " >&6; } +if ${ac_cv_lib_cap_cap_init+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -22331,27 +22452,33 @@ LIBS="-lcap $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char cap_init (); int main () { -return main (); +return cap_init (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_cap_main=yes + ac_cv_lib_cap_cap_init=yes else - ac_cv_lib_cap_main=no + ac_cv_lib_cap_cap_init=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cap_main" >&5 -$as_echo "$ac_cv_lib_cap_main" >&6; } -if test "x$ac_cv_lib_cap_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_cap_cap_init" >&5 +$as_echo "$ac_cv_lib_cap_cap_init" >&6; } +if test "x$ac_cv_lib_cap_cap_init" = xyes; then : LIBS="$LIBS" else as_fn_error $? "libcap library not found" "$LINENO" 5 @@ -22424,9 +22551,9 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test x$bfd_backtraces = xtrue; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lbfd" >&5 -$as_echo_n "checking for main in -lbfd... " >&6; } -if ${ac_cv_lib_bfd_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for bfd_init in -lbfd" >&5 +$as_echo_n "checking for bfd_init in -lbfd... " >&6; } +if ${ac_cv_lib_bfd_bfd_init+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -22434,27 +22561,33 @@ LIBS="-lbfd $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char bfd_init (); int main () { -return main (); +return bfd_init (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_bfd_main=yes + ac_cv_lib_bfd_bfd_init=yes else - ac_cv_lib_bfd_main=no + ac_cv_lib_bfd_bfd_init=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bfd_main" >&5 -$as_echo "$ac_cv_lib_bfd_main" >&6; } -if test "x$ac_cv_lib_bfd_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_bfd_bfd_init" >&5 +$as_echo "$ac_cv_lib_bfd_bfd_init" >&6; } +if test "x$ac_cv_lib_bfd_bfd_init" = xyes; then : LIBS="$LIBS" else as_fn_error $? "binutils libbfd not found!" "$LINENO" 5 @@ -22475,9 +22608,9 @@ fi fi if test x$unwind_backtraces = xtrue; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -lunwind" >&5 -$as_echo_n "checking for main in -lunwind... " >&6; } -if ${ac_cv_lib_unwind_main+:} false; then : + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for unw_backtrace in -lunwind" >&5 +$as_echo_n "checking for unw_backtrace in -lunwind... " >&6; } +if ${ac_cv_lib_unwind_unw_backtrace+:} false; then : $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS @@ -22485,27 +22618,33 @@ LIBS="-lunwind $LIBS" cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ - +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char unw_backtrace (); int main () { -return main (); +return unw_backtrace (); ; return 0; } _ACEOF if ac_fn_c_try_link "$LINENO"; then : - ac_cv_lib_unwind_main=yes + ac_cv_lib_unwind_unw_backtrace=yes else - ac_cv_lib_unwind_main=no + ac_cv_lib_unwind_unw_backtrace=no fi rm -f core conftest.err conftest.$ac_objext \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_unwind_main" >&5 -$as_echo "$ac_cv_lib_unwind_main" >&6; } -if test "x$ac_cv_lib_unwind_main" = xyes; then : +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_unwind_unw_backtrace" >&5 +$as_echo "$ac_cv_lib_unwind_unw_backtrace" >&6; } +if test "x$ac_cv_lib_unwind_unw_backtrace" = xyes; then : LIBS="$LIBS" else as_fn_error $? "libunwind not found!" "$LINENO" 5 @@ -22888,10 +23027,11 @@ cmd_plugins= aikgen_plugins= # location specific lists for checksumming, -# for src/libcharon, src/libstrongswan and src/libtnccs +# for src/libcharon, src/libstrongswan, src/libtnccs and src/libtpmtss c_plugins= s_plugins= t_plugins= +p_plugins= if test x$test_vectors = xtrue; then s_plugins=${s_plugins}" test-vectors" @@ -22927,6 +23067,15 @@ if test x$pkcs11 = xtrue; then fi +if test x$tpm = xtrue; then + p_plugins=${p_plugins}" tpm" + charon_plugins=${charon_plugins}" tpm" + pki_plugins=${pki_plugins}" tpm" + nm_plugins=${nm_plugins}" tpm" + cmd_plugins=${cmd_plugins}" tpm" + + fi + if test x$aesni = xtrue; then s_plugins=${s_plugins}" aesni" charon_plugins=${charon_plugins}" aesni" @@ -23319,6 +23468,15 @@ if test x$gmp = xtrue; then fi +if test x$curve25519 = xtrue; then + s_plugins=${s_plugins}" curve25519" + charon_plugins=${charon_plugins}" curve25519" + scripts_plugins=${scripts_plugins}" curve25519" + nm_plugins=${nm_plugins}" curve25519" + cmd_plugins=${cmd_plugins}" curve25519" + + fi + if test x$agent = xtrue; then s_plugins=${s_plugins}" agent" charon_plugins=${charon_plugins}" agent" @@ -23576,6 +23734,14 @@ if test x$socket_win = xtrue; then fi +if test x$bypass_lan = xtrue; then + c_plugins=${c_plugins}" bypass-lan" + charon_plugins=${charon_plugins}" bypass-lan" + nm_plugins=${nm_plugins}" bypass-lan" + cmd_plugins=${cmd_plugins}" bypass-lan" + + fi + if test x$connmark = xtrue; then c_plugins=${c_plugins}" connmark" charon_plugins=${charon_plugins}" connmark" @@ -24124,6 +24290,14 @@ else USE_GMP_FALSE= fi + if test x$curve25519 = xtrue; then + USE_CURVE25519_TRUE= + USE_CURVE25519_FALSE='#' +else + USE_CURVE25519_TRUE='#' + USE_CURVE25519_FALSE= +fi + if test x$rdrand = xtrue; then USE_RDRAND_TRUE= USE_RDRAND_FALSE='#' @@ -24348,6 +24522,14 @@ else USE_PKCS11_FALSE= fi + if test x$tpm = xtrue; then + USE_TPM_TRUE= + USE_TPM_FALSE='#' +else + USE_TPM_TRUE='#' + USE_TPM_FALSE= +fi + if test x$chapoly = xtrue; then USE_CHAPOLY_TRUE= USE_CHAPOLY_FALSE='#' @@ -25039,6 +25221,14 @@ else USE_SOCKET_WIN_FALSE= fi + if test x$bypass_lan = xtrue; then + USE_BYPASS_LAN_TRUE= + USE_BYPASS_LAN_FALSE='#' +else + USE_BYPASS_LAN_TRUE='#' + USE_BYPASS_LAN_FALSE= +fi + if test x$connmark = xtrue; then USE_CONNMARK_TRUE= USE_CONNMARK_FALSE='#' @@ -25250,7 +25440,7 @@ else USE_CONFTEST_FALSE= fi - if test x$charon = xtrue -o x$pki = xtrue -o x$scepclient = xtrue -o x$conftest = xtrue -o x$fast = xtrue -o x$imcv = xtrue -o x$nm = xtrue -o x$tkm = xtrue -o x$cmd = xtrue -o x$tls = xtrue -o x$tnc_tnccs = xtrue -o x$aikgen = xtrue -o x$aikpub2 = xtrue -o x$svc = xtrue -o x$systemd = xtrue; then + if test x$charon = xtrue -o x$pki = xtrue -o x$scepclient = xtrue -o x$conftest = xtrue -o x$fast = xtrue -o x$imcv = xtrue -o x$nm = xtrue -o x$tkm = xtrue -o x$cmd = xtrue -o x$tls = xtrue -o x$tnc_tnccs = xtrue -o x$aikgen = xtrue -o x$svc = xtrue -o x$systemd = xtrue; then USE_LIBSTRONGSWAN_TRUE= USE_LIBSTRONGSWAN_FALSE='#' else @@ -25306,7 +25496,7 @@ else USE_LIBPTTLS_FALSE= fi - if test x$tss_trousers = xtrue -o x$tss_tss2 = xtrue -o x$aikgen = xtrue -o x$aikpub2 = xtrue -o x$imcv = xtrue; then + if test x$tss_trousers = xtrue -o x$tss_tss2 = xtrue -o x$tpm -o x$aikgen = xtrue -o x$imcv = xtrue; then USE_LIBTPMTSS_TRUE= USE_LIBTPMTSS_FALSE='#' else @@ -25458,14 +25648,6 @@ else USE_AIKGEN_FALSE= fi - if test x$aikpub2 = xtrue; then - USE_AIKPUB2_TRUE= - USE_AIKPUB2_FALSE='#' -else - USE_AIKPUB2_TRUE='#' - USE_AIKPUB2_FALSE= -fi - if test x$swanctl = xtrue; then USE_SWANCTL_TRUE= USE_SWANCTL_FALSE='#' @@ -25575,9 +25757,6 @@ strongswan_options= if test -z "$USE_AIKGEN_TRUE"; then : strongswan_options=${strongswan_options}" aikgen" fi -if test -z "$USE_AIKPUB2_TRUE"; then : - strongswan_options=${strongswan_options}" aikpub2" -fi if test -z "$USE_ATTR_SQL_TRUE"; then : strongswan_options=${strongswan_options}" pool" fi @@ -25621,7 +25800,7 @@ fi # build Makefiles # ================= -ac_config_files="$ac_config_files Makefile conf/Makefile man/Makefile init/Makefile init/systemd/Makefile init/systemd-swanctl/Makefile src/Makefile src/include/Makefile src/libstrongswan/Makefile src/libstrongswan/math/libnttfft/Makefile src/libstrongswan/math/libnttfft/tests/Makefile src/libstrongswan/plugins/aes/Makefile src/libstrongswan/plugins/cmac/Makefile src/libstrongswan/plugins/des/Makefile src/libstrongswan/plugins/blowfish/Makefile src/libstrongswan/plugins/rc2/Makefile src/libstrongswan/plugins/md4/Makefile src/libstrongswan/plugins/md5/Makefile src/libstrongswan/plugins/sha1/Makefile src/libstrongswan/plugins/sha2/Makefile src/libstrongswan/plugins/sha3/Makefile src/libstrongswan/plugins/mgf1/Makefile src/libstrongswan/plugins/fips_prf/Makefile src/libstrongswan/plugins/gmp/Makefile src/libstrongswan/plugins/rdrand/Makefile src/libstrongswan/plugins/aesni/Makefile src/libstrongswan/plugins/random/Makefile src/libstrongswan/plugins/nonce/Makefile src/libstrongswan/plugins/hmac/Makefile src/libstrongswan/plugins/xcbc/Makefile src/libstrongswan/plugins/x509/Makefile src/libstrongswan/plugins/revocation/Makefile src/libstrongswan/plugins/constraints/Makefile src/libstrongswan/plugins/acert/Makefile src/libstrongswan/plugins/pubkey/Makefile src/libstrongswan/plugins/pkcs1/Makefile src/libstrongswan/plugins/pkcs7/Makefile src/libstrongswan/plugins/pkcs8/Makefile src/libstrongswan/plugins/pkcs12/Makefile src/libstrongswan/plugins/pgp/Makefile src/libstrongswan/plugins/dnskey/Makefile src/libstrongswan/plugins/sshkey/Makefile src/libstrongswan/plugins/pem/Makefile src/libstrongswan/plugins/curl/Makefile src/libstrongswan/plugins/files/Makefile src/libstrongswan/plugins/winhttp/Makefile src/libstrongswan/plugins/unbound/Makefile src/libstrongswan/plugins/soup/Makefile src/libstrongswan/plugins/ldap/Makefile src/libstrongswan/plugins/mysql/Makefile src/libstrongswan/plugins/sqlite/Makefile src/libstrongswan/plugins/padlock/Makefile src/libstrongswan/plugins/openssl/Makefile src/libstrongswan/plugins/gcrypt/Makefile src/libstrongswan/plugins/agent/Makefile src/libstrongswan/plugins/keychain/Makefile src/libstrongswan/plugins/pkcs11/Makefile src/libstrongswan/plugins/chapoly/Makefile src/libstrongswan/plugins/ctr/Makefile src/libstrongswan/plugins/ccm/Makefile src/libstrongswan/plugins/gcm/Makefile src/libstrongswan/plugins/af_alg/Makefile src/libstrongswan/plugins/ntru/Makefile src/libstrongswan/plugins/bliss/Makefile src/libstrongswan/plugins/bliss/tests/Makefile src/libstrongswan/plugins/newhope/Makefile src/libstrongswan/plugins/newhope/tests/Makefile src/libstrongswan/plugins/test_vectors/Makefile src/libstrongswan/tests/Makefile src/libipsec/Makefile src/libipsec/tests/Makefile src/libsimaka/Makefile src/libtls/Makefile src/libtls/tests/Makefile src/libradius/Makefile src/libtncif/Makefile src/libtnccs/Makefile src/libtnccs/plugins/tnc_tnccs/Makefile src/libtnccs/plugins/tnc_imc/Makefile src/libtnccs/plugins/tnc_imv/Makefile src/libtnccs/plugins/tnccs_11/Makefile src/libtnccs/plugins/tnccs_20/Makefile src/libtnccs/plugins/tnccs_dynamic/Makefile src/libpttls/Makefile src/libimcv/Makefile src/libimcv/plugins/imc_test/Makefile src/libimcv/plugins/imv_test/Makefile src/libimcv/plugins/imc_scanner/Makefile src/libimcv/plugins/imv_scanner/Makefile src/libimcv/plugins/imc_os/Makefile src/libimcv/plugins/imv_os/Makefile src/libimcv/plugins/imc_attestation/Makefile src/libimcv/plugins/imv_attestation/Makefile src/libimcv/plugins/imc_swid/Makefile src/libimcv/plugins/imv_swid/Makefile src/libimcv/plugins/imc_hcd/Makefile src/libimcv/plugins/imv_hcd/Makefile src/charon/Makefile src/charon-nm/Makefile src/charon-tkm/Makefile src/charon-cmd/Makefile src/charon-svc/Makefile src/charon-systemd/Makefile src/libcharon/Makefile src/libcharon/plugins/eap_aka/Makefile src/libcharon/plugins/eap_aka_3gpp2/Makefile src/libcharon/plugins/eap_dynamic/Makefile src/libcharon/plugins/eap_identity/Makefile src/libcharon/plugins/eap_md5/Makefile src/libcharon/plugins/eap_gtc/Makefile src/libcharon/plugins/eap_sim/Makefile src/libcharon/plugins/eap_sim_file/Makefile src/libcharon/plugins/eap_sim_pcsc/Makefile src/libcharon/plugins/eap_simaka_sql/Makefile src/libcharon/plugins/eap_simaka_pseudonym/Makefile src/libcharon/plugins/eap_simaka_reauth/Makefile src/libcharon/plugins/eap_mschapv2/Makefile src/libcharon/plugins/eap_tls/Makefile src/libcharon/plugins/eap_ttls/Makefile src/libcharon/plugins/eap_peap/Makefile src/libcharon/plugins/eap_tnc/Makefile src/libcharon/plugins/eap_radius/Makefile src/libcharon/plugins/xauth_generic/Makefile src/libcharon/plugins/xauth_eap/Makefile src/libcharon/plugins/xauth_pam/Makefile src/libcharon/plugins/xauth_noauth/Makefile src/libcharon/plugins/tnc_ifmap/Makefile src/libcharon/plugins/tnc_pdp/Makefile src/libcharon/plugins/socket_default/Makefile src/libcharon/plugins/socket_dynamic/Makefile src/libcharon/plugins/socket_win/Makefile src/libcharon/plugins/connmark/Makefile src/libcharon/plugins/forecast/Makefile src/libcharon/plugins/farp/Makefile src/libcharon/plugins/smp/Makefile src/libcharon/plugins/sql/Makefile src/libcharon/plugins/dnscert/Makefile src/libcharon/plugins/ipseckey/Makefile src/libcharon/plugins/medsrv/Makefile src/libcharon/plugins/medcli/Makefile src/libcharon/plugins/addrblock/Makefile src/libcharon/plugins/unity/Makefile src/libcharon/plugins/uci/Makefile src/libcharon/plugins/ha/Makefile src/libcharon/plugins/kernel_netlink/Makefile src/libcharon/plugins/kernel_pfkey/Makefile src/libcharon/plugins/kernel_pfroute/Makefile src/libcharon/plugins/kernel_libipsec/Makefile src/libcharon/plugins/kernel_wfp/Makefile src/libcharon/plugins/kernel_iph/Makefile src/libcharon/plugins/whitelist/Makefile src/libcharon/plugins/ext_auth/Makefile src/libcharon/plugins/lookip/Makefile src/libcharon/plugins/error_notify/Makefile src/libcharon/plugins/certexpire/Makefile src/libcharon/plugins/systime_fix/Makefile src/libcharon/plugins/led/Makefile src/libcharon/plugins/duplicheck/Makefile src/libcharon/plugins/coupling/Makefile src/libcharon/plugins/radattr/Makefile src/libcharon/plugins/osx_attr/Makefile src/libcharon/plugins/p_cscf/Makefile src/libcharon/plugins/android_dns/Makefile src/libcharon/plugins/android_log/Makefile src/libcharon/plugins/stroke/Makefile src/libcharon/plugins/vici/Makefile src/libcharon/plugins/vici/ruby/Makefile src/libcharon/plugins/vici/perl/Makefile src/libcharon/plugins/vici/python/Makefile src/libcharon/plugins/updown/Makefile src/libcharon/plugins/dhcp/Makefile src/libcharon/plugins/load_tester/Makefile src/libcharon/plugins/resolve/Makefile src/libcharon/plugins/attr/Makefile src/libcharon/plugins/attr_sql/Makefile src/libcharon/tests/Makefile src/libtpmtss/Makefile src/stroke/Makefile src/ipsec/Makefile src/starter/Makefile src/starter/tests/Makefile src/_updown/Makefile src/_copyright/Makefile src/scepclient/Makefile src/aikgen/Makefile src/aikpub2/Makefile src/pki/Makefile src/pki/man/Makefile src/pool/Makefile src/dumm/Makefile src/dumm/ext/extconf.rb src/libfast/Makefile src/manager/Makefile src/medsrv/Makefile src/checksum/Makefile src/conftest/Makefile src/pt-tls-client/Makefile src/swanctl/Makefile scripts/Makefile testing/Makefile" +ac_config_files="$ac_config_files Makefile conf/Makefile man/Makefile init/Makefile init/systemd/Makefile init/systemd-swanctl/Makefile src/Makefile src/include/Makefile src/libstrongswan/Makefile src/libstrongswan/math/libnttfft/Makefile src/libstrongswan/math/libnttfft/tests/Makefile src/libstrongswan/plugins/aes/Makefile src/libstrongswan/plugins/cmac/Makefile src/libstrongswan/plugins/des/Makefile src/libstrongswan/plugins/blowfish/Makefile src/libstrongswan/plugins/rc2/Makefile src/libstrongswan/plugins/md4/Makefile src/libstrongswan/plugins/md5/Makefile src/libstrongswan/plugins/sha1/Makefile src/libstrongswan/plugins/sha2/Makefile src/libstrongswan/plugins/sha3/Makefile src/libstrongswan/plugins/mgf1/Makefile src/libstrongswan/plugins/fips_prf/Makefile src/libstrongswan/plugins/gmp/Makefile src/libstrongswan/plugins/curve25519/Makefile src/libstrongswan/plugins/rdrand/Makefile src/libstrongswan/plugins/aesni/Makefile src/libstrongswan/plugins/random/Makefile src/libstrongswan/plugins/nonce/Makefile src/libstrongswan/plugins/hmac/Makefile src/libstrongswan/plugins/xcbc/Makefile src/libstrongswan/plugins/x509/Makefile src/libstrongswan/plugins/revocation/Makefile src/libstrongswan/plugins/constraints/Makefile src/libstrongswan/plugins/acert/Makefile src/libstrongswan/plugins/pubkey/Makefile src/libstrongswan/plugins/pkcs1/Makefile src/libstrongswan/plugins/pkcs7/Makefile src/libstrongswan/plugins/pkcs8/Makefile src/libstrongswan/plugins/pkcs12/Makefile src/libstrongswan/plugins/pgp/Makefile src/libstrongswan/plugins/dnskey/Makefile src/libstrongswan/plugins/sshkey/Makefile src/libstrongswan/plugins/pem/Makefile src/libstrongswan/plugins/curl/Makefile src/libstrongswan/plugins/files/Makefile src/libstrongswan/plugins/winhttp/Makefile src/libstrongswan/plugins/unbound/Makefile src/libstrongswan/plugins/soup/Makefile src/libstrongswan/plugins/ldap/Makefile src/libstrongswan/plugins/mysql/Makefile src/libstrongswan/plugins/sqlite/Makefile src/libstrongswan/plugins/padlock/Makefile src/libstrongswan/plugins/openssl/Makefile src/libstrongswan/plugins/gcrypt/Makefile src/libstrongswan/plugins/agent/Makefile src/libstrongswan/plugins/keychain/Makefile src/libstrongswan/plugins/pkcs11/Makefile src/libstrongswan/plugins/chapoly/Makefile src/libstrongswan/plugins/ctr/Makefile src/libstrongswan/plugins/ccm/Makefile src/libstrongswan/plugins/gcm/Makefile src/libstrongswan/plugins/af_alg/Makefile src/libstrongswan/plugins/ntru/Makefile src/libstrongswan/plugins/bliss/Makefile src/libstrongswan/plugins/bliss/tests/Makefile src/libstrongswan/plugins/newhope/Makefile src/libstrongswan/plugins/newhope/tests/Makefile src/libstrongswan/plugins/test_vectors/Makefile src/libstrongswan/tests/Makefile src/libipsec/Makefile src/libipsec/tests/Makefile src/libsimaka/Makefile src/libtls/Makefile src/libtls/tests/Makefile src/libradius/Makefile src/libtncif/Makefile src/libtnccs/Makefile src/libtnccs/plugins/tnc_tnccs/Makefile src/libtnccs/plugins/tnc_imc/Makefile src/libtnccs/plugins/tnc_imv/Makefile src/libtnccs/plugins/tnccs_11/Makefile src/libtnccs/plugins/tnccs_20/Makefile src/libtnccs/plugins/tnccs_dynamic/Makefile src/libpttls/Makefile src/libimcv/Makefile src/libimcv/plugins/imc_test/Makefile src/libimcv/plugins/imv_test/Makefile src/libimcv/plugins/imc_scanner/Makefile src/libimcv/plugins/imv_scanner/Makefile src/libimcv/plugins/imc_os/Makefile src/libimcv/plugins/imv_os/Makefile src/libimcv/plugins/imc_attestation/Makefile src/libimcv/plugins/imv_attestation/Makefile src/libimcv/plugins/imc_swid/Makefile src/libimcv/plugins/imv_swid/Makefile src/libimcv/plugins/imc_hcd/Makefile src/libimcv/plugins/imv_hcd/Makefile src/charon/Makefile src/charon-nm/Makefile src/charon-tkm/Makefile src/charon-cmd/Makefile src/charon-svc/Makefile src/charon-systemd/Makefile src/libcharon/Makefile src/libcharon/plugins/eap_aka/Makefile src/libcharon/plugins/eap_aka_3gpp2/Makefile src/libcharon/plugins/eap_dynamic/Makefile src/libcharon/plugins/eap_identity/Makefile src/libcharon/plugins/eap_md5/Makefile src/libcharon/plugins/eap_gtc/Makefile src/libcharon/plugins/eap_sim/Makefile src/libcharon/plugins/eap_sim_file/Makefile src/libcharon/plugins/eap_sim_pcsc/Makefile src/libcharon/plugins/eap_simaka_sql/Makefile src/libcharon/plugins/eap_simaka_pseudonym/Makefile src/libcharon/plugins/eap_simaka_reauth/Makefile src/libcharon/plugins/eap_mschapv2/Makefile src/libcharon/plugins/eap_tls/Makefile src/libcharon/plugins/eap_ttls/Makefile src/libcharon/plugins/eap_peap/Makefile src/libcharon/plugins/eap_tnc/Makefile src/libcharon/plugins/eap_radius/Makefile src/libcharon/plugins/xauth_generic/Makefile src/libcharon/plugins/xauth_eap/Makefile src/libcharon/plugins/xauth_pam/Makefile src/libcharon/plugins/xauth_noauth/Makefile src/libcharon/plugins/tnc_ifmap/Makefile src/libcharon/plugins/tnc_pdp/Makefile src/libcharon/plugins/socket_default/Makefile src/libcharon/plugins/socket_dynamic/Makefile src/libcharon/plugins/socket_win/Makefile src/libcharon/plugins/bypass_lan/Makefile src/libcharon/plugins/connmark/Makefile src/libcharon/plugins/forecast/Makefile src/libcharon/plugins/farp/Makefile src/libcharon/plugins/smp/Makefile src/libcharon/plugins/sql/Makefile src/libcharon/plugins/dnscert/Makefile src/libcharon/plugins/ipseckey/Makefile src/libcharon/plugins/medsrv/Makefile src/libcharon/plugins/medcli/Makefile src/libcharon/plugins/addrblock/Makefile src/libcharon/plugins/unity/Makefile src/libcharon/plugins/uci/Makefile src/libcharon/plugins/ha/Makefile src/libcharon/plugins/kernel_netlink/Makefile src/libcharon/plugins/kernel_pfkey/Makefile src/libcharon/plugins/kernel_pfroute/Makefile src/libcharon/plugins/kernel_libipsec/Makefile src/libcharon/plugins/kernel_wfp/Makefile src/libcharon/plugins/kernel_iph/Makefile src/libcharon/plugins/whitelist/Makefile src/libcharon/plugins/ext_auth/Makefile src/libcharon/plugins/lookip/Makefile src/libcharon/plugins/error_notify/Makefile src/libcharon/plugins/certexpire/Makefile src/libcharon/plugins/systime_fix/Makefile src/libcharon/plugins/led/Makefile src/libcharon/plugins/duplicheck/Makefile src/libcharon/plugins/coupling/Makefile src/libcharon/plugins/radattr/Makefile src/libcharon/plugins/osx_attr/Makefile src/libcharon/plugins/p_cscf/Makefile src/libcharon/plugins/android_dns/Makefile src/libcharon/plugins/android_log/Makefile src/libcharon/plugins/stroke/Makefile src/libcharon/plugins/vici/Makefile src/libcharon/plugins/vici/ruby/Makefile src/libcharon/plugins/vici/perl/Makefile src/libcharon/plugins/vici/python/Makefile src/libcharon/plugins/updown/Makefile src/libcharon/plugins/dhcp/Makefile src/libcharon/plugins/load_tester/Makefile src/libcharon/plugins/resolve/Makefile src/libcharon/plugins/attr/Makefile src/libcharon/plugins/attr_sql/Makefile src/libcharon/tests/Makefile src/libtpmtss/Makefile src/libtpmtss/plugins/tpm/Makefile src/stroke/Makefile src/ipsec/Makefile src/starter/Makefile src/starter/tests/Makefile src/_updown/Makefile src/_copyright/Makefile src/scepclient/Makefile src/aikgen/Makefile src/pki/Makefile src/pki/man/Makefile src/pool/Makefile src/dumm/Makefile src/dumm/ext/extconf.rb src/libfast/Makefile src/manager/Makefile src/medsrv/Makefile src/checksum/Makefile src/conftest/Makefile src/pt-tls-client/Makefile src/swanctl/Makefile scripts/Makefile testing/Makefile" # ================= @@ -25869,6 +26048,10 @@ if test -z "${USE_GMP_TRUE}" && test -z "${USE_GMP_FALSE}"; then as_fn_error $? "conditional \"USE_GMP\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${USE_CURVE25519_TRUE}" && test -z "${USE_CURVE25519_FALSE}"; then + as_fn_error $? "conditional \"USE_CURVE25519\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${USE_RDRAND_TRUE}" && test -z "${USE_RDRAND_FALSE}"; then as_fn_error $? "conditional \"USE_RDRAND\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -25981,6 +26164,10 @@ if test -z "${USE_PKCS11_TRUE}" && test -z "${USE_PKCS11_FALSE}"; then as_fn_error $? "conditional \"USE_PKCS11\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${USE_TPM_TRUE}" && test -z "${USE_TPM_FALSE}"; then + as_fn_error $? "conditional \"USE_TPM\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${USE_CHAPOLY_TRUE}" && test -z "${USE_CHAPOLY_FALSE}"; then as_fn_error $? "conditional \"USE_CHAPOLY\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -26325,6 +26512,10 @@ if test -z "${USE_SOCKET_WIN_TRUE}" && test -z "${USE_SOCKET_WIN_FALSE}"; then as_fn_error $? "conditional \"USE_SOCKET_WIN\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${USE_BYPASS_LAN_TRUE}" && test -z "${USE_BYPASS_LAN_FALSE}"; then + as_fn_error $? "conditional \"USE_BYPASS_LAN\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${USE_CONNMARK_TRUE}" && test -z "${USE_CONNMARK_FALSE}"; then as_fn_error $? "conditional \"USE_CONNMARK\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -26533,10 +26724,6 @@ if test -z "${USE_AIKGEN_TRUE}" && test -z "${USE_AIKGEN_FALSE}"; then as_fn_error $? "conditional \"USE_AIKGEN\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi -if test -z "${USE_AIKPUB2_TRUE}" && test -z "${USE_AIKPUB2_FALSE}"; then - as_fn_error $? "conditional \"USE_AIKPUB2\" was never defined. -Usually this means the macro was only invoked conditionally." "$LINENO" 5 -fi if test -z "${USE_SWANCTL_TRUE}" && test -z "${USE_SWANCTL_FALSE}"; then as_fn_error $? "conditional \"USE_SWANCTL\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -26966,7 +27153,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by strongSwan $as_me 5.5.1, which was +This file was extended by strongSwan $as_me 5.5.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -27032,7 +27219,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -strongSwan config.status 5.5.1 +strongSwan config.status 5.5.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -27471,6 +27658,7 @@ do "src/libstrongswan/plugins/mgf1/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/mgf1/Makefile" ;; "src/libstrongswan/plugins/fips_prf/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/fips_prf/Makefile" ;; "src/libstrongswan/plugins/gmp/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/gmp/Makefile" ;; + "src/libstrongswan/plugins/curve25519/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/curve25519/Makefile" ;; "src/libstrongswan/plugins/rdrand/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/rdrand/Makefile" ;; "src/libstrongswan/plugins/aesni/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/aesni/Makefile" ;; "src/libstrongswan/plugins/random/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/random/Makefile" ;; @@ -27578,6 +27766,7 @@ do "src/libcharon/plugins/socket_default/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/socket_default/Makefile" ;; "src/libcharon/plugins/socket_dynamic/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/socket_dynamic/Makefile" ;; "src/libcharon/plugins/socket_win/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/socket_win/Makefile" ;; + "src/libcharon/plugins/bypass_lan/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/bypass_lan/Makefile" ;; "src/libcharon/plugins/connmark/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/connmark/Makefile" ;; "src/libcharon/plugins/forecast/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/forecast/Makefile" ;; "src/libcharon/plugins/farp/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/farp/Makefile" ;; @@ -27624,6 +27813,7 @@ do "src/libcharon/plugins/attr_sql/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/attr_sql/Makefile" ;; "src/libcharon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/tests/Makefile" ;; "src/libtpmtss/Makefile") CONFIG_FILES="$CONFIG_FILES src/libtpmtss/Makefile" ;; + "src/libtpmtss/plugins/tpm/Makefile") CONFIG_FILES="$CONFIG_FILES src/libtpmtss/plugins/tpm/Makefile" ;; "src/stroke/Makefile") CONFIG_FILES="$CONFIG_FILES src/stroke/Makefile" ;; "src/ipsec/Makefile") CONFIG_FILES="$CONFIG_FILES src/ipsec/Makefile" ;; "src/starter/Makefile") CONFIG_FILES="$CONFIG_FILES src/starter/Makefile" ;; @@ -27632,7 +27822,6 @@ do "src/_copyright/Makefile") CONFIG_FILES="$CONFIG_FILES src/_copyright/Makefile" ;; "src/scepclient/Makefile") CONFIG_FILES="$CONFIG_FILES src/scepclient/Makefile" ;; "src/aikgen/Makefile") CONFIG_FILES="$CONFIG_FILES src/aikgen/Makefile" ;; - "src/aikpub2/Makefile") CONFIG_FILES="$CONFIG_FILES src/aikpub2/Makefile" ;; "src/pki/Makefile") CONFIG_FILES="$CONFIG_FILES src/pki/Makefile" ;; "src/pki/man/Makefile") CONFIG_FILES="$CONFIG_FILES src/pki/man/Makefile" ;; "src/pool/Makefile") CONFIG_FILES="$CONFIG_FILES src/pool/Makefile" ;; @@ -28956,5 +29145,7 @@ $as_echo "libstrongswan:$s_plugins" >&6; } $as_echo "libcharon: $c_plugins" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: libtnccs: $t_plugins" >&5 $as_echo "libtnccs: $t_plugins" >&6; } +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: libtpmtss: $p_plugins" >&5 +$as_echo "libtpmtss: $p_plugins" >&6; } { $as_echo "$as_me:${as_lineno-$LINENO}: result: " >&5 $as_echo "" >&6; } |