Commit 695c8ce5 authored by Jean-Paul Saman's avatar Jean-Paul Saman

(contrib) Use autoreconf after patching Makefile.{am,in} and configure.{ac,in}.

parent 52360af6
......@@ -1437,6 +1437,7 @@ libmodplug: libmodplug-$(MODPLUG_VERSION).tar.gz
$(EXTRACT_GZ)
ifdef HAVE_WIN32
patch -p0 < Patches/libmodplug-win32.patch
(cd $@; autoreconf)
endif
.mod: libmodplug
......@@ -2472,7 +2473,7 @@ libass: libass-$(ASS_VERSION).tar.bz2
patch -p0 < Patches/libass_mplayer_updates.patch
ifneq ($(HOST),$(BUILD))
patch -p0 < Patches/libass-cross.patch
cd $@; autoconf; automake
(cd $@; autoreconf; automake)
endif
.libass: libass .png
......
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