From 51d1c5831846b04475f6dfef0eeddfb11f6acce2 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 13 Aug 2003 11:41:01 +0000 Subject: *** empty log message *** --- configure.in | 2 +- doc/README.CODING_STYLE | 2 +- doc/README.CVS | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 7f7bf916d9..21f0154479 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.50) +AC_PREREQ(2.57) AC_INIT AC_PREFIX_DEFAULT(/usr/local) diff --git a/doc/README.CODING_STYLE b/doc/README.CODING_STYLE index 76b2c0ceaa..327f2f1e03 100644 --- a/doc/README.CODING_STYLE +++ b/doc/README.CODING_STYLE @@ -37,7 +37,7 @@ The rules here are not always used, although we try to stick to them. be prefixed with an underscore. E.g. _gnutls_handshake_begin() All exported functions must be listed in gnutls.sym and gnutls-extra.sym - in order to be exported. + in order to be exported. [this is not true for now] *** Constructed types: The constructed types in gnutls always have the "gnutls_" prefix. diff --git a/doc/README.CVS b/doc/README.CVS index cac8b2096f..05d114711b 100644 --- a/doc/README.CVS +++ b/doc/README.CVS @@ -5,13 +5,15 @@ Otherwise, if you want to get and build the tree, you should have the following software: * cvs (http://www.gnu.org/software/cvs/) -* autoconf 2.50 or newer (http://www.gnu.org/software/autoconf/) +* autoconf 2.56 or newer (http://www.gnu.org/software/autoconf/) * libtool (http://www.gnu.org/software/libtoool/) * automake (http://www.gnu.org/software/automake/) * libgcrypt (ftp://ftp.gnupg.org/pub/gcrypt/alpha/libgcrypt/) -* cvs2cl (in order to create ChangeLog) (http://www.red-bean.com/cvs2cl/) + +Those are optional: * latex2html (in order to create gnutls.html) * latex/dvips (in order to create gnutls.ps) +* cvs2cl (in order to create ChangeLog) (http://www.red-bean.com/cvs2cl/) * gaa (to handle example programs' parameters) (http://gaa.sf.net) 1. Download the cvs tree -- cgit v1.2.1