[vlc-commits] bootstrap: update autopoint diagnostic

Rémi Denis-Courmont git at videolan.org
Sat Jun 3 14:16:08 CEST 2017


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jun  3 15:15:16 2017 +0300| [0eb5920c0bab36c48d5eb52cede21ff702cc4add] | committer: Rémi Denis-Courmont

bootstrap: update autopoint diagnostic

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

 bootstrap | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/bootstrap b/bootstrap
index e01d3a8516..f251f9ebd9 100755
--- a/bootstrap
+++ b/bootstrap
@@ -42,11 +42,10 @@ test "$AUTOPOINT" || AUTOPOINT=autopoint
 if ! "$AUTOPOINT" --dry-run --force >/dev/null 2>&1; then
 	AUTOPOINT=true
 	cat << EOF
-NOTE: GNU gettext appears to be missing or out-of-date.
-Please install or update GNU gettext.
-Also check if you have cvs, a dependency of autopoint.
+NOTE: autopoint (GNU gettext-tools) appears to be missing or out-of-date.
+Please install or update GNU gettext tools.
 Otherwise, you will not be able to build a source tarball.
-==============================================================
+==========================================================================
 
 EOF
 fi



More information about the vlc-commits mailing list