aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ad9888632fd..09d7c66c1cf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12013-10-24 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (abs_top_srcdir): New, set by configure.
4
12013-10-23 Dmitry Antipov <dmantipov@yandex.ru> 52013-10-23 Dmitry Antipov <dmantipov@yandex.ru>
2 6
3 Adjust recent font-related changes to fix bug#15686. 7 Adjust recent font-related changes to fix bug#15686.
diff --git a/src/Makefile.in b/src/Makefile.in
index ce65b190334..29acb4e7380 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -28,6 +28,7 @@ SHELL = @SHELL@
28# Here are the things that we expect ../configure to edit. 28# Here are the things that we expect ../configure to edit.
29# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH. 29# We use $(srcdir) explicitly in dependencies so as not to depend on VPATH.
30srcdir = @srcdir@ 30srcdir = @srcdir@
31abs_top_srcdir=@abs_top_srcdir@ # MinGW CPPFLAGS may use this
31ntsource = $(srcdir)/../nt 32ntsource = $(srcdir)/../nt
32abs_builddir = @abs_builddir@ 33abs_builddir = @abs_builddir@
33VPATH = $(srcdir) 34VPATH = $(srcdir)