summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* 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
* add new configure option to enable preloading even on architectures that supp...Lennart Poettering2006-04-131-0/+6
* Large file support. Polypaudio probably doesn't need it, but it causes warningsPierre Ossman2006-03-311-0/+4
* Negotiate protocol version between server and client. Will allow smootherPierre Ossman2006-03-021-0/+1
* Add inet_pton emulation for platforms that lack it. Only support IPv4 atPierre Ossman2006-02-231-1/+1
* * Get rid of libpolyp-mainloopLennart Poettering2006-02-211-2/+0
* Detect support for Solaris (/dev/audio).Pierre Ossman2006-02-201-1/+4
* drop polyplib- prefix from client library filesLennart Poettering2006-02-161-1/+1
* Reorganised the source tree. We now have src/ with a couple of subdirs:Pierre Ossman2006-02-161-3/+3
* Add HAVE_ALSA and HAVE_OSS definesLennart Poettering2006-02-161-2/+9
* Mega patch:Lennart Poettering2006-01-271-0/+5
* We get the -lcap through LIBS, so no need for CAP_LIBS.Pierre Ossman2006-01-251-2/+1
* Use AC_SEARCH_LIBS instead of AC_CHECK_LIBS since it is a lot smarter andPierre Ossman2006-01-251-4/+4
* Many (FSF and Sun at least) have interpreted the C99 standard in a wayPierre Ossman2006-01-111-23/+3
* Remove the old compiler flag test now that we have a new shiny one.Pierre Ossman2006-01-111-10/+1
* Our makefiles work just fine on older automakes (1.7 tested). Let's keepPierre Ossman2006-01-111-1/+1
* build system updates, including support for some newer GCC optionsLennart Poettering2006-01-101-1/+62