summaryrefslogtreecommitdiffstats
path: root/src/xine-lib.mk
diff options
context:
space:
mode:
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)' \