]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
removed mhash support and some changes in the docs
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 10 Oct 2000 16:26:23 +0000 (16:26 +0000)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 10 Oct 2000 16:26:23 +0000 (16:26 +0000)
README
configure.in
src/Makefile.am

diff --git a/README b/README
index cec2f8058fb84a519a564f6e178d61b4ff31e55f..9def714c04d801dec2a1c0d40c2c7ec3878f7239 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,4 @@
 * The library needs libgcrypt. Libgcrypt is part of gnupg (cvs.gnupg.org)
-* Libmhash is also needed. Try mhash.sourceforge.net
 
 * Run the buildconf script before doing anything. This will create
 the needed configure, makefiles etc. using Automake, Autoconf, and libtool.
index 4a47e85fa5736705831a28061f147b046cf9849d..cc427d4f7c26aafe4b1e4e676c803a85d2f0ef43 100644 (file)
@@ -23,6 +23,14 @@ GNUTLS_MOST_RECENT_INTERFACE=$GNUTLS_MINOR_VERSION
 GNUTLS_CURRENT_INTERFACE_IMPLEMENTATION_NUMBER=$GNUTLS_MICRO_VERSION
 GNUTLS_OLDEST_INTERFACE=0
 
+dnl AM_PATH_GCRYPT(1.1.2,,
+dnl    AC_MSG_ERROR([[
+dnl ***  
+dnl *** libgcrypt was not found. You may want to get it from
+dnl *** ftp://ftp.gnupg.org/gcrypt/devel/
+dnl ***
+dnl    ]]))
+
 AC_SUBST(GNUTLS_MAJOR_VERSION)
 AC_SUBST(GNUTLS_MINOR_VERSION)
 AC_SUBST(GNUTLS_MICRO_VERSION)
index 8c39911c9b7536e445c56cc3060284f7da54fea5..34769a9c753274a1bf1818193c20fa194b53a3dd 100644 (file)
@@ -1,7 +1,7 @@
 EXTRA_DIST = port.h
 noinst_PROGRAMS = serv cli
 serv_SOURCES = serv.c
-serv_LDADD = ../lib/libgnutls.la -lgcrypt -lmhash
+serv_LDADD = ../lib/libgnutls.la -lgcrypt
 cli_SOURCES = cli.c
-cli_LDADD = ../lib/libgnutls.la -lgcrypt -lmhash
+cli_LDADD = ../lib/libgnutls.la -lgcrypt