aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2014-05-03 00:09:16 -0700
committerPaul Eggert2014-05-03 00:09:16 -0700
commitaf3e4d067ace861eb50f5e78ffb8e63e6756881a (patch)
treebca01c4aaae2635e76f6997b6c5aae60364625ba /ChangeLog
parent53a7da76db34b7fa8b3702760024865e46efbc78 (diff)
downloademacs-af3e4d067ace861eb50f5e78ffb8e63e6756881a.tar.gz
emacs-af3e4d067ace861eb50f5e78ffb8e63e6756881a.zip
Make it easier on maintainers who use their own Automake.
* autogen.sh (ACLOCAL_PATH, AUTORECONF_ENV): New vars. Set them to avoid problems when maintainers prepend their own Automake installations to their PATH. Report an error if pkg.m4 can't be found.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 648017a6dd1..23aae9e7af5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
12014-05-03 Paul Eggert <eggert@cs.ucla.edu>
2
3 Make it easier on maintainers who use their own Automake.
4 * autogen.sh (ACLOCAL_PATH, AUTORECONF_ENV): New vars.
5 Set them to avoid problems when maintainers prepend their own
6 Automake installations to their PATH. Report an error if pkg.m4
7 can't be found.
8
12014-05-02 Glenn Morris <rgm@gnu.org> 92014-05-02 Glenn Morris <rgm@gnu.org>
2 10
3 * configure.ac (PKG_CONFIG_PATH): Declare with AC_ARG_VAR. 11 * configure.ac (PKG_CONFIG_PATH): Declare with AC_ARG_VAR.