Use sed instead of $(SED) so that we don't need to
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 6 Jul 2009 07:36:04 +0000 (10:36 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 6 Jul 2009 07:36:04 +0000 (10:36 +0300)
commit5f16ef4abf220028a9ddbcb138217597a9455f62
tree947d9b3bf100985d278c00d3b2a1098054434b7f
parent96e4b257e101d72072d43e144897d92920270669
Use sed instead of $(SED) so that we don't need to
use AC_PROG_SED. We don't do anything fancy with sed,
so this should work OK. libtool 2.2 sets SED but 1.5
doesn't, so $(SED) happened to work when using libtool 2.2.
src/liblzma/Makefile.am
src/scripts/Makefile.am
src/xz/Makefile.am
src/xzdec/Makefile.am