Fix configure macro to support new automake version.

This commit is contained in:
Tomas Groth Christensen 2013-01-10 19:12:18 +01:00
parent 930a10c232
commit 577949dded

View file

@ -1,7 +1,7 @@
# Contributor tomasgroth at yahoo.dk
# Contributor WarheadsSE <max@warheads.net>
pkgname=xbmc-rbp-git
pkgver=20130107
pkgver=20130110
pkgrel=1
buildarch=16
@ -47,6 +47,9 @@ 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