[vlc-commits] tools: require automake version 1.14 or higher
Sean McGovern
git at videolan.org
Fri Jul 4 18:32:49 CEST 2014
vlc | branch: master | Sean McGovern <gseanmcg at gmail.com> | Wed Jul 2 19:54:02 2014 -0400| [60c952b9bb77a19beb4efa28d5693cf6e18db257] | committer: Jean-Baptiste Kempf
tools: require automake version 1.14 or higher
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=60c952b9bb77a19beb4efa28d5693cf6e18db257
---
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