diff options
Diffstat (limited to 'devel/autoconf253/files')
-rw-r--r-- | devel/autoconf253/files/patch-autoconf.texi | 15 | ||||
-rw-r--r-- | devel/autoconf253/files/patch-doc-Makefile.in | 28 | ||||
-rw-r--r-- | devel/autoconf253/files/patch-standards.texi | 12 |
3 files changed, 37 insertions, 18 deletions
diff --git a/devel/autoconf253/files/patch-autoconf.texi b/devel/autoconf253/files/patch-autoconf.texi index 96be39a790c3..ccff64a74e97 100644 --- a/devel/autoconf253/files/patch-autoconf.texi +++ b/devel/autoconf253/files/patch-autoconf.texi @@ -1,13 +1,16 @@ ---- doc/autoconf.texi.orig Fri Mar 8 12:57:41 2002 -+++ doc/autoconf.texi Thu Oct 14 20:14:14 2004 +--- doc/autoconf.texi.orig Fri Mar 8 04:57:41 2002 ++++ doc/autoconf.texi Sat Apr 14 15:36:01 2007 @@ -2,4 +2,4 @@ @c %**start of header -@setfilename autoconf.info -@settitle Autoconf -+@setfilename autoconf253.info -+@settitle Autoconf253 ++@setfilename autoconf-2.53.info ++@settitle Autoconf-2.53 -@@ -36,21 +36,3 @@ +@@ -34,23 +34,5 @@ + +-@dircategory GNU admin ++@dircategory Programming & development tools @direntry -* Autoconf: (autoconf). Create source code configuration scripts -@end direntry @@ -28,5 +31,5 @@ - Recreating a configuration -* testsuite: (autoconf)testsuite Invocation. - Running an Autotest test suite -+* Autoconf253: (autoconf253). Create source code configuration scripts ++* Autoconf-2.53: (autoconf-2.53). Create source code configuration scripts. @end direntry diff --git a/devel/autoconf253/files/patch-doc-Makefile.in b/devel/autoconf253/files/patch-doc-Makefile.in new file mode 100644 index 000000000000..a4d4c79be5f0 --- /dev/null +++ b/devel/autoconf253/files/patch-doc-Makefile.in @@ -0,0 +1,28 @@ +--- doc/Makefile.in.orig Fri Mar 8 05:10:30 2002 ++++ doc/Makefile.in Thu Apr 5 01:01:20 2007 +@@ -86,3 +86,3 @@ + +-info_TEXINFOS = autoconf.texi standards.texi ++info_TEXINFOS = autoconf-2.53.texi + autoconf_TEXINFOS = fdl.texi install.texi +@@ -103,5 +103,5 @@ + TEXINFO_TEX = $(top_srcdir)/config/texinfo.tex +-INFO_DEPS = autoconf.info standards.info +-DVIS = autoconf.dvi standards.dvi +-TEXINFOS = autoconf.texi standards.texi ++INFO_DEPS = autoconf-2.53.info ++DVIS = autoconf.dvi ++TEXINFOS = autoconf-2.53.texi + DIST_COMMON = $(autoconf_TEXINFOS) $(standards_TEXINFOS) Makefile.am \ +@@ -120,4 +120,4 @@ + @: +-$(srcdir)/stamp-vti: autoconf.texi $(top_srcdir)/configure.ac +- @(set `$(SHELL) $(top_srcdir)/config/mdate-sh $(srcdir)/autoconf.texi`; \ ++$(srcdir)/stamp-vti: autoconf-2.53.texi $(top_srcdir)/configure.ac ++ @(set `$(SHELL) $(top_srcdir)/config/mdate-sh $(srcdir)/autoconf-2.53.texi`; \ + echo "@set UPDATED $$1 $$2 $$3"; \ +@@ -138,3 +138,3 @@ + +-autoconf.info: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS) ++autoconf-2.53.info: autoconf-2.53.texi $(srcdir)/version.texi $(autoconf_TEXINFOS) + autoconf.dvi: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS) diff --git a/devel/autoconf253/files/patch-standards.texi b/devel/autoconf253/files/patch-standards.texi deleted file mode 100644 index a0386512057f..000000000000 --- a/devel/autoconf253/files/patch-standards.texi +++ /dev/null @@ -1,12 +0,0 @@ ---- doc/standards.texi.orig Fri Nov 2 08:29:03 2001 -+++ doc/standards.texi Wed Feb 11 00:11:15 2004 -@@ -2,3 +2,3 @@ - @c %**start of header --@setfilename standards.info -+@setfilename standards253.info - @settitle GNU Coding Standards -@@ -11,3 +11,3 @@ - START-INFO-DIR-ENTRY --* Standards: (standards). GNU coding standards. -+* Standards253: (standards253). GNU coding standards. - END-INFO-DIR-ENTRY |