[vlc-commits] tools: require automake version 1.14 or higher

Sean McGovern git at videolan.org
Sat Jul 12 20:36:39 CEST 2014


vlc/vlc-2.2 | branch: master | Sean McGovern <gseanmcg at gmail.com> | Wed Jul  2 19:54:02 2014 -0400| [2e4cae18b562fd87b30d2efe6a8423763633a20a] | committer: Felix Paul Kühne

tools: require automake version 1.14 or higher

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit 60c952b9bb77a19beb4efa28d5693cf6e18db257)
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>

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

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

diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 4c62b8f..905d128 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -71,7 +71,7 @@ fi
 }
 
 check autoconf 2.69
-check automake 1.11
+check automake 1.14
 check m4 1.4.16
 check libtool 2.4
 check pkg-config



More information about the vlc-commits mailing list