(This patch is identical to my prior patch. I've reformatted the log
message of my patch to match the desired Subversion style,.as
requested by Jani Averbach)
This patch fixes the JavaHL installation process so that you can
install JavaHL separately from the base subversion package. It does
this by keeping track of the installation dependencies for the
libsvn_fs and libsvn_ra libraries.
* configure.in
(libsvn_fs, libsvn_ra): Added SVN_RA_LIB_INSTALL_DEPS and
SVN_FS_LIB_INSTALL_DEPS to keep track of installation dependencies
for libsvn_ra and libsvn_fs
* Makefile.in
(libsvn_fs, libsvn_ra): Added SVN_RA_LIB_INSTALL_DEPS and
SVN_FS_LIB_INSTALL_DEPS to keep track of installation dependencies
for libsvn_ra and libsvn_fs
* build.conf:
(libsvn_fs): Added $(SVN_FS_LIB_INSTALL_DEPS) to install deps of
libsvn_fs
(libsvn_ra): Added $(SVN_RA_LIB_INSTALL_DEPS) to install deps of
libsvn_fs_base
* build/generator/gen_base.py
(gen_base.Target): Added 'add-install-deps' option for build.conf to
list additional installation dependencies
* build/generator/gen_make.py
(gen_make.Generator.write): Upgraded dependency checker to support
manual cross-library installation dependencies
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Sep 19 10:33:46 2004