summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authormalosek <malosek@fastmq.com>2009-09-07 17:06:47 +0200
committermalosek <malosek@fastmq.com>2009-09-07 17:06:47 +0200
commitb71c3005e68d02f800ff09bcacece79d167bff75 (patch)
treef8a82fbb1cdc5f20e21da9809ea20c93f16bca56 /autogen.sh
parentf895426c1885729f4a4a20b1eb543a92915aed85 (diff)
include directory split into c and cpp dirs, added --with-c and --with-cpp configure options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 19f2174..dfa69c0 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -18,7 +18,13 @@
# Script to generate all required files from fresh svn checkout.
-
+pkg-config --version > /dev/null 2>&1
+if [ $? -ne 0 ]; then
+ echo
+ echo "Could not find pkg-config, pkg.m4 macro is probably not installed."
+ echo
+ exit 1
+fi
autoreconf --install --force --verbose -I config