]> git.lizzy.rs Git - zlib.git/commit
Allow building zlib outside of the source directory.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 2 Aug 2015 21:46:58 +0000 (14:46 -0700)
committerMark Adler <madler@alumni.caltech.edu>
Mon, 3 Aug 2015 04:35:50 +0000 (21:35 -0700)
commit55d98b4c302c74b619968bd02cf3b5e18d845977
treeffdbc1f067646102925b013ebd52ab058b03aa44
parentbfcace04f91bd27c8c7c040da2396fe4b7724422
Allow building zlib outside of the source directory.

To build, simply run configure from the source directory by
specifying its path.  That path will be used to find the source
files.  The source directory will not be touched.  All new and
modified files will be made in the current directory.  Discovered
in the process that not all makes understand % or $<, and not all
compilers understand -include or -I-.  This required a larger
Makefile.in with explicit dependencies.
Makefile.in
configure