[Pkg-gnupg-commit] [libassuan] 109/437: 2004-04-22 Marcus Brinkmann <marcus at g10code.de>

Eric Dorland eric at moszumanska.debian.org
Fri May 22 05:33:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository libassuan.

commit 59df999e3388fa3145ee104d7d440345c7a153a6
Author: Marcus Brinkmann <mb at g10code.com>
Date:   Thu Apr 22 18:25:54 2004 +0000

    2004-04-22  Marcus Brinkmann  <marcus at g10code.de>
    
    	* libassuan.m4: Quote first argument to AC_DEFUN.
---
 src/ChangeLog    | 4 ++++
 src/libassuan.m4 | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/ChangeLog b/src/ChangeLog
index 4fc95a7..5d38d05 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2004-04-22  Marcus Brinkmann  <marcus at g10code.de>
+
+	* libassuan.m4: Quote first argument to AC_DEFUN.
+
 2004-04-21  Werner Koch  <wk at gnupg.org>
 
 	* assuan-socket-server.c (accept_connection_bottom): Save the pid
diff --git a/src/libassuan.m4 b/src/libassuan.m4
index 2afc697..16b664c 100644
--- a/src/libassuan.m4
+++ b/src/libassuan.m4
@@ -14,7 +14,7 @@ dnl AM_PATH_LIBASSUAN([MINIMUM-VERSION,
 dnl                   [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
 dnl Test for libassuan and define LIBASSUAN_CFLAGS and LIBASSUAN_LIBS
 dnl
-AC_DEFUN(AM_PATH_LIBASSUAN,
+AC_DEFUN([AM_PATH_LIBASSUAN],
 [ AC_ARG_WITH(libassuan-prefix,
             AC_HELP_STRING([--with-libassuan-prefix=PFX],
                            [prefix where LIBASSUAN is installed (optional)]),

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/libassuan.git



More information about the Pkg-gnupg-commit mailing list