]> Savannah Git Hosting - gnulib.git/commit
Improve 'configure --help' output for crypto modules.
authorBruno Haible <bruno@clisp.org>
Sun, 19 Sep 2021 13:14:24 +0000 (15:14 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 19 Sep 2021 13:19:42 +0000 (15:19 +0200)
commit88eb3a1af1497000adc1402c9043e46e0c894374
tree1d8c9c6d9ffc9f00bfd454f796c45b159a980915
parentccb0dc48489bd057a2a8b52091eb16639a29fc83
Improve 'configure --help' output for crypto modules.

* m4/af_alg.m4 (gl_AF_ALG): List the hash functions for which we use the
Linux crypto. Also mention that we use it on files only.
* m4/gl-openssl.m4 (gl_CRYPTO_CHECK): Use manual line breaking, not the
line-filling style of AS_HELP_STRING. Show that --with-openssl takes an
optional argument. List the hash functions for which we use the OpenSSL
library. Don't mention --with-linux-crypto if the af_alg module is not
in use. Mention that --with-linux-crypto applies only to the Linux
kernel. Mention that it gets used only when available. Mention that it
takes precedence only for files. In the error or warning, mention the
pre-built package name that people can install.
ChangeLog
m4/af_alg.m4
m4/gl-openssl.m4