From: Karel Zak Date: Mon, 30 Apr 2018 07:41:26 +0000 (+0200) Subject: build-sys: extend "Could not locate the pkg-config" error message X-Git-Tag: v2.32.1~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fea7e5b3a1c3ec55d3f5ac28ce10b1d6b6205f3;p=thirdparty%2Futil-linux.git build-sys: extend "Could not locate the pkg-config" error message Addresses: https://github.com/karelzak/util-linux/issues/631 Signed-off-by: Karel Zak --- diff --git a/configure.ac b/configure.ac index 3ad35abecf..7999c4e6aa 100644 --- a/configure.ac +++ b/configure.ac @@ -164,7 +164,7 @@ m4_ifndef([PKG_PROG_PKG_CONFIG], macros. These are usually located in /usr/share/aclocal/pkg.m4. If your macros are in a different location, try setting the environment variable AL_OPTS="-I/other/macro/dir" before running - ./autogen.sh or autoreconf again.])]) + ./autogen.sh or autoreconf again. Make sure pkg-config is installed.])]) PKG_PROG_PKG_CONFIG GTK_DOC_CHECK([1.10])