diff options
author | rillig <rillig> | 2006-05-21 09:43:07 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-05-21 09:43:07 +0000 |
commit | 457442527f7acd40ed229bb5f24898699a49f0a3 (patch) | |
tree | ddc69fcf25812fd8ba78fb6a636a4cbea05dabc3 | |
parent | 18062be901bf82ea75558b3fe2ade417fe0cc334 (diff) | |
download | pkgsrc-457442527f7acd40ed229bb5f24898699a49f0a3.tar.gz |
Fixed a documentation bug. It's AC_INCLUDES_DEFAULT, not
AC_DEFAULT_INCLUDES. Bumped PKGREVISION.
-rw-r--r-- | devel/autoconf/Makefile | 4 | ||||
-rw-r--r-- | devel/autoconf/distinfo | 4 | ||||
-rw-r--r-- | devel/autoconf/patches/patch-ab | 33 |
3 files changed, 34 insertions, 7 deletions
diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index e388077450a..04d71d3775a 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.59 2006/03/30 03:44:42 jlam Exp $ +# $NetBSD: Makefile,v 1.60 2006/05/21 09:43:07 rillig Exp $ DISTNAME= autoconf-2.59 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=autoconf/} EXTRACT_SUFX= .tar.bz2 diff --git a/devel/autoconf/distinfo b/devel/autoconf/distinfo index 9c43ee7514a..8e7aa179364 100644 --- a/devel/autoconf/distinfo +++ b/devel/autoconf/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.13 2005/02/23 22:24:09 agc Exp $ +$NetBSD: distinfo,v 1.14 2006/05/21 09:43:07 rillig Exp $ SHA1 (autoconf-2.59.tar.bz2) = d366a07b2d99c95b7f24395aa8a8e023d8b93b69 RMD160 (autoconf-2.59.tar.bz2) = 792c45aade68e2ed19a0e4c6ebc0e20cb8298e1a Size (autoconf-2.59.tar.bz2) = 925073 bytes SHA1 (patch-aa) = 9e8d3d2dd52e145c70a25bdf45a46aea0eb28a63 -SHA1 (patch-ab) = c0510b4239bd5a69851690b0456b4a7109ee8928 +SHA1 (patch-ab) = d7dd2cc35620227b9a07cd1cb6fe66aa33302163 SHA1 (patch-ac) = d8bf5a8c12bdc5f4953f3299a32520c6fca97b81 SHA1 (patch-ad) = ea9ec5e087c7b9099c347587a9bd545cc0634309 diff --git a/devel/autoconf/patches/patch-ab b/devel/autoconf/patches/patch-ab index e6786b3e4df..5f1b59b1f60 100644 --- a/devel/autoconf/patches/patch-ab +++ b/devel/autoconf/patches/patch-ab @@ -1,7 +1,9 @@ -$NetBSD: patch-ab,v 1.9 2003/12/06 18:26:36 wiz Exp $ +$NetBSD: patch-ab,v 1.10 2006/05/21 09:43:07 rillig Exp $ ---- doc/autoconf.info.orig Tue Nov 4 09:47:35 2003 -+++ doc/autoconf.info +It's AC_INCLUDES_DEFAULT, not AC_DEFAULT_INCLUDES. + +--- doc/autoconf.info.orig 2003-11-06 10:36:30.000000000 +0100 ++++ doc/autoconf.info 2006-05-21 11:07:47.000000000 +0200 @@ -27,7 +27,7 @@ START-INFO-DIR-ENTRY * Autoconf: (autoconf). Create source code configuration scripts. END-INFO-DIR-ENTRY @@ -11,3 +13,28 @@ $NetBSD: patch-ab,v 1.9 2003/12/06 18:26:36 wiz Exp $ START-INFO-DIR-ENTRY * autoscan: (autoconf)autoscan Invocation. Semi-automatic `configure.ac' writing +@@ -2598,7 +2598,7 @@ include beforehand (*note Header Files:: + Most generic macros use the following macro to provide the default + set of includes: + +- - Macro: AC_DEFAULT_INCLUDES ([INCLUDE-DIRECTIVES]) ++ - Macro: AC_INCLUDES_DEFAULT ([INCLUDE-DIRECTIVES]) + Expand to INCLUDE-DIRECTIVES if defined, otherwise to: + + #include <stdio.h> +@@ -14106,7 +14106,6 @@ This is an alphabetical list of the Auto + * AC_CYGWIN: Obsolete Macros. + * AC_DECL_SYS_SIGLIST: Obsolete Macros. + * AC_DECL_YYTEXT: Obsolete Macros. +-* AC_DEFAULT_INCLUDES: Default Includes. + * AC_DEFINE: Defining Symbols. + * AC_DEFINE_UNQUOTED: Defining Symbols. + * AC_DEFUN <1>: Obsoleting Macros. +@@ -14189,6 +14188,7 @@ This is an alphabetical list of the Auto + * AC_HEADER_TIOCGWINSZ: Particular Headers. + * AC_HELP_STRING <1>: Obsolete Macros. + * AC_HELP_STRING: Pretty Help Strings. ++* AC_INCLUDES_DEFAULT: Default Includes. + * AC_INIT <1>: Obsolete Macros. + * AC_INIT: Initializing configure. + * AC_INLINE: Obsolete Macros. |