vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
