pkgsrc/net/soup/patches/patch-af
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-af,v 1.1 2005/04/27 15:00:26 wiz Exp $
--- soup.m4.orig 2001-01-23 22:39:05.000000000 +0100
+++ soup.m4
@@ -4,7 +4,7 @@
dnl AM_PATH_SOUP([ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]])
dnl Test to see if soup is installed, and define SOUP_CFLAGS, LIBS
dnl
-AC_DEFUN(AM_PATH_SOUP,
+AC_DEFUN([AM_PATH_SOUP],
[dnl
dnl Get the cflags and libraries from the soup-config script
dnl