[Pkg-gnupg-commit] [gnupg2] 143/205: w32: Use --enable-gpg2-is-gpg by default.
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Wed May 11 08:38:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch experimental
in repository gnupg2.
commit d81de224ecd542922dda649a492dd9550509d7bc
Author: Werner Koch <wk at gnupg.org>
Date: Thu Apr 21 09:18:10 2016 +0200
w32: Use --enable-gpg2-is-gpg by default.
* autogen.rc: Add option also for plain Windows.
Signed-off-by: Werner Koch <wk at gnupg.org>
---
autogen.rc | 2 +-
g10/Makefile.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/autogen.rc b/autogen.rc
index 832d6c4..8cb7eed 100644
--- a/autogen.rc
+++ b/autogen.rc
@@ -8,7 +8,7 @@ case "$myhost:$myhostsub" in
extraoptions="$extraoptions --disable-zip --enable-gpg2-is-gpg"
;;
w32:)
- extraoptions="--enable-gpgtar"
+ extraoptions="--enable-gpgtar --enable-gpg2-is-gpg"
;;
esac
diff --git a/g10/Makefile.am b/g10/Makefile.am
index cd1d157..18a1b69 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -33,7 +33,7 @@ AM_CFLAGS = $(SQLITE3_CFLAGS) $(LIBGCRYPT_CFLAGS) \
needed_libs = ../kbx/libkeybox.a $(libcommon)
# Because there are no program specific transform macros we need to
-# work around that to allow installaing gpg as gpg2.
+# work around that to allow installing gpg as gpg2.
gpg2_hack_list = gpg gpgv
if USE_GPG2_HACK
gpg2_hack_uninst = gpg2 gpgv2
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git
More information about the Pkg-gnupg-commit
mailing list