From b4fcffbf88385e8f61ec46b65955f71dc89b3eae Mon Sep 17 00:00:00 2001 From: David Shaw Date: Mon, 1 Dec 2003 00:26:30 +0000 Subject: [PATCH] * README: Add --with-zlib, --with-bzip2, and --without-bzip2. --- ChangeLog | 2 ++ README | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index bd145e902..133da26f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2003-11-30 David Shaw + * README: Add --with-zlib, --with-bzip2, and --without-bzip2. + * README: Update version number. Add BZIP2. Remove Elgamal sign+encrypt. diff --git a/README b/README index b59a83a68..686141312 100644 --- a/README +++ b/README @@ -489,6 +489,15 @@ Forces usage of the local zlib sources. Default is to use the (shared) library of the system. + --with-zlib= + Look for the system zlib in DIR. + + --with-bzip2= + Look for the system libbz2 in DIR. + + --without-bzip2 + Disable the BZIP2 compression algorithm. + --with-included-gettext Forces usage of the local gettext sources instead of the one provided by your system.