diff options
| author | Paul Eggert | 2011-12-03 12:19:03 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-03 12:19:03 -0800 |
| commit | 6c269a38ccd8277a1ecc727db013da020d5dec8a (patch) | |
| tree | 554d0cfea107ae56b615f4be1ba28f04348ce84e /ChangeLog | |
| parent | c052ead41f5a53da9cc32e7697005fac3506a858 (diff) | |
| download | emacs-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-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
| @@ -1,5 +1,14 @@ | |||
| 1 | 2011-12-03 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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 | |||
| 10 | 2011-12-03 Paul Eggert <eggert@cs.ucla.edu> | ||
| 11 | |||
| 3 | * .bzrignore: Add config.cache. | 12 | * .bzrignore: Add config.cache. |
| 4 | 13 | ||
| 5 | 2011-11-27 Jan Djärv <jan.h.d@swipnet.se> | 14 | 2011-11-27 Jan Djärv <jan.h.d@swipnet.se> |