summaryrefslogtreecommitdiff
path: root/Build/source/libs/zlib/README
blob: b108f78f8bd50325c047ca01a7b888a9763310b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
	Building zlib-1.2.12 as part of the TL tree
	==========================================

This directory libs/zlib/ uses a proxy Makefile.am to build the zlib library
'libz' from the unmodified(*) source tree in libs/zlib/zlib-src/, bypassing
the original build system.

As far as applicable, the tests in libs/zlib/zlib-src/configure have been
translated into equivalent test in libs/zlib/configure.ac.

-----------------------------

(*) almost unmodified,  the file zconf.h has been removed!

=============================

2009-01-28	Peter Breitenlohner <peb@mppmu.mpg.de>
2022-04-05	Akira Kakuto <kakuto@jcom.zaq.ne.jp>