Add automake 1.5.

This commit is contained in:
Andrius Štikonas 2021-03-14 10:00:45 +00:00
parent fbceb63248
commit 76d4e4ce94
7 changed files with 127 additions and 6 deletions

View file

@ -372,8 +372,6 @@ packaging software on computer systems where a Bourne shell is available.
At this stage we still do not have a working autotools system, so we manually install
``autoconf`` script and replace a few placeholder variables with ``sed``.
Version 2.52 is the newest version that runs on ``miniperl``.
automake 1.4-p6
===============
@ -386,8 +384,6 @@ removing dependency on ``automake`` at the cost of having to install ``automake`
Then we rebuild both ``automake`` using already installed ``autoconf`` and ``automake``.
Version 1.4-p6 is again the newest version that runs on ``miniperl``.
autoconf 2.52
=============
@ -444,3 +440,9 @@ interactively. This newer version of ``bash`` compiles without any patches,
provides new features, and is built with GNU readline support so it can be used
as an interactive shell. autoconf 2.52 is used to regenerate the configure
script and bison is used to recreate some included generated files.
automake 1.5
============
We build a newer version of GNU Automake. We first build a slightly patched
version with ``automake-1.4`` and then use it to rebuild ``automake 1.5``.