summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 3292973..858fca3 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -9,6 +9,10 @@ aclocal -I m4
9autoheader 9autoheader
10automake --add-missing 10automake --add-missing
11autoconf 11autoconf
12requires_pkgconfig=`which pkg-config 2>&1 >/dev/null`
13if [ $? -ne 0 ]; then
14 echo "Missing required pkg-config. Please install it on your system and run again."
15fi
12 16
13if [ -z "$NOCONFIGURE" ]; then 17if [ -z "$NOCONFIGURE" ]; then
14 ./configure "$@" 18 ./configure "$@"