check for pkg-config in bootstrap

ulab-original
Jay Sorg 12 years ago
parent 3ea88bff13
commit 4abe43ce9e

@ -21,6 +21,13 @@ then
exit 1
fi
which pkg-config
if ! test $? -eq 0
then
echo "error, install pkg-config"
exit 1
fi
touch configure.ac
touch NEWS
touch AUTHORS

Loading…
Cancel
Save