diff options
author | Werner Koch <[email protected]> | 1999-03-20 10:53:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-03-20 10:53:39 +0000 |
commit | fb8dbdbd95ecad16676ae717df38e06e0a1e40ec (patch) | |
tree | e2cdda28c57d62deef9fb87981cc1b49f064a4c3 /THOUGHTS | |
parent | See ChangeLog: Wed Mar 17 13:09:03 CET 1999 Werner Koch (diff) | |
download | gnupg-fb8dbdbd95ecad16676ae717df38e06e0a1e40ec.tar.gz gnupg-fb8dbdbd95ecad16676ae717df38e06e0a1e40ec.zip |
See ChangeLog: Sat Mar 20 11:53:40 CET 1999 Werner Koch
Diffstat (limited to 'THOUGHTS')
-rw-r--r-- | THOUGHTS | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -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 |