]> git.lyx.org Git - lyx.git/commit
Configure included hunspell with autotools
authorGeorg Baum <baum@lyx.org>
Sun, 8 May 2016 09:53:34 +0000 (11:53 +0200)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:44 +0000 (17:55 -0400)
commitf434fd22b1b84360f15c31cc9f1cf6567150356c
treeeb544bb02eff4343ef33bca80b1b28a0dd1ee66f
parentd5d2aa9de945a03e1f84b6e51989e0466cc9bf1c
Configure included hunspell with autotools

The included hunspell should not be used on Linux or OS X, but (depending on
local configuration) it might be needed for crosscompiling a mingw target
from Linux. Now the user can choose whether to use the included hunspell or not.
cmake does already support that.

Now the only other dependency you need to cross-compile for mingw on debian
or ubuntu is qt.
3rdparty/Makefile.am
3rdparty/hunspell/Makefile.am
config/spell.m4