aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/libtool.sh
blob: a4c9dd5a85a2639832d91ac515a6436b2ab6677b (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

./configure --prefix=/usr &&

make &&

make -j1 install &&

rm -fv /usr/lib/libltdl.a