diff options
Diffstat (limited to 'devel/autoconf268/files')
-rw-r--r-- | devel/autoconf268/files/patch-autoconf.texi | 38 | ||||
-rw-r--r-- | devel/autoconf268/files/patch-doc-Makefile.in | 25 |
2 files changed, 0 insertions, 63 deletions
diff --git a/devel/autoconf268/files/patch-autoconf.texi b/devel/autoconf268/files/patch-autoconf.texi deleted file mode 100644 index ee5ab7ccdcf6..000000000000 --- a/devel/autoconf268/files/patch-autoconf.texi +++ /dev/null @@ -1,38 +0,0 @@ ---- 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 -+@settitle Autoconf-2.62 - @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.62: (autoconf-2.62). Create source code configuration scripts. - @end direntry diff --git a/devel/autoconf268/files/patch-doc-Makefile.in b/devel/autoconf268/files/patch-doc-Makefile.in deleted file mode 100644 index 7c9dfac296c1..000000000000 --- a/devel/autoconf268/files/patch-doc-Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ ---- 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 @@ - HTMLS = autoconf.html standards.html --TEXINFOS = autoconf.texi standards.texi -+TEXINFOS = autoconf-2.62.texi - TEXI2PDF = $(TEXI2DVI) --pdf --batch -@@ -241,3 +241,3 @@ - fi --$(srcdir)/autoconf.info: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS) -+$(srcdir)/autoconf-2.62.info: autoconf-2.62.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.62.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.62.texi`; \ - echo "@set UPDATED $$1 $$2 $$3"; \ |