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

[email protected] (by NIIBE Yutaka)
Newsgroups gmane.comp.encryption.gpg.cvs
Message-ID <[email protected]>
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 <[email protected]>
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 <[email protected]>

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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.