Commit 600cc13e authored by Rafaël Carré's avatar Rafaël Carré

Revert "contrib: re-run autoconf for some packages"

This reverts commit f6982935.
parent 39867aa1
...@@ -21,7 +21,6 @@ libdca: libdca-$(DCA_VERSION).tar.bz2 .sum-dca ...@@ -21,7 +21,6 @@ libdca: libdca-$(DCA_VERSION).tar.bz2 .sum-dca
$(MOVE) $(MOVE)
.dca: libdca .dca: libdca
$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ touch $@
...@@ -43,7 +43,9 @@ endif ...@@ -43,7 +43,9 @@ endif
DEPS_theora = ogg $(DEPS_ogg) DEPS_theora = ogg $(DEPS_ogg)
.theora: libtheora .theora: libtheora
ifdef HAVE_WIN32
$(RECONF) $(RECONF)
endif
cd $< && $(HOSTVARS) ./configure $(THEORACONF) cd $< && $(HOSTVARS) ./configure $(THEORACONF)
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ touch $@
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