diff options
| author | Glenn Morris | 2012-07-30 17:20:43 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-30 17:20:43 -0400 |
| commit | b429a4eee4e09b1ba09e17ced5091d042955d84f (patch) | |
| tree | 5e8cb71a2e905c8c826d90737186763615d754b5 /src/ChangeLog | |
| parent | 8f25abd317c64e2a69e1839633382841c3848a2d (diff) | |
| download | emacs-b429a4eee4e09b1ba09e17ced5091d042955d84f.tar.gz emacs-b429a4eee4e09b1ba09e17ced5091d042955d84f.zip | |
Use an include file in configure.ac's AH_BOTTOM
* configure.ac (AH_BOTTOM): Use an include file, so that the
contents do not get processed by autoheader. Eg this prevents undefs
being commented out, and is the recommended technique from the
autoconf manual.
* src/conf_post.h: New, split from configure.ac's AH_BOTTOM.
* src/Makefile.in (config_h): Add conf_post.h.
* src/makefile.w32-in (CONFIG_H): Add conf_post.h.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a7e6cb52eae..f3e8b58e071 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-07-30 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * conf_post.h: New, split from configure.ac's AH_BOTTOM. | ||
| 4 | * Makefile.in (config_h): Add conf_post.h. | ||
| 5 | * makefile.w32-in (CONFIG_H): Add conf_post.h. | ||
| 6 | |||
| 1 | 2012-07-30 Jan Djärv <jan.h.d@swipnet.se> | 7 | 2012-07-30 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 8 | ||
| 3 | * nsterm.m (ns_do_open_file): New variable. | 9 | * nsterm.m (ns_do_open_file): New variable. |