From: Niels Möller Date: Sun, 20 Nov 2005 16:57:56 +0000 (+0100) Subject: (RSA_TOOLS): New substituted variable. Includes X-Git-Tag: nettle_1.14_release_20051205~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ceb433facf7b22377744c9d51bc2cc30df9f4c58;p=thirdparty%2Fnettle.git (RSA_TOOLS): New substituted variable. Includes pkcs1-conv, when public-key support is enabled. Rev: src/nettle/configure.ac:1.70 --- diff --git a/configure.ac b/configure.ac index e8ac3b5b..ad5413e6 100644 --- a/configure.ac +++ b/configure.ac @@ -320,12 +320,15 @@ Support for public key algorithms will be unavailable.])] if test "x$enable_public_key" = xyes ; then AC_DEFINE(WITH_PUBLIC_KEY) RSA_EXAMPLES='rsa-keygen$(EXEEXT) rsa-sign$(EXEEXT) rsa-verify$(EXEEXT) rsa-encrypt$(EXEEXT) rsa-decrypt$(EXEEXT)' + RSA_TOOLS='pkcs1-conv$(EXEEXT)' else - RSA_EXAMPLES="" + RSA_EXAMPLES='' + RSA_TOOLS='' fi AH_TEMPLATE([WITH_PUBLIC_KEY], [Define to enable public key features]) AC_SUBST(RSA_EXAMPLES) +AC_SUBST(RSA_TOOLS) # Add -R flags needed to run programs linked with gmp LSH_RPATH_FIX