[git] Assuan - branch, master, updated. libassuan-2.5.1-19-g0a2a322

by NIIBE Yutaka cvs at cvs.gnupg.org
Fri Oct 26 02:42:46 CEST 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 "IPC library used by GnuPG".

The branch, master has been updated
       via  0a2a322cb470479cf1f9c8653ba0f943eb30ce0d (commit)
      from  24f80c49fde0fa4e9a7c2818c8a922cc5a4abacc (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 0a2a322cb470479cf1f9c8653ba0f943eb30ce0d
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Fri Oct 26 09:42:07 2018 +0900

    build: Fix libassuan.m4.
    
    * src/libassuan.m4: Use AC_PATH_PROG to detect libassuan-config.
    
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>

diff --git a/src/libassuan.m4 b/src/libassuan.m4
index e1ebbd1..c9af77b 100644
--- a/src/libassuan.m4
+++ b/src/libassuan.m4
@@ -34,7 +34,7 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON],
     fi
   fi
   if test -z "$use_gpgrt_config"; then
-    AC_PATH_TOOL(LIBASSUAN_CONFIG, libassuan-config, no)
+    AC_PATH_PROG(LIBASSUAN_CONFIG, libassuan-config, no)
   fi
 
   tmp=ifelse([$1], ,1:0.9.2,$1)

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

Summary of changes:
 src/libassuan.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
IPC library used by GnuPG
http://git.gnupg.org




More information about the Gnupg-commits mailing list