2004-04-22 Marcus Brinkmann <marcus@g10code.de>

* gpgme.m4: Quote first argument to AC_DEFUN.
This commit is contained in:
Marcus Brinkmann 2004-04-22 18:23:56 +00:00
parent 37a4f44f06
commit a7adf03290
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-04-22 Marcus Brinkmann <marcus@g10code.de>
* gpgme.m4: Quote first argument to AC_DEFUN.
2004-04-21 Werner Koch <wk@gnupg.org>
* key.c (gpgme_key_unref): Allow passing NULL like free does.

View File

@ -1,7 +1,7 @@
dnl Autoconf macros for libgpgme
dnl $Id$
AC_DEFUN(_AM_PATH_GPGME_CONFIG,
AC_DEFUN([_AM_PATH_GPGME_CONFIG],
[ AC_ARG_WITH(gpgme-prefix,
AC_HELP_STRING([--with-gpgme-prefix=PFX],
[prefix where GPGME is installed (optional)]),