]> git.lizzy.rs Git - zlib.git/commit
Add an --enable-demos option to contrib/minizip/configure.
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 21 Jan 2012 21:55:54 +0000 (15:55 -0600)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 22 Jan 2012 01:15:48 +0000 (17:15 -0800)
commit32d8a5379eb91c7fd55304b567a07ad0e2524398
tree03b38c1041f55373781a82b01105b43a0370bea9
parentf0cff24214d437ef28d0eb92f9bc45a36cf25530
Add an --enable-demos option to contrib/minizip/configure.

This makes build-testing and installing the minizip/miniunzip programs
as simple as "autoreconf -if && ./configure --enable-demos && make &&
make install".  Without --enable-demos, the makefile will only build
and install the library, as before.  Helped by Mike Frysinger.

minizip/miniunzip were not intended to be general-purpose installed
utilities, but they can be useful from time to time as a lightweight
substitute for zip/unzip.  You can also use them to quickly test that
the library installation procedure worked.
contrib/minizip/Makefile.am
contrib/minizip/configure.ac