repo/libtool/build

7 lines
166 B
Text
Executable file

curl -# https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.xz
tar -xf libtool-2.4.6.tar.xz
cd libtool-2.4.6
./configure --prefix=/usr
make
make DESTDIR="$1" install