From 2aa7abdc0050e6d2d7bad788c4be778c4760d05a Mon Sep 17 00:00:00 2001 From: jaf Date: Sun, 26 May 2002 22:18:59 +0000 Subject: [PATCH] if LANGUAGES=help_mp-??_??.h fixed git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6200 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e346200b8f..7ca9779334 100755 --- a/configure +++ b/configure @@ -97,7 +97,7 @@ case `echo -n` in *) _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