The Advanced Linux Sound Architecture (ALSA) - library
Find a file
Mike Frysinger 285d859974 allow building out of tree (sort of)
the current configure script assumes that it will be run in the srcdir ... i
often build things out of tree so you can quickly punt all the generated
files:
mkdir build
cd build
../configure
cd ..
rm -r build
clean!

this tweaks the configure script in a few places to use the correct variable
instead of assuming that configure is always in $PWD ...

i say "sort of" in the subject because there is still the issues of the pcm
symbols list being generated in $builddir instead of $srcdir and the alsa
include symlink, but these doesnt really concern me for what i need ;)

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2006-10-04 17:30:26 +02:00
alsalisp Don't install alsalisp 2006-04-12 12:40:06 +02:00
aserver Terminate long_options array 2004-09-28 17:22:33 +00:00
doc Fix examples for PCM API. Fix dogygen warnings. 2006-07-11 21:48:51 +02:00
include add support for hosts that have custom symbol prefixes 2006-09-19 18:07:51 +02:00
modules Fix compile warnings 2005-12-16 18:43:49 +00:00
src simple mixer - fix error recovery path for volume / switch write 2006-10-01 17:57:36 +02:00
test alsa-lib: test dir: make check: static building doesn't work on PIC architectures 2006-10-04 10:39:55 +02:00
utils Changed permissions for scripts and added .hgignore file 2006-04-06 19:14:01 +02:00
.hgignore Fix .hgignore 2006-04-12 12:29:35 +02:00
.hgtags Added tag v1.0.13 for changeset cf4a3d6a053ade90e197d774bb4860b564058942 2006-09-29 13:30:53 +02:00
acinclude.m4 fixed for the recent autoconf. 2004-01-26 15:52:17 +00:00
ChangeLog * update to libtool 1.3.3 1999-07-22 12:18:42 +00:00
configure.in allow building out of tree (sort of) 2006-10-04 17:30:26 +02:00
COPYING Updated GNU GPL license (address). 2001-12-30 09:22:54 +00:00
cvscompile make sure commands in cvs/hg compile scripts worked 2006-09-26 15:37:07 +02:00
hgcompile make sure commands in cvs/hg compile scripts worked 2006-09-26 15:37:07 +02:00
INSTALL Add hgcompile script and fix INSTALL document 2006-05-12 15:33:44 +02:00
Makefile.am Add --disable-alisp configure option 2006-09-06 14:39:01 +02:00
MEMORY-LEAK Initial version 2003-02-04 14:56:07 +00:00
NOTES Add description about non-blocking behavior 2006-02-17 20:51:12 +00:00
TODO Added snd_config_load_override(). 2002-01-09 21:28:15 +00:00