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.33-rc1~290 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf2603c73a1096ff40f88e3709671be71b78bcee;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 176c50afdf..8c108c8dc1 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])