From f01703caba976a582cb23a03b4947d1b1068f8ca Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 26 Oct 2000 21:31:50 +0000 Subject: [PATCH] Minor changes. --- README.txt | 8 ++++---- buildconf.sh | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.txt b/README.txt index d668366..e1a7d5d 100644 --- a/README.txt +++ b/README.txt @@ -1,6 +1,6 @@ YAZ++ - A C++ library for YAZ -$Id: README.txt,v 1.6 2000-10-11 11:58:16 adam Exp $ +$Id: README.txt,v 1.7 2000-10-26 21:31:50 adam Exp $ o Introduction @@ -14,9 +14,9 @@ o Overview YAZ++ builds a programmers' library libyaz++.lib and a few example applications: - yaz-client - small client - yaz-server - small server - yaz-proxy - simple proxy server + yaz-client++ basic client + yaz-server++ basic server + yaz-proxy proxy server Description in HTML format of object model can be found in the sub directory doc. The top-page of the documentaion is index.html. The diff --git a/buildconf.sh b/buildconf.sh index 5c92300..82489d2 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -1,5 +1,6 @@ #!/bin/sh -# $Id: buildconf.sh,v 1.1 2000-10-11 12:21:50 adam Exp $ +# $Id: buildconf.sh,v 1.2 2000-10-26 21:31:50 adam Exp $ +aclocal libtoolize automake -a autoconf -- 1.7.10.4