summaryrefslogtreecommitdiff
path: root/Build/source/libs/zlib/README
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/zlib/README')
-rw-r--r--Build/source/libs/zlib/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/Build/source/libs/zlib/README b/Build/source/libs/zlib/README
deleted file mode 100644
index 5d017b5518b..00000000000
--- a/Build/source/libs/zlib/README
+++ /dev/null
@@ -1,17 +0,0 @@
- Building zlib-1.2.3 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-x.y.z/, bypassing
-the original build system.
-
-As far as applicable, the tests in libs/zlib/zlib-x.y.z/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>