diff options
author | ade <ade@FreeBSD.org> | 2008-08-20 08:57:32 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2008-08-20 08:57:32 +0800 |
commit | 8eb92ae1d0dce072ddbe65c4852625fae9d1eddb (patch) | |
tree | 0187b240fea44ca0f29e4c127dba0644d947187e /net-mgmt/nagios-plugins | |
parent | 6998bd19975dd6b512ccc433d82c50c8893fbc13 (diff) | |
download | freebsd-ports-graphics-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.gz freebsd-ports-graphics-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.tar.zst freebsd-ports-graphics-8eb92ae1d0dce072ddbe65c4852625fae9d1eddb.zip |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin)
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/nagios-plugins/files/patch-gl__m4__extensions.m4 | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index e2cbcbd7fa9..73b70b56542 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -18,7 +18,7 @@ USE_SUBMAKE= yes USE_GMAKE= yes USE_ICONV= yes USE_PERL5= yes -USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:261 +USE_AUTOTOOLS= aclocal:19 automake:19 autoconf:262 ACLOCAL_ARGS= --acdir=${ACLOCAL_DIR} -I m4 -I gl/m4 OPTIONS= QSTAT "Game server query support (check_game)" OFF \ diff --git a/net-mgmt/nagios-plugins/files/patch-gl__m4__extensions.m4 b/net-mgmt/nagios-plugins/files/patch-gl__m4__extensions.m4 new file mode 100644 index 00000000000..596b77bd1a4 --- /dev/null +++ b/net-mgmt/nagios-plugins/files/patch-gl__m4__extensions.m4 @@ -0,0 +1,10 @@ +--- gl/m4/extensions.m4.orig 2007-01-24 22:47:25.000000000 +0000 ++++ gl/m4/extensions.m4 2008-07-14 15:04:08.000000000 +0000 +@@ -18,2 +18,3 @@ + # typically due to standards-conformance issues. ++m4_ifndef([AC_USE_SYSTEM_EXTENSIONS],[ + AC_DEFUN([AC_USE_SYSTEM_EXTENSIONS], +@@ -51,2 +52,3 @@ + ]) ++]) + |