Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- configure.ac | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index b91d2b6..64ad2e3 100644 --- a/configure.ac +++ b/configure.ac @@ -84,6 +84,12 @@ AC_C_BIGENDIAN dnl libtool-2 LT_INIT +m4_ifndef([PKG_PROG_PKG_CONFIG], + [m4_fatal([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 AL_OPTS="-I/other/macro/dir" before running + ./autogen.sh or autoreconf again.])]) PKG_PROG_PKG_CONFIG GTK_DOC_CHECK([1.10]) -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html