From 41b4b8088c12f8816346189646e445dc7df527ca Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Tue, 12 Jun 2001 18:40:34 +0000 Subject: [PATCH] updates. --- CHANGES | 15 +++++++++++++++ configure.in.pre | 1 + prepare | 9 ++++++++- 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index ce5e1dec..3906ddb2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,18 @@ +Tue Jun 12 21:36:18 EEST 2001 Pekka Riikonen + + * Redefined the SILC MP API in lib/silcmath/silcmp.h. The API + is now real and not just an macro interface to GMP. + + Removed the entire GMP from the source tree and imported new + NSS MPI library instead. Reason for removing GMP is that it is + extremely large and compiles extremely slow. The NSS MPI + is only a few files and compiles in less than 10 seconds. + The speed is also about the same as GMP. The MPI is imported + to lib/silcmath/mpi. + + If the system has GMP installed we will still use the GMP. + If it is not then the NSS MPI will be compiled. + Mon Jun 11 18:07:24 EEST 2001 Pekka Riikonen * Merged a long nickname (127 characters long) crash bugfix from diff --git a/configure.in.pre b/configure.in.pre index 3e48b355..c31be62f 100644 --- a/configure.in.pre +++ b/configure.in.pre @@ -570,6 +570,7 @@ AC_ARG_WITH(silcd-config-file, AC_CONFIG_SUBDIRS(irssi) AC_CONFIG_SUBDIRS(lib/dotconf) AC_CONFIG_SUBDIRS(lib/trq) +AC_CONFIG_SUBDIRS(lib/silcmath/mpi) #AC_CONFIG_SUBDIRS(lib/zlib) SILC_TOP_SRCDIR=`pwd` diff --git a/prepare b/prepare index 3d63ba50..c77081f8 100755 --- a/prepare +++ b/prepare @@ -38,7 +38,7 @@ # SILC Distribution versions. Set here or give the version on the command # line as argument. # -SILC_VERSION=0.2.6 # Base version +SILC_VERSION=0.3 # Base version ############################################################################# @@ -136,6 +136,13 @@ autoheader automake >/dev/null 2>/dev/null cd ../.. +cd lib/silcmath/mpi +aclocal +autoconf +autoheader +automake >/dev/null 2>/dev/null +cd ../../.. + file=includes/version_internal.h echo "/* Automatically generated by ./prepare */" >$file echo "#define SILC_VERSION_STRING \"$version\"" >>$file -- 2.24.0