aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-10-23 19:15:16 -0700
committerGlenn Morris2013-10-23 19:15:16 -0700
commiteb9a36619e5ba70079fc098a38e2d8be721d5b0b (patch)
treec83eae4694f8fb91bf8c0856ff37aab2977ff126 /ChangeLog
parent6f317c2faaa9aa00f2f9460e1d3dd45041583684 (diff)
downloademacs-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 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65d12ddd498..af9025c1080 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
12013-10-24 Glenn Morris <rgm@gnu.org>
2
3 * configure.ac (CPPFLAGS) [mingw32]: Use abs_top_srcdir.
4
5 * Makefile.in (abs_top_srcdir): New, set by configure.
6
12013-10-23 Glenn Morris <rgm@gnu.org> 72013-10-23 Glenn Morris <rgm@gnu.org>
2 8
3 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260) 9 * configure.ac: Explicit error for non-ASCII directories. (Bug#15260)