]> git.evergreen-ils.org Git - OpenSRF.git/commit
Merge the following patches from Kevin Beswick:
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 17 Jul 2008 18:15:09 +0000 (18:15 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Thu, 17 Jul 2008 18:15:09 +0000 (18:15 +0000)
commitd130eced6899d01376ebfa3a3293c713177fefdd
tree1cc6fb7b1b9788e9cb28b6382af467f484eb653b
parentbb0b3d442d1b7412e6241fe008c2f37479a78815
Merge the following patches from Kevin Beswick:
  * fixed location to copy apachetools.h from ...
  * another typo...
  * fixed directory error in copying of header file.
  * move one more copy instruction for a header file.
  * create the perldir and jsdir
  * changed the place where headers are copied... fixed an error which caused them to be copied wrong.
  * fixed a capitalization typo issue in src/Makefile.am
  * updated opensrf.xml.example to use C math and dbmath implementation rather than Perl
  * fixed make distcheck problems -- builddir needed to be changed to srcdir
  * fixed directory replacement in .c file problem stopped the command added in the previous revision from running multiple times, fixed the location of the file to execute the command on.
  * changed where the directory replacement happens for osrf_json_gateway.c (it was after it was compiled rather than before)
  * corrected another error with installing header files ( can't install directories recursively through the 'prefix_PRIMARY = files' apparently)
  * went back to old way of copying perlmods and javascript. it will still be included in dist due to EXTRA_DIST in root makefile
  * fix install of src/javascript and src/perlmods
  * nobase_dist_lib_DATA defined twice... oops!
  * fixed problem with order of execution of targets (install-data-local was being executed before files were copied. resulted in an error)
  * fixed make dist, and changed ways that files are copied to their installed locations
  * fixed path substitution for the rest of the files with hardcoded paths to ensure correct default functionality of opensrf

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1367 9efc2488-bf62-4759-914b-345cdb29e865
16 files changed:
Makefile.am
bin/osrf_config.in
configure.ac
doc/dokuwiki-doc-stubber.pl
examples/math_bench.pl
examples/multisession-test.pl
examples/opensrf.xml.example
src/Makefile.am
src/c-apps/Makefile.am
src/gateway/osrf_json_gateway.c
src/java/Makefile.am [new file with mode: 0644]
src/java/Makefile.in [deleted file]
src/libopensrf/Makefile.am
src/perlmods/OpenSRF/Utils/Config.pm
src/python/Makefile.am [new file with mode: 0644]
src/python/Makefile.in [deleted file]