pkgsrc/net/ORBit/patches/patch-ah
wiz 11884b4eb0 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 09:06:39 +00:00

13 lines
452 B
Text

$NetBSD: patch-ah,v 1.9 2005/04/27 09:06:39 wiz Exp $
--- libIDL/libIDL.m4.in.orig 2002-06-06 13:07:29.000000000 +0200
+++ libIDL/libIDL.m4.in
@@ -3,7 +3,7 @@
dnl AM_PATH_LIBIDL([MINIMUM-VERSION, [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND [, MODULES]]]])
dnl Test for LIBIDL, and define LIBIDL_CFLAGS and LIBIDL_LIBS
dnl
-AC_DEFUN(AM_PATH_LIBIDL,
+AC_DEFUN([AM_PATH_LIBIDL],
[dnl
dnl Get the cflags and libraries from the libIDL-config script
dnl