summaryrefslogtreecommitdiffstats
path: root/bin/jemalloc.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Few configure.ac adjustmentsMike Hommey2012-05-011-1/+1
| | | | | | - Use the extensions autoconf finds for object and executable files. - Remove the sorev variable, and replace SOREV definition with sorev's. - Default to je_ prefix on win32.
* Fix jemalloc.sh code generation.Jason Evans2012-04-231-1/+1
| | | | | Fix jemalloc.sh code generation by adding @sorev@ and using it instead of @SOREV@ (which contains Makefile-specific variables).
* Make versioned shared library suffix configurableMike Hommey2012-04-181-1/+1
| | | | | | | | This allows for different patterns for file names: - lib.so.version for e.g. Linux - lib.version.dylib for OSX (which is much more common than lib.dylib.version) - lib.dll for Windows (no version at all).
* Refactor SO and REV make variables.Jason Evans2011-11-021-1/+1
| | | | | | Refactor the SO and REV such that they are set via autoconf variables, @so@ and @rev@. These variables are both needed by the jemalloc.sh script, so this unifies their definitions.
* add autogenerated jemalloc.sh wrapper scriptAntony Dovgal2011-11-021-0/+9