diff options
author | grant <grant@pkgsrc.org> | 2003-03-23 11:46:43 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-03-23 11:46:43 +0000 |
commit | 82f8b345abb8a75003527cd4739e0443205ff5b4 (patch) | |
tree | 4f3812be150c339e9ddfdc32ac1d8f661d791829 /devel/autoconf/patches | |
parent | 43a3ec7bdb6b30e7b8790a6c5cb8a11871a02c92 (diff) | |
download | pkgsrc-82f8b345abb8a75003527cd4739e0443205ff5b4.tar.gz |
switch order of patching autoconf.texi and autoconf.info so that
the build process doesn't try and fail to rebuild autoconf.info.
noted by jmc.
Diffstat (limited to 'devel/autoconf/patches')
-rw-r--r-- | devel/autoconf/patches/patch-aa | 18 | ||||
-rw-r--r-- | devel/autoconf/patches/patch-ab | 18 |
2 files changed, 18 insertions, 18 deletions
diff --git a/devel/autoconf/patches/patch-aa b/devel/autoconf/patches/patch-aa index 617728f8adb..348272a14e0 100644 --- a/devel/autoconf/patches/patch-aa +++ b/devel/autoconf/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.7 2003/03/05 12:01:43 grant Exp $ +$NetBSD: patch-aa,v 1.8 2003/03/23 11:46:45 grant Exp $ ---- doc/autoconf.info.orig Tue Dec 3 18:43:16 2002 -+++ doc/autoconf.info -@@ -27,7 +27,7 @@ START-INFO-DIR-ENTRY +--- doc/autoconf.texi.orig Tue Dec 3 18:16:32 2002 ++++ doc/autoconf.texi +@@ -100,7 +100,7 @@ published by the Free Software Foundatio * Autoconf: (autoconf). Create source code configuration scripts - END-INFO-DIR-ENTRY + @end direntry --INFO-DIR-SECTION Individual utilities -+INFO-DIR-SECTION GNU Autoconf - START-INFO-DIR-ENTRY +-@dircategory Individual utilities ++@dircategory GNU Autoconf + @direntry * autoscan: (autoconf)autoscan Invocation. - Semi-automatic `configure.ac' writing + Semi-automatic @file{configure.ac} writing diff --git a/devel/autoconf/patches/patch-ab b/devel/autoconf/patches/patch-ab index cfa24a658c0..3bbd0e24199 100644 --- a/devel/autoconf/patches/patch-ab +++ b/devel/autoconf/patches/patch-ab @@ -1,13 +1,13 @@ -$NetBSD: patch-ab,v 1.7 2003/03/05 12:01:43 grant Exp $ +$NetBSD: patch-ab,v 1.8 2003/03/23 11:46:45 grant Exp $ ---- doc/autoconf.texi.orig Tue Dec 3 18:16:32 2002 -+++ doc/autoconf.texi -@@ -100,7 +100,7 @@ published by the Free Software Foundatio +--- doc/autoconf.info.orig Tue Dec 3 18:43:16 2002 ++++ doc/autoconf.info +@@ -27,7 +27,7 @@ START-INFO-DIR-ENTRY * Autoconf: (autoconf). Create source code configuration scripts - @end direntry + END-INFO-DIR-ENTRY --@dircategory Individual utilities -+@dircategory GNU Autoconf - @direntry +-INFO-DIR-SECTION Individual utilities ++INFO-DIR-SECTION GNU Autoconf + START-INFO-DIR-ENTRY * autoscan: (autoconf)autoscan Invocation. - Semi-automatic @file{configure.ac} writing + Semi-automatic `configure.ac' writing |