[vlc-commits] Revert "tools: autoreconf protobuf as the 3.1.0 version is using an outdate automake"

Steve Lhomme git at videolan.org
Wed May 16 16:04:36 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed May 16 16:04:25 2018 +0200| [e24643f289aa0d237e68691c10e286201ca3304e] | committer: Steve Lhomme

Revert "tools: autoreconf protobuf as the 3.1.0 version is using an outdate automake"

This reverts commit 0712a7d3ee12f195f9bf8ece657bfc1abcd425a6.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e24643f289aa0d237e68691c10e286201ca3304e
---

 extras/tools/tools.mak | 1 -
 1 file changed, 1 deletion(-)

diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak
index dd2f662a83..d9b94aed79 100644
--- a/extras/tools/tools.mak
+++ b/extras/tools/tools.mak
@@ -302,7 +302,6 @@ protobuf: protobuf-$(PROTOBUF_VERSION).tar.gz
 	$(MOVE)
 
 .protoc: protobuf
-	(cd $< && autoreconf -fiv)
 	(cd $< && ./configure --prefix="$(PREFIX)" --disable-shared --enable-static && $(MAKE) && $(MAKE) install)
 	(find $(PREFIX) -name 'protobuf*.pc' -exec rm -f {} \;)
 	touch $@



More information about the vlc-commits mailing list