aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/pkg-config.sh
blob: 395d1905f0918b7ba430ef6eb1e33b5c3890e097 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

./configure --prefix=/usr \
            --with-internal-glib \
            --disable-host-tool \
            --docdir=/usr/share/doc/pkg-config-"${VERSION}"

make
make -j1 install