2021-07-16 23:33:05 +03:00
|
|
|
wget https://ftp.gnu.org/gnu/automake/automake-1.16.3.tar.xz
|
2021-07-16 03:05:23 +03:00
|
|
|
tar -xf automake-1.16.3.tar.xz
|
|
|
|
cd automake-1.16.3
|
|
|
|
|
|
|
|
./configure --prefix=/usr --docdir=/usr/share/doc/automake-1.16.1
|
|
|
|
make
|
|
|
|
make DESTDIR="$1" install
|