aur/xbmc-rbp-git: remove now-unneeded automake fix

This commit is contained in:
Kevin Mihelich 2013-01-22 02:24:30 +00:00
parent f71cdd0fd4
commit 3535b23c43

View file

@ -47,9 +47,6 @@ build() {
# Patch to fix TexturePacker build. # Patch to fix TexturePacker build.
patch -i ${srcdir}/xbmc-ae04d99-321-texturepacker-hostflags-and-rework.patch -p1 patch -i ${srcdir}/xbmc-ae04d99-321-texturepacker-hostflags-and-rework.patch -p1
# Change outdated macro use
find . -name 'configure*' | xargs grep -l M_CONFIG_HEADER | xargs sed -i -e 's/M_CONFIG_HEADER/AC_CONFIG_HEADERS/g'
# Bootstrapping XBMC # Bootstrapping XBMC
./bootstrap ./bootstrap