From 3535b23c43c012ab9534c7f241db665a95255fc5 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 22 Jan 2013 02:24:30 +0000 Subject: [PATCH] aur/xbmc-rbp-git: remove now-unneeded automake fix --- aur/xbmc-rbp-git/PKGBUILD | 3 --- 1 file changed, 3 deletions(-) diff --git a/aur/xbmc-rbp-git/PKGBUILD b/aur/xbmc-rbp-git/PKGBUILD index 895a81f46..6a2c50df0 100644 --- a/aur/xbmc-rbp-git/PKGBUILD +++ b/aur/xbmc-rbp-git/PKGBUILD @@ -47,9 +47,6 @@ build() { # Patch to fix TexturePacker build. 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 ./bootstrap