[git] GPGME - branch, master, updated. gpgme-1.12.0-87-g5dbac55

by NIIBE Yutaka cvs at cvs.gnupg.org
Tue Dec 4 04:37:36 CET 2018


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 "GnuPG Made Easy".

The branch, master has been updated
       via  5dbac555f23bcec4adcfd82de61878f0f23ff272 (commit)
      from  1d31420650bfa7ca1d1503cc7431b3360e86022c (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 5dbac555f23bcec4adcfd82de61878f0f23ff272
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Tue Dec 4 12:35:41 2018 +0900

    build: Remove --with-*-prefix, which is no need any more.
    
    * autogen.rc (configure_opts): Remove --with-*-prefix.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/autogen.rc b/autogen.rc
index d0ade53..1759ef9 100644
--- a/autogen.rc
+++ b/autogen.rc
@@ -2,17 +2,11 @@
 
 case "$myhost" in
   w32)
-    configure_opts="
-      --with-gpg-error-prefix=@SYSROOT@
-      --with-libassuan-prefix=@SYSROOT@
-      "
+    configure_opts=""
     ;;
 
   amd64)
-    configure_opts="
-      --with-gpg-error-prefix=@SYSROOT@
-      --with-libassuan-prefix=@SYSROOT@
-     "
+    configure_opts=""
     ;;
 esac
 

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

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


hooks/post-receive
-- 
GnuPG Made Easy
http://git.gnupg.org




More information about the Gnupg-commits mailing list