150 lines
6.9 KiB
Diff
Executable File
150 lines
6.9 KiB
Diff
Executable File
Only in autoconf-version/bin: autoconf
|
|
Only in autoconf-version/bin: autoconf.in
|
|
Only in autoconf-version/bin: autoheader
|
|
Only in autoconf-version/bin: autom4te
|
|
Only in autoconf-version/bin: autoreconf
|
|
Only in autoconf-version/bin: autoscan
|
|
Only in autoconf-version/bin: autoupdate
|
|
Only in autoconf-version/bin: ifnames
|
|
Only in autoconf-version/: config.log
|
|
Only in autoconf-version/: config.status
|
|
diff -ur autoconf-2.71/doc/autoconf.texi autoconf-version/doc/autoconf.texi
|
|
--- autoconf-2.71/doc/autoconf.texi 2021-01-28 21:46:48.000000000 +0100
|
|
+++ autoconf-version/doc/autoconf.texi 2022-01-31 10:05:40.000000000 +0100
|
|
@@ -1,9 +1,9 @@
|
|
\input texinfo @c -*-texinfo-*-
|
|
@comment ========================================================
|
|
@comment %**start of header
|
|
-@setfilename autoconf.info
|
|
+@setfilename autoconf27.info
|
|
@include version.texi
|
|
-@settitle Autoconf
|
|
+@settitle Autoconf_27
|
|
@documentencoding UTF-8
|
|
@set txicodequoteundirected
|
|
@set txicodequotebacktick
|
|
@@ -227,7 +227,7 @@
|
|
|
|
@dircategory Software development
|
|
@direntry
|
|
-* Autoconf: (autoconf). Create source code configuration scripts.
|
|
+* Autoconf_27: (autoconf27). Create source code configuration scripts.
|
|
@end direntry
|
|
|
|
@dircategory Individual utilities
|
|
Only in autoconf-version/lib/autoconf: autoconf.m4f
|
|
Only in autoconf-version/lib: autom4te.cfg
|
|
Only in autoconf-version/lib/autoscan: autoscan.list
|
|
Only in autoconf-version/lib/autotest: autotest.m4f
|
|
Only in autoconf-version/lib/m4sugar: m4sh.m4f
|
|
Only in autoconf-version/lib/m4sugar: m4sugar.m4f
|
|
Only in autoconf-version/lib/m4sugar: version.m4
|
|
Only in autoconf-version/: Makefile
|
|
diff -ur autoconf-2.71/Makefile.in autoconf-version/Makefile.in
|
|
--- autoconf-2.71/Makefile.in 2021-01-28 22:06:02.000000000 +0100
|
|
+++ autoconf-version/Makefile.in 2022-01-31 10:37:04.000000000 +0100
|
|
@@ -195,7 +195,7 @@
|
|
test $$has_opt = yes
|
|
am__make_dryrun = (target_option=n; $(am__make_running_with_option))
|
|
am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
|
|
-pkgdatadir = $(datadir)/@PACKAGE@
|
|
+pkgdatadir = $(datadir)/autoconf27
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
pkglibdir = $(libdir)/@PACKAGE@
|
|
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
|
@@ -311,13 +311,13 @@
|
|
am__v_texidevnull_0 = > /dev/null
|
|
am__v_texidevnull_1 =
|
|
am__dirstamp = $(am__leading_dot)dirstamp
|
|
-INFO_DEPS = $(srcdir)/doc/autoconf.info $(srcdir)/doc/standards.info
|
|
+INFO_DEPS = $(srcdir)/doc/autoconf27.info $(srcdir)/doc/standards.info
|
|
am__TEXINFO_TEX_DIR = $(srcdir)/build-aux
|
|
DVIS = doc/autoconf.dvi doc/standards.dvi
|
|
PDFS = doc/autoconf.pdf doc/standards.pdf
|
|
PSS = doc/autoconf.ps doc/standards.ps
|
|
HTMLS = doc/autoconf.html doc/standards.html
|
|
-TEXINFOS = doc/autoconf.texi doc/standards.texi
|
|
+TEXINFOS = doc/autoconf27.texi doc/standards.texi
|
|
TEXI2DVI = texi2dvi
|
|
TEXI2PDF = $(TEXI2DVI) --pdf --batch
|
|
MAKEINFOHTML = $(MAKEINFO) --html
|
|
@@ -691,7 +691,7 @@
|
|
AM_MAKEINFOFLAGS = --no-split
|
|
TEXI2HTML_FLAGS = -split_chapter
|
|
TEXINFO_TEX = build-aux/texinfo.tex
|
|
-info_TEXINFOS = doc/autoconf.texi doc/standards.texi
|
|
+info_TEXINFOS = doc/autoconf27.texi doc/standards.texi
|
|
doc_autoconf_TEXINFOS = doc/fdl.texi doc/install.texi
|
|
doc_standards_TEXINFOS = doc/fdl.texi doc/gnu-oids.texi doc/make-stds.texi
|
|
TAGS_FILES = $(dist_perllib_DATA) $(dist_autoconflib_DATA) \
|
|
@@ -1019,7 +1019,7 @@
|
|
@$(MKDIR_P) doc
|
|
@: > doc/$(am__dirstamp)
|
|
|
|
-$(srcdir)/doc/autoconf.info: doc/autoconf.texi $(srcdir)/doc/version.texi $(doc_autoconf_TEXINFOS)
|
|
+$(srcdir)/doc/autoconf27.info: doc/autoconf27.texi $(srcdir)/doc/version.texi $(doc_autoconf_TEXINFOS)
|
|
$(AM_V_MAKEINFO)restore=: && backupdir="$(am__leading_dot)am$$$$" && \
|
|
am__cwd=`pwd` && $(am__cd) $(srcdir) && \
|
|
rm -rf $$backupdir && mkdir $$backupdir && \
|
|
@@ -1030,7 +1030,7 @@
|
|
else :; fi && \
|
|
cd "$$am__cwd"; \
|
|
if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \
|
|
- -o $@ $(srcdir)/doc/autoconf.texi; \
|
|
+ -o $@ $(srcdir)/doc/autoconf27.texi; \
|
|
then \
|
|
rc=0; \
|
|
$(am__cd) $(srcdir); \
|
|
@@ -1041,32 +1041,32 @@
|
|
fi; \
|
|
rm -rf $$backupdir; exit $$rc
|
|
|
|
-doc/autoconf.dvi: doc/autoconf.texi $(srcdir)/doc/version.texi $(doc_autoconf_TEXINFOS) doc/$(am__dirstamp)
|
|
+doc/autoconf.dvi: doc/autoconf27.texi $(srcdir)/doc/version.texi $(doc_autoconf_TEXINFOS) doc/$(am__dirstamp)
|
|
$(AM_V_TEXI2DVI)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
|
|
MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \
|
|
$(TEXI2DVI) $(AM_V_texinfo) --build-dir=$(@:.dvi=.t2d) -o $@ $(AM_V_texidevnull) \
|
|
- `test -f 'doc/autoconf.texi' || echo '$(srcdir)/'`doc/autoconf.texi
|
|
+ `test -f 'doc/autoconf27.texi' || echo '$(srcdir)/'`doc/autoconf27.texi
|
|
|
|
-doc/autoconf.pdf: doc/autoconf.texi $(srcdir)/doc/version.texi $(doc_autoconf_TEXINFOS) doc/$(am__dirstamp)
|
|
+doc/autoconf.pdf: doc/autoconf27.texi $(srcdir)/doc/version.texi $(doc_autoconf_TEXINFOS) doc/$(am__dirstamp)
|
|
$(AM_V_TEXI2PDF)TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \
|
|
MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc' \
|
|
$(TEXI2PDF) $(AM_V_texinfo) --build-dir=$(@:.pdf=.t2p) -o $@ $(AM_V_texidevnull) \
|
|
- `test -f 'doc/autoconf.texi' || echo '$(srcdir)/'`doc/autoconf.texi
|
|
+ `test -f 'doc/autoconf27.texi' || echo '$(srcdir)/'`doc/autoconf27.texi
|
|
|
|
-doc/autoconf.html: doc/autoconf.texi $(srcdir)/doc/version.texi $(doc_autoconf_TEXINFOS) doc/$(am__dirstamp)
|
|
+doc/autoconf.html: doc/autoconf27.texi $(srcdir)/doc/version.texi $(doc_autoconf_TEXINFOS) doc/$(am__dirstamp)
|
|
$(AM_V_MAKEINFO)rm -rf $(@:.html=.htp)
|
|
$(AM_V_at)if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I doc -I $(srcdir)/doc \
|
|
- -o $(@:.html=.htp) `test -f 'doc/autoconf.texi' || echo '$(srcdir)/'`doc/autoconf.texi; \
|
|
+ -o $(@:.html=.htp) `test -f 'doc/autoconf27.texi' || echo '$(srcdir)/'`doc/autoconf27.texi; \
|
|
then \
|
|
rm -rf $@ && mv $(@:.html=.htp) $@; \
|
|
else \
|
|
rm -rf $(@:.html=.htp); exit 1; \
|
|
fi
|
|
$(srcdir)/doc/version.texi: $(srcdir)/doc/stamp-vti
|
|
-$(srcdir)/doc/stamp-vti: doc/autoconf.texi $(top_srcdir)/configure
|
|
+$(srcdir)/doc/stamp-vti: doc/autoconf27.texi $(top_srcdir)/configure
|
|
@test -f doc/$(am__dirstamp) || $(MAKE) $(AM_MAKEFLAGS) doc/$(am__dirstamp)
|
|
- @(dir=.; test -f ./doc/autoconf.texi || dir=$(srcdir); \
|
|
- set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/doc/autoconf.texi`; \
|
|
+ @(dir=.; test -f ./doc/autoconf27.texi || dir=$(srcdir); \
|
|
+ set `$(SHELL) $(top_srcdir)/build-aux/mdate-sh $$dir/doc/autoconf27.texi`; \
|
|
echo "@set UPDATED $$1 $$2 $$3"; \
|
|
echo "@set UPDATED-MONTH $$2 $$3"; \
|
|
echo "@set EDITION $(VERSION)"; \
|
|
Only in autoconf-version/tests: atconfig
|
|
Only in autoconf-version/tests: atlocal
|
|
Only in autoconf-version/tests: autoconf
|
|
Only in autoconf-version/tests: autoheader
|
|
Only in autoconf-version/tests: autom4te
|
|
Only in autoconf-version/tests: autoreconf
|
|
Only in autoconf-version/tests: autoscan
|
|
Only in autoconf-version/tests: autoupdate
|
|
Only in autoconf-version/tests: ifnames
|
|
Only in autoconf-version/tests: wrapper.in
|