X-Git-Url: http://git.gnupg.org/cgi-bin/gitweb.cgi?p=gnupg.git;a=blobdiff_plain;f=autogen.rc;h=8cb7eedcb2a9fa2ecc2adf691aeeafaebcfcf59b;hp=4860c38b359934509b7c6678ea3dd787c2076de2;hb=9fb5e9c14557f7567cbc7c50b9881b7d7bfa2f12;hpb=b67e4e523e6d19d384e23c5bb03010caebd150e7;ds=sidebyside diff --git a/autogen.rc b/autogen.rc index 4860c38b3..8cb7eedcb 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 @@ -40,6 +40,6 @@ case "$myhost" in esac -extra_aclocal_flags="-I gl/m4" +extra_aclocal_flags="" -final_info="./configure --sysconfdir=/etc --enable-maintainer-mode --enable-symcryptrun --enable-mailto --enable-gpgtar && make" +final_info="./configure --sysconfdir=/etc --enable-maintainer-mode && make"