aboutsummaryrefslogtreecommitdiffstats
path: root/acinclude.m4
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2005-01-12 10:28:42 +0000
committerMarcus Brinkmann <[email protected]>2005-01-12 10:28:42 +0000
commit2fe3ceba81deda356562fe9d98fbcf9e5f7838fd (patch)
tree9d7457a16045d5c9c50b19bd274cd58b52cdcf72 /acinclude.m4
parent2004-12-28 Werner Koch <[email protected]> (diff)
downloadgpgme-2fe3ceba81deda356562fe9d98fbcf9e5f7838fd.tar.gz
gpgme-2fe3ceba81deda356562fe9d98fbcf9e5f7838fd.zip
2004-12-28 Werner Koch <[email protected]>
Released 1.0.2. * Makefile.am (AUTOMAKE_OPTIONS): Build bzip 2 version. (ACLOCAL_AMFLAGS): Add -I m4. * configure.ac: Require automake 1.9.3 and autoconf 2.59. * acinclude.m4: Changed quoting for automake 1.9. * README: Use SHA1 instead of MD5.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 3042240f..c62e596d 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -24,7 +24,7 @@ dnl for one substitution.
dnl We must use a temp file in the current directory because make
dnl distcheck installs all sourcefiles RO.
dnl (wk 2001-12-18)
-AC_DEFUN(GNUPG_FIX_HDR_VERSION,
+AC_DEFUN([GNUPG_FIX_HDR_VERSION],
[ sed "s/^#define $2 \".*/#define $2 \"$VERSION\"/" $srcdir/$1 > fixhdr.tmp
if cmp -s $srcdir/$1 fixhdr.tmp 2>/dev/null; then
rm -f fixhdr.tmp
@@ -47,7 +47,7 @@ dnl GNUPG_CHECK_VA_COPY()
dnl Do some check on how to implement va_copy.
dnl May define MUST_COPY_VA_BY_VAL.
dnl Actual test code taken from glib-1.1.
-AC_DEFUN(GNUPG_CHECK_VA_COPY,
+AC_DEFUN([GNUPG_CHECK_VA_COPY],
[ AC_MSG_CHECKING(whether va_lists must be copied by value)
AC_CACHE_VAL(gnupg_cv_must_copy_va_byval,[
gnupg_cv_must_copy_va_byval=no