[git] KSBA - branch, master, updated. libksba-1.3.5-27-g910c148

by NIIBE Yutaka cvs at cvs.gnupg.org
Fri Oct 26 02:41:26 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 "KSBA is a library to access X.509 certificates and CMS data.".

The branch, master has been updated
       via  910c148825d50798689998ed760b658f2aeeee64 (commit)
      from  f0116c07d0d89fc7114dedeb3fc638ab9dae2254 (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 910c148825d50798689998ed760b658f2aeeee64
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Fri Oct 26 09:40:43 2018 +0900

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

diff --git a/src/ksba.m4 b/src/ksba.m4
index d02954a..1333979 100644
--- a/src/ksba.m4
+++ b/src/ksba.m4
@@ -50,7 +50,7 @@ AC_DEFUN([AM_PATH_KSBA],
     fi
   fi
   if test -z "$use_gpgrt_config"; then
-    AC_PATH_TOOL(LIBKSBA_CONFIG, ksba-config, no)
+    AC_PATH_PROG(LIBKSBA_CONFIG, ksba-config, no)
   fi
 
   tmp=ifelse([$1], ,1:1.0.0,$1)

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

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


hooks/post-receive
-- 
KSBA is a library to access X.509 certificates and CMS data.
http://git.gnupg.org




More information about the Gnupg-commits mailing list