pkgsrc/net/ORBit/patches/patch-aa
wiz 63bc8e3278 Fix AC_DEFUN argument quoting for automake 1.8 and newer. Addresses
part of PR 30053.  No PKGREVISION bump because most people won't
care.
2005-04-27 08:57:00 +00:00

13 lines
424 B
Text

$NetBSD: patch-aa,v 1.13 2005/04/27 08:57:00 wiz Exp $
--- ORBit.m4.orig 2002-06-06 13:07:26.000000000 +0200
+++ ORBit.m4
@@ -1,7 +1,7 @@
dnl AM_PATH_ORBIT([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
dnl Test for ORBit, and define ORBIT_CFLAGS and ORBIT_LIBS
dnl
-AC_DEFUN(AM_PATH_ORBIT,
+AC_DEFUN([AM_PATH_ORBIT],
[dnl
dnl Get the cflags and libraries from the orbit-config script
dnl