summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2020-07-15 10:57:05 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2020-07-15 10:57:44 -0700
commit2d431ac35c4943a3655c07ba91870d2323321b43 (patch)
tree33fb17dec6728a86f66b290f23586c5b9e96dad7 /ChangeLog
parentd16529f705d7d31b5f28245f0940523fe883e936 (diff)
downloadgnulib-2d431ac35c4943a3655c07ba91870d2323321b43.tar.gz
md5, sha1, sha256, sha512: pacify Autoconf 2.70
* m4/gl-openssl.m4 (gl_CRYPTO_CHECK): Use m4_if rather than a shell if, so that the argument to AC_CHECK_HEADERS is a simple string that does not require shell evaluation. This fixes a warning generated by Autoconf 2.69b.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac0d8f3e53..bc1481896b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2020-07-15 Paul Eggert <eggert@cs.ucla.edu>
+
+ md5, sha1, sha256, sha512: pacify Autoconf 2.70
+ * m4/gl-openssl.m4 (gl_CRYPTO_CHECK): Use m4_if rather than a
+ shell if, so that the argument to AC_CHECK_HEADERS is
+ a simple string that does not require shell evaluation.
+ This fixes a warning generated by Autoconf 2.69b.
+
2020-07-12 Bruno Haible <bruno@clisp.org>
libgmp: Avoid warning when --without-libgmp is used.