summaryrefslogtreecommitdiffstats
path: root/src/xine-lib.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-20 19:22:43 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-20 19:22:43 (GMT)
commitd0bf25c56dc359a10a336c43d1eaa0b9697df911 (patch)
treefb7feda0b25094666bdf42e225ac0db42a91983c /src/xine-lib.mk
parentbec702c3212d6b40dde90c7edb8b73a6a3324e5a (diff)
downloadmxe-d0bf25c56dc359a10a336c43d1eaa0b9697df911.zip
mxe-d0bf25c56dc359a10a336c43d1eaa0b9697df911.tar.gz
mxe-d0bf25c56dc359a10a336c43d1eaa0b9697df911.tar.bz2
xine-lib: Use autoreconf -fi
Might fix #540.
Diffstat (limited to 'src/xine-lib.mk')
-rw-r--r--src/xine-lib.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/xine-lib.mk b/src/xine-lib.mk
index 32f019d..852b6f4 100644
--- a/src/xine-lib.mk
+++ b/src/xine-lib.mk
@@ -20,9 +20,7 @@ endef
define $(PKG)_BUILD
# rebuild configure script as one of the patches modifies configure.ac
- cd '$(1)' && aclocal -I m4
- cd '$(1)' && $(LIBTOOLIZE)
- cd '$(1)' && autoconf
+ cd '$(1)' && autoreconf -fi
cd '$(1)' && ./configure \
--host='$(TARGET)' \