diff options
Diffstat (limited to 'Build/source/texk/kpathsea/win32')
-rw-r--r-- | Build/source/texk/kpathsea/win32/ChangeLog | 2 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/win32/Makefile.am | 1 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/win32/Makefile.in | 4 |
3 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/win32/ChangeLog b/Build/source/texk/kpathsea/win32/ChangeLog index 74b858b73ab..b63e5da113d 100644 --- a/Build/source/texk/kpathsea/win32/ChangeLog +++ b/Build/source/texk/kpathsea/win32/ChangeLog @@ -1,6 +1,6 @@ 2015-06-18 Peter Breitenlohner <peb@mppmu.mpg.de> - * Makefile.am (AM_CPPFLAGS): Drop WEB2C_KPSE_VERSION. + * Makefile.am (AM_CPPFLAGS): WEB2C_KPSE_VERSION => WEB2CVERSION. * dirutil.[ch], getdestdir.h, mktexupd.h: Add W32TeX Copyright. * getdestdir.c, mktexfmt.c, mktexlsr.c, mktexmf.c, mktexupd.c, mktexupdmain.c: Sync with W32TeX. diff --git a/Build/source/texk/kpathsea/win32/Makefile.am b/Build/source/texk/kpathsea/win32/Makefile.am index 875e2f61081..7c43878a6df 100644 --- a/Build/source/texk/kpathsea/win32/Makefile.am +++ b/Build/source/texk/kpathsea/win32/Makefile.am @@ -4,6 +4,7 @@ ## You may freely use, modify and/or distribute this file. ## AM_CPPFLAGS = -I$(top_builddir)/.. -I$(top_srcdir)/.. +AM_CPPFLAGS += -DWEB2CVERSION='"$(WEB2CVERSION)"' AM_CFLAGS = $(WARNING_CFLAGS) # Build WIN32 replacements for Unix shell scripts. diff --git a/Build/source/texk/kpathsea/win32/Makefile.in b/Build/source/texk/kpathsea/win32/Makefile.in index 8b49202aa31..d3c08ce9f44 100644 --- a/Build/source/texk/kpathsea/win32/Makefile.in +++ b/Build/source/texk/kpathsea/win32/Makefile.in @@ -279,6 +279,7 @@ SHELL = @SHELL@ STRIP = @STRIP@ VERSION = @VERSION@ WARNING_CFLAGS = @WARNING_CFLAGS@ +WEB2CVERSION = @WEB2CVERSION@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -331,7 +332,8 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -AM_CPPFLAGS = -I$(top_builddir)/.. -I$(top_srcdir)/.. +AM_CPPFLAGS = -I$(top_builddir)/.. -I$(top_srcdir)/.. \ + -DWEB2CVERSION='"$(WEB2CVERSION)"' AM_CFLAGS = $(WARNING_CFLAGS) mktexfmt_SOURCES = \ mktexfmt.c |