summaryrefslogtreecommitdiffstats
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap7
1 files changed, 7 insertions, 0 deletions
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