[Mplayer-cvslog] CVS: main configure,1.570,1.571

Arpi of Ize arpi at mplayerhq.hu
Sun Sep 22 18:37:11 CEST 2002


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

Modified Files:
	configure 
Log Message:
put some comemnts into teh generated help_mp.h file


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.570
retrieving revision 1.571
diff -u -r1.570 -r1.571
--- configure	22 Sep 2002 16:31:21 -0000	1.570
+++ configure	22 Sep 2002 16:37:08 -0000	1.571
@@ -4878,11 +4878,16 @@
 
 echo "Creating help_mp.h"
 cat > help_mp.h << EOF
+//
+// WARNING! This is a generated file. Do NOT edit.
+// See the help/ subdir for the editable files.
+//
 #include "$_mp_help"
 EOF
 
 if test $_mp_help != "help/help_mp-en.h"; then
   echo "Adding untranslated messages to help_mp.h"
+  echo '// untranslated messages from the english master-file:' >> help_mp.h
   help/help_diff.sh $_mp_help <help/help_mp-en.h >> help_mp.h
 fi
 




More information about the MPlayer-cvslog mailing list