]> git.donarmstrong.com Git - lilypond.git/commit
Issue 4782: Fix XeTeX checking in configure script
authorMasamichi Hosoda <trueroad@trueroad.jp>
Mon, 29 Feb 2016 12:22:03 +0000 (21:22 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Mon, 7 Mar 2016 14:58:57 +0000 (23:58 +0900)
commit60b2569a9cb078c449a8da340e5e7a61eecfbf9d
tree00427a34a274d7fd8f2b55cae03a281408d3d7a6
parent0fa6f042cccacb643d46781dde23617c71a9753e
Issue 4782: Fix XeTeX checking in configure script

Due to the design of TeX Live packaging,
even if XeTeX executable binary exists,
its required files may not exist.

They are in same package with XeLaTeX executable file.
This commit adds the condition of XeLaTeX checking for using XeTeX.
configure.ac