diff --git a/bootstrap b/bootstrap index f5f9ebe0..61de66ee 100755 --- a/bootstrap +++ b/bootstrap @@ -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