Обновление README.md, исходников, пакетки
This commit is contained in:
@ -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 ***
|
||||
|
||||
Reference in New Issue
Block a user