From 26ab0844dde7a6cbc0737985d95a3db98dc21a42 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 20 Feb 2004 18:32:40 +0000 Subject: * 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. --- src/libgcrypt-config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/libgcrypt-config.in') 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 ;; -- cgit v1.2.1