summaryrefslogtreecommitdiffstats
path: root/lib/talloc/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* talloc: add --enable-talloc-compat1 to build a compat library for talloc 1.x.xStefan Metzmacher2009-08-241-0/+1
| | | | metze
* talloc: add defines and functions for TALLOC_MAJOR/MINOR_VERSIONStefan Metzmacher2009-08-241-0/+20
| | | | | | | | | | We also use the major and minor versions in the TALLOC_MAGIC, so that we can detect if two conflicting versions of talloc are loaded in one process. In this case we use talloc_log() to output a very useful debug message before we call talloc_abort(). metze
* talloc: change version to 2.0.0Stefan Metzmacher2009-08-241-1/+1
| | | | metze
* Restore ABI compatibility for talloc.Simo Sorce2009-07-031-1/+1
|
* change talloc to 2.0.0Andrew Tridgell2009-07-021-1/+1
| | | | | | | This is needed to prevent samba3 and samba4 from using an ABI incompatible system version of talloc See ongoing discussion on the samba-technical mailing list
* Add exports file and abi checker for talloctalloc-1.3.1Simo Sorce2009-06-151-7/+8
| | | | | | | | This is a first attempt at exporting symbols only for public functions We also provide a rudimentary ABI checker that tries to check that function signatures are not changed by mistake. Given our use of macros this is not an API checker. It's all based on talloc.h contents and the gcc -aux-info option
* talloc: change version to 1.3.0Stefan Metzmacher2009-03-161-1/+1
| | | | metze
* Update talloc version so we don't fail on system talloc 1.2.0Andrew Bartlett2009-03-051-1/+1
| | | | | | | | The problem is that talloc in the Samba tree now includes talloc_get_type_abort(), which is not present on Fedora 10 or ubuntu's talloc 1.2.0. Andrew Bartlett
* Add shared-build target to talloc.Simo Sorce2008-09-191-0/+3
| | | | | Useful to build multiple standalone libraries that depend on each other without having to install them to the final install dir during the build.
* Move common libraries from root to lib/.Jelmer Vernooij2008-09-171-0/+24