texlive[43503] Build/source/texk/kpathsea: install c-auto.h since
commits+karl at tug.org
commits+karl at tug.org
Tue Mar 14 22:56:47 CET 2017
Revision: 43503
http://tug.org/svn/texlive?view=revision&revision=43503
Author: karl
Date: 2017-03-14 22:56:47 +0100 (Tue, 14 Mar 2017)
Log Message:
-----------
install c-auto.h since config.h #includes it
Modified Paths:
--------------
trunk/Build/source/texk/kpathsea/ChangeLog
trunk/Build/source/texk/kpathsea/Makefile.am
trunk/Build/source/texk/kpathsea/Makefile.in
Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog 2017-03-14 21:52:54 UTC (rev 43502)
+++ trunk/Build/source/texk/kpathsea/ChangeLog 2017-03-14 21:56:47 UTC (rev 43503)
@@ -1,3 +1,8 @@
+2017-03-14 Karl Berry <karl at tug.org>
+
+ * Makefile.am (kpseinclude_HEADERS): add c-auto.h. Report from
+ Ken Brown on tldistro, 14 Mar 2017 12:16:56.
+
2017-03-02 Karl Berry <karl at tug.org>
* texmf.cnf (TEXINPUTS.luajitlatex): add, same as lualatex.
Modified: trunk/Build/source/texk/kpathsea/Makefile.am
===================================================================
--- trunk/Build/source/texk/kpathsea/Makefile.am 2017-03-14 21:52:54 UTC (rev 43502)
+++ trunk/Build/source/texk/kpathsea/Makefile.am 2017-03-14 21:56:47 UTC (rev 43503)
@@ -1,6 +1,8 @@
+## $Id$
## Makefile.am for the TeX Live subdirectory texk/kpathsea/
##
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live at tug.org>
+## Copyright 2017 Karl Berry <tex-live at tug.org>
+## Copyright 2009-2015 Peter Breitenlohner <tex-live at tug.org>
## You may freely use, modify and/or distribute this file.
##
SUBDIRS = . doc man
@@ -114,7 +116,7 @@
kpathsea.h \
paths.h
-kpseinclude_HEADERS = config.h $(direct_headers) $(indirect_headers)
+kpseinclude_HEADERS = config.h c-auto.h $(direct_headers) $(indirect_headers)
kpselibdir = ${libdir}/kpathsea
Modified: trunk/Build/source/texk/kpathsea/Makefile.in
===================================================================
--- trunk/Build/source/texk/kpathsea/Makefile.in 2017-03-14 21:52:54 UTC (rev 43502)
+++ trunk/Build/source/texk/kpathsea/Makefile.in 2017-03-14 21:56:47 UTC (rev 43503)
@@ -720,7 +720,7 @@
kpathsea.h \
paths.h
-kpseinclude_HEADERS = config.h $(direct_headers) $(indirect_headers)
+kpseinclude_HEADERS = config.h c-auto.h $(direct_headers) $(indirect_headers)
kpselibdir = ${libdir}/kpathsea
nodist_kpselib_HEADERS = \
c-auto.h
More information about the tex-live-commits
mailing list