Commit 6310ab7b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

contrib: sidplay2: autoreconf all directories (fixes #11577)

parent 1ce453f0
......@@ -22,7 +22,11 @@ sidplay-libs: sidplay-libs-$(SID_VERSION).tar.gz .sum-sidplay2
$(MOVE)
.sidplay2: sidplay-libs
$(RECONF)
for d in . libsidplay resid builders/resid-builder \
builders/hardsid-builder libsidutils ; \
do \
(cd $</$$d && autoreconf -fiv -I unix) || exit $$? ; \
done
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install
cp -- $(PREFIX)/lib/sidplay/builders/* "$(PREFIX)/lib/"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment