From fb8dbdbd95ecad16676ae717df38e06e0a1e40ec Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Sat, 20 Mar 1999 10:53:39 +0000 Subject: See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner Koch --- THOUGHTS | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'THOUGHTS') diff --git a/THOUGHTS b/THOUGHTS index 4696767b4..7c12bf80f 100644 --- a/THOUGHTS +++ b/THOUGHTS @@ -1,4 +1,24 @@ + +EGD +==== +Oh, and on embedding egd into the gpg package: I think if you just unpack it +into, say, util/egd/* then you can put something like this into configure.in: + +AC_CHECK_PROG(perl_present, perl, true, false) +if $perl_present; then + AC_PATH_PROG(PERL, perl) + (cd util/egd; $PERL Makefile.PL FULLPERL=$PERL INSTALLBIN=$sbindir) +fi +AM_CONDITIONAL(WITH_EGD, $perl_present) + +and add util/egd to the top-level Makefile directory list inside a WITH_EGD +conditional. + + + +==== + /* we still have these if a signed signed more than one * user ID. I don't think that is makes sense to sign * more than one user ID; an exception might be a user ID -- cgit v1.2.3