]> git.alsa-project.org Git - alsa-utils.git/commit
fix use of $(SED)
authorMichał Górny <mgorny@gentoo.org>
Wed, 31 Aug 2011 20:27:10 +0000 (22:27 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 12 Sep 2012 13:53:24 +0000 (15:53 +0200)
commit98720042dcf3dec2d6e5354edb7ba889819f0f37
tree608598c527269e62a7cc4d0b049a502880ce2c6b
parent6a3d3b0b3d1079bcff0281c4f5525a94015d9941
fix use of $(SED)

The alsactl Makefile used 'sed $(SED)' which is going to failed when SED
is actually set. Replaced that with '$(SED)', and a few 'sed' calls in
alsaconf Makefile as well. Added AC_PROG_SED to configure to have it
set.

Fixes: https://bugtrack.alsa-project.org/alsa-bug/view.php?id=5363
Fixes: http://bugs.gentoo.org/show_bug.cgi?id=366587
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
alsaconf/Makefile.am
configure.in