aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/libtool.sh
blob: 65b633eabc34c37561788c20748f6af0898f5177 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
set -e

./configure --prefix=/usr &&

make &&

make -j1 install &&

rm -fv /usr/lib/libltdl.a