diff options
| author | Paul Eggert | 2014-05-03 00:09:16 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-05-03 00:09:16 -0700 |
| commit | af3e4d067ace861eb50f5e78ffb8e63e6756881a (patch) | |
| tree | bca01c4aaae2635e76f6997b6c5aae60364625ba /ChangeLog | |
| parent | 53a7da76db34b7fa8b3702760024865e46efbc78 (diff) | |
| download | emacs-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-05-02 Glenn Morris <rgm@gnu.org> | 9 | 2014-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. |