summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2010-06-26move umem_startup constructor to the umem .so itself, rather thanwez1-0/+1
the malloc replacement. Rename ec_atomic to umem_atomic. Add a posix_memalign function. -ldl isn't universal; make a configure check for it. git-svn-id: https://labs.omniti.com/portableumem/trunk@58 1665872d-e22b-0410-9e5d-a57ad4215e6d
2010-02-19bump version number in trunkwez1-1/+1
git-svn-id: https://labs.omniti.com/portableumem/trunk@54 1665872d-e22b-0410-9e5d-a57ad4215e6d
2009-03-06bump the version; it's about 2 years overdue that we roll a new tarballwez1-1/+1
git-svn-id: https://labs.omniti.com/portableumem/trunk@50 1665872d-e22b-0410-9e5d-a57ad4215e6d
2007-08-03fixup malloc replacement on 64-bit systems; was missing a configure check.wez1-2/+17
git-svn-id: https://labs.omniti.com/portableumem/trunk@45 1665872d-e22b-0410-9e5d-a57ad4215e6d
2007-03-18better check for issetugidwez1-10/+1
git-svn-id: https://labs.omniti.com/portableumem/trunk@40 1665872d-e22b-0410-9e5d-a57ad4215e6d
2007-03-17create a separate library, libumem_malloc, for people that want to replacewez1-9/+9
malloc with the umem routines. git-svn-id: https://labs.omniti.com/portableumem/trunk@31 1665872d-e22b-0410-9e5d-a57ad4215e6d
2006-09-03sol_compat.h: Pull in <sys/time.h> for proto of gettimeofday (fixes warnings)richdawe1-1/+1
git-svn-id: https://labs.omniti.com/portableumem/trunk@25 1665872d-e22b-0410-9e5d-a57ad4215e6d
2006-09-03Add --enable-malloc-replacement option, for using libumem as a malloc ↵richdawe1-0/+10
replacement git-svn-id: https://labs.omniti.com/portableumem/trunk@24 1665872d-e22b-0410-9e5d-a57ad4215e6d
2006-05-13Use doxygen to build docs; generate spec file using configure; use tar.bz2 ↵richdawe1-2/+2
instead of tar.gz git-svn-id: https://labs.omniti.com/portableumem/trunk@16 1665872d-e22b-0410-9e5d-a57ad4215e6d
2006-03-11Build a basic shared library on Linux; may not work!richdawe1-0/+15
git-svn-id: https://labs.omniti.com/portableumem/trunk@6 1665872d-e22b-0410-9e5d-a57ad4215e6d