summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRené Mayrhofer <rene@mayrhofer.eu.org>2011-03-05 09:20:09 +0100
committerRené Mayrhofer <rene@mayrhofer.eu.org>2011-03-05 09:20:09 +0100
commit568905f488e63e28778f87ac0e38d845f45bae79 (patch)
treed9969a147e36413583ff4bc75542d34c955f8823 /configure
parentf73fba54dc8b30c6482e1e8abf15bbf455592fcd (diff)
downloadvyos-strongswan-568905f488e63e28778f87ac0e38d845f45bae79.tar.gz
vyos-strongswan-568905f488e63e28778f87ac0e38d845f45bae79.zip
Imported Upstream version 4.5.1
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure447
1 files changed, 368 insertions, 79 deletions
diff --git a/configure b/configure
index d823c3045..b0b1cdc60 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.67 for strongSwan 4.5.0.
+# Generated by GNU Autoconf 2.67 for strongSwan 4.5.1.
#
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -698,8 +698,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='strongSwan'
PACKAGE_TARNAME='strongswan'
-PACKAGE_VERSION='4.5.0'
-PACKAGE_STRING='strongSwan 4.5.0'
+PACKAGE_VERSION='4.5.1'
+PACKAGE_STRING='strongSwan 4.5.1'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -753,12 +753,18 @@ USE_VSTR_FALSE
USE_VSTR_TRUE
USE_LIBCAP_FALSE
USE_LIBCAP_TRUE
+USE_IPSEC_SCRIPT_FALSE
+USE_IPSEC_SCRIPT_TRUE
USE_FILE_CONFIG_FALSE
USE_FILE_CONFIG_TRUE
+USE_LIBCHARON_FALSE
+USE_LIBCHARON_TRUE
USE_LIBHYDRA_FALSE
USE_LIBHYDRA_TRUE
USE_LIBSTRONGSWAN_FALSE
USE_LIBSTRONGSWAN_TRUE
+USE_CONFTEST_FALSE
+USE_CONFTEST_TRUE
USE_SCRIPTS_FALSE
USE_SCRIPTS_TRUE
USE_TOOLS_FALSE
@@ -821,6 +827,8 @@ USE_SOCKET_RAW_FALSE
USE_SOCKET_RAW_TRUE
USE_SOCKET_DEFAULT_FALSE
USE_SOCKET_DEFAULT_TRUE
+USE_TNCCS_DYNAMIC_FALSE
+USE_TNCCS_DYNAMIC_TRUE
USE_TNCCS_20_FALSE
USE_TNCCS_20_TRUE
USE_TNCCS_11_FALSE
@@ -889,6 +897,8 @@ USE_MEDSRV_FALSE
USE_MEDSRV_TRUE
USE_STROKE_FALSE
USE_STROKE_TRUE
+USE_AF_ALG_FALSE
+USE_AF_ALG_TRUE
USE_GCM_FALSE
USE_GCM_TRUE
USE_CCM_FALSE
@@ -923,6 +933,8 @@ USE_PKCS1_FALSE
USE_PKCS1_TRUE
USE_PUBKEY_FALSE
USE_PUBKEY_TRUE
+USE_CONSTRAINTS_FALSE
+USE_CONSTRAINTS_TRUE
USE_REVOCATION_FALSE
USE_REVOCATION_TRUE
USE_X509_FALSE
@@ -949,6 +961,8 @@ USE_AES_FALSE
USE_AES_TRUE
USE_LDAP_FALSE
USE_LDAP_TRUE
+USE_SOUP_FALSE
+USE_SOUP_TRUE
USE_CURL_FALSE
USE_CURL_TRUE
USE_TEST_VECTORS_FALSE
@@ -980,14 +994,14 @@ gtk_LIBS
gtk_CFLAGS
xml_LIBS
xml_CFLAGS
+soup_LIBS
+soup_CFLAGS
PTHREADLIB
RTLIB
SOCKLIB
BTLIB
DLLIB
ALLOCA
-ipsecgid
-ipsecuid
GPERF
PERL
YFLAGS
@@ -1138,6 +1152,7 @@ with_xauth_module
with_user
with_group
enable_curl
+enable_soup
enable_ldap
enable_aes
enable_des
@@ -1151,6 +1166,7 @@ enable_gmp
enable_random
enable_x509
enable_revocation
+enable_constraints
enable_pubkey
enable_pkcs1
enable_pgp
@@ -1158,6 +1174,7 @@ enable_dnskey
enable_pem
enable_hmac
enable_xcbc
+enable_af_alg
enable_test_vectors
enable_mysql
enable_sqlite
@@ -1191,6 +1208,7 @@ enable_tnc_imc
enable_tnc_imv
enable_tnccs_11
enable_tnccs_20
+enable_tnccs_dynamic
enable_kernel_netlink
enable_kernel_pfkey
enable_kernel_pfroute
@@ -1214,6 +1232,7 @@ enable_threads
enable_charon
enable_tools
enable_scripts
+enable_conftest
enable_updown
enable_attr
enable_attr_sql
@@ -1259,6 +1278,8 @@ CPPFLAGS
CPP
YACC
YFLAGS
+soup_CFLAGS
+soup_LIBS
xml_CFLAGS
xml_LIBS
gtk_CFLAGS
@@ -1809,7 +1830,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 4.5.0 to adapt to many kinds of systems.
+\`configure' configures strongSwan 4.5.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1879,7 +1900,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of strongSwan 4.5.0:";;
+ short | recursive ) echo "Configuration of strongSwan 4.5.1:";;
esac
cat <<\_ACEOF
@@ -1889,6 +1910,8 @@ Optional Features:
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-curl enable CURL fetcher plugin to fetch files via
libcurl. Requires libcurl.
+ --enable-soup enable soup fetcher plugin to fetch from HTTP via
+ libsoup. Requires libsoup.
--enable-ldap enable LDAP fetching plugin to fetch files via
libldap. Requires openLDAP.
--disable-aes disable AES software implementation plugin.
@@ -1905,6 +1928,7 @@ Optional Features:
--disable-random disable RNG implementation on top of /dev/(u)random.
--disable-x509 disable X509 certificate implementation plugin.
--disable-revocation disable X509 CRL/OCSP revocation check plugin.
+ --disable-constraints disable advanced X509 constraint checking plugin.
--disable-pubkey disable RAW public key support plugin.
--disable-pkcs1 disable PKCS1 key decoding plugin.
--disable-pgp disable PGP key decoding plugin.
@@ -1912,6 +1936,7 @@ Optional Features:
--disable-pem disable PEM decoding plugin.
--disable-hmac disable HMAC crypto implementation plugin.
--disable-xcbc disable xcbc crypto implementation plugin.
+ --enable-af-alg enable AF_ALG crypto interface to Linux Crypto API.
--enable-test-vectors enable plugin providing crypto test vectors.
--enable-mysql enable MySQL database support. Requires
libmysqlclient_r.
@@ -1955,6 +1980,7 @@ Optional Features:
--enable-tnc-imv enable TNC IMV module.
--enable-tnccs-11 enable TNCCS 1.1 protocol module.
--enable-tnccs-20 enable TNCCS 2.0 protocol module.
+ --enable-tnccs-dynamic enable dynamic TNCCS protocol discovery module.
--disable-kernel-netlink
disable the netlink kernel interface.
--enable-kernel-pfkey enable the PF_KEY kernel interface.
@@ -1990,6 +2016,7 @@ Optional Features:
pki).
--disable-scripts disable additional utilities (found in directory
scripts).
+ --enable-conftest enforce Suite B conformance test framework.
--disable-updown disable updown firewall script plugin.
--disable-attr disable strongswan.conf based configuration
attribute plugin.
@@ -2092,6 +2119,8 @@ Some influential environment variables:
YFLAGS The list of arguments that will be passed by default to $YACC.
This script will default YFLAGS to the empty string to avoid a
default value of `-d' given by some make applications.
+ soup_CFLAGS C compiler flags for soup, overriding pkg-config
+ soup_LIBS linker flags for soup, overriding pkg-config
xml_CFLAGS C compiler flags for xml, overriding pkg-config
xml_LIBS linker flags for xml, overriding pkg-config
gtk_CFLAGS C compiler flags for gtk, overriding pkg-config
@@ -2168,7 +2197,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-strongSwan configure 4.5.0
+strongSwan configure 4.5.1
generated by GNU Autoconf 2.67
Copyright (C) 2010 Free Software Foundation, Inc.
@@ -2644,7 +2673,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 4.5.0, which was
+It was created by strongSwan $as_me 4.5.1, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ $0 $@
@@ -3459,7 +3488,7 @@ fi
# Define the identity of the package.
PACKAGE='strongswan'
- VERSION='4.5.0'
+ VERSION='4.5.1'
cat >>confdefs.h <<_ACEOF
@@ -3947,6 +3976,21 @@ else
fi
+# Check whether --enable-soup was given.
+if test "${enable_soup+set}" = set; then :
+ enableval=$enable_soup; soup_given=true
+ if test x$enableval = xyes; then
+ soup=true
+ else
+ soup=false
+ fi
+else
+ soup=false
+ soup_given=false
+
+fi
+
+
# Check whether --enable-ldap was given.
if test "${enable_ldap+set}" = set; then :
enableval=$enable_ldap; ldap_given=true
@@ -4142,6 +4186,21 @@ else
fi
+# Check whether --enable-constraints was given.
+if test "${enable_constraints+set}" = set; then :
+ enableval=$enable_constraints; constraints_given=true
+ if test x$enableval = xyes; then
+ constraints=true
+ else
+ constraints=false
+ fi
+else
+ constraints=true
+ constraints_given=false
+
+fi
+
+
# Check whether --enable-pubkey was given.
if test "${enable_pubkey+set}" = set; then :
enableval=$enable_pubkey; pubkey_given=true
@@ -4247,6 +4306,21 @@ else
fi
+# Check whether --enable-af-alg was given.
+if test "${enable_af_alg+set}" = set; then :
+ enableval=$enable_af_alg; af_alg_given=true
+ if test x$enableval = xyes; then
+ af_alg=true
+ else
+ af_alg=false
+ fi
+else
+ af_alg=false
+ af_alg_given=false
+
+fi
+
+
# Check whether --enable-test-vectors was given.
if test "${enable_test_vectors+set}" = set; then :
enableval=$enable_test_vectors; test_vectors_given=true
@@ -4742,6 +4816,21 @@ else
fi
+# Check whether --enable-tnccs-dynamic was given.
+if test "${enable_tnccs_dynamic+set}" = set; then :
+ enableval=$enable_tnccs_dynamic; tnccs_dynamic_given=true
+ if test x$enableval = xyes; then
+ tnccs_dynamic=true
+ else
+ tnccs_dynamic=false
+ fi
+else
+ tnccs_dynamic=false
+ tnccs_dynamic_given=false
+
+fi
+
+
# Check whether --enable-kernel-netlink was given.
if test "${enable_kernel_netlink+set}" = set; then :
enableval=$enable_kernel_netlink; kernel_netlink_given=true
@@ -5087,6 +5176,21 @@ else
fi
+# Check whether --enable-conftest was given.
+if test "${enable_conftest+set}" = set; then :
+ enableval=$enable_conftest; conftest_given=true
+ if test x$enableval = xyes; then
+ conftest=true
+ else
+ conftest=false
+ fi
+else
+ conftest=false
+ conftest_given=false
+
+fi
+
+
# Check whether --enable-updown was given.
if test "${enable_updown+set}" = set; then :
enableval=$enable_updown; updown_given=true
@@ -7769,13 +7873,13 @@ if test "${lt_cv_nm_interface+set}" = set; then :
else
lt_cv_nm_interface="BSD nm"
echo "int some_variable = 0;" > conftest.$ac_ext
- (eval echo "\"\$as_me:7772: $ac_compile\"" >&5)
+ (eval echo "\"\$as_me:7876: $ac_compile\"" >&5)
(eval "$ac_compile" 2>conftest.err)
cat conftest.err >&5
- (eval echo "\"\$as_me:7775: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
+ (eval echo "\"\$as_me:7879: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
(eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
cat conftest.err >&5
- (eval echo "\"\$as_me:7778: output\"" >&5)
+ (eval echo "\"\$as_me:7882: output\"" >&5)
cat conftest.out >&5
if $GREP 'External.*some_variable' conftest.out > /dev/null; then
lt_cv_nm_interface="MS dumpbin"
@@ -8980,7 +9084,7 @@ ia64-*-hpux*)
;;
*-*-irix6*)
# Find out which ABI we are using.
- echo '#line 8983 "configure"' > conftest.$ac_ext
+ echo '#line 9087 "configure"' > conftest.$ac_ext
if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
(eval $ac_compile) 2>&5
ac_status=$?
@@ -10242,11 +10346,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:10245: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:10349: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:10249: \$? = $ac_status" >&5
+ echo "$as_me:10353: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -10581,11 +10685,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:10584: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:10688: $lt_compile\"" >&5)
(eval "$lt_compile" 2>conftest.err)
ac_status=$?
cat conftest.err >&5
- echo "$as_me:10588: \$? = $ac_status" >&5
+ echo "$as_me:10692: \$? = $ac_status" >&5
if (exit $ac_status) && test -s "$ac_outfile"; then
# The compiler can only warn and ignore the option if not recognized
# So say no if there are warnings other than the usual output.
@@ -10686,11 +10790,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:10689: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:10793: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:10693: \$? = $ac_status" >&5
+ echo "$as_me:10797: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -10741,11 +10845,11 @@ else
-e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
-e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
-e 's:$: $lt_compiler_flag:'`
- (eval echo "\"\$as_me:10744: $lt_compile\"" >&5)
+ (eval echo "\"\$as_me:10848: $lt_compile\"" >&5)
(eval "$lt_compile" 2>out/conftest.err)
ac_status=$?
cat out/conftest.err >&5
- echo "$as_me:10748: \$? = $ac_status" >&5
+ echo "$as_me:10852: \$? = $ac_status" >&5
if (exit $ac_status) && test -s out/conftest2.$ac_objext
then
# The compiler can only warn and ignore the option if not recognized
@@ -13125,7 +13229,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 13128 "configure"
+#line 13232 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -13221,7 +13325,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 13224 "configure"
+#line 13328 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -13855,27 +13959,6 @@ else
$as_echo "not found" >&6; }
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid of user \"$ipsecuser\"" >&5
-$as_echo_n "checking for uid of user \"$ipsecuser\"... " >&6; }
-ipsecuid=`id -u $ipsecuser 2>/dev/null`
-if test -n "$ipsecuid"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ipsecuid" >&5
-$as_echo "$ipsecuid" >&6; }
-
-else
- as_fn_error $? "not found" "$LINENO" 5
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gid of group \"$ipsecgroup\"" >&5
-$as_echo_n "checking for gid of group \"$ipsecgroup\"... " >&6; }
-ipsecgid=`$EGREP "^$ipsecgroup:" /etc/group | $AWK -F: '{ print $3 }'`
-if test -n "$ipsecgid"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ipsecgid" >&5
-$as_echo "$ipsecgid" >&6; }
-
-else
- as_fn_error $? "not found" "$LINENO" 5
-fi
-
if test x$eap_aka_3gpp2 = xtrue; then
gmp=true;
@@ -13901,7 +13984,7 @@ if test x$fips_prf = xtrue; then
fi
fi
-if test x$smp = xtrue; then
+if test x$smp = xtrue -o x$tnccs_11 = xtrue; then
xml=true
fi
@@ -15247,6 +15330,100 @@ fi
fi
+if test x$soup = xtrue; then
+
+pkg_failed=no
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for soup" >&5
+$as_echo_n "checking for soup... " >&6; }
+
+if test -n "$soup_CFLAGS"; then
+ pkg_cv_soup_CFLAGS="$soup_CFLAGS"
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ pkg_cv_soup_CFLAGS=`$PKG_CONFIG --cflags "libsoup-2.4" 2>/dev/null`
+else
+ pkg_failed=yes
+fi
+ else
+ pkg_failed=untried
+fi
+if test -n "$soup_LIBS"; then
+ pkg_cv_soup_LIBS="$soup_LIBS"
+ elif test -n "$PKG_CONFIG"; then
+ if test -n "$PKG_CONFIG" && \
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libsoup-2.4\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "libsoup-2.4") 2>&5
+ ac_status=$?
+ $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
+ test $ac_status = 0; }; then
+ pkg_cv_soup_LIBS=`$PKG_CONFIG --libs "libsoup-2.4" 2>/dev/null`
+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
+ soup_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "libsoup-2.4" 2>&1`
+ else
+ soup_PKG_ERRORS=`$PKG_CONFIG --print-errors "libsoup-2.4" 2>&1`
+ fi
+ # Put the nasty error message in config.log where it belongs
+ echo "$soup_PKG_ERRORS" >&5
+
+ as_fn_error $? "Package requirements (libsoup-2.4) were not met:
+
+$soup_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 soup_CFLAGS
+and soup_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 soup_CFLAGS
+and soup_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
+ soup_CFLAGS=$pkg_cv_soup_CFLAGS
+ soup_LIBS=$pkg_cv_soup_LIBS
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
+$as_echo "yes" >&6; }
+
+fi
+
+
+fi
+
if test x$xml = xtrue; then
pkg_failed=no
@@ -15931,17 +16108,6 @@ fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
fi
-if test x$tnccs_11 = xtrue -o x$tnc_imc = xtrue -o x$tnc_imv = xtrue; then
- ac_fn_c_check_header_mongrel "$LINENO" "libtnc.h" "ac_cv_header_libtnc_h" "$ac_includes_default"
-if test "x$ac_cv_header_libtnc_h" = x""yes; then :
-
-else
- as_fn_error $? "libtnc header libtnc.h not found!" "$LINENO" 5
-fi
-
-
-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; }
@@ -16544,6 +16710,15 @@ if test x$curl = xtrue; then
libcharon_plugins=${libcharon_plugins}" curl"
pluto_plugins=${pluto_plugins}" curl"
scepclient_plugins=${scepclient_plugins}" curl"
+ scripts_plugins=${scripts_plugins}" curl"
+
+ fi
+
+if test x$soup = xtrue; then
+ s_plugins=${s_plugins}" soup"
+ libcharon_plugins=${libcharon_plugins}" soup"
+ pluto_plugins=${pluto_plugins}" soup"
+ scripts_plugins=${scripts_plugins}" soup"
fi
@@ -16552,6 +16727,7 @@ if test x$ldap = xtrue; then
libcharon_plugins=${libcharon_plugins}" ldap"
pluto_plugins=${pluto_plugins}" ldap"
scepclient_plugins=${scepclient_plugins}" ldap"
+ scripts_plugins=${scripts_plugins}" ldap"
fi
@@ -16681,6 +16857,12 @@ if test x$revocation = xtrue; then
fi
+if test x$constraints = xtrue; then
+ s_plugins=${s_plugins}" constraints"
+ libcharon_plugins=${libcharon_plugins}" constraints"
+
+ fi
+
if test x$pubkey = xtrue; then
s_plugins=${s_plugins}" pubkey"
libcharon_plugins=${libcharon_plugins}" pubkey"
@@ -16825,6 +17007,18 @@ if test x$gcm = xtrue; then
fi
+if test x$af_alg = xtrue; then
+ s_plugins=${s_plugins}" af-alg"
+ libcharon_plugins=${libcharon_plugins}" af-alg"
+ pluto_plugins=${pluto_plugins}" af-alg"
+ openac_plugins=${openac_plugins}" af-alg"
+ scepclient_plugins=${scepclient_plugins}" af-alg"
+ pki_plugins=${pki_plugins}" af-alg"
+ scripts_plugins=${scripts_plugins}" af-alg"
+ medsrv_plugins=${medsrv_plugins}" af-alg"
+
+ fi
+
if test x$xauth = xtrue; then
p_plugins=${p_plugins}" xauth"
pluto_plugins=${pluto_plugins}" xauth"
@@ -16845,6 +17039,12 @@ if test x$attr_sql = xtrue; then
fi
+if test x$load_tester = xtrue; then
+ c_plugins=${c_plugins}" load-tester"
+ libcharon_plugins=${libcharon_plugins}" load-tester"
+
+ fi
+
if test x$kernel_pfkey = xtrue; then
h_plugins=${h_plugins}" kernel-pfkey"
libcharon_plugins=${libcharon_plugins}" kernel-pfkey"
@@ -16880,12 +17080,6 @@ if test x$resolve = xtrue; then
fi
-if test x$load_tester = xtrue; then
- c_plugins=${c_plugins}" load-tester"
- libcharon_plugins=${libcharon_plugins}" load-tester"
-
- fi
-
if test x$socket_default = xtrue; then
c_plugins=${c_plugins}" socket-default"
libcharon_plugins=${libcharon_plugins}" socket-default"
@@ -17024,15 +17218,9 @@ if test x$eap_tnc = xtrue; then
fi
-if test x$tnc_imc = xtrue; then
- c_plugins=${c_plugins}" tnc-imc"
- libcharon_plugins=${libcharon_plugins}" tnc-imc"
-
- fi
-
-if test x$tnc_imv = xtrue; then
- c_plugins=${c_plugins}" tnc-imv"
- libcharon_plugins=${libcharon_plugins}" tnc-imv"
+if test x$tnccs_20 = xtrue; then
+ c_plugins=${c_plugins}" tnccs-20"
+ libcharon_plugins=${libcharon_plugins}" tnccs-20"
fi
@@ -17042,9 +17230,21 @@ if test x$tnccs_11 = xtrue; then
fi
-if test x$tnccs_20 = xtrue; then
- c_plugins=${c_plugins}" tnccs-20"
- libcharon_plugins=${libcharon_plugins}" tnccs-20"
+if test x$tnccs_dynamic = xtrue; then
+ c_plugins=${c_plugins}" tnccs-dynamic"
+ libcharon_plugins=${libcharon_plugins}" tnccs-dynamic"
+
+ fi
+
+if test x$tnc_imc = xtrue; then
+ c_plugins=${c_plugins}" tnc-imc"
+ libcharon_plugins=${libcharon_plugins}" tnc-imc"
+
+ fi
+
+if test x$tnc_imv = xtrue; then
+ c_plugins=${c_plugins}" tnc-imv"
+ libcharon_plugins=${libcharon_plugins}" tnc-imv"
fi
@@ -17147,6 +17347,14 @@ else
USE_CURL_FALSE=
fi
+ if test x$soup = xtrue; then
+ USE_SOUP_TRUE=
+ USE_SOUP_FALSE='#'
+else
+ USE_SOUP_TRUE='#'
+ USE_SOUP_FALSE=
+fi
+
if test x$ldap = xtrue; then
USE_LDAP_TRUE=
USE_LDAP_FALSE='#'
@@ -17251,6 +17459,14 @@ else
USE_REVOCATION_FALSE=
fi
+ if test x$constraints = xtrue; then
+ USE_CONSTRAINTS_TRUE=
+ USE_CONSTRAINTS_FALSE='#'
+else
+ USE_CONSTRAINTS_TRUE='#'
+ USE_CONSTRAINTS_FALSE=
+fi
+
if test x$pubkey = xtrue; then
USE_PUBKEY_TRUE=
USE_PUBKEY_FALSE='#'
@@ -17387,6 +17603,14 @@ else
USE_GCM_FALSE=
fi
+ if test x$af_alg = xtrue; then
+ USE_AF_ALG_TRUE=
+ USE_AF_ALG_FALSE='#'
+else
+ USE_AF_ALG_TRUE='#'
+ USE_AF_ALG_FALSE=
+fi
+
if test x$stroke = xtrue; then
USE_STROKE_TRUE=
@@ -17660,6 +17884,14 @@ else
USE_TNCCS_20_FALSE=
fi
+ if test x$tnccs_dynamic = xtrue; then
+ USE_TNCCS_DYNAMIC_TRUE=
+ USE_TNCCS_DYNAMIC_FALSE='#'
+else
+ USE_TNCCS_DYNAMIC_TRUE='#'
+ USE_TNCCS_DYNAMIC_FALSE=
+fi
+
if test x$socket_default = xtrue; then
USE_SOCKET_DEFAULT_TRUE=
USE_SOCKET_DEFAULT_FALSE='#'
@@ -17911,7 +18143,15 @@ else
USE_SCRIPTS_FALSE=
fi
- if test x$charon = xtrue -o x$pluto = xtrue -o x$tools = xtrue; then
+ if test x$conftest = xtrue; then
+ USE_CONFTEST_TRUE=
+ USE_CONFTEST_FALSE='#'
+else
+ USE_CONFTEST_TRUE='#'
+ USE_CONFTEST_FALSE=
+fi
+
+ if test x$charon = xtrue -o x$pluto = xtrue -o x$tools = xtrue -o x$conftest = xtrue; then
USE_LIBSTRONGSWAN_TRUE=
USE_LIBSTRONGSWAN_FALSE='#'
else
@@ -17927,6 +18167,14 @@ else
USE_LIBHYDRA_FALSE=
fi
+ if test x$charon = xtrue -o x$conftest = xtrue; then
+ USE_LIBCHARON_TRUE=
+ USE_LIBCHARON_FALSE='#'
+else
+ USE_LIBCHARON_TRUE='#'
+ USE_LIBCHARON_FALSE=
+fi
+
if test x$pluto = xtrue -o x$stroke = xtrue; then
USE_FILE_CONFIG_TRUE=
USE_FILE_CONFIG_FALSE='#'
@@ -17935,6 +18183,14 @@ else
USE_FILE_CONFIG_FALSE=
fi
+ if test x$pluto = xtrue -o x$stroke = xtrue -o x$tools = xtrue -o x$conftest = xtrue; then
+ USE_IPSEC_SCRIPT_TRUE=
+ USE_IPSEC_SCRIPT_FALSE='#'
+else
+ USE_IPSEC_SCRIPT_TRUE='#'
+ USE_IPSEC_SCRIPT_FALSE=
+fi
+
if test x$capabilities = xlibcap; then
USE_LIBCAP_TRUE=
USE_LIBCAP_FALSE='#'
@@ -17992,7 +18248,7 @@ fi
-ac_config_files="$ac_config_files Makefile man/Makefile src/Makefile src/include/Makefile src/libstrongswan/Makefile src/libstrongswan/plugins/aes/Makefile src/libstrongswan/plugins/des/Makefile src/libstrongswan/plugins/blowfish/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/random/Makefile src/libstrongswan/plugins/hmac/Makefile src/libstrongswan/plugins/xcbc/Makefile src/libstrongswan/plugins/x509/Makefile src/libstrongswan/plugins/revocation/Makefile src/libstrongswan/plugins/pubkey/Makefile src/libstrongswan/plugins/pkcs1/Makefile src/libstrongswan/plugins/pgp/Makefile src/libstrongswan/plugins/dnskey/Makefile src/libstrongswan/plugins/pem/Makefile src/libstrongswan/plugins/curl/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/pkcs11/Makefile src/libstrongswan/plugins/ctr/Makefile src/libstrongswan/plugins/ccm/Makefile src/libstrongswan/plugins/gcm/Makefile src/libstrongswan/plugins/test_vectors/Makefile src/libhydra/Makefile src/libhydra/plugins/attr/Makefile src/libhydra/plugins/attr_sql/Makefile src/libhydra/plugins/kernel_klips/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/libfreeswan/Makefile src/libsimaka/Makefile src/libtls/Makefile src/pluto/Makefile src/pluto/plugins/xauth/Makefile src/whack/Makefile src/charon/Makefile src/libcharon/Makefile src/libcharon/plugins/eap_aka/Makefile src/libcharon/plugins/eap_aka_3gpp2/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_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_tnc/Makefile src/libcharon/plugins/eap_radius/Makefile src/libcharon/plugins/tnc_imc/Makefile src/libcharon/plugins/tnc_imv/Makefile src/libcharon/plugins/tnccs_11/Makefile src/libcharon/plugins/tnccs_20/Makefile src/libcharon/plugins/socket_default/Makefile src/libcharon/plugins/socket_raw/Makefile src/libcharon/plugins/socket_dynamic/Makefile src/libcharon/plugins/farp/Makefile src/libcharon/plugins/smp/Makefile src/libcharon/plugins/sql/Makefile src/libcharon/plugins/medsrv/Makefile src/libcharon/plugins/medcli/Makefile src/libcharon/plugins/nm/Makefile src/libcharon/plugins/addrblock/Makefile src/libcharon/plugins/uci/Makefile src/libcharon/plugins/ha/Makefile src/libcharon/plugins/led/Makefile src/libcharon/plugins/android/Makefile src/libcharon/plugins/maemo/Makefile src/libcharon/plugins/stroke/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/_updown/Makefile src/_updown_espmark/Makefile src/_copyright/Makefile src/openac/Makefile src/scepclient/Makefile src/pki/Makefile src/dumm/Makefile src/dumm/ext/extconf.rb src/libfast/Makefile src/manager/Makefile src/medsrv/Makefile src/checksum/Makefile scripts/Makefile testing/Makefile"
+ac_config_files="$ac_config_files Makefile man/Makefile src/Makefile src/include/Makefile src/libstrongswan/Makefile src/libstrongswan/plugins/aes/Makefile src/libstrongswan/plugins/des/Makefile src/libstrongswan/plugins/blowfish/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/random/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/pubkey/Makefile src/libstrongswan/plugins/pkcs1/Makefile src/libstrongswan/plugins/pgp/Makefile src/libstrongswan/plugins/dnskey/Makefile src/libstrongswan/plugins/pem/Makefile src/libstrongswan/plugins/curl/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/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/test_vectors/Makefile src/libhydra/Makefile src/libhydra/plugins/attr/Makefile src/libhydra/plugins/attr_sql/Makefile src/libhydra/plugins/kernel_klips/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/libfreeswan/Makefile src/libsimaka/Makefile src/libtls/Makefile src/pluto/Makefile src/pluto/plugins/xauth/Makefile src/whack/Makefile src/charon/Makefile src/libcharon/Makefile src/libcharon/plugins/eap_aka/Makefile src/libcharon/plugins/eap_aka_3gpp2/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_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_tnc/Makefile src/libcharon/plugins/eap_radius/Makefile src/libcharon/plugins/tnc_imc/Makefile src/libcharon/plugins/tnc_imv/Makefile src/libcharon/plugins/tnccs_11/Makefile src/libcharon/plugins/tnccs_20/Makefile src/libcharon/plugins/tnccs_dynamic/Makefile src/libcharon/plugins/socket_default/Makefile src/libcharon/plugins/socket_raw/Makefile src/libcharon/plugins/socket_dynamic/Makefile src/libcharon/plugins/farp/Makefile src/libcharon/plugins/smp/Makefile src/libcharon/plugins/sql/Makefile src/libcharon/plugins/medsrv/Makefile src/libcharon/plugins/medcli/Makefile src/libcharon/plugins/nm/Makefile src/libcharon/plugins/addrblock/Makefile src/libcharon/plugins/uci/Makefile src/libcharon/plugins/ha/Makefile src/libcharon/plugins/led/Makefile src/libcharon/plugins/android/Makefile src/libcharon/plugins/maemo/Makefile src/libcharon/plugins/stroke/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/_updown/Makefile src/_updown_espmark/Makefile src/_copyright/Makefile src/openac/Makefile src/scepclient/Makefile src/pki/Makefile src/dumm/Makefile src/dumm/ext/extconf.rb src/libfast/Makefile src/manager/Makefile src/medsrv/Makefile src/checksum/Makefile src/conftest/Makefile scripts/Makefile testing/Makefile"
cat >confcache <<\_ACEOF
# This file is a shell script that caches the results of configure
@@ -18153,6 +18409,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_SOUP_TRUE}" && test -z "${USE_SOUP_FALSE}"; then
+ as_fn_error $? "conditional \"USE_SOUP\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${USE_LDAP_TRUE}" && test -z "${USE_LDAP_FALSE}"; then
as_fn_error $? "conditional \"USE_LDAP\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -18205,6 +18465,10 @@ if test -z "${USE_REVOCATION_TRUE}" && test -z "${USE_REVOCATION_FALSE}"; then
as_fn_error $? "conditional \"USE_REVOCATION\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${USE_CONSTRAINTS_TRUE}" && test -z "${USE_CONSTRAINTS_FALSE}"; then
+ as_fn_error $? "conditional \"USE_CONSTRAINTS\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${USE_PUBKEY_TRUE}" && test -z "${USE_PUBKEY_FALSE}"; then
as_fn_error $? "conditional \"USE_PUBKEY\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -18273,6 +18537,10 @@ if test -z "${USE_GCM_TRUE}" && test -z "${USE_GCM_FALSE}"; then
as_fn_error $? "conditional \"USE_GCM\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${USE_AF_ALG_TRUE}" && test -z "${USE_AF_ALG_FALSE}"; then
+ as_fn_error $? "conditional \"USE_AF_ALG\" 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
@@ -18409,6 +18677,10 @@ if test -z "${USE_TNCCS_20_TRUE}" && test -z "${USE_TNCCS_20_FALSE}"; then
as_fn_error $? "conditional \"USE_TNCCS_20\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${USE_TNCCS_DYNAMIC_TRUE}" && test -z "${USE_TNCCS_DYNAMIC_FALSE}"; then
+ as_fn_error $? "conditional \"USE_TNCCS_DYNAMIC\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${USE_SOCKET_DEFAULT_TRUE}" && test -z "${USE_SOCKET_DEFAULT_FALSE}"; then
as_fn_error $? "conditional \"USE_SOCKET_DEFAULT\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -18533,6 +18805,10 @@ if test -z "${USE_SCRIPTS_TRUE}" && test -z "${USE_SCRIPTS_FALSE}"; then
as_fn_error $? "conditional \"USE_SCRIPTS\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${USE_CONFTEST_TRUE}" && test -z "${USE_CONFTEST_FALSE}"; then
+ as_fn_error $? "conditional \"USE_CONFTEST\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${USE_LIBSTRONGSWAN_TRUE}" && test -z "${USE_LIBSTRONGSWAN_FALSE}"; then
as_fn_error $? "conditional \"USE_LIBSTRONGSWAN\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -18541,10 +18817,18 @@ if test -z "${USE_LIBHYDRA_TRUE}" && test -z "${USE_LIBHYDRA_FALSE}"; then
as_fn_error $? "conditional \"USE_LIBHYDRA\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${USE_LIBCHARON_TRUE}" && test -z "${USE_LIBCHARON_FALSE}"; then
+ as_fn_error $? "conditional \"USE_LIBCHARON\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${USE_FILE_CONFIG_TRUE}" && test -z "${USE_FILE_CONFIG_FALSE}"; then
as_fn_error $? "conditional \"USE_FILE_CONFIG\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
fi
+if test -z "${USE_IPSEC_SCRIPT_TRUE}" && test -z "${USE_IPSEC_SCRIPT_FALSE}"; then
+ as_fn_error $? "conditional \"USE_IPSEC_SCRIPT\" was never defined.
+Usually this means the macro was only invoked conditionally." "$LINENO" 5
+fi
if test -z "${USE_LIBCAP_TRUE}" && test -z "${USE_LIBCAP_FALSE}"; then
as_fn_error $? "conditional \"USE_LIBCAP\" was never defined.
Usually this means the macro was only invoked conditionally." "$LINENO" 5
@@ -18973,7 +19257,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 4.5.0, which was
+This file was extended by strongSwan $as_me 4.5.1, which was
generated by GNU Autoconf 2.67. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -19030,7 +19314,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 4.5.0
+strongSwan config.status 4.5.1
configured by $0, generated by GNU Autoconf 2.67,
with options \\"\$ac_cs_config\\"
@@ -19424,12 +19708,14 @@ do
"src/libstrongswan/plugins/xcbc/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/xcbc/Makefile" ;;
"src/libstrongswan/plugins/x509/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/x509/Makefile" ;;
"src/libstrongswan/plugins/revocation/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/revocation/Makefile" ;;
+ "src/libstrongswan/plugins/constraints/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/constraints/Makefile" ;;
"src/libstrongswan/plugins/pubkey/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/pubkey/Makefile" ;;
"src/libstrongswan/plugins/pkcs1/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/pkcs1/Makefile" ;;
"src/libstrongswan/plugins/pgp/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/pgp/Makefile" ;;
"src/libstrongswan/plugins/dnskey/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/dnskey/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/soup/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/soup/Makefile" ;;
"src/libstrongswan/plugins/ldap/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/ldap/Makefile" ;;
"src/libstrongswan/plugins/mysql/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/mysql/Makefile" ;;
"src/libstrongswan/plugins/sqlite/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/sqlite/Makefile" ;;
@@ -19441,6 +19727,7 @@ do
"src/libstrongswan/plugins/ctr/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/ctr/Makefile" ;;
"src/libstrongswan/plugins/ccm/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/ccm/Makefile" ;;
"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/test_vectors/Makefile") CONFIG_FILES="$CONFIG_FILES src/libstrongswan/plugins/test_vectors/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" ;;
@@ -19477,6 +19764,7 @@ do
"src/libcharon/plugins/tnc_imv/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/tnc_imv/Makefile" ;;
"src/libcharon/plugins/tnccs_11/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/tnccs_11/Makefile" ;;
"src/libcharon/plugins/tnccs_20/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/tnccs_20/Makefile" ;;
+ "src/libcharon/plugins/tnccs_dynamic/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/tnccs_dynamic/Makefile" ;;
"src/libcharon/plugins/socket_default/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/socket_default/Makefile" ;;
"src/libcharon/plugins/socket_raw/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/socket_raw/Makefile" ;;
"src/libcharon/plugins/socket_dynamic/Makefile") CONFIG_FILES="$CONFIG_FILES src/libcharon/plugins/socket_dynamic/Makefile" ;;
@@ -19512,6 +19800,7 @@ do
"src/manager/Makefile") CONFIG_FILES="$CONFIG_FILES src/manager/Makefile" ;;
"src/medsrv/Makefile") CONFIG_FILES="$CONFIG_FILES src/medsrv/Makefile" ;;
"src/checksum/Makefile") CONFIG_FILES="$CONFIG_FILES src/checksum/Makefile" ;;
+ "src/conftest/Makefile") CONFIG_FILES="$CONFIG_FILES src/conftest/Makefile" ;;
"scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
"testing/Makefile") CONFIG_FILES="$CONFIG_FILES testing/Makefile" ;;