Add autogen-5.18.16.

This commit is contained in:
Andrius Štikonas 2022-09-23 22:03:59 +01:00
parent 997cd15453
commit 0d4abd0223
6 changed files with 100 additions and 0 deletions

View file

@ -855,3 +855,11 @@ sed 4.8
Earlier ``sed`` was built with manual makefile with most features compiled out.
Build a newer ``sed`` using GNU Autotools build system. In particular this will let
sed keep executable bit on after in place editing.
autogen 5.18.16
===============
GNU Autogen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text. Unfortunately, the source is full of pregenerated files that require ``autogen`` to rebuild.
We will use `gnu-autogen-bootstrapping <https://github.com/schierlm/gnu-autogen-bootstrapping>`_ project to rebuild
those and create slightly crippled ``autogen`` that is then able to build full-featured version.