aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--src/gpg-error.m42
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eefd468..2c90faf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2004-04-19 Marcus Brinkmann <[email protected]>
+ * src/gpg-error.m4: Quote first argument to AC_DEFUN.
+
* src/mkerrcodes.awk: Allow whitespace before expanded
preprocessor macro (ie, the error code value). Needed for Solaris 2.8.
diff --git a/src/gpg-error.m4 b/src/gpg-error.m4
index 931630b..a5875f0 100644
--- a/src/gpg-error.m4
+++ b/src/gpg-error.m4
@@ -4,7 +4,7 @@ dnl AM_PATH_GPG_ERROR([MINIMUM-VERSION,
dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]])
dnl Test for libgpg-error and define GPG_ERROR_CFLAGS and GPG_ERROR_LIBS
dnl
-AC_DEFUN(AM_PATH_GPG_ERROR,
+AC_DEFUN([AM_PATH_GPG_ERROR],
[ AC_ARG_WITH(gpg-error-prefix,
AC_HELP_STRING([--with-gpg-error-prefix=PFX],
[prefix where GPG Error is installed (optional)]),