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