[PPL-devel] [GIT] ppl/ppl(master): Disable Kpathsea case-insensitive filename matching.

Roberto Bagnara roberto.bagnara at bugseng.com
Fri May 4 09:28:28 CEST 2018


Module: ppl/ppl
Branch: master
Commit: addd0535f36e4a2734b9b5321e2e0ad398c5e20c
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=addd0535f36e4a2734b9b5321e2e0ad398c5e20c

Author: Roberto Bagnara <roberto.bagnara at bugseng.com>
Date:   Fri May  4 09:26:25 2018 +0200

Disable Kpathsea case-insensitive filename matching.
Case-insensitive filename matching is done by default in non-system
directories starting from TeX Live 2018.

---

 doc/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 3daf9cc..ffc3c12 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -866,7 +866,7 @@ devref-configured-ocaml-interface.latex-dir \
 user-configured-java-interface.latex-dir \
 devref-configured-java-interface.latex-dir
 
-TEX_ENV = TEXINPUTS=$(abs_srcdir):$(TEXINPUTS)
+TEX_ENV = TEXINPUTS=$(abs_srcdir):$(TEXINPUTS) texmf_casefold_search=0
 
 .SECONDARY: $(LATEX_DIRS)
 




More information about the PPL-devel mailing list