Chris Rienzo 8330336e9a FS-6450 [unimrcp] Update library
[apr] Backport APR_RING_FOREACH and APR_RING_FOREACH_SAFE macros to APR for unimrcp compatibility.

 [unimrcp] configure.gnu - need full path, not relative path for library paths

 [unimrcp] added uni_revision.h - couldn't get it to autogenerate from build

 [mod_unimrcp] add better logging and error checking on module load.  Currently dumps core on MRCPv1 TTS attempt

 [mod_unimrcp] don't configure MRCPv1 session with a connection agent- causes crash
2014-11-18 14:23:54 -05:00
..
2013-11-29 22:16:49 -06:00
2014-03-07 18:36:26 -05:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2014-11-18 14:23:54 -05:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2013-08-27 13:59:30 -04:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2010-09-27 13:26:09 -05:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2013-08-27 13:59:30 -04:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2009-02-16 07:11:19 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2014-03-07 18:36:26 -05:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00
2006-12-19 19:58:23 +00:00

Apache Portable Runtime
=======================

If you are building APR from SVN, you need to use a slightly non-standard
build process.  You must have autoconf and libtool installed for this to
work.  There are three steps:

1) ./buildconf
2) ./configure
3) make

If you are building APR from a distribution tarball, buildconf will have
already been run for you, and you therefore do not need to have either
autoconf or libtool installed, and you do not need to run buildconf.  Skip
step one above and just run configure then make.

Generating Test Coverage information
====================================

If you want to generate test coverage data, use the following steps:

1) ./buildconf
2) CFLAGS="-fprofile-arcs -ftest-coverage" ./configure
3) make
4) cd test
5) make
6) ./testall
7) cd ..
8) make gcov