Lines Matching refs:ver
240 ver=
264 --version | --versio | --versi | --vers | --ver | --ve | --v )
323 ver="$2"
324 echo "m4_if(m4_version_compare([$ver], [$req]), [-1], [m4_exit([1])])" \
344 ver="$archive_version"
357 if test -n "$ver"; then
358 if test "X$ver" != "X$xver"; then
359 … func_fatal_error "Version mismatch: specified -V $ver but the package uses gettext version $xver"
362 ver="$xver"
367 if test -z "$ver"; then
372 case "$ver" in
388 file requires the infrastructure from gettext-$ver but this version
389 is older. Please upgrade to gettext-$ver or newer."
447 case "$ver" in
449 …_fatal_error "AM_GNU_GETTEXT without 'external' argument is no longer supported in version $ver" ;;
497 | (cd "$work_dir" && tar xf - "gettext-$ver")
500 …func_fatal_error "infrastructure files for version $ver not found; this is autopoint from GNU $pac…
502 mv "$work_dir/gettext-$ver" "$work_dir/archive"
601 cvsver=gettext-`echo "$ver" | sed -e 's/\./_/g'`
614 …func_fatal_error "infrastructure files for version $ver not found; this is autopoint from GNU $pac…
627 cd "$work_dir/archive" && git checkout -q "gettext-$ver"
630 …func_fatal_error "infrastructure files for version $ver not found; this is autopoint from GNU $pac…