summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-14 21:56:47 +0000
committerKarl Berry <karl@freefriends.org>2017-03-14 21:56:47 +0000
commit1ea5a1d552a53da1d3657c2e63d67b472f0f2a64 (patch)
tree070fb14c68a6375e9b3c41aff2d59dfa8ff7bac3 /Build/source/texk/kpathsea
parent45cb2119667d4ba57e6181266806ea7f8da3b9c4 (diff)
install c-auto.h since config.h #includes it
git-svn-id: svn://tug.org/texlive/trunk@43503 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog5
-rw-r--r--Build/source/texk/kpathsea/Makefile.am6
-rw-r--r--Build/source/texk/kpathsea/Makefile.in2
3 files changed, 10 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index a1647ec24e8..acb0a870e7a 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,8 @@
+2017-03-14 Karl Berry <karl@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@tug.org>
* texmf.cnf (TEXINPUTS.luajitlatex): add, same as lualatex.
diff --git a/Build/source/texk/kpathsea/Makefile.am b/Build/source/texk/kpathsea/Makefile.am
index 72dc25f1113..e67f4cce32b 100644
--- a/Build/source/texk/kpathsea/Makefile.am
+++ b/Build/source/texk/kpathsea/Makefile.am
@@ -1,6 +1,8 @@
+## $Id$
## Makefile.am for the TeX Live subdirectory texk/kpathsea/
##
-## Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org>
+## Copyright 2017 Karl Berry <tex-live@tug.org>
+## Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
SUBDIRS = . doc man
@@ -114,7 +116,7 @@ nodist_kpseinclude_HEADERS = \
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
diff --git a/Build/source/texk/kpathsea/Makefile.in b/Build/source/texk/kpathsea/Makefile.in
index c98493524a0..7802aa59a0f 100644
--- a/Build/source/texk/kpathsea/Makefile.in
+++ b/Build/source/texk/kpathsea/Makefile.in
@@ -720,7 +720,7 @@ nodist_kpseinclude_HEADERS = \
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