aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-05-02 19:18:11 -0400
committerGlenn Morris2014-05-02 19:18:11 -0400
commitb05e08a465dceee25798ac4fd745814cdb1b8b9b (patch)
tree1cc7aeefe222af7a7c2e19075802635e3695452a /ChangeLog
parentcd626254b7031392ff12ba2806f0e68b0ccda8e3 (diff)
downloademacs-b05e08a465dceee25798ac4fd745814cdb1b8b9b.tar.gz
emacs-b05e08a465dceee25798ac4fd745814cdb1b8b9b.zip
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 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9ca6bfa9c1..91e51d681d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
12014-05-02 Glenn Morris <rgm@gnu.org> 12014-05-02 Glenn Morris <rgm@gnu.org>
2 2
3 * configure.ac: Use pkg-config's pkg.m4, rather than reinventing it.
4 Add explicit AC_SUBST's where needed.
5 * autogen.sh (progs): Add pkg-config.
6 (pkg_config_min): New variable.
7
3 * configure.ac (AC_CONFIG_MACRO_DIR): Use it. 8 * configure.ac (AC_CONFIG_MACRO_DIR): Use it.
4 9
5 * autogen.sh (get_version): Handle no leading whitespace. 10 * autogen.sh (get_version): Handle no leading whitespace.