summaryrefslogtreecommitdiff
path: root/src/libgcrypt-config.in
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2004-02-20 18:32:40 +0000
committerWerner Koch <wk@gnupg.org>2004-02-20 18:32:40 +0000
commit26ab0844dde7a6cbc0737985d95a3db98dc21a42 (patch)
treed77aefcc6b82c8e185197b87ef746e44c4796516 /src/libgcrypt-config.in
parent9ae6fbadb25da203bbb4504f3db5fb0dd9da40d8 (diff)
downloadlibgcrypt-26ab0844dde7a6cbc0737985d95a3db98dc21a42.tar.gz
* primegen.c (check_prime): New args CB_FUNC and CB_ARG; call them
at different stages. Pass these arguments through all callers. * gcrypt.h (GCRY_PRIME_CHECK_AT_GOT_PRIME) (GCRY_PRIME_CHECK_AT_FINISH), (GCRY_PRIME_CHECK_AT_MAYBE_PRIME): New.
Diffstat (limited to 'src/libgcrypt-config.in')
-rw-r--r--src/libgcrypt-config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libgcrypt-config.in b/src/libgcrypt-config.in
index 3d8017ea..a6b2e98d 100644
--- a/src/libgcrypt-config.in
+++ b/src/libgcrypt-config.in
@@ -85,9 +85,15 @@ while test $# -gt 0; do
usage 1 1>&2
fi
;;
+ --prefix=*)
+ # For compatibility reasons with old M4 macros, we ignore
+ # setting of prefix.
+ ;;
--prefix)
echo_prefix=yes
;;
+ --exec-prefix=*)
+ ;;
--exec-prefix)
echo_exec_prefix=yes
;;