add additional quoting to autoconf macro to stop aclocal warnings

This commit is contained in:
naddy 2011-06-29 17:23:32 +00:00
parent 1162fe9cd6
commit e2d74a71a6
2 changed files with 14 additions and 1 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2010/11/19 22:31:33 espie Exp $
# $OpenBSD: Makefile,v 1.5 2011/06/29 17:23:32 naddy Exp $
COMMENT= SNMP library based on glib2 and gnet
DISTNAME= gsnmp-0.2.0
REVISION= 0
SHARED_LIBS += gsnmp 0.0 # .0.0
CATEGORIES= net

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-gsnmp_m4,v 1.1 2011/06/29 17:23:32 naddy Exp $
--- gsnmp.m4.orig Wed Jun 29 11:18:27 2011
+++ gsnmp.m4 Wed Jun 29 11:18:48 2011
@@ -1,7 +1,7 @@
dnl AM_PATH_GSNMP()
dnl
-AC_DEFUN(AM_PATH_GSNMP,
+AC_DEFUN([AM_PATH_GSNMP],
[
PKG_CHECK_MODULES(GSNMP, glib-2.0 >= 2.0.1)
])