freeswitch/libs/apr
2007-04-11 05:36:29 +00:00
..
atomic add apr to in tree libs 2006-12-19 19:58:23 +00:00
build clean up the bootstrap warnings. you will need to re-run bootstrap and re-configure (or at least run the libs/apr-util/buildconf) and configure 2007-03-21 21:14:31 +00:00
docs add apr to in tree libs 2006-12-19 19:58:23 +00:00
dso add apr to in tree libs 2006-12-19 19:58:23 +00:00
file_io add apr to in tree libs 2006-12-19 19:58:23 +00:00
helpers add apr to in tree libs 2006-12-19 19:58:23 +00:00
images add apr to in tree libs 2006-12-19 19:58:23 +00:00
include remove a generated file, add libcurl.m4 back. this will require a fresh bootstrap and configure 2007-04-11 05:36:29 +00:00
locks add apr to in tree libs 2006-12-19 19:58:23 +00:00
memory/unix add apr to in tree libs 2006-12-19 19:58:23 +00:00
misc add apr to in tree libs 2006-12-19 19:58:23 +00:00
mmap add apr to in tree libs 2006-12-19 19:58:23 +00:00
network_io add apr to in tree libs 2006-12-19 19:58:23 +00:00
passwd add apr to in tree libs 2006-12-19 19:58:23 +00:00
poll add apr to in tree libs 2006-12-19 19:58:23 +00:00
random/unix add apr to in tree libs 2006-12-19 19:58:23 +00:00
shmem add apr to in tree libs 2006-12-19 19:58:23 +00:00
strings add apr to in tree libs 2006-12-19 19:58:23 +00:00
support/unix add apr to in tree libs 2006-12-19 19:58:23 +00:00
tables add apr to in tree libs 2006-12-19 19:58:23 +00:00
test add apr to in tree libs 2006-12-19 19:58:23 +00:00
threadproc add apr to in tree libs 2006-12-19 19:58:23 +00:00
time add apr to in tree libs 2006-12-19 19:58:23 +00:00
user add apr to in tree libs 2006-12-19 19:58:23 +00:00
.update add .update files to the libs that we can use to force rebuilds of libs 2007-03-16 21:22:04 +00:00
apr-config.in add apr to in tree libs 2006-12-19 19:58:23 +00:00
apr.dsp add apr to in tree libs 2006-12-19 19:58:23 +00:00
apr.dsw add apr to in tree libs 2006-12-19 19:58:23 +00:00
apr.pc.in add apr to in tree libs 2006-12-19 19:58:23 +00:00
apr.spec add apr to in tree libs 2006-12-19 19:58:23 +00:00
build-outputs.mk add apr to in tree libs 2006-12-19 19:58:23 +00:00
build.conf add apr to in tree libs 2006-12-19 19:58:23 +00:00
buildconf add apr to in tree libs 2006-12-19 19:58:23 +00:00
CHANGES add apr to in tree libs 2006-12-19 19:58:23 +00:00
config.layout add apr to in tree libs 2006-12-19 19:58:23 +00:00
configure.gnu fix pic flags and some typos. Core now builds all static 2007-03-11 08:33:49 +00:00
configure.in fix occasional missing -ldl 2007-03-19 23:49:56 +00:00
emacs-mode add apr to in tree libs 2006-12-19 19:58:23 +00:00
libapr.dsp add apr to in tree libs 2006-12-19 19:58:23 +00:00
libapr.rc add apr to in tree libs 2006-12-19 19:58:23 +00:00
libaprnw.mcp.zip add apr to in tree libs 2006-12-19 19:58:23 +00:00
LICENSE add apr to in tree libs 2006-12-19 19:58:23 +00:00
Makefile.in add apr to in tree libs 2006-12-19 19:58:23 +00:00
NOTICE add apr to in tree libs 2006-12-19 19:58:23 +00:00
NWGNUmakefile add apr to in tree libs 2006-12-19 19:58:23 +00:00
README.dev add apr to in tree libs 2006-12-19 19:58:23 +00:00
renames_pending add apr to in tree libs 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