repo/automake/build

7 lines
212 B
Text
Executable file

curl -# 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