diff options
| author | Glenn Morris | 2013-10-23 19:15:16 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-10-23 19:15:16 -0700 |
| commit | eb9a36619e5ba70079fc098a38e2d8be721d5b0b (patch) | |
| tree | c83eae4694f8fb91bf8c0856ff37aab2977ff126 /lib-src | |
| parent | 6f317c2faaa9aa00f2f9460e1d3dd45041583684 (diff) | |
| download | emacs-eb9a36619e5ba70079fc098a38e2d8be721d5b0b.tar.gz emacs-eb9a36619e5ba70079fc098a38e2d8be721d5b0b.zip | |
Attempt at a fix for mingw CPPFLAGS
* configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
* Makefile.in (abs_top_srcdir):
* lib-src/Makefile.in (abs_top_srcdir):
* lwlib/Makefile.in (abs_top_srcdir):
* nt/Makefile.in (abs_top_srcdir):
* oldXMenu/Makefile.in (abs_top_srcdir):
* src/Makefile.in (abs_top_srcdir):
New, set by configure.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index fd4209ab225..35672f22d64 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-10-24 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (abs_top_srcdir): New, set by configure. | ||
| 4 | |||
| 1 | 2013-10-23 Glenn Morris <rgm@gnu.org> | 5 | 2013-10-23 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in ($(DESTDIR)${archlibdir}, need-blessmail, install) | 7 | * Makefile.in ($(DESTDIR)${archlibdir}, need-blessmail, install) |
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 3aff16fed76..e4d104e0200 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -84,6 +84,7 @@ VPATH=@srcdir@ | |||
| 84 | 84 | ||
| 85 | # The top-level source directory, also set by configure. | 85 | # The top-level source directory, also set by configure. |
| 86 | top_srcdir=@top_srcdir@ | 86 | top_srcdir=@top_srcdir@ |
| 87 | abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this | ||
| 87 | 88 | ||
| 88 | # ==================== Emacs-specific directories ==================== | 89 | # ==================== Emacs-specific directories ==================== |
| 89 | 90 | ||