2004-04-22 Marcus Brinkmann <marcus@g10code.de>
* gpgme.m4: Quote first argument to AC_DEFUN.
This commit is contained in:
parent
37a4f44f06
commit
a7adf03290
@ -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>
|
2004-04-21 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* key.c (gpgme_key_unref): Allow passing NULL like free does.
|
* key.c (gpgme_key_unref): Allow passing NULL like free does.
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
dnl Autoconf macros for libgpgme
|
dnl Autoconf macros for libgpgme
|
||||||
dnl $Id$
|
dnl $Id$
|
||||||
|
|
||||||
AC_DEFUN(_AM_PATH_GPGME_CONFIG,
|
AC_DEFUN([_AM_PATH_GPGME_CONFIG],
|
||||||
[ AC_ARG_WITH(gpgme-prefix,
|
[ AC_ARG_WITH(gpgme-prefix,
|
||||||
AC_HELP_STRING([--with-gpgme-prefix=PFX],
|
AC_HELP_STRING([--with-gpgme-prefix=PFX],
|
||||||
[prefix where GPGME is installed (optional)]),
|
[prefix where GPGME is installed (optional)]),
|
||||||
|
Loading…
Reference in New Issue
Block a user