[git] GnuPG - branch, master, updated. gnupg-2.2-base-15-g02a5df6

by Werner Koch cvs at cvs.gnupg.org
Thu Aug 24 17:47:52 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  02a5df614a369519ad7781f95dc977e24a0d4277 (commit)
      from  565e486b8028f9e3cc51ebc5202666b598042175 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 02a5df614a369519ad7781f95dc977e24a0d4277
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Aug 24 17:44:02 2017 +0200

    build: Remove obsolete option from autogen.rc
    
    * autogen.rc: Remove --enable-gpg2-is-gpg.
    --
    
    This option is now the default.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/autogen.rc b/autogen.rc
index 3694817..6835929 100644
--- a/autogen.rc
+++ b/autogen.rc
@@ -5,10 +5,10 @@
 case "$myhost:$myhostsub" in
   w32:ce)
     extraoptions="--enable-dirmngr-auto-start --disable-scdaemon "
-    extraoptions="$extraoptions --disable-zip --enable-gpg2-is-gpg"
+    extraoptions="$extraoptions --disable-zip"
     ;;
   w32:)
-    extraoptions="--enable-gpgtar --enable-gpg2-is-gpg"
+    extraoptions="--enable-gpgtar"
     ;;
 esac
 

-----------------------------------------------------------------------

Summary of changes:
 autogen.rc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list