diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-03 12:23:44 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-12-03 12:23:44 -0800 |
commit | c427d31348bc752c8ac8deda0dd58d1d5f1b59b8 (patch) | |
tree | 766d1bbca86ac092b0455e43b5e9893c076eb514 /ChangeLog | |
parent | 29420ee0b56368c030fafee1e176b2ae39a7418b (diff) | |
download | emacs-c427d31348bc752c8ac8deda0dd58d1d5f1b59b8.tar.gz |
Fix typo in my most-recent ChangeLog entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 2d17eedd518..cf66c4bf24a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,7 @@ 2011-12-03 Paul Eggert <eggert@cs.ucla.edu> Propagate configure flags to sub-configures. - * Makefile.in (cache_file, ENABLE_MAINTAINER_MODE, CONFIGUREFLAGS): + * Makefile.in (cache_file, MAINTAINER_MODE_FLAG, CONFIGUREFLAGS): New macros. (config.status, bootstrap): Use them to propagate configure flags to sub-configures. |