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