]> 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)
committerClemens Ladisch <clemens@ladisch.de>
Wed, 31 Aug 2011 20:31:55 +0000 (22:31 +0200)
commite80b015689ce7a632c8cf57a29bd703eef4edbbc
treea0c593b3014307b97b3e0f8be11b43597be1af2b
parent0131ab6a67e18ae3c30b7b3fabc2fdf1592f075c
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
alsactl/Makefile.am
configure.in