[vlc-devel] [PATCH 2/3] tools: require automake version 1.14 or higher

Sean McGovern gseanmcg at gmail.com
Thu Jul 3 03:37:54 CEST 2014


Actually, I'm not sure how I feel about this one now.

Just upgrading to 1.11.6 (from system-supplied 1.11.2) didn't fix my sidplay2 build failure. This version does succeed.

I suspect many Linux distributions don't ship automake 1.14 so maybe this is too hefty.

Autoconf bump should still go in as libtiger contrib requires it. It was generated on top of this patch -- I will recommend-order and send again.

-- Sean McG.
-----Original Message-----
From: Sean McGovern <gseanmcg at gmail.com>
Sender: "vlc-devel" <vlc-devel-bounces at videolan.org>Date: Wed,  2 Jul 2014 19:54:02 
To: <vlc-devel at videolan.org>
Reply-To: Mailing list for VLC media player developers <vlc-devel at videolan.org>
Subject: [vlc-devel] [PATCH 2/3] tools: require automake version 1.14 or
	higher

---
 extras/tools/bootstrap |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 28bad24..e20f295 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -71,7 +71,7 @@ fi
 }
 
 check autoconf 2.67
-check automake 1.11
+check automake 1.14
 check m4 1.4.16
 check libtool 2.4
 check pkg-config
-- 
1.7.9.2

_______________________________________________
vlc-devel mailing list
To unsubscribe or modify your subscription options:
https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list