[vlc-devel] [PATCH 2/2] contrib: mad: force autoconf to use the latest automake
Steve Lhomme
robux4 at videolabs.io
Wed Jun 14 17:03:21 CEST 2017
Otherwise we get these errors on mingw:
aclocal: macro `_LT_COMPILER_PIC' required but not defined
aclocal: macro `_LT_DECL_SED' required but not defined
aclocal: macro `_LT_DECL_SED' required but not defined
aclocal: macro `_LT_FUNC_STRIPNAME_CNF' required but not defined
--
replaces https://patches.videolan.org/patch/16935/
---
contrib/src/mad/rules.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/mad/rules.mak b/contrib/src/mad/rules.mak
index b452d67dca..36ef16d879 100644
--- a/contrib/src/mad/rules.mak
+++ b/contrib/src/mad/rules.mak
@@ -34,7 +34,7 @@ endif
$(MOVE)
.mad: libmad
- $(RECONF)
+ cd $< && WANT_AUTOMAKE=latest $(AUTORECONF) -fiv $(ACLOCAL_AMFLAGS)
ifdef HAVE_IOS
cd $< && $(HOSTVARS) CCAS="$(AS)" CFLAGS="$(CFLAGS) -O3" ./configure $(HOSTCONF)
else
--
2.12.1
More information about the vlc-devel
mailing list