summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure584
1 files changed, 489 insertions, 95 deletions
diff --git a/configure b/configure
index ee7d4cb05..811e45288 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for strongSwan 5.2.1.
+# Generated by GNU Autoconf 2.69 for strongSwan 5.3.0.
#
#
# 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.2.1'
-PACKAGE_STRING='strongSwan 5.2.1'
+PACKAGE_VERSION='5.3.0'
+PACKAGE_STRING='strongSwan 5.3.0'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -633,6 +633,10 @@ am__EXEEXT_TRUE
LTLIBOBJS
LIBOBJS
strongswan_options
+USE_PY_TEST_FALSE
+USE_PY_TEST_TRUE
+USE_PYTHON_EGGS_FALSE
+USE_PYTHON_EGGS_TRUE
USE_RUBY_GEMS_FALSE
USE_RUBY_GEMS_TRUE
USE_LEGACY_SYSTEMD_FALSE
@@ -727,8 +731,6 @@ USE_LOCK_PROFILER_FALSE
USE_LOCK_PROFILER_TRUE
USE_LEAK_DETECTIVE_FALSE
USE_LEAK_DETECTIVE_TRUE
-USE_RESOLVE_FALSE
-USE_RESOLVE_TRUE
USE_KERNEL_PFROUTE_FALSE
USE_KERNEL_PFROUTE_TRUE
USE_KERNEL_PFKEY_FALSE
@@ -739,12 +741,18 @@ USE_ATTR_SQL_FALSE
USE_ATTR_SQL_TRUE
USE_ATTR_FALSE
USE_ATTR_TRUE
+USE_RESOLVE_FALSE
+USE_RESOLVE_TRUE
USE_UNITY_FALSE
USE_UNITY_TRUE
USE_ADDRBLOCK_FALSE
USE_ADDRBLOCK_TRUE
USE_FARP_FALSE
USE_FARP_TRUE
+USE_FORECAST_FALSE
+USE_FORECAST_TRUE
+USE_CONNMARK_FALSE
+USE_CONNMARK_TRUE
USE_SOCKET_WIN_FALSE
USE_SOCKET_WIN_TRUE
USE_SOCKET_DYNAMIC_FALSE
@@ -861,8 +869,6 @@ USE_HA_FALSE
USE_HA_TRUE
USE_LOAD_TESTER_FALSE
USE_LOAD_TESTER_TRUE
-USE_UNIT_TESTS_FALSE
-USE_UNIT_TESTS_TRUE
USE_DHCP_FALSE
USE_DHCP_TRUE
USE_UPDOWN_FALSE
@@ -893,6 +899,8 @@ USE_VICI_FALSE
USE_VICI_TRUE
USE_STROKE_FALSE
USE_STROKE_TRUE
+USE_BLISS_FALSE
+USE_BLISS_TRUE
USE_NTRU_FALSE
USE_NTRU_TRUE
USE_AF_ALG_FALSE
@@ -985,6 +993,8 @@ USE_UNBOUND_FALSE
USE_UNBOUND_TRUE
USE_WINHTTP_FALSE
USE_WINHTTP_TRUE
+USE_FILES_FALSE
+USE_FILES_TRUE
USE_CURL_FALSE
USE_CURL_TRUE
USE_TEST_VECTORS_FALSE
@@ -1005,6 +1015,9 @@ attest_plugins
pool_plugins
starter_plugins
charon_plugins
+PY_TEST
+PYTHONEGGINSTALLDIR
+EASY_INSTALL
RUBYGEMDIR
GEM
COVERAGE_LDFLAGS
@@ -1017,6 +1030,8 @@ USE_DEV_HEADERS_FALSE
USE_DEV_HEADERS_TRUE
UNWINDLIB
BFDLIB
+libiptc_LIBS
+libiptc_CFLAGS
nm_LIBS
nm_CFLAGS
pcsclite_LIBS
@@ -1238,6 +1253,7 @@ with_mpz_powm_sec
with_dev_headers
with_printf_hooks
with_rubygemdir
+with_pythoneggdir
with_systemdsystemunitdir
with_user
with_group
@@ -1245,6 +1261,7 @@ with_charon_udp_port
with_charon_natt_port
enable_aes
enable_af_alg
+enable_bliss
enable_blowfish
enable_ccm
enable_cmac
@@ -1278,6 +1295,7 @@ enable_pubkey
enable_sshkey
enable_x509
enable_curl
+enable_files
enable_ldap
enable_soup
enable_unbound
@@ -1358,6 +1376,8 @@ enable_tnccs_20
enable_tnccs_dynamic
enable_android_log
enable_certexpire
+enable_connmark
+enable_forecast
enable_duplicheck
enable_error_notify
enable_farp
@@ -1369,7 +1389,6 @@ enable_maemo
enable_radattr
enable_systime_fix
enable_test_vectors
-enable_unit_tester
enable_updown
enable_aikgen
enable_charon
@@ -1398,6 +1417,7 @@ enable_load_warning
enable_mediation
enable_unwind_backtraces
enable_ruby_gems
+enable_python_eggs
enable_coverage
enable_leak_detective
enable_lock_profiler
@@ -1446,7 +1466,9 @@ maemo_LIBS
pcsclite_CFLAGS
pcsclite_LIBS
nm_CFLAGS
-nm_LIBS'
+nm_LIBS
+libiptc_CFLAGS
+libiptc_LIBS'
# Initialize some variables set by options.
@@ -1987,7 +2009,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.2.1 to adapt to many kinds of systems.
+\`configure' configures strongSwan 5.3.0 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -2057,7 +2079,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of strongSwan 5.2.1:";;
+ short | recursive ) echo "Configuration of strongSwan 5.3.0:";;
esac
cat <<\_ACEOF
@@ -2069,6 +2091,7 @@ Optional Features:
--disable-silent-rules verbose build output (undo: "make V=0")
--disable-aes disable AES software implementation plugin.
--enable-af-alg enable AF_ALG crypto interface to Linux Crypto API.
+ --enable-bliss enable BLISS software implementation plugin.
--enable-blowfish enable Blowfish software implementation plugin.
--enable-ccm enables the CCM AEAD wrapper crypto plugin.
--disable-cmac disable CMAC crypto implementation plugin.
@@ -2105,6 +2128,7 @@ Optional Features:
--disable-x509 disable X509 certificate implementation plugin.
--enable-curl enable CURL fetcher plugin to fetch files via
libcurl. Requires libcurl.
+ --enable-files enable simple file:// URI fetcher.
--enable-ldap enable LDAP fetching plugin to fetch files via
libldap. Requires openLDAP.
--enable-soup enable soup fetcher plugin to fetch from HTTP via
@@ -2210,6 +2234,10 @@ Optional Features:
--enable-android-log enable Android specific logger plugin.
--enable-certexpire enable CSV export of expiration dates of used
certificates.
+ --enable-connmark enable connmark plugin using conntrack based marks
+ to select return path SA.
+ --enable-forecast enable forecast plugin forwarding
+ broadcast/multicast messages.
--enable-duplicheck advanced duplicate checking plugin using liveness
checks.
--enable-error-notify enable error notification plugin.
@@ -2227,7 +2255,6 @@ Optional Features:
--enable-systime-fix enable plugin to handle cert lifetimes with invalid
system time gracefully.
--enable-test-vectors enable plugin providing crypto test vectors.
- --enable-unit-tester enable unit tests on IKEv2 daemon startup.
--disable-updown disable updown firewall script plugin.
--enable-aikgen enable AIK generator.
--disable-charon disable the IKEv1/IKEv2 keying daemon charon.
@@ -2267,6 +2294,7 @@ Optional Features:
use libunwind to create backtraces for memory leaks
and segfaults.
--enable-ruby-gems enable installation of provided ruby gems.
+ --enable-python-eggs enable installation of provided python eggs.
--enable-coverage enable lcov coverage report generation.
--enable-leak-detective enable malloc hooks to find memory leaks.
--enable-lock-profiler enable lock/mutex profiling code.
@@ -2343,6 +2371,8 @@ Optional Packages:
(default: auto).
--with-rubygemdir=arg path to install ruby gems to (default: "gem
environment gemdir").
+ --with-pythoneggdir=arg path to install python eggs to to (default: "main
+ site-packages directory").
--with-systemdsystemunitdir=arg
directory for systemd service files (default:
$systemdsystemunitdir_default).
@@ -2411,6 +2441,10 @@ Some influential environment variables:
linker flags for pcsclite, overriding pkg-config
nm_CFLAGS C compiler flags for nm, overriding pkg-config
nm_LIBS linker flags for nm, overriding pkg-config
+ libiptc_CFLAGS
+ C compiler flags for libiptc, overriding pkg-config
+ libiptc_LIBS
+ linker flags for libiptc, overriding pkg-config
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.
@@ -2478,7 +2512,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-strongSwan configure 5.2.1
+strongSwan configure 5.3.0
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3000,7 +3034,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.2.1, which was
+It was created by strongSwan $as_me 5.3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -3863,7 +3897,7 @@ fi
# Define the identity of the package.
PACKAGE='strongswan'
- VERSION='5.2.1'
+ VERSION='5.3.0'
cat >>confdefs.h <<_ACEOF
@@ -4595,6 +4629,16 @@ fi
+# Check whether --with-pythoneggdir was given.
+if test "${with_pythoneggdir+set}" = set; then :
+ withval=$with_pythoneggdir; pythoneggdir="$withval"
+else
+ pythoneggdir="main site-packages directory"
+
+fi
+
+
+
if test -n "$PKG_CONFIG"; then
systemdsystemunitdir_default=$($PKG_CONFIG --variable=systemdsystemunitdir systemd)
fi
@@ -4738,6 +4782,22 @@ fi
disabled_by_default=${disabled_by_default}" af_alg"
+# Check whether --enable-bliss was given.
+if test "${enable_bliss+set}" = set; then :
+ enableval=$enable_bliss; bliss_given=true
+ if test x$enableval = xyes; then
+ bliss=true
+ else
+ bliss=false
+ fi
+else
+ bliss=false
+ bliss_given=false
+
+fi
+
+ disabled_by_default=${disabled_by_default}" bliss"
+
# Check whether --enable-blowfish was given.
if test "${enable_blowfish+set}" = set; then :
enableval=$enable_blowfish; blowfish_given=true
@@ -5268,6 +5328,22 @@ fi
disabled_by_default=${disabled_by_default}" curl"
+# Check whether --enable-files was given.
+if test "${enable_files+set}" = set; then :
+ enableval=$enable_files; files_given=true
+ if test x$enableval = xyes; then
+ files=true
+ else
+ files=false
+ fi
+else
+ files=false
+ files_given=false
+
+fi
+
+ disabled_by_default=${disabled_by_default}" files"
+
# Check whether --enable-ldap was given.
if test "${enable_ldap+set}" = set; then :
enableval=$enable_ldap; ldap_given=true
@@ -6555,6 +6631,38 @@ fi
disabled_by_default=${disabled_by_default}" certexpire"
+# Check whether --enable-connmark was given.
+if test "${enable_connmark+set}" = set; then :
+ enableval=$enable_connmark; connmark_given=true
+ if test x$enableval = xyes; then
+ connmark=true
+ else
+ connmark=false
+ fi
+else
+ connmark=false
+ connmark_given=false
+
+fi
+
+ disabled_by_default=${disabled_by_default}" connmark"
+
+# Check whether --enable-forecast was given.
+if test "${enable_forecast+set}" = set; then :
+ enableval=$enable_forecast; forecast_given=true
+ if test x$enableval = xyes; then
+ forecast=true
+ else
+ forecast=false
+ fi
+else
+ forecast=false
+ forecast_given=false
+
+fi
+
+ disabled_by_default=${disabled_by_default}" forecast"
+
# Check whether --enable-duplicheck was given.
if test "${enable_duplicheck+set}" = set; then :
enableval=$enable_duplicheck; duplicheck_given=true
@@ -6731,22 +6839,6 @@ fi
disabled_by_default=${disabled_by_default}" test_vectors"
-# Check whether --enable-unit-tester was given.
-if test "${enable_unit_tester+set}" = set; then :
- enableval=$enable_unit_tester; unit_tester_given=true
- if test x$enableval = xyes; then
- unit_tester=true
- else
- unit_tester=false
- fi
-else
- unit_tester=false
- unit_tester_given=false
-
-fi
-
- disabled_by_default=${disabled_by_default}" unit_tester"
-
# Check whether --enable-updown was given.
if test "${enable_updown+set}" = set; then :
enableval=$enable_updown; updown_given=true
@@ -7197,6 +7289,22 @@ fi
disabled_by_default=${disabled_by_default}" ruby_gems"
+# Check whether --enable-python-eggs was given.
+if test "${enable_python_eggs+set}" = set; then :
+ enableval=$enable_python_eggs; python_eggs_given=true
+ if test x$enableval = xyes; then
+ python_eggs=true
+ else
+ python_eggs=false
+ fi
+else
+ python_eggs=false
+ python_eggs_given=false
+
+fi
+
+ disabled_by_default=${disabled_by_default}" python_eggs"
+
# compile options
# Check whether --enable-coverage was given.
if test "${enable_coverage+set}" = set; then :
@@ -20878,6 +20986,102 @@ fi
fi
+if test x$connmark = xtrue -o x$forecast = xtrue; then
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libiptc" >&5
+$as_echo_n "checking for libiptc... " >&6; }
+
+if test -n "$libiptc_CFLAGS"; then
+ pkg_cv_libiptc_CFLAGS="$libiptc_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libiptc\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libiptc") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ pkg_cv_libiptc_CFLAGS=`$PKG_CONFIG --cflags "libiptc" 2>/dev/null`
+ test "x$?" != "x0" && pkg_failed=yes
+else
+ pkg_failed=yes
+fi
+ else
+ pkg_failed=untried
+fi
+if test -n "$libiptc_LIBS"; then
+ pkg_cv_libiptc_LIBS="$libiptc_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libiptc\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libiptc") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ pkg_cv_libiptc_LIBS=`$PKG_CONFIG --libs "libiptc" 2>/dev/null`
+ test "x$?" != "x0" && pkg_failed=yes
+else
+ pkg_failed=yes
+fi
+ else
+ pkg_failed=untried
+fi
+
+
+
+if test $pkg_failed = yes; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+
+if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
+ _pkg_short_errors_supported=yes
+else
+ _pkg_short_errors_supported=no
+fi
+ if test $_pkg_short_errors_supported = yes; then
+ libiptc_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libiptc" 2>&1`
+ else
+ libiptc_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libiptc" 2>&1`
+ fi
+ # Put the nasty error message in config.log where it belongs
+ echo "$libiptc_PKG_ERRORS" >&5
+
+ as_fn_error $? "Package requirements (libiptc) were not met:
+
+$libiptc_PKG_ERRORS
+
+Consider adjusting the PKG_CONFIG_PATH environment variable if you
+installed software in a non-standard prefix.
+
+Alternatively, you may set the environment variables libiptc_CFLAGS
+and libiptc_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details." "$LINENO" 5
+elif test $pkg_failed = untried; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
+as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it
+is in your PATH or set the PKG_CONFIG environment variable to the full
+path to pkg-config.
+
+Alternatively, you may set the environment variables libiptc_CFLAGS
+and libiptc_LIBS to avoid the need to call pkg-config.
+See the pkg-config man page for more details.
+
+To get pkg-config, see <http://pkg-config.freedesktop.org/>.
+See \`config.log' for more details" "$LINENO" 5; }
+else
+ libiptc_CFLAGS=$pkg_cv_libiptc_CFLAGS
+ libiptc_LIBS=$pkg_cv_libiptc_LIBS
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+fi
+
+
+fi
+
if test x$capabilities = xnative; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: Usage of the native Linux capabilities interface is deprecated, use libcap instead" >&5
$as_echo "$as_me: Usage of the native Linux capabilities interface is deprecated, use libcap instead" >&6;}
@@ -21326,6 +21530,101 @@ fi
fi
+if test x$python_eggs = xtrue; then
+ # Extract the first word of "easy_install", so it can be a program name with args.
+set dummy easy_install; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_EASY_INSTALL+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ case $EASY_INSTALL in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_EASY_INSTALL="$EASY_INSTALL" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:/bin:/usr/bin:/usr/local/bin"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_path_EASY_INSTALL="$as_dir/$ac_word$ac_exec_ext"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+EASY_INSTALL=$ac_cv_path_EASY_INSTALL
+if test -n "$EASY_INSTALL"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $EASY_INSTALL" >&5
+$as_echo "$EASY_INSTALL" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+ if test x$EASY_INSTALL = x; then
+ as_fn_error $? "Python easy_install not found" "$LINENO" 5
+ fi
+ if test "x$pythoneggdir" = "xmain site-packages directory"; then
+ PYTHONEGGINSTALLDIR=""
+
+ else
+ PYTHONEGGINSTALLDIR="--install-dir $pythoneggdir"
+
+ fi
+ # Extract the first word of "py.test", so it can be a program name with args.
+set dummy py.test; ac_word=$2
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
+$as_echo_n "checking for $ac_word... " >&6; }
+if ${ac_cv_path_PY_TEST+:} false; then :
+ $as_echo_n "(cached) " >&6
+else
+ case $PY_TEST in
+ [\\/]* | ?:[\\/]*)
+ ac_cv_path_PY_TEST="$PY_TEST" # Let the user override the test with a path.
+ ;;
+ *)
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
+as_dummy="$PATH:/bin:/usr/bin:/usr/local/bin"
+for as_dir in $as_dummy
+do
+ IFS=$as_save_IFS
+ test -z "$as_dir" && as_dir=.
+ for ac_exec_ext in '' $ac_executable_extensions; do
+ if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
+ ac_cv_path_PY_TEST="$as_dir/$ac_word$ac_exec_ext"
+ $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
+ break 2
+ fi
+done
+ done
+IFS=$as_save_IFS
+
+ ;;
+esac
+fi
+PY_TEST=$ac_cv_path_PY_TEST
+if test -n "$PY_TEST"; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PY_TEST" >&5
+$as_echo "$PY_TEST" >&6; }
+else
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
+$as_echo "no" >&6; }
+fi
+
+
+fi
+
# ===============================================
# collect plugin list for strongSwan components
# ===============================================
@@ -21382,26 +21681,6 @@ if test x$ldap = xtrue; then
fi
-if test x$mysql = xtrue; then
- s_plugins=${s_plugins}" mysql"
- charon_plugins=${charon_plugins}" mysql"
- pool_plugins=${pool_plugins}" mysql"
- manager_plugins=${manager_plugins}" mysql"
- medsrv_plugins=${medsrv_plugins}" mysql"
- attest_plugins=${attest_plugins}" mysql"
-
- fi
-
-if test x$sqlite = xtrue; then
- s_plugins=${s_plugins}" sqlite"
- charon_plugins=${charon_plugins}" sqlite"
- pool_plugins=${pool_plugins}" sqlite"
- manager_plugins=${manager_plugins}" sqlite"
- medsrv_plugins=${medsrv_plugins}" sqlite"
- attest_plugins=${attest_plugins}" sqlite"
-
- fi
-
if test x$pkcs11 = xtrue; then
s_plugins=${s_plugins}" pkcs11"
charon_plugins=${charon_plugins}" pkcs11"
@@ -21794,6 +22073,7 @@ if test x$cmac = xtrue; then
if test x$hmac = xtrue; then
s_plugins=${s_plugins}" hmac"
charon_plugins=${charon_plugins}" hmac"
+ pki_plugins=${pki_plugins}" hmac"
scripts_plugins=${scripts_plugins}" hmac"
nm_plugins=${nm_plugins}" hmac"
cmd_plugins=${cmd_plugins}" hmac"
@@ -21836,6 +22116,16 @@ if test x$ntru = xtrue; then
fi
+if test x$bliss = xtrue; then
+ s_plugins=${s_plugins}" bliss"
+ charon_plugins=${charon_plugins}" bliss"
+ pki_plugins=${pki_plugins}" bliss"
+ scripts_plugins=${scripts_plugins}" bliss"
+ nm_plugins=${nm_plugins}" bliss"
+ cmd_plugins=${cmd_plugins}" bliss"
+
+ fi
+
if test x$curl = xtrue; then
s_plugins=${s_plugins}" curl"
charon_plugins=${charon_plugins}" curl"
@@ -21847,6 +22137,17 @@ if test x$curl = xtrue; then
fi
+if test x$files = xtrue; then
+ s_plugins=${s_plugins}" files"
+ charon_plugins=${charon_plugins}" files"
+ scepclient_plugins=${scepclient_plugins}" files"
+ pki_plugins=${pki_plugins}" files"
+ scripts_plugins=${scripts_plugins}" files"
+ nm_plugins=${nm_plugins}" files"
+ cmd_plugins=${cmd_plugins}" files"
+
+ fi
+
if test x$winhttp = xtrue; then
s_plugins=${s_plugins}" winhttp"
charon_plugins=${charon_plugins}" winhttp"
@@ -21865,14 +22166,34 @@ if test x$soup = xtrue; then
fi
+if test x$mysql = xtrue; then
+ s_plugins=${s_plugins}" mysql"
+ charon_plugins=${charon_plugins}" mysql"
+ pool_plugins=${pool_plugins}" mysql"
+ manager_plugins=${manager_plugins}" mysql"
+ medsrv_plugins=${medsrv_plugins}" mysql"
+ attest_plugins=${attest_plugins}" mysql"
+
+ fi
+
+if test x$sqlite = xtrue; then
+ s_plugins=${s_plugins}" sqlite"
+ charon_plugins=${charon_plugins}" sqlite"
+ pool_plugins=${pool_plugins}" sqlite"
+ manager_plugins=${manager_plugins}" sqlite"
+ medsrv_plugins=${medsrv_plugins}" sqlite"
+ attest_plugins=${attest_plugins}" sqlite"
+
+ fi
+
if test x$attr = xtrue; then
- h_plugins=${h_plugins}" attr"
+ c_plugins=${c_plugins}" attr"
charon_plugins=${charon_plugins}" attr"
fi
if test x$attr_sql = xtrue; then
- h_plugins=${h_plugins}" attr-sql"
+ c_plugins=${c_plugins}" attr-sql"
charon_plugins=${charon_plugins}" attr-sql"
fi
@@ -21930,7 +22251,7 @@ if test x$kernel_netlink = xtrue; then
fi
if test x$resolve = xtrue; then
- h_plugins=${h_plugins}" resolve"
+ c_plugins=${c_plugins}" resolve"
charon_plugins=${charon_plugins}" resolve"
cmd_plugins=${cmd_plugins}" resolve"
@@ -21957,6 +22278,18 @@ if test x$socket_win = xtrue; then
fi
+if test x$connmark = xtrue; then
+ c_plugins=${c_plugins}" connmark"
+ charon_plugins=${charon_plugins}" connmark"
+
+ fi
+
+if test x$forecast = xtrue; then
+ c_plugins=${c_plugins}" forecast"
+ charon_plugins=${charon_plugins}" forecast"
+
+ fi
+
if test x$farp = xtrue; then
c_plugins=${c_plugins}" farp"
charon_plugins=${charon_plugins}" farp"
@@ -22315,12 +22648,6 @@ if test x$unity = xtrue; then
fi
-if test x$unit_tester = xtrue; then
- c_plugins=${c_plugins}" unit-tester"
- charon_plugins=${charon_plugins}" unit-tester"
-
- fi
-
@@ -22362,6 +22689,14 @@ else
USE_CURL_FALSE=
fi
+ if test x$files = xtrue; then
+ USE_FILES_TRUE=
+ USE_FILES_FALSE='#'
+else
+ USE_FILES_TRUE='#'
+ USE_FILES_FALSE=
+fi
+
if test x$winhttp = xtrue; then
USE_WINHTTP_TRUE=
USE_WINHTTP_FALSE='#'
@@ -22730,6 +23065,14 @@ else
USE_NTRU_FALSE=
fi
+ if test x$bliss = xtrue; then
+ USE_BLISS_TRUE=
+ USE_BLISS_FALSE='#'
+else
+ USE_BLISS_TRUE='#'
+ USE_BLISS_FALSE=
+fi
+
# charon plugins
# ----------------
@@ -22853,14 +23196,6 @@ else
USE_DHCP_FALSE=
fi
- if test x$unit_tester = xtrue; then
- USE_UNIT_TESTS_TRUE=
- USE_UNIT_TESTS_FALSE='#'
-else
- USE_UNIT_TESTS_TRUE='#'
- USE_UNIT_TESTS_FALSE=
-fi
-
if test x$load_tester = xtrue; then
USE_LOAD_TESTER_TRUE=
USE_LOAD_TESTER_FALSE='#'
@@ -23325,6 +23660,22 @@ else
USE_SOCKET_WIN_FALSE=
fi
+ if test x$connmark = xtrue; then
+ USE_CONNMARK_TRUE=
+ USE_CONNMARK_FALSE='#'
+else
+ USE_CONNMARK_TRUE='#'
+ USE_CONNMARK_FALSE=
+fi
+
+ if test x$forecast = xtrue; then
+ USE_FORECAST_TRUE=
+ USE_FORECAST_FALSE='#'
+else
+ USE_FORECAST_TRUE='#'
+ USE_FORECAST_FALSE=
+fi
+
if test x$farp = xtrue; then
USE_FARP_TRUE=
USE_FARP_FALSE='#'
@@ -23349,9 +23700,14 @@ else
USE_UNITY_FALSE=
fi
+ if test x$resolve = xtrue; then
+ USE_RESOLVE_TRUE=
+ USE_RESOLVE_FALSE='#'
+else
+ USE_RESOLVE_TRUE='#'
+ USE_RESOLVE_FALSE=
+fi
-# hydra plugins
-# ---------------
if test x$attr = xtrue; then
USE_ATTR_TRUE=
USE_ATTR_FALSE='#'
@@ -23368,6 +23724,9 @@ else
USE_ATTR_SQL_FALSE=
fi
+
+# hydra plugins
+# ---------------
if test x$kernel_netlink = xtrue; then
USE_KERNEL_NETLINK_TRUE=
USE_KERNEL_NETLINK_FALSE='#'
@@ -23392,14 +23751,6 @@ else
USE_KERNEL_PFROUTE_FALSE=
fi
- if test x$resolve = xtrue; then
- USE_RESOLVE_TRUE=
- USE_RESOLVE_FALSE='#'
-else
- USE_RESOLVE_TRUE='#'
- USE_RESOLVE_FALSE=
-fi
-
# other options
# ---------------
@@ -23779,6 +24130,22 @@ else
USE_RUBY_GEMS_FALSE=
fi
+ if test x$python_eggs = xtrue; then
+ USE_PYTHON_EGGS_TRUE=
+ USE_PYTHON_EGGS_FALSE='#'
+else
+ USE_PYTHON_EGGS_TRUE='#'
+ USE_PYTHON_EGGS_FALSE=
+fi
+
+ if test "x$PY_TEST" != x; then
+ USE_PY_TEST_TRUE=
+ USE_PY_TEST_FALSE='#'
+else
+ USE_PY_TEST_TRUE='#'
+ USE_PY_TEST_FALSE=
+fi
+
# ========================
# set global definitions
@@ -23862,14 +24229,14 @@ 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/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/fips_prf/Makefile src/libstrongswan/plugins/gmp/Makefile src/libstrongswan/plugins/rdrand/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/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/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/test_vectors/Makefile src/libstrongswan/tests/Makefile src/libhydra/Makefile src/libhydra/plugins/attr/Makefile src/libhydra/plugins/attr_sql/Makefile src/libhydra/plugins/kernel_netlink/Makefile src/libhydra/plugins/kernel_pfkey/Makefile src/libhydra/plugins/kernel_pfroute/Makefile src/libhydra/plugins/resolve/Makefile src/libipsec/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/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/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_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/android_dns/Makefile src/libcharon/plugins/android_log/Makefile src/libcharon/plugins/maemo/Makefile src/libcharon/plugins/stroke/Makefile src/libcharon/plugins/vici/Makefile src/libcharon/plugins/vici/ruby/Makefile src/libcharon/plugins/updown/Makefile src/libcharon/plugins/dhcp/Makefile src/libcharon/plugins/unit_tester/Makefile src/libcharon/plugins/load_tester/Makefile src/stroke/Makefile src/ipsec/Makefile src/starter/Makefile src/starter/tests/Makefile src/_updown/Makefile src/_updown_espmark/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"
+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/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/fips_prf/Makefile src/libstrongswan/plugins/gmp/Makefile src/libstrongswan/plugins/rdrand/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/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/test_vectors/Makefile src/libstrongswan/tests/Makefile src/libhydra/Makefile src/libhydra/plugins/kernel_netlink/Makefile src/libhydra/plugins/kernel_pfkey/Makefile src/libhydra/plugins/kernel_pfroute/Makefile src/libhydra/tests/Makefile src/libipsec/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/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_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/android_dns/Makefile src/libcharon/plugins/android_log/Makefile src/libcharon/plugins/maemo/Makefile src/libcharon/plugins/stroke/Makefile src/libcharon/plugins/vici/Makefile src/libcharon/plugins/vici/ruby/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/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"
# =================
# build man pages
# =================
-ac_config_files="$ac_config_files conf/strongswan.conf.5.head conf/strongswan.conf.5.tail man/ipsec.conf.5 man/ipsec.secrets.5 src/charon-cmd/charon-cmd.8 src/pki/man/pki.1 src/pki/man/pki---gen.1 src/pki/man/pki---issue.1 src/pki/man/pki---keyid.1 src/pki/man/pki---pkcs7.1 src/pki/man/pki---print.1 src/pki/man/pki---pub.1 src/pki/man/pki---req.1 src/pki/man/pki---self.1 src/pki/man/pki---signcrl.1 src/pki/man/pki---acert.1 src/pki/man/pki---verify.1 src/swanctl/swanctl.8 src/swanctl/swanctl.conf.5.head src/swanctl/swanctl.conf.5.tail"
+ac_config_files="$ac_config_files conf/strongswan.conf.5.head conf/strongswan.conf.5.tail man/ipsec.conf.5 man/ipsec.secrets.5 src/charon-cmd/charon-cmd.8 src/pki/man/pki.1 src/pki/man/pki---gen.1 src/pki/man/pki---issue.1 src/pki/man/pki---keyid.1 src/pki/man/pki---pkcs7.1 src/pki/man/pki---pkcs12.1 src/pki/man/pki---print.1 src/pki/man/pki---pub.1 src/pki/man/pki---req.1 src/pki/man/pki---self.1 src/pki/man/pki---signcrl.1 src/pki/man/pki---acert.1 src/pki/man/pki---verify.1 src/swanctl/swanctl.8 src/swanctl/swanctl.conf.5.head src/swanctl/swanctl.conf.5.tail"
cat >confcache <<\_ACEOF
@@ -24026,6 +24393,10 @@ if test -z "${USE_CURL_TRUE}" && test -z "${USE_CURL_FALSE}"; then
as_fn_error $? "conditional \"USE_CURL\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${USE_FILES_TRUE}" && test -z "${USE_FILES_FALSE}"; then
+ as_fn_error $? "conditional \"USE_FILES\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${USE_WINHTTP_TRUE}" && test -z "${USE_WINHTTP_FALSE}"; then
as_fn_error $? "conditional \"USE_WINHTTP\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -24210,6 +24581,10 @@ if test -z "${USE_NTRU_TRUE}" && test -z "${USE_NTRU_FALSE}"; then
as_fn_error $? "conditional \"USE_NTRU\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${USE_BLISS_TRUE}" && test -z "${USE_BLISS_FALSE}"; then
+ as_fn_error $? "conditional \"USE_BLISS\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${USE_STROKE_TRUE}" && test -z "${USE_STROKE_FALSE}"; then
as_fn_error $? "conditional \"USE_STROKE\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -24270,10 +24645,6 @@ if test -z "${USE_DHCP_TRUE}" && test -z "${USE_DHCP_FALSE}"; then
as_fn_error $? "conditional \"USE_DHCP\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
-if test -z "${USE_UNIT_TESTS_TRUE}" && test -z "${USE_UNIT_TESTS_FALSE}"; then
- as_fn_error $? "conditional \"USE_UNIT_TESTS\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
if test -z "${USE_LOAD_TESTER_TRUE}" && test -z "${USE_LOAD_TESTER_FALSE}"; then
as_fn_error $? "conditional \"USE_LOAD_TESTER\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -24506,6 +24877,14 @@ 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_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
+fi
+if test -z "${USE_FORECAST_TRUE}" && test -z "${USE_FORECAST_FALSE}"; then
+ as_fn_error $? "conditional \"USE_FORECAST\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${USE_FARP_TRUE}" && test -z "${USE_FARP_FALSE}"; then
as_fn_error $? "conditional \"USE_FARP\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -24518,6 +24897,10 @@ if test -z "${USE_UNITY_TRUE}" && test -z "${USE_UNITY_FALSE}"; then
as_fn_error $? "conditional \"USE_UNITY\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${USE_RESOLVE_TRUE}" && test -z "${USE_RESOLVE_FALSE}"; then
+ as_fn_error $? "conditional \"USE_RESOLVE\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${USE_ATTR_TRUE}" && test -z "${USE_ATTR_FALSE}"; then
as_fn_error $? "conditional \"USE_ATTR\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -24538,10 +24921,6 @@ if test -z "${USE_KERNEL_PFROUTE_TRUE}" && test -z "${USE_KERNEL_PFROUTE_FALSE}"
as_fn_error $? "conditional \"USE_KERNEL_PFROUTE\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
-if test -z "${USE_RESOLVE_TRUE}" && test -z "${USE_RESOLVE_FALSE}"; then
- as_fn_error $? "conditional \"USE_RESOLVE\" was never defined.
-Usually this means the macro was only invoked conditionally." "$LINENO" 5
-fi
if test -z "${USE_LEAK_DETECTIVE_TRUE}" && test -z "${USE_LEAK_DETECTIVE_FALSE}"; then
as_fn_error $? "conditional \"USE_LEAK_DETECTIVE\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -24730,6 +25109,14 @@ if test -z "${USE_RUBY_GEMS_TRUE}" && test -z "${USE_RUBY_GEMS_FALSE}"; then
as_fn_error $? "conditional \"USE_RUBY_GEMS\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${USE_PYTHON_EGGS_TRUE}" && test -z "${USE_PYTHON_EGGS_FALSE}"; then
+ as_fn_error $? "conditional \"USE_PYTHON_EGGS\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
+if test -z "${USE_PY_TEST_TRUE}" && test -z "${USE_PY_TEST_FALSE}"; then
+ as_fn_error $? "conditional \"USE_PY_TEST\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
: "${CONFIG_STATUS=./config.status}"
ac_write_fail=0
@@ -25127,7 +25514,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.2.1, which was
+This file was extended by strongSwan $as_me 5.3.0, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -25193,7 +25580,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.2.1
+strongSwan config.status 5.3.0
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
@@ -25641,6 +26028,7 @@ do
"src/libstrongswan/plugins/sshkey/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/sshkey/Makefile" ;;
"src/libstrongswan/plugins/pem/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/pem/Makefile" ;;
"src/libstrongswan/plugins/curl/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/curl/Makefile" ;;
+ "src/libstrongswan/plugins/files/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/files/Makefile" ;;
"src/libstrongswan/plugins/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/winhttp/Makefile" ;;
"src/libstrongswan/plugins/unbound/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/unbound/Makefile" ;;
"src/libstrongswan/plugins/soup/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/soup/Makefile" ;;
@@ -25658,15 +26046,15 @@ do
"src/libstrongswan/plugins/gcm/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/gcm/Makefile" ;;
"src/libstrongswan/plugins/af_alg/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/af_alg/Makefile" ;;
"src/libstrongswan/plugins/ntru/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/ntru/Makefile" ;;
+ "src/libstrongswan/plugins/bliss/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/bliss/Makefile" ;;
+ "src/libstrongswan/plugins/bliss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/bliss/tests/Makefile" ;;
"src/libstrongswan/plugins/test_vectors/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/test_vectors/Makefile" ;;
"src/libstrongswan/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/tests/Makefile" ;;
"src/libhydra/Makefile") CONFIG_FILES="$CONFIG_FILES src/libhydra/Makefile" ;;
- "src/libhydra/plugins/attr/Makefile") CONFIG_FILES="$CONFIG_FILES src/libhydra/plugins/attr/Makefile" ;;
- "src/libhydra/plugins/attr_sql/Makefile") CONFIG_FILES="$CONFIG_FILES src/libhydra/plugins/attr_sql/Makefile" ;;
"src/libhydra/plugins/kernel_netlink/Makefile") CONFIG_FILES="$CONFIG_FILES src/libhydra/plugins/kernel_netlink/Makefile" ;;
"src/libhydra/plugins/kernel_pfkey/Makefile") CONFIG_FILES="$CONFIG_FILES src/libhydra/plugins/kernel_pfkey/Makefile" ;;
"src/libhydra/plugins/kernel_pfroute/Makefile") CONFIG_FILES="$CONFIG_FILES src/libhydra/plugins/kernel_pfroute/Makefile" ;;
- "src/libhydra/plugins/resolve/Makefile") CONFIG_FILES="$CONFIG_FILES src/libhydra/plugins/resolve/Makefile" ;;
+ "src/libhydra/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/libhydra/tests/Makefile" ;;
"src/libipsec/Makefile") CONFIG_FILES="$CONFIG_FILES src/libipsec/Makefile" ;;
"src/libsimaka/Makefile") CONFIG_FILES="$CONFIG_FILES src/libsimaka/Makefile" ;;
"src/libtls/Makefile") CONFIG_FILES="$CONFIG_FILES src/libtls/Makefile" ;;
@@ -25726,6 +26114,8 @@ 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/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" ;;
"src/libcharon/plugins/smp/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/smp/Makefile" ;;
"src/libcharon/plugins/sql/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/sql/Makefile" ;;
@@ -25757,16 +26147,19 @@ do
"src/libcharon/plugins/stroke/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/stroke/Makefile" ;;
"src/libcharon/plugins/vici/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/vici/Makefile" ;;
"src/libcharon/plugins/vici/ruby/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/vici/ruby/Makefile" ;;
+ "src/libcharon/plugins/vici/python/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/vici/python/Makefile" ;;
"src/libcharon/plugins/updown/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/updown/Makefile" ;;
"src/libcharon/plugins/dhcp/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/dhcp/Makefile" ;;
- "src/libcharon/plugins/unit_tester/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/unit_tester/Makefile" ;;
"src/libcharon/plugins/load_tester/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/load_tester/Makefile" ;;
+ "src/libcharon/plugins/resolve/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/resolve/Makefile" ;;
+ "src/libcharon/plugins/attr/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/attr/Makefile" ;;
+ "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/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" ;;
"src/starter/tests/Makefile") CONFIG_FILES="$CONFIG_FILES src/starter/tests/Makefile" ;;
"src/_updown/Makefile") CONFIG_FILES="$CONFIG_FILES src/_updown/Makefile" ;;
- "src/_updown_espmark/Makefile") CONFIG_FILES="$CONFIG_FILES src/_updown_espmark/Makefile" ;;
"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" ;;
@@ -25794,6 +26187,7 @@ do
"src/pki/man/pki---issue.1") CONFIG_FILES="$CONFIG_FILES src/pki/man/pki---issue.1" ;;
"src/pki/man/pki---keyid.1") CONFIG_FILES="$CONFIG_FILES src/pki/man/pki---keyid.1" ;;
"src/pki/man/pki---pkcs7.1") CONFIG_FILES="$CONFIG_FILES src/pki/man/pki---pkcs7.1" ;;
+ "src/pki/man/pki---pkcs12.1") CONFIG_FILES="$CONFIG_FILES src/pki/man/pki---pkcs12.1" ;;
"src/pki/man/pki---print.1") CONFIG_FILES="$CONFIG_FILES src/pki/man/pki---print.1" ;;
"src/pki/man/pki---pub.1") CONFIG_FILES="$CONFIG_FILES src/pki/man/pki---pub.1" ;;
"src/pki/man/pki---req.1") CONFIG_FILES="$CONFIG_FILES src/pki/man/pki---req.1" ;;