partial lib update

This commit is contained in:
Ohio2 2021-06-29 02:22:56 +02:00
parent 4ffe4e7037
commit 5da90e4ac3
4 changed files with 30 additions and 0 deletions

9
autoconf/Makefile Normal file
View file

@ -0,0 +1,9 @@
prepare:
git clone git://git.sv.gnu.org/autoconf
cd autoconf
autoconf:
make
install:
make install
uninstall:
make uninstall

9
automake/Makefile Normal file
View file

@ -0,0 +1,9 @@
prepare:
git clone https://git.savannah.gnu.org/git/automake.git
cd automake
automake:
make
install:
make install
uninstall:
make uninstall

View file

@ -0,0 +1,6 @@
prepare:
wget https://ftp.gnu.org/gnu/gettext/gettext-0.21.tar.xz $(popd)
tar -xJ "gettext-0.21.tar.xz"
cd gettext-0.21
make:

6
libtool/Makefile Normal file
View file

@ -0,0 +1,6 @@
prepare:
git clone git://git.savannah.gnu.org/libtool.git
cd libtool
make:
./bootstrap
#