if LANGUAGES=help_mp-??_??.h fixed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6200 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
jaf 2002-05-26 22:18:59 +00:00
parent e3cb959b4a
commit 2aa7abdc00
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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