From d0bf25c56dc359a10a336c43d1eaa0b9697df911 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Mon, 20 Oct 2014 12:22:43 -0700 Subject: xine-lib: Use autoreconf -fi Might fix #540. --- src/xine-lib.mk | 4 +--- 1 file changed, 1 insertion(+), 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)' \ -- cgit v0.12