libgcrypt (configure.ac)

cvs user mo cvs@cvs.gnupg.org
Wed, 16 Apr 2003 18:31:37 +0200


    Date: Wednesday, April 16, 2003 @ 18:31:27
  Author: mo
    Path: /cvs/gnupg/libgcrypt

Modified: configure.ac

2003-04-16  Moritz Schulte  <moritz@g10code.com>

	* configure.ac: Implement command line switches: --enable-ciphers,
	--enable-pubkey-ciphers and --enable-digests.
	Set Automake conditionals and config.h symbols depending on the
	selected ciphers, pubkey-ciphers, digests and random-modules.

	* acinclude.m4 (LIST_MEMBER): New macro.

	* configure.ac: Simplified, removed code for parsing
	EXTRA_PROGRAMS from Makefile.am.

2003-04-08  Moritz Schulte  <moritz@g10code.com>

	* configure.ac: Merged random-module selection code from GnuPG's
	configure.ac.

2003-04-07  Moritz Schulte  <moritz@g10code.com>

	* configure.ac: Removed code for generating contruct.c.
	Remove digest modules from the static_modules list, only handle
	random module selection.


--------------+
 configure.ac |  326 ++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 219 insertions(+), 107 deletions(-)