]> git.alsa-project.org Git - alsa-lib.git/commit
allow building out of tree (sort of)
authorMike Frysinger <vapier@gentoo.org>
Wed, 4 Oct 2006 15:30:26 +0000 (17:30 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 4 Oct 2006 15:30:26 +0000 (17:30 +0200)
commit285d8599749e956f22ab0ad49ebd4eb56e70ddc5
tree73372e31dd26780fe692343f37cfe671be37a333
parentbc9b4553b491270192d1fbff04d247fb0faf2c22
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>
configure.in