aboutsummaryrefslogtreecommitdiff
path: root/bin/jemalloc.sh.in
AgeCommit message (Collapse)Author
2012-04-30Few configure.ac adjustmentsMike Hommey
- 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.
2012-04-23Fix jemalloc.sh code generation.Jason Evans
Fix jemalloc.sh code generation by adding @sorev@ and using it instead of @SOREV@ (which contains Makefile-specific variables).
2012-04-18Make versioned shared library suffix configurableMike Hommey
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).
2011-11-01Refactor SO and REV make variables.Jason Evans
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.
2011-11-01add autogenerated jemalloc.sh wrapper scriptAntony Dovgal