]> git.evergreen-ils.org Git - OpenSRF.git/commit
Make building & installing the core components of OpenSRF optional.
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 14 Sep 2009 04:02:04 +0000 (04:02 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 14 Sep 2009 04:02:04 +0000 (04:02 +0000)
commite30e8e8d042790df94a05e182452bb46e41278da
treea33b5e67e7aa28cd780cef30cf777468c1072c5f
parentd12a1a68aa6152167a3cb47d8a37cdcdf21afaef
Make building & installing the core components of OpenSRF optional.

For now, this will be of most interest to those interested in installing only
the JavaScript files from OpenSRF. If you disable the core components in
configure, then dependency checking for those core components is skipped and
the JavaScript files will be installed to the desired location.

For example:

./autogen.sh
./configure --prefix=/openils --sysconfdir=/openils/conf --disable-core
sudo make install

... will result in only the OpenSRF JavaScript files being installed in
/openils/lib/javascript/ (although at the moment, the other directories
will still be created).

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1783 9efc2488-bf62-4759-914b-345cdb29e865
Makefile.am
configure.ac
src/Makefile.am