[vlc-commits] build tools: add reminder for version check
Rafaël Carré
git at videolan.org
Tue Nov 15 01:11:05 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Mon Nov 14 19:10:59 2011 -0500| [1cbf94aef5c77f9567ea248e9b40c6b02d317d1e] | committer: Rafaël Carré
build tools: add reminder for version check
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1cbf94aef5c77f9567ea248e9b40c6b02d317d1e
---
extras/tools/bootstrap | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/tools/bootstrap b/extras/tools/bootstrap
index 6ad99f9..5fe72a0 100755
--- a/extras/tools/bootstrap
+++ b/extras/tools/bootstrap
@@ -25,7 +25,7 @@ then
fi
check() {
-# FIXME : add version check
+# FIXME : add version check: automake 1.11, autoconf 2.67 libtool 2.2
if ! $1 --version >/dev/null 2>&1
then
echo "$1 not found"
More information about the vlc-commits
mailing list