]> git.lyx.org Git - lyx.git/commit
Configure included zlib with autotools
authorGeorg Baum <baum@lyx.org>
Fri, 29 Apr 2016 06:21:51 +0000 (08:21 +0200)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:43 +0000 (17:55 -0400)
commit78e17b1579d4f9282deccd905ad613b3f06abb31
tree4e6b8333c7867a6107e53325a835b3a5dbf7f665
parent5fc431594fc0dfad0c731d075e4efb7c2ff1981a
Configure included zlib with autotools

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

zconf.h.in was taken from the original zlib 1.2.8 package. The generation of
zconf.h was made equivalent to the one generated by cmake.
3rdparty/Makefile.am
3rdparty/zlib/1.2.8/zconf.h.in [new file with mode: 0644]
3rdparty/zlib/Makefile.am
config/lyxinclude.m4
configure.ac
src/Makefile.am
src/client/Makefile.am
src/frontends/Makefile.am
src/frontends/qt4/Makefile.am
src/tex2lyx/Makefile.am