[Mplayer-cvslog] CVS: main configure,1.491,1.492
Arpi of Ize
arpi at mplayerhq.hu
Mon Jun 3 22:41:42 CEST 2002
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv8959
Modified Files:
configure
Log Message:
don't run help_diff on english help
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.491
retrieving revision 1.492
diff -u -r1.491 -r1.492
--- configure 3 Jun 2002 17:48:19 -0000 1.491
+++ configure 3 Jun 2002 20:41:39 -0000 1.492
@@ -4340,8 +4340,10 @@
#include "$_mp_help"
EOF
-echo "Adding untranslated messages to help_mp.h"
-./help_diff.sh $_mp_help <help_mp-en.h >> help_mp.h
+if test $_mp_help != "help_mp-en.h"; then
+ echo "Adding untranslated messages to help_mp.h"
+ ./help_diff.sh $_mp_help <help_mp-en.h >> help_mp.h
+fi
#############################################################################
More information about the MPlayer-cvslog
mailing list