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 | 1350a3cc86b014b29c73e1eef5846223af08d2a8 (patch) | |
tree | 62103ea51c005cdc0666faf79ec3204ed71605f2 /ChangeLog | |
parent | 6c269a38ccd8277a1ecc727db013da020d5dec8a (diff) | |
download | emacs-1350a3cc86b014b29c73e1eef5846223af08d2a8.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. |