summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2008-09-09bump revisionsLennart Poettering1-4/+4
2008-09-01drop -Winline from build cflagsLennart Poettering1-1/+1
2008-08-29Add CFLAGS information on start-upMarc-André Lureau1-0/+2
2008-08-19use final glibc eventfd() instead of our homegrown syscall invocationsLennart Poettering1-0/+1
2008-08-19add a few more gcc warning flags and fix quite a few problems found by doing soLennart Poettering1-1/+1
2008-08-19run autoupdateLennart Poettering1-24/+24
2008-08-18Merge commit 'flameeyes/autoconf-2.62'Lennart Poettering1-93/+68
2008-08-18add some code to make invalid valgrind warnings go awayLennart Poettering1-0/+4
2008-08-18bump releaseLennart Poettering1-1/+1
2008-08-08Replace some manual build tests with AC_CACHE_CHECK and AC_COMPILE_IFELSE.Diego 'Flameeyes' Pettenò1-52/+58
2008-08-08Create a new macro for checking compiler support for TLS.Diego 'Flameeyes' Pettenò1-11/+1
2008-08-08Replace the CFLAGS-checking code with a common macro from xine-lib.Diego 'Flameeyes' Pettenò1-24/+6
2008-08-08Use AC_PROG_CC_C99 to discover C99-compliant compiler.Diego 'Flameeyes' Pettenò1-4/+2
2008-08-08Create an m4 directory for common macros and use it.Diego 'Flameeyes' Pettenò1-0/+1
2008-08-08Remove gettext macros from configure.ac, intltool is used.Diego 'Flameeyes' Pettenò1-2/+0
2008-08-08Bump autoconf requirement to 2.62 (latest released version).Diego 'Flameeyes' Pettenò1-1/+1
2008-08-06add i18n supportLennart Poettering1-0/+12
2008-08-03define CANONICAL_HOST as macro for the GNU canonical hostLennart Poettering1-0/+1
2008-08-03add extension system for native protocolLennart Poettering1-1/+1
2008-07-30bump needed automake versionLennart Poettering1-1/+1
2008-07-30Make the alsa error message give out the needed version.Petteri Räty1-1/+1
2008-07-23bump api versonLennart Poettering1-1/+1
2008-07-23bump alsa dep to 1.0.17Lennart Poettering1-1/+1
2008-07-23make missing gdbm fatal (spotted by Betelgeuse)Lennart Poettering1-1/+1
2008-07-21fix gconf autoconf checkLennart Poettering1-1/+1
2008-06-28get rid of our internal copy of the speex resampler. Instead, link against a ...Lennart Poettering1-0/+4
2008-06-27update speex resamplerLennart Poettering1-0/+2
2008-06-25Add xmltoman to the distribution. This saves pulling in an external dependancyColin Guthrie1-26/+0
2008-06-18remove remaining $Lennart Poettering1-2/+0
2008-05-21make state and config path for system instance configurableLennart Poettering1-0/+6
2008-05-15bump so revisionsLennart Poettering1-2/+2
2008-05-15merge glitch-free branch back into trunkLennart Poettering1-3/+7
2008-03-31update copyright yearLennart Poettering1-1/+1
2008-03-31merge r2136 from prepare-0.9.10Lennart Poettering1-1/+1
2008-03-31merge r2189 from prepare-0.9.10Lennart Poettering1-2/+2
2008-03-31merge r2190 from prepare-0.9.10Lennart Poettering1-1/+1
2008-03-31fix the help for --disable-per-user-esound-socket so that it actuallyDiego Petteno1-1/+1
2008-03-27Enable per-user esound sockets by default. Esound CVS already enables this by...Lennart Poettering1-28/+44
2008-03-27modernize polkit code a bit, use new functions from pk 0.7 instead of our hom...Lennart Poettering1-15/+11
2008-03-26add proper arm atomic ops support, patch from Jyri SarhaLennart Poettering1-7/+95
2008-03-09Test for _struct_ lt_user_dlloader, otherwise it won't be found.Diego Petteno1-1/+1
2008-03-08Build and run using libltdl from libtool 2.2. The user module loader support ...Diego Petteno1-0/+6
2008-02-15look for timer_create in librt, Closes #210, patch supplied by matthijsLennart Poettering1-0/+1
2007-12-06Add a configure switch to enable the per-user ESounD socket path, but default...Diego Petteno1-0/+6
2007-11-23Check for mkdir -p or equivalent, and use that rather than simple mkdir to cr...Diego Petteno1-0/+4
2007-11-23Enable D-Bus if Bluez or HAL are enabled; use DBUS_LIBS/DBUS_CFLAGS when buil...Diego Petteno1-1/+1
2007-11-23Fix detection of polkit_context_is_caller_authorized() function, also reporte...Diego Petteno1-2/+2
2007-11-21bump version and sonameLennart Poettering1-3/+3
2007-11-21increment api and protocol versionLennart Poettering1-2/+2
2007-11-16detect whether PolicyKit support is availableLennart Poettering1-0/+47