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