summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* Port from CC_CHECK_CFLAGS_APPEND to AX_APPEND_COMPILE_FLAGSPhilip Withnall2011-09-191-2/+3
| | | | | | AX_APPEND_COMPILE_FLAGS seems to be better maintained by the autoconf archive, and is what's used in PulseAudio. Everybody loves what's used in PulseAudio.
* Port from ACX_PTHREAD to AX_PTHREADPhilip Withnall2011-09-191-1/+1
| | | | | This uses the latest version of the AX_PTHREAD macro from the autoconf archive: http://www.gnu.org/software/autoconf-archive/ax_pthread.html.
* Update configure.ac macrosPhilip Withnall2011-09-191-3/+2
| | | | Based on the output of `autoupdate`.
* Add some missing header, type and function checks to configure.acPhilip Withnall2011-09-191-1/+8
| | | | As picked up by `autoscan`.
* build-sys: minor copy/paste error fixLennart Poettering2010-02-211-1/+1
|
* Implement a mutex free version of backtrace()Lénaïc Huard2010-02-211-1/+1
| | | | | | The glibc version of backtrace() uses a mutex which is also used by C++ exception throwing. Using it in mutrace leads to dead lock when a C++ exception throws.
* bump releasev0.2Lennart Poettering2009-10-071-1/+1
|
* optionally read debug info for backtracesLennart Poettering2009-09-201-0/+3
|
* Tweak configure.ac for intrepidEric Bollengier2009-09-151-2/+2
|
* improve compatiblity with older automakeLennart Poettering2009-09-151-1/+1
|
* don't warn about aliasing issues, since dlopen() violates C99Lennart Poettering2009-09-151-1/+1
|
* autoconfizationLennart Poettering2009-09-151-0/+110