diff options
author | Marcus Brinkmann <[email protected]> | 2004-04-22 18:23:56 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2004-04-22 18:23:56 +0000 |
commit | a7adf03290a9a185ae27ab672401ecfb966a8ac6 (patch) | |
tree | 1d6cc8cf78d59a41fc3d08bd1862dbac25118f49 | |
parent | (gpgme_key_unref): Allow passing NULL like free does. (diff) | |
download | gpgme-a7adf03290a9a185ae27ab672401ecfb966a8ac6.tar.gz gpgme-a7adf03290a9a185ae27ab672401ecfb966a8ac6.zip |
2004-04-22 Marcus Brinkmann <[email protected]>
* gpgme.m4: Quote first argument to AC_DEFUN.
-rw-r--r-- | gpgme/ChangeLog | 4 | ||||
-rw-r--r-- | gpgme/gpgme.m4 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gpgme/ChangeLog b/gpgme/ChangeLog index 3192ad01..d92da6c9 100644 --- a/gpgme/ChangeLog +++ b/gpgme/ChangeLog @@ -1,3 +1,7 @@ +2004-04-22 Marcus Brinkmann <[email protected]> + + * gpgme.m4: Quote first argument to AC_DEFUN. + 2004-04-21 Werner Koch <[email protected]> * key.c (gpgme_key_unref): Allow passing NULL like free does. diff --git a/gpgme/gpgme.m4 b/gpgme/gpgme.m4 index 5cdbca84..519393bf 100644 --- a/gpgme/gpgme.m4 +++ b/gpgme/gpgme.m4 @@ -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)]), |