summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-01 09:52:15 -0700
committerKarl Berry <karl@freefriends.org>2020-04-01 09:52:15 -0700
commit5a245793ff75aa7a607aab8ee9c9fc1ea5fef375 (patch)
treeed9947d952b3858ffae849ceb79b9aff7bfe6225 /m4
parent88776ceb6f7a888e2ee6ccf81958a90ec1cee3c2 (diff)
downloadgnulib-5a245793ff75aa7a607aab8ee9c9fc1ea5fef375.tar.gz
autoupdate
Diffstat (limited to 'm4')
-rw-r--r--m4/libgcrypt.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/libgcrypt.m4 b/m4/libgcrypt.m4
index 37dfbea248..f56cc1bde4 100644
--- a/m4/libgcrypt.m4
+++ b/m4/libgcrypt.m4
@@ -15,9 +15,9 @@
dnl AM_PATH_LIBGCRYPT([MINIMUM-VERSION,
dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
dnl Test for libgcrypt and define LIBGCRYPT_CFLAGS and LIBGCRYPT_LIBS.
-dnl MINIMUN-VERSION is a string with the version number optionalliy prefixed
+dnl MINIMUM-VERSION is a string with the version number optionally prefixed
dnl with the API version to also check the API compatibility. Example:
-dnl a MINIMUN-VERSION of 1:1.2.5 won't pass the test unless the installed
+dnl a MINIMUM-VERSION of 1:1.2.5 won't pass the test unless the installed
dnl version of libgcrypt is at least 1.2.5 *and* the API number is 1. Using
dnl this features allows to prevent build against newer versions of libgcrypt
dnl with a changed API.