release 0.6

pull/1/head
dscho 21 years ago
parent d117c4b564
commit 8b0d8da5bf

@ -1,3 +1,6 @@
2003-10-26 Johannes E. Schindelin <Johannes.Schindelin@gmx.de>
* released Version 0.6
2003-09-11 Mark McLoughlin <mark@skynet.ie> 2003-09-11 Mark McLoughlin <mark@skynet.ie>
* Makefile.in, */Makefile.in, aclocal.m4, * Makefile.in, */Makefile.in, aclocal.m4,

@ -14,7 +14,7 @@ check for other headers or add files), you have to have a current
(>2.50) version of autoconf. Also, you need automake. (>2.50) version of autoconf. Also, you need automake.
Then, just do Then, just do
sh bootstrap.sh sh autogen.sh && make
in LibVNCServer's directory, and you should see plenty of output and in LibVNCServer's directory, and you should see plenty of output and
finally have a complete build of LibVNCServer. finally have a complete build of LibVNCServer.

@ -1,6 +1,6 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_INIT(LibVNCServer, 0.6pre, http://sourceforge.net/projects/libvncserver) AC_INIT(LibVNCServer, 0.6, http://sourceforge.net/projects/libvncserver)
AM_INIT_AUTOMAKE(LibVNCServer, 0.6pre) AM_INIT_AUTOMAKE(LibVNCServer, 0.6)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AX_PREFIX_CONFIG_H([rfb/rfbconfig.h]) AX_PREFIX_CONFIG_H([rfb/rfbconfig.h])

Loading…
Cancel
Save