From 695c8ce599dad0ff5c0272d82e8221875eec1245 Mon Sep 17 00:00:00 2001 From: Jean-Paul Saman Date: Mon, 13 Oct 2008 10:07:29 +0200 Subject: [PATCH] (contrib) Use autoreconf after patching Makefile.{am,in} and configure.{ac,in}. --- extras/contrib/src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 0a1aeeb844..f8c47942c5 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -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 -- 2.39.5