summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 294a95faea365b5eefc189987beee57f7e601b35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
if ! pkg-config --version >/dev/null
then
	echo "You need to install pkg-config"
	exit 1
fi

if ! libtool --version >/dev/null
then
	echo "You need to install libtool"
	exit 1
fi

autoreconf --force --install -I m4