repo/automake/build

8 lines
212 B
Text
Raw Normal View History

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