summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-08-13 11:41:01 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-08-13 11:41:01 +0000
commit51d1c5831846b04475f6dfef0eeddfb11f6acce2 (patch)
tree5d91f078055de04eb6ae4407473d9ea9b4042135
parent739f580d85bac98e25f5c0d84333734a3b949f75 (diff)
downloadgnutls-51d1c5831846b04475f6dfef0eeddfb11f6acce2.tar.gz
*** empty log message ***
-rw-r--r--configure.in2
-rw-r--r--doc/README.CODING_STYLE2
-rw-r--r--doc/README.CVS6
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