[git] Assuan - branch, master, updated. libassuan-2.5.1-19-g0a2a322
[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 "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 <[email protected]>
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 <[email protected]>
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