Blame SOURCES/autoconf213-info.patch

3e6817
--- autoconf-2.13/autoconf.texi.version	2007-02-15 11:33:42.000000000 +0100
3e6817
+++ autoconf-2.13/autoconf.texi	2007-02-15 11:33:42.000000000 +0100
3e6817
@@ -1,7 +1,7 @@
3e6817
 \input texinfo @c -*-texinfo-*-
3e6817
 @c %**start of header
3e6817
-@setfilename autoconf.info
3e6817
-@settitle Autoconf
3e6817
+@setfilename autoconf213.info
3e6817
+@settitle Autoconf-2.13
3e6817
 @c For double-sided printing, uncomment:
3e6817
 @c @setchapternewpage odd
3e6817
 @c %**end of header
3e6817
@@ -17,7 +17,8 @@
3e6817
 @ifinfo
3e6817
 @format
3e6817
 START-INFO-DIR-ENTRY
3e6817
-* Autoconf: (autoconf).         Create source code configuration scripts.
3e6817
+* Autoconf213: (autoconf213).   Create source code configuration scripts.
3e6817
+                                This is a legacy version of autoconf.
3e6817
 END-INFO-DIR-ENTRY
3e6817
 @end format
3e6817
 
3e6817
--- autoconf-2.13/Makefile.in.version	2007-02-15 11:33:42.000000000 +0100
3e6817
+++ autoconf-2.13/Makefile.in	2007-02-15 11:37:18.000000000 +0100
3e6817
@@ -68,8 +68,8 @@
3e6817
 DISTFILES = AUTHORS COPYING ChangeLog ChangeLog.1 INSTALL \
3e6817
 	Makefile.in NEWS README TODO $(M4FILES) \
3e6817
 	acconfig.h acfunctions acheaders acidentifiers \
3e6817
-	acmakevars acprograms autoconf.info* \
3e6817
-	autoconf.sh autoconf.texi install.texi \
3e6817
+	acmakevars acprograms autoconf213.info* \
3e6817
+	autoconf.sh autoconf213.texi install.texi \
3e6817
 	autoheader.sh autoscan.pl autoreconf.sh autoupdate.sh ifnames.sh \
3e6817
 	config.guess config.sub configure configure.in \
3e6817
 	install-sh mkinstalldirs texinfo.tex \
3e6817
@@ -106,11 +106,11 @@
3e6817
 autoconf.m4f: autoconf.m4 acgeneral.m4 acspecific.m4 acoldnames.m4
3e6817
 autoheader.m4f: autoheader.m4 acgeneral.m4 acspecific.m4 acoldnames.m4
3e6817
 
3e6817
-info: autoconf.info @standards_info@ INSTALL
3e6817
+info: autoconf213.info @standards_info@ INSTALL
3e6817
 
3e6817
 # Use --no-split to avoid creating filenames > 14 chars.
3e6817
-autoconf.info: autoconf.texi install.texi
3e6817
-	$(MAKEINFO) -I$(srcdir) $(srcdir)/autoconf.texi --no-split --output=$@
3e6817
+autoconf213.info: autoconf213.texi install.texi
3e6817
+	$(MAKEINFO) -I$(srcdir) $(srcdir)/autoconf213.texi --no-split --output=$@
3e6817
 
3e6817
 INSTALL: install.texi
3e6817
 	$(MAKEINFO) -I$(srcdir) $(srcdir)/install.texi --output=$@ \
3e6817
@@ -121,8 +121,8 @@
3e6817
 
3e6817
 dvi: autoconf.dvi @standards_dvi@
3e6817
 
3e6817
-autoconf.dvi: autoconf.texi
3e6817
-	$(TEXI2DVI) $(srcdir)/autoconf.texi
3e6817
+autoconf.dvi: autoconf213.texi
3e6817
+	$(TEXI2DVI) $(srcdir)/autoconf213.texi
3e6817
 
3e6817
 standards.dvi: standards.texi make-stds.texi
3e6817
 	$(TEXI2DVI) $(srcdir)/standards.texi
3e6817
@@ -159,7 +159,7 @@
3e6817
 
3e6817
 # Don't cd, to avoid breaking install-sh references.
3e6817
 install-info: info installdirs
3e6817
-	if test -f autoconf.info; then \
3e6817
+	if test -f autoconf213.info; then \
3e6817
 	  for i in *.info*; do \
3e6817
 	    $(INSTALL_DATA) $$i $(DESTDIR)/$(infodir)/$$i; \
3e6817
 	  done; \
3e6817
@@ -174,7 +174,7 @@
3e6817
 	  rm -f $(bindir)/`echo $$p|sed '$(transform)'`; \
3e6817
 	done
3e6817
 	rm -fr $(acdatadir)
3e6817
-	cd $(infodir) && rm -f autoconf.info*
3e6817
+	cd $(infodir) && rm -f autoconf213.info*
3e6817
 	if test -f standards.info || test -f $(srcdir)/standards.info; \
3e6817
 	then cd $(infodir) && rm -f standards.info*; fi
3e6817