mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
w32: Use --enable-gpg2-is-gpg by default.
* autogen.rc: Add option also for plain Windows. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
bd4d65615b
commit
d81de224ec
@ -8,7 +8,7 @@ case "$myhost:$myhostsub" in
|
|||||||
extraoptions="$extraoptions --disable-zip --enable-gpg2-is-gpg"
|
extraoptions="$extraoptions --disable-zip --enable-gpg2-is-gpg"
|
||||||
;;
|
;;
|
||||||
w32:)
|
w32:)
|
||||||
extraoptions="--enable-gpgtar"
|
extraoptions="--enable-gpgtar --enable-gpg2-is-gpg"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ AM_CFLAGS = $(SQLITE3_CFLAGS) $(LIBGCRYPT_CFLAGS) \
|
|||||||
needed_libs = ../kbx/libkeybox.a $(libcommon)
|
needed_libs = ../kbx/libkeybox.a $(libcommon)
|
||||||
|
|
||||||
# Because there are no program specific transform macros we need to
|
# 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
|
gpg2_hack_list = gpg gpgv
|
||||||
if USE_GPG2_HACK
|
if USE_GPG2_HACK
|
||||||
gpg2_hack_uninst = gpg2 gpgv2
|
gpg2_hack_uninst = gpg2 gpgv2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user