extra/lirc: fix for new automake

This commit is contained in:
Kevin Mihelich 2013-01-21 20:01:22 +00:00
parent 7b6fc36492
commit c654db2ef6

View file

@ -48,6 +48,7 @@ build() {
patch -Np1 -i "${srcdir}/kernel-2.6.39.patch"
sed -i '/AC_PATH_XTRA/d' configure.ac
sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADER/' configure.ac
sed -e 's/@X_CFLAGS@//g' \
-e 's/@X_LIBS@//g' \
-e 's/@X_PRE_LIBS@//g' \