From: Simon McVittie <smcv@debian.org>
Subject: Do not build autoconf.info any more

Based on a patch by David Prévot <taffit@debian.org> for autoconf2.59.

Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708781
Forwarded: not-needed

--- autoconf2.64-2.64/doc/Makefile.am	2009-03-16 14:37:04.000000000 +0000
+++ autoconf2.64-2.64+dfsg/doc/Makefile.am	2014-11-07 18:50:35.180407944 +0000
@@ -20,7 +20,7 @@
 TEXI2HTML_FLAGS = -split_chapter
 TEXINFO_TEX = ../build-aux/texinfo.tex
 
-info_TEXINFOS = autoconf.texi standards.texi
+info_TEXINFOS = standards.texi
 autoconf_TEXINFOS = fdl.texi install.texi
 standards_TEXINFOS = fdl.texi gnu-oids.texi make-stds.texi
 
--- autoconf2.64-2.64/doc/Makefile.in	2009-07-27 04:28:44.000000000 +0100
+++ autoconf2.64-2.64+dfsg/doc/Makefile.in	2014-11-07 18:52:06.345226181 +0000
@@ -50,9 +67,8 @@
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
 subdir = doc
-DIST_COMMON = $(autoconf_TEXINFOS) $(srcdir)/Makefile.am \
-	$(srcdir)/Makefile.in $(srcdir)/stamp-vti \
-	$(srcdir)/version.texi $(standards_TEXINFOS)
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+	$(standards_TEXINFOS)
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/m4/m4.m4 \
 	$(top_srcdir)/m4/make-case.m4 $(top_srcdir)/configure.ac
@@ -63,13 +79,13 @@
 CONFIG_CLEAN_VPATH_FILES =
 SOURCES =
 DIST_SOURCES =
-INFO_DEPS = $(srcdir)/autoconf.info $(srcdir)/standards.info
+INFO_DEPS = $(srcdir)/standards.info
 am__TEXINFO_TEX_DIR = $(srcdir)/../build-aux
-DVIS = autoconf.dvi standards.dvi
-PDFS = autoconf.pdf standards.pdf
-PSS = autoconf.ps standards.ps
-HTMLS = autoconf.html standards.html
-TEXINFOS = autoconf.texi standards.texi
+DVIS = standards.dvi
+PDFS = standards.pdf
+PSS = standards.ps
+HTMLS = standards.html
+TEXINFOS = standards.texi
 TEXI2DVI = texi2dvi
 TEXI2PDF = $(TEXI2DVI) --pdf --batch
 MAKEINFOHTML = $(MAKEINFO) --html
@@ -189,7 +216,7 @@
 AM_MAKEINFOFLAGS = --no-split
 TEXI2HTML_FLAGS = -split_chapter
 TEXINFO_TEX = ../build-aux/texinfo.tex
-info_TEXINFOS = autoconf.texi standards.texi
+info_TEXINFOS = standards.texi
 autoconf_TEXINFOS = fdl.texi install.texi
 standards_TEXINFOS = fdl.texi gnu-oids.texi make-stds.texi
 EXTRA_DIST = gendocs_template
@@ -280,29 +307,6 @@
 	    rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \
 	  exit 1; \
 	fi
-$(srcdir)/autoconf.info: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
-autoconf.dvi: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
-autoconf.pdf: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
-autoconf.html: autoconf.texi $(srcdir)/version.texi $(autoconf_TEXINFOS)
-$(srcdir)/version.texi:  $(srcdir)/stamp-vti
-$(srcdir)/stamp-vti: autoconf.texi $(top_srcdir)/configure
-	@(dir=.; test -f ./autoconf.texi || dir=$(srcdir); \
-	set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/autoconf.texi`; \
-	echo "@set UPDATED $$1 $$2 $$3"; \
-	echo "@set UPDATED-MONTH $$2 $$3"; \
-	echo "@set EDITION $(VERSION)"; \
-	echo "@set VERSION $(VERSION)") > vti.tmp
-	@cmp -s vti.tmp $(srcdir)/version.texi \
-	  || (echo "Updating $(srcdir)/version.texi"; \
-	      cp vti.tmp $(srcdir)/version.texi)
-	-@rm -f vti.tmp
-	@cp $(srcdir)/version.texi $@
-
-mostlyclean-vti:
-	-rm -f vti.tmp
-
-maintainer-clean-vti:
-	-rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi
 $(srcdir)/standards.info: standards.texi $(standards_TEXINFOS)
 standards.dvi: standards.texi $(standards_TEXINFOS)
 standards.pdf: standards.texi $(standards_TEXINFOS)
