[Mplayer-cvslog] CVS: main configure,1.364,1.365

Nick Kurshev nick at mplayer.dev.hu
Sat Jan 12 19:58:44 CET 2002


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv3221/main

Modified Files:
	configure 
Log Message:
Additional AWK notes

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -r1.364 -r1.365
--- configure	12 Jan 2002 17:59:22 -0000	1.364
+++ configure	12 Jan 2002 18:58:41 -0000	1.365
@@ -1019,9 +1019,14 @@
       _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




More information about the MPlayer-cvslog mailing list