]> git.donarmstrong.com Git - lilypond.git/commit
Issue4986: Fix XeLaTex option consistent with XeTeX option
authorMasamichi Hosoda <trueroad@trueroad.jp>
Sun, 23 Oct 2016 12:47:46 +0000 (21:47 +0900)
committerMasamichi Hosoda <trueroad@trueroad.jp>
Mon, 31 Oct 2016 21:59:29 +0000 (06:59 +0900)
commit5a51d882b01ad555ffe7659e7f7a73144ad2fc9d
treef7190c77cfa73e6b54de7b366705c94ba949fbc0
parent9a15741414d700a9214fc129927964c431baaafd
Issue4986: Fix XeLaTex option consistent with XeTeX option

In LilyPond, XeTeX uses option
`--output-driver='xdvipdfmx -C 0x0010'`
but XeLaTeX did not use any options.

This commit makes XeLaTeX uses the same option
for consistent with XeTeX.
configure.ac
scripts/build/xelatex-with-options.sh [new file with mode: 0755]