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

Steve Lhomme git at videolan.org
Wed Nov 16 14:44:19 CET 2016


vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Wed Oct 26 17:37:19 2016 +0200| [b044f2dd2e6df527b3928dd029c2df71df5fd67a] | committer: Jean-Baptiste Kempf

contrib: sidplay2: use the same autoreconf than other projects

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b044f2dd2e6df527b3928dd029c2df71df5fd67a
---

 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 7b8b260..69cae3e 100644
--- a/contrib/src/sidplay2/rules.mak
+++ b/contrib/src/sidplay2/rules.mak
@@ -30,7 +30,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



More information about the vlc-commits mailing list