From: R.E. Wolff Date: Mon, 21 Sep 2020 20:35:58 +0000 (+0200) Subject: Added extra help text to configure --yvs X-Git-Tag: v0.94~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb7910d2fb6f354a417ecb313229163963306f9d;p=thirdparty%2Fmtr.git Added extra help text to configure --yvs --- diff --git a/configure.ac b/configure.ac index 88b508c..3175d56 100644 --- a/configure.ac +++ b/configure.ac @@ -21,12 +21,11 @@ AC_CANONICAL_HOST AC_PROG_CC # Check pkg-config availability. -m4_ifndef([PKG_PROG_PKG_CONFIG], - [m4_fatal( +m4_ifndef([PKG_CHECK_MODULES], [m4_defun([PKG_CHECK_MODULES], [AC_MSG_ERROR( [Could not locate the pkg-config autoconf macros. These are usually located in /usr/share/aclocal/pkg.m4. If your macros are in a different location, try setting the environment variable ACLOCAL_OPTS="-I/other/macro/dir" -before running ./bootstrap.sh again.]) +before running ./bootstrap.sh again, or configure --without-gtk ----without-jansson ])]) ]) PKG_PROG_PKG_CONFIG