]> git.lyx.org Git - lyx.git/commit
Configure included iconv with autotools
authorGeorg Baum <baum@lyx.org>
Thu, 5 May 2016 17:43:24 +0000 (19:43 +0200)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:43 +0000 (17:55 -0400)
commit08afc52c4cc5fe8740722d7715fd66baa3dd9ffa
treecd76f450e4677b5e63f49bd83dbdb3632dd53d49
parent041bcbed7407e4d7b89253a3d061bc5b8bb27613
Configure included iconv with autotools

The included iconv 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 iconv or not.
cmake does already support that.

eilseq.m4 was taken from the original libiconv 1.14 package.
12 files changed:
3rdparty/Makefile.am
3rdparty/libiconv/Makefile.am
config/lyxinclude.m4
configure.ac
m4/Makefile.am
m4/eilseq.m4 [new file with mode: 0644]
src/Makefile.am
src/client/Makefile.am
src/frontends/Makefile.am
src/frontends/qt4/Makefile.am
src/support/Makefile.am
src/tex2lyx/Makefile.am