head	1.4;
access;
symbols
	ALPHA0:1.1.1.1 VT_Jukebox:1.1.1;
locks; strict;
comment	@# @;


1.4
date	99.01.30.04.36.54;	author vadim;	state Exp;
branches;
next	1.3;

1.3
date	99.01.19.06.17.13;	author vadim;	state Exp;
branches;
next	1.2;

1.2
date	99.01.14.08.31.59;	author vadim;	state Exp;
branches;
next	1.1;

1.1
date	99.01.09.01.29.36;	author vadim;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.01.09.01.29.36;	author vadim;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Checkpoint:

- added automake support. Now, it should be more like a turnkey solution:
./configure && make && make install.

- Documentation and indentation conventions update.

- All the fixes to the JServ logging system were tested here.

If I missed something, it'll be updated as soon as I check out and test the
CVS version.
@
text
@#! /bin/sh

# Just in case you haven't noticed: configure takes a command line tail.

aclocal && autoconf && automake && ./configure $* 
@


1.3
log
@
First revision able to produce a jar file ;-)

- Still working on makefiles.
- Lot of minor fixes related to the proper installation.
- gnu.j4.config.Configuration linked to the 'configure --prefix' macro to
  provide the proper locations for createChain().
- More documentation updates.
- More consistent treatment of config keywords.
@
text
@d5 1
a5 1
aclocal && autoconf &&  ./configure $* 
@


1.2
log
@Improved makefile handling. Now the 'build' target will not just blindly
recompile everything.

javadoc will not choke with countless errors on JDK 1.1. Ugly hack, works so
far.

Documentation update.
@
text
@d5 1
a5 1
aclocal && autoconf &&  ./configure $* && make shadow
@


1.1
log
@Initial revision
@
text
@d3 3
a5 1
aclocal && autoconf &&  ./configure && make shadow
@


1.1.1.1
log
@Jukebox v4: first public release

@
text
@@
