freeswitch/libs/apr
2009-06-20 03:53:06 +00:00
..
atomic
build build: fix automake warnings about underquoted definitions in apr macros (FSBUILD-175) 2009-06-20 03:53:06 +00:00
docs
dso hack for now until we ditch apr dso code completely 2008-09-20 00:05:00 +00:00
file_io
helpers
images
include fix solaris build (FSBUILD-169) 2009-06-08 15:32:35 +00:00
locks pull back change from apr 1.3.0 2008-11-11 18:35:48 +00:00
memory/unix add apr_pool_mutex_set() to our apr to fix thread-saftey issue 2009-03-20 01:24:45 +00:00
misc
mmap
network_io fix sendfile for 10.5 2007-11-08 13:45:57 +00:00
passwd
poll
random/unix
shmem
strings
support/unix
tables
test
threadproc
time
user
.update fix solaris build (FSBUILD-169) 2009-06-08 15:32:35 +00:00
apr-config.in
apr.dsp
apr.dsw
apr.pc.in
apr.spec
build-outputs.mk
build.conf
buildconf
CHANGES
CMakeLists.txt apr cmake files 2009-02-16 07:11:19 +00:00
config.layout
configure.gnu fix pic flags and some typos. Core now builds all static 2007-03-11 08:33:49 +00:00
configure.in merge parts of libtool 2.2 fixes (FSBUILD-82) 2009-02-06 19:15:42 +00:00
emacs-mode
libapr.dsp
libapr.rc
libaprnw.mcp.zip
LICENSE
Makefile.in
NOTICE
NWGNUmakefile
README.dev
renames_pending

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