[vlc-devel] [PATCH] contrib: sidplay2: use the same autoreconf than other projects

Steve Lhomme robux4 at videolabs.io
Wed Oct 26 17:37:19 CEST 2016


---
 contrib/src/sidplay2/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/sidplay2/rules.mak b/contrib/src/sidplay2/rules.mak
index bc69455..4cb6c5a 100644
--- a/contrib/src/sidplay2/rules.mak
+++ b/contrib/src/sidplay2/rules.mak
@@ -25,7 +25,7 @@ sidplay-libs: sidplay-libs-$(SID_VERSION).tar.gz .sum-sidplay2
 	for d in . libsidplay resid builders/resid-builder \
 			builders/hardsid-builder libsidutils ; \
 	do \
-		(cd $</$$d && autoreconf -fiv -I unix) || exit $$? ; \
+		(cd $</$$d && $(AUTORECONF) -fiv -I unix $(ACLOCAL_AMFLAGS)) || exit $$? ; \
 	done
 	cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
 	cd $< && $(MAKE) install
-- 
2.8.2



More information about the vlc-devel mailing list