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/makefile.w32-in | |
| 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/makefile.w32-in')
| -rw-r--r-- | src/makefile.w32-in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.w32-in b/src/makefile.w32-in index 45972db2cf4..10ab0619fb4 100644 --- a/src/makefile.w32-in +++ b/src/makefile.w32-in | |||
| @@ -406,6 +406,7 @@ CODING_H = $(SRC)/coding.h \ | |||
| 406 | MS_W32_H = $(SRC)/s/ms-w32.h \ | 406 | MS_W32_H = $(SRC)/s/ms-w32.h \ |
| 407 | $(NT_INC)/sys/stat.h | 407 | $(NT_INC)/sys/stat.h |
| 408 | CONFIG_H = $(SRC)/config.h \ | 408 | CONFIG_H = $(SRC)/config.h \ |
| 409 | $(SRC)/conf_post.h \ | ||
| 409 | $(MS_W32_H) | 410 | $(MS_W32_H) |
| 410 | DIR_H = $(NT_INC)/sys/dir.h \ | 411 | DIR_H = $(NT_INC)/sys/dir.h \ |
| 411 | $(SRC)/ndir.h | 412 | $(SRC)/ndir.h |