aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-12-03 12:19:03 -0800
committerPaul Eggert2011-12-03 12:19:03 -0800
commit6c269a38ccd8277a1ecc727db013da020d5dec8a (patch)
tree554d0cfea107ae56b615f4be1ba28f04348ce84e /ChangeLog
parentc052ead41f5a53da9cc32e7697005fac3506a858 (diff)
downloademacs-6c269a38ccd8277a1ecc727db013da020d5dec8a.tar.gz
emacs-6c269a38ccd8277a1ecc727db013da020d5dec8a.zip
Propagate configure flags to sub-configures.
* Makefile.in (cache_file, ENABLE_MAINTAINER_MODE, CONFIGUREFLAGS): New macros. (config.status, bootstrap): Use them to propagate configure flags to sub-configures. * configure.in (cache_file): AC_SUBST this, for Makefile.in.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7deb4e4dde..2d17eedd518 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
12011-12-03 Paul Eggert <eggert@cs.ucla.edu> 12011-12-03 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Propagate configure flags to sub-configures.
4 * Makefile.in (cache_file, ENABLE_MAINTAINER_MODE, CONFIGUREFLAGS):
5 New macros.
6 (config.status, bootstrap): Use them to propagate configure flags
7 to sub-configures.
8 * configure.in (cache_file): AC_SUBST this, for Makefile.in.
9
102011-12-03 Paul Eggert <eggert@cs.ucla.edu>
11
3 * .bzrignore: Add config.cache. 12 * .bzrignore: Add config.cache.
4 13
52011-11-27 Jan Djärv <jan.h.d@swipnet.se> 142011-11-27 Jan Djärv <jan.h.d@swipnet.se>