Browse Source

bootstrap: update autopoint diagnostic

pull/57/head
Rémi Denis-Courmont 9 years ago
parent
commit
0eb5920c0b
  1. 7
      bootstrap

7
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

Loading…
Cancel
Save