repo/automake/build
2021-07-16 02:05:23 +02:00

7 lines
209 B
Text
Executable file

wget https://ftp.gnu.org/gnu/automake/automake-1.16.3.tar.xz
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