aboutsummaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2005-01-12 10:16:32 +0000
committerMarcus Brinkmann <[email protected]>2005-01-12 10:16:32 +0000
commita8d0033fff04f7ec8200fb9d7118c234c4ef12bc (patch)
treedb79ff5c71e34e963dc52b2dc210da5b453890a6 /m4
parent2004-12-16 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-a8d0033fff04f7ec8200fb9d7118c234c4ef12bc.tar.gz
gpgme-a8d0033fff04f7ec8200fb9d7118c234c4ef12bc.zip
2004-12-28 Werner Koch <[email protected]>
* pth.m4: Changed quoting for use with automake 1.9.
Diffstat (limited to 'm4')
-rw-r--r--m4/ChangeLog4
-rw-r--r--m4/pth.m46
2 files changed, 7 insertions, 3 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index e5200ee2..aa94780c 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,7 @@
+2004-12-28 Werner Koch <[email protected]>
+
+ * pth.m4: Changed quoting for use with automake 1.9.
+
2004-09-14 Marcus Brinkmann <[email protected]>
* pth.m4: Disable _ac_pth_line, and don't fail if Pth is not
diff --git a/m4/pth.m4 b/m4/pth.m4
index 48ea92e8..db951705 100644
--- a/m4/pth.m4
+++ b/m4/pth.m4
@@ -40,7 +40,7 @@ dnl ## AC_CHECK_PTH(1.2.0,yes,yes,yes,CFLAGS="$CFLAGS -DHAVE_PTH")
dnl ##
dnl
dnl # auxilliary macros
-AC_DEFUN(_AC_PTH_ERROR, [dnl
+AC_DEFUN([_AC_PTH_ERROR], [dnl
AC_MSG_RESULT([*FAILED*])
dnl define(_ac_pth_line,dnl
dnl "+------------------------------------------------------------------------+")
@@ -52,13 +52,13 @@ dnl echo " _ac_pth_line" 1>&2
dnl undefine(_ac_pth_line)
exit 1
])
-AC_DEFUN(_AC_PTH_VERBOSE, [dnl
+AC_DEFUN([_AC_PTH_VERBOSE], [dnl
if test ".$verbose" = .yes; then
AC_MSG_RESULT([ $1])
fi
])
dnl # the user macro
-AC_DEFUN(AC_CHECK_PTH, [dnl
+AC_DEFUN([AC_CHECK_PTH], [dnl
dnl
dnl # prerequisites
AC_REQUIRE([AC_PROG_CC])dnl