freeswitch/libs/apr
Andrey Volk fe68e3aff4 [Build-System] Fix NSIG redefinition issue. 2023-01-12 18:59:07 +03:00
..
atomic [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
build [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
docs [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
dso [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
file_io [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
helpers [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
images
include [Build-System] Fix NSIG redefinition issue. 2023-01-12 18:59:07 +03:00
locks [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
memory/unix [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
misc [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
mmap [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
network_io [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
passwd [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
poll [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
random/unix [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
shmem [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
strings [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
support/unix [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
tables [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
test [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
threadproc [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
time [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
user [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
.update [Core, mod_commands] Add switch_core_pool_stats API and pool_stats command with corresponding --enable-pool-debug configure flag. 2019-12-31 02:07:22 +04:00
CHANGES
CMakeLists.txt apr cmake files 2009-02-16 07:11:19 +00:00
LICENSE
Makefile.in [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
NOTICE
NWGNUmakefile
README.dev
apr-config.in
apr.dsp [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
apr.dsw [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
apr.pc.in
apr.spec
build-outputs.mk [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
build.conf
buildconf
config.layout
configure.ac [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
configure.gnu fix srcdir for libs/apr/configure.gnu (FSBUILD-211) 2009-11-24 00:17:18 +00:00
emacs-mode
libapr.dsp [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00
libapr.rc [Core] Fix Windows build after apr-util removal 2022-08-29 20:17:12 +03:00
libaprnw.mcp.zip
renames_pending [core] rename lib apr symbols to fspr 2022-08-29 20:17:08 +03:00

README.dev

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