mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 03:06:28 +01:00
Additional AWK notes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4116 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ce183a3fd0
commit
8c649a0fca
9
configure
vendored
9
configure
vendored
@ -1019,9 +1019,14 @@ _gawk_ver=`echo '' | awk --version 2>&1 | sed -n 's/^.*wk \([^A-Za-z ]*[0-9.]*\)
|
||||
_gawk_ver="$_gawk_ver, ok"
|
||||
;;
|
||||
esac
|
||||
echo Checking for gawk ... $_gawk_ver
|
||||
echo Checking for awk ... $_gawk_ver
|
||||
if test "$_gawk_verc_fail" ; then
|
||||
echo Gawk was not found or has wrong version. gawk-3.0.x is required
|
||||
echo Awk was not found or has wrong version.
|
||||
echo If you have no such one then it can be downloaded from:
|
||||
echo ftp://ftp.gnu.org/gnu/gawk/
|
||||
echo Also check - maybe you already have gawk, mawk or nawk.
|
||||
echo If test is succesful then make awk symlink. Example ln -sf gawk awk
|
||||
echo Or rerun configure with --disable-vidix option.
|
||||
exit
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user