Added check for pkg-config to autogen.sh

Original commit message from CVS:
Added check for pkg-config to autogen.sh
This commit is contained in:
Richard Boulton 2001-06-25 12:09:31 +00:00
parent 91d7e800d5
commit 0f80b72e38

View file

@ -102,6 +102,15 @@ fi
fi
(pkg-config --version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have pkg-config installed to compile $package."
echo "Download the appropriate package for your distribution,"
echo "or get the source tarball at:"
echo "http://www.freedesktop.org/software/pkgconfig/"
DIE=1
}
(libtool --version) < /dev/null > /dev/null 2>&1 || {
echo