Обновление README.md, исходников, пакетки

This commit is contained in:
2026-03-27 13:13:52 +03:00
parent 30540602bd
commit fc2a51cf62
240 changed files with 2747 additions and 855 deletions

View File

@ -2,10 +2,14 @@ automake 1.17
=
https://ftp.gnu.org/gnu/automake/automake-1.17.tar.xz
``` sh *** patch ***
sed -i 's|@datadir@|/pkg/gnu/share|g' bin/aclocal.in
```
``` sh *** build ***
./configure \
--prefix=/pkg/gnu/automake &&
make -j$(nproc) && make install
./configure --prefix=/pkg/gnu/automake
make -j$(nproc)
make install
```
``` cfg *** build deps ***