pkgsrc/devel/oaf/patches/patch-aa
wiz 58165bf3e8 Fix AC_DEFUN argument quoting for automake 1.8 and newer. No
PKGREVISION bump because most people won't care.
2005-04-27 14:57:54 +00:00

13 lines
405 B
Text

$NetBSD: patch-aa,v 1.7 2005/04/27 15:01:29 wiz Exp $
--- oaf.m4.orig 1999-12-03 16:09:35.000000000 +0100
+++ oaf.m4
@@ -1,7 +1,7 @@
dnl AM_PATH_OAF([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
dnl Test for OAF, and define OAF_CFLAGS and OAF_LIBS
dnl
-AC_DEFUN(AM_PATH_OAF,
+AC_DEFUN([AM_PATH_OAF],
[dnl
dnl Get the cflags and libraries from the oaf-config script
dnl