From b05e08a465dceee25798ac4fd745814cdb1b8b9b Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 2 May 2014 19:18:11 -0400 Subject: Use pkg-config's pkg.m4 * configure.ac: Use pkg-config's pkg.m4, rather than reinventing it. Add explicit AC_SUBST's where needed. * autogen.sh (progs): Add pkg-config. (pkg_config_min): New variable. * INSTALL.REPO: Mention pkg-config. * etc/PROBLEMS: Mention a related issue that can occur with a local automake. --- INSTALL.REPO | 2 ++ 1 file changed, 2 insertions(+) (limited to 'INSTALL.REPO') diff --git a/INSTALL.REPO b/INSTALL.REPO index 36ab928673d..c1617e781c1 100644 --- a/INSTALL.REPO +++ b/INSTALL.REPO @@ -12,6 +12,8 @@ autoconf - at least the version specified near the start of configure.ac (in the AC_PREREQ command). automake - at least the version specified near the start of configure.ac (in the AM_INIT_AUTOMAKE command). +pkg-config - at least version specified in the PKG_PROG_PKG_CONFIG + command in configure.ac makeinfo - not strictly necessary, but highly recommended, so that you can build the manuals. -- cgit v1.2.3