summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2009-02-19Merge commit 'elmarco/legacy-dir'Lennart Poettering1-0/+6
2009-02-18bump required alsa versionLennart Poettering1-2/+2
2009-02-18pulse/context: add --enable-legacy-runtime-dirMarc-André Lureau1-0/+6
2009-02-13Optionally disable IPv6Iain Hibbert1-0/+27
Closes #79
2009-02-13show whether gtk+ support is enabled after configureLennart Poettering1-0/+6
2009-02-13properly read icon/application name/display from gtk/glib/gdkLennart Poettering1-0/+39
2009-02-13add a module that forwards cork/uncork requests to X11 as fake pause/resume ↵Lennart Poettering1-1/+1
key events
2009-02-12prepare test2Lennart Poettering1-1/+1
2009-02-04bump version and sonamev0.9.15-test1Lennart Poettering1-2/+2
2009-02-04Merge commit 'flameeyes/flameeyes'Lennart Poettering1-1/+1
2009-02-02drop -pedanticLennart Poettering1-1/+1
2009-01-31Disable portability warnings from automake.Diego Elio 'Flameeyes' Pettenò1-1/+1
The portability warning class warns during automake calls about non-POSIX variable names and GNU make extensions. Since both happens with the current Makefile.am files and it's reasonable to expect that they wouldn't be rewritten (GNU make is a reasonable requirement), just avoid the warnings.
2009-01-31drop -WpackedLennart Poettering1-1/+1
2009-01-27always define PA_MAJOR/PA_MINOR/PA_MICRO to ease feature checking in client ↵Lennart Poettering1-6/+9
applications
2009-01-24include a few HAL properties in our card/sink/source properties for ALSA devicesLennart Poettering1-1/+4
2009-01-23Merge commit 'flameeyes/flameeyes'Lennart Poettering1-12/+26
2009-01-22use pthread_setaffinity_np() only when it is availableLennart Poettering1-1/+1
2009-01-22Improve the ltdl discovery code by checking for libtool 2.x functions.Diego E. 'Flameeyes' Pettenò1-1/+5
The lt_dladvise_* interfaces are implemented only in the 2.x series and are not implemented in 1.4, so we can rely on their presence to know that the version is good enough.
2009-01-22Move the safety check about pkg-config in bootstrap.sh.Diego E. 'Flameeyes' Pettenò1-8/+0
Don't check twice for pkg-config during configure, since the undefined macro would be possibly caused on a different system.
2009-01-22Fix logic thinko.Diego E. 'Flameeyes' Pettenò1-1/+1
2009-01-22Remove support for internal distributing and bundling of libltdl.Diego E. 'Flameeyes' Pettenò1-3/+21
Standing to what the libtool documentation says, the LTDL_INIT macro and the related configure options are only useful when intending to distribute libltdl, and is superfluous if the system copy were always to be used. Which makes it very easy to just drop the internal copy and use the system library, just do it like any other library lacking pkg-config files to identify its presence. If this tries to build against an older libtool version it might fail at link time, so for now this is not an user-proof solution. But it at least should provide a working environment for packagers.
2009-01-22NetBSD doesn't know getgrnam_r()/getpwnam_r()Jared D. McNeill1-2/+2
Signed-off-by: Lennart Poettering <lennart@poettering.net>
2009-01-22NetBSD specific atomic operation implementationJared D. McNeill1-53/+77
Signed-off-by: Lennart Poettering <lennart@poettering.net>
2009-01-22NetBSD needs to include sys/uio.h for some socket functionsJared D. McNeill1-1/+1
Signed-off-by: Lennart Poettering <lennart@poettering.net>
2009-01-22rework module-hal-detect and make it use module-alsa-card instead of ↵Lennart Poettering1-1/+1
module-alsa-sink/-source
2009-01-20Allow to opt-out from building tests.Diego E. 'Flameeyes' Pettenò1-0/+6
Since the tests are only useful either if you're hacking at pulseaudio as a developer, or when running "make check", allow users to opt-out from their build. This for instance allows for Gentoo users not to build the tests when installing the ebuild with tests disabled, and also allow for skipping over eventually broken tests when trying to get the basic build going on a port.
2009-01-13build: print more informations about preopenMarc-André Lureau1-2/+6
2009-01-12bump version/sonameLennart Poettering1-2/+2
2009-01-08drop a few warning options, add a few new onesLennart Poettering1-1/+1
2009-01-08build: fix missing x11 modules dependenciesMarc-André Lureau1-1/+1
2009-01-08build: use pkg-config for X11Marc-André Lureau1-21/+40
According to Daniel, AC_PATH_XTRA is sort-of deprecated. This patch changes the configure arguments, --x-includes=dir and --x-libraries=dir, which are now removed and use standard pkg-config. It also replaces --with{,out}-x with --{dis,en}able-x11, which is the same as other optionnal dependencies. (this patch was done in an attempt to solve a build issue on maemo, it turns out it didn't help)
2009-01-08-Wconvert is pain, let's drop it againLennart Poettering1-1/+1
Fascist compiler options are sometimes nice, but this one is a real Ober-Nazi. Let's get rid of it.
2008-12-16libtool 2.2 updatesLennart Poettering1-4/+5
2008-12-16Merge commit 'flameeyes/libtool-2.2'Lennart Poettering1-23/+4
2008-10-26Implement new flags DONT_INHIBIT_AUTO_SUSPEND and START_UNMUTEDLennart Poettering1-1/+1
2008-10-25bump micro versionLennart Poettering1-1/+1
2008-10-22make new build logic actually workLennart Poettering1-1/+0
2008-10-21temporary commit to allow flameeyes a lookLennart Poettering1-8/+5
2008-10-21Support showing a backtrace on log messagesLennart Poettering1-0/+1
2008-10-08Modularise the RAOP stuff that requires OpenSSL and make it optional at ↵Colin Guthrie1-0/+41
compile time
2008-10-06bump version and sonamesLennart Poettering1-3/+3
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
Signed-off-by: Lennart Poettering <lennart@poettering.net>
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