[Mplayer-cvslog] CVS: main configure,1.481,1.482

Johannes Feigl jaf at mplayerhq.hu
Mon May 27 00:19:12 CEST 2002


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

Modified Files:
	configure 
Log Message:
if LANGUAGES=help_mp-??_??.h fixed

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.481
retrieving revision 1.482
diff -u -r1.481 -r1.482
--- configure	26 May 2002 13:41:08 -0000	1.481
+++ configure	26 May 2002 22:18:59 -0000	1.482
@@ -97,7 +97,7 @@
   *)	_echo_n='-n '	_echo_c=	;;	# BSD echo
 esac
 
-LANGUAGES=`echo help_mp-??.h | sed "s/help_mp-\(..\).h/\1/g"`
+LANGUAGES=`echo help_mp-??.h help_mp-??_??.h | sed "s/help_mp-\(..\).h/\1/g" |sed "s/help_mp-\(.....\).h/\1/g"`
 
 for parm in "$@" ; do
   if test "$parm" = "--help" || test "$parm" = "-help" || test "$parm" = "-h" ; then




More information about the MPlayer-cvslog mailing list