#!/bin/bash
set -ex
mkdir ~/tmp
cd ~/tmp
git clone https://github.com/pkgconf/pkgconf.git
cd pkgconf
./autogen.sh
./configure --with-pic --disable-shared
make
make install
#!/bin/bash
set -ex
mkdir ~/tmp
cd ~/tmp
git clone https://github.com/pkgconf/pkgconf.git
cd pkgconf
./autogen.sh
./configure --with-pic --disable-shared
make
make install