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