Add the --with-install-suffix configure option.

Fix some bugs in the Makefile's install target.
This commit is contained in:
Jason Evans
2010-01-17 01:49:20 -08:00
parent bbaaecb729
commit b0fd5016db
33 changed files with 161 additions and 95 deletions

View File

@@ -31,6 +31,11 @@ any of the following arguments (not a definitive list) to 'configure':
becomes <prefix>malloc(). This makes it possible to use jemalloc at the
same time as the system allocator.
--with-install-suffix=<suffix>
Append <suffix> to the base name of all installed files, such that multiple
versions of jemalloc can coexist in the same installation directory. For
example, libjemalloc.so.0 becomes libjemalloc<suffix>.so.0.
--enable-debug
Enable assertions and validation code. This incurs a substantial
performance hit, but is very useful during application development.