summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* fix typoLennart Poettering2006-08-221-1/+1
* Fix detection of shared memory support and proper fallback.Pierre Ossman2006-08-221-9/+4
* Fix detection of page size for non-POSIX systems.Pierre Ossman2006-08-221-1/+2
* check for posix_memalign and friendsLennart Poettering2006-08-191-6/+5
* look for shm_open in -lrtLennart Poettering2006-08-181-0/+2
* Build HAL support only when either OSS or ALSA is availableLennart Poettering2006-08-111-1/+1
* merge HAL support from Shams E. KingLennart Poettering2006-08-061-0/+37
* bump API and protocol version. Return PA_ERR_NOTSUPPORTED if pa_context_move_...Lennart Poettering2006-08-011-2/+2
* add missing configure.ac checks for module-gconfLennart Poettering2006-07-261-1/+38
* bump version and sonamesLennart Poettering2006-07-241-3/+3
* bump release and sonamesLennart Poettering2006-07-201-5/+5
* * add new --system command line parameter to the daemon for running PulseAudi...Lennart Poettering2006-07-191-2/+53
* remove glib 1.2 adapter. It started to bitrot and wasn't used by anything any...Lennart Poettering2006-07-181-47/+9
* make pulseaudio compile again on FreeBSD (patch from Diego "Flameeyes" Petteno)Lennart Poettering2006-07-161-0/+3
* show summary after "configure" has run (closes: #22)Lennart Poettering2006-07-161-0/+77
* * fall back to prctl(PR_GET_NAME) in pa_get_binary_name() if readlink() failsLennart Poettering2006-07-141-0/+2
* remove HOWL snippet from configure scriptLennart Poettering2006-07-131-35/+0
* check for avahi in configure.acLennart Poettering2006-07-131-0/+31
* * remove doc/ directoryLennart Poettering2006-07-081-1/+0
* remove all docs from tarball since they are now available on pulseaudio.orgLennart Poettering2006-07-071-28/+0
* bump version numberLennart Poettering2006-06-201-1/+1
* s/POLYP/PULSE/gLennart Poettering2006-06-191-5/+5
* name the pkg-config files after the library namesLennart Poettering2006-06-191-2/+2
* big s/polyp/pulse/gLennart Poettering2006-06-191-14/+14
* Use AM_ICONV to determine what needs to be done for iconv support. (closes #19)Pierre Ossman2006-06-121-1/+5
* Also look in winsock2.h for INADDR_NONE. (solves #18)Pierre Ossman2006-06-121-1/+2
* Properly escape the m4 macros and make the code a bit more readable.Pierre Ossman2006-06-121-37/+207
* actually build cpulimit support if SIGXCPU is availableLennart Poettering2006-06-021-1/+4
* bump version and sonameLennart Poettering2006-06-021-2/+2
* Add new configure options to disable/enable specific modules at configure tim...Lennart Poettering2006-06-021-24/+90
* * add new API function pa_stream_get_buffer_attr().Lennart Poettering2006-05-251-1/+1
* move modules to ${libdir}/polypaudio-${PA_MAJORMINOR}/modules/Lennart Poettering2006-05-251-2/+2
* padsp needs dlsym & co so make sure we get that lib included.Pierre Ossman2006-05-241-0/+1
* Remove the exceedingly anal warnings. It's impossible to write a non-trivialPierre Ossman2006-05-241-1/+1
* Wrap strerror() in a function that makes it thread safe and converts thePierre Ossman2006-05-221-0/+3
* generate PA_MAJORMINOR properly - only from major and minor, not from microLennart Poettering2006-05-191-2/+7
* And functions for convertion to and from current locale and UTF-8.Pierre Ossman2006-05-181-1/+1
* change version number from "0.9" to "0.9.0" to make version comparisons easierLennart Poettering2006-05-161-1/+1
* bump version number to 0.9Lennart Poettering2006-05-161-2/+2
* * add new configure option --with-module-dir=Lennart Poettering2006-05-161-0/+13
* Handle pipes on platforms where they are non-existant of broken.Pierre Ossman2006-05-111-1/+1
* bump version numberLennart Poettering2006-04-261-1/+1
* chown() and chmod() aren't available on Windows.Pierre Ossman2006-04-241-2/+2
* Undo invalid automake version requirement.Pierre Ossman2006-04-241-1/+1
* require automake 1.9 in configure.acLennart Poettering2006-04-221-1/+1
* Make the probe for RNG sources at runtime since the configure script isn'tPierre Ossman2006-04-181-20/+0
* Clarify that JACK libs are optional.Pierre Ossman2006-04-181-1/+1
* More fixes caused by Sun's complete inability to follow any standardPierre Ossman2006-04-181-0/+13
* add new JACK sinkLennart Poettering2006-04-171-0/+9
* * add new check for $RANDOM_DEVICELennart Poettering2006-04-161-4/+24