summaryrefslogtreecommitdiff
path: root/devel/autoconf268/files
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/autoconf268/files/patch-autoconf.texi38
-rw-r--r--devel/autoconf268/files/patch-doc-Makefile.in25
2 files changed, 63 insertions, 0 deletions
diff --git a/devel/autoconf268/files/patch-autoconf.texi b/devel/autoconf268/files/patch-autoconf.texi
index ee5ab7ccdcf6..d334ca0c6e2c 100644
--- a/devel/autoconf268/files/patch-autoconf.texi
+++ b/devel/autoconf268/files/patch-autoconf.texi
@@ -3,6 +3,44 @@
@@ -3,5 +3,5 @@
@comment %**start of header
-@setfilename autoconf.info
++@setfilename autoconf-2.67.info
+ @include version.texi
+-@settitle Autoconf
++@settitle Autoconf-2.67
+ @setchapternewpage odd
+@@ -205,25 +205,5 @@
+
+-@dircategory Software development
++@dircategory Programming & development tools
+ @direntry
+-* Autoconf: (autoconf). Create source code configuration scripts.
+-@end direntry
+-
+-@dircategory Individual utilities
+-@direntry
+-* autoscan: (autoconf)autoscan Invocation.
+- Semi-automatic @file{configure.ac} writing
+-* ifnames: (autoconf)ifnames Invocation. Listing conditionals in source.
+-* autoconf-invocation: (autoconf)autoconf Invocation.
+- How to create configuration scripts
+-* autoreconf: (autoconf)autoreconf Invocation.
+- Remaking multiple @command{configure} scripts
+-* autoheader: (autoconf)autoheader Invocation.
+- How to create configuration templates
+-* autom4te: (autoconf)autom4te Invocation.
+- The Autoconf executables backbone
+-* configure: (autoconf)configure Invocation. Configuring a package.
+-* autoupdate: (autoconf)autoupdate Invocation.
+- Automatic update of @file{configure.ac}
+-* config.status: (autoconf)config.status Invocation. Recreating configurations.
+-* testsuite: (autoconf)testsuite Invocation. Running an Autotest test suite.
++* Autoconf-2.67: (autoconf-2.67). Create source code configuration scripts.
+ @end direntry
+--- doc/autoconf.texi.orig 2008-04-05 11:43:30.000000000 -0700
++++ doc/autoconf.texi 2008-05-16 18:27:31.000000000 -0700
+@@ -3,5 +3,5 @@
+ @comment %**start of header
+-@setfilename autoconf.info
+@setfilename autoconf-2.62.info
@include version.texi
-@settitle Autoconf
diff --git a/devel/autoconf268/files/patch-doc-Makefile.in b/devel/autoconf268/files/patch-doc-Makefile.in
index 7c9dfac296c1..60b3715f7a16 100644
--- a/devel/autoconf268/files/patch-doc-Makefile.in
+++ b/devel/autoconf268/files/patch-doc-Makefile.in
@@ -3,6 +3,31 @@
@@ -44,3 +44,3 @@
DIST_SOURCES =
-INFO_DEPS = $(srcdir)/autoconf.info $(srcdir)/standards.info
++INFO_DEPS = $(srcdir)/autoconf-2.67.info
+ TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex
+@@ -51,3 +51,3 @@
+ HTMLS = autoconf.html standards.html
+-TEXINFOS = autoconf.texi standards.texi
++TEXINFOS = autoconf-2.67.texi
+ TEXI2PDF = $(TEXI2DVI) --pdf --batch
+@@ -241,3 +241,3 @@
+ fi
+-$(srcdir)/autoconf.info: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
++$(srcdir)/autoconf-2.67.info: autoconf-2.67.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
+ autoconf.dvi: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
+@@ -246,5 +246,5 @@
+ $(srcdir)/version.texi: $(srcdir)/stamp-vti
+-$(srcdir)/stamp-vti: autoconf.texi $(top_srcdir)/configure
++$(srcdir)/stamp-vti: autoconf-2.67.texi $(top_srcdir)/configure
+ @(dir=.; test -f ./autoconf.texi || dir=$(srcdir); \
+- set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/autoconf.texi`; \
++ set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/autoconf-2.67.texi`; \
+ echo "@set UPDATED $$1 $$2 $$3"; \
+--- doc/Makefile.in.orig Mon Oct 16 13:58:44 2006
++++ doc/Makefile.in Thu Apr 5 01:51:13 2007
+@@ -44,3 +44,3 @@
+ DIST_SOURCES =
+-INFO_DEPS = $(srcdir)/autoconf.info $(srcdir)/standards.info
+INFO_DEPS = $(srcdir)/autoconf-2.62.info
TEXINFO_TEX = $(top_srcdir)/build-aux/texinfo.tex
@@ -51,3 +51,3 @@