Ok, I've split todays commit into three, the first two already done had some

Peter Mount <peter@retep.org.uk>

Commit: c18bb990d3172b9e11671633975d2505b49aa661
Author: Peter Mount <peter@retep.org.uk>
Date: 2001-03-05T09:40:02Z
Releases: 7.1.1
Ok, I've split todays commit into three, the first two already done had some
bits in JDBC & the first set of tools into contrib.

This is the third, and deals with enabling JDBC to be compiled with the main
source.

What it does is add a new option to configure: --with-java

This option tells configure to look for ant (our build tool of choice) and
if found, it then compiles both the JDBC driver and the new tools as part
of the normal make.

Also, when the postgresql install is done, all the .jar files are also
installed into the ${PGLIB}/java directory (thought best to keep then separate)

Now I had some conflicts when this applied so could someone please double check
that everything is ok?

Peter

Files

PathChange+/−
aclocal.m4 modified +2 −1
build.xml modified +2 −1
configure modified +575 −392
configure.in modified +23 −1
src/interfaces/jdbc/build.xml modified +4 −1
src/interfaces/jdbc/CHANGELOG modified +10 −0
src/interfaces/jdbc/jdbc.jpx modified +1 −1
src/interfaces/jdbc/Makefile modified +17 −433
src/interfaces/Makefile modified +6 −2
src/Makefile.global.in modified +3 −1