diff options
author | Glenn Morris <rgm@gnu.org> | 2014-05-02 19:18:11 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-05-02 19:18:11 -0400 |
commit | b05e08a465dceee25798ac4fd745814cdb1b8b9b (patch) | |
tree | 1cc7aeefe222af7a7c2e19075802635e3695452a /INSTALL.REPO | |
parent | cd626254b7031392ff12ba2806f0e68b0ccda8e3 (diff) | |
download | emacs-b05e08a465dceee25798ac4fd745814cdb1b8b9b.tar.gz |
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.
Diffstat (limited to 'INSTALL.REPO')
-rw-r--r-- | INSTALL.REPO | 2 |
1 files changed, 2 insertions, 0 deletions
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. |