]> git.evergreen-ils.org Git - OpenSRF.git/commit
Patch from Kevin Beswick (kbeswick00@gmail.com) to address various problems with...
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 30 Jun 2008 19:46:08 +0000 (19:46 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 30 Jun 2008 19:46:08 +0000 (19:46 +0000)
commit6a978a99d476dc26b2ff28a3859ba5fabab13d88
treef364cdd29687a7f083e79a461a599db579458c72
parentaad0372b52efe2db5731fccfa182048a7d7dae38
Patch from Kevin Beswick (kbeswick00@gmail.com) to address various problems with the autotools:
  * src/libopensrf/Makefile.am:
    * Fix typo for -I (includes) vs. -L (linking libraries) compile option
  * src/Makefile.am:
    * Propagate NDEBUG compile flag to all other makefiles
    * Create target directories
    * Set directories in example config files to match configured options
  * configure.ac:
    * Set default prefix to /opensrf/ instead of /openils/
  * bin/osrf_config.in:
    * Add --localstatedir option for osrf_config
    * Correct output value for --apxs
  * bin/osrf_ctl.sh
    * Set default PID dir to localstatedir rather than sysconfdir
  * Makefile.am:
    * Propagate NDEBUG compile flag to all other makefiles
    * Remove explicit rpath option, automake will figure that out for us (supposedly)
  * examples/opensrf_core.xml.example, examples/opensrf.xml.example, examples/srfsh.xml.example:
    * Set directories in example config files to match configured options

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1349 9efc2488-bf62-4759-914b-345cdb29e865
Makefile.am
bin/osrf_config.in
bin/osrf_ctl.sh
configure.ac
examples/opensrf.xml.example
examples/opensrf_core.xml.example
examples/srfsh.xml.example
src/Makefile.am
src/libopensrf/Makefile.am