From 1ea5a1d552a53da1d3657c2e63d67b472f0f2a64 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 14 Mar 2017 21:56:47 +0000 Subject: install c-auto.h since config.h #includes it git-svn-id: svn://tug.org/texlive/trunk@43503 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 5 +++++ Build/source/texk/kpathsea/Makefile.am | 6 ++++-- Build/source/texk/kpathsea/Makefile.in | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) (limited to 'Build/source/texk/kpathsea') 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 + + * 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 * 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 +## Copyright 2017 Karl Berry +## Copyright 2009-2015 Peter Breitenlohner ## 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 -- cgit v1.2.3