summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-26 22:18:59 +0000
committerjaf <jaf@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-26 22:18:59 +0000
commit2aa7abdc0050e6d2d7bad788c4be778c4760d05a (patch)
tree0415f1d850d2edf1284fb087b353d5a7ac1392d6 /configure
parente3cb959b4a30f10cf4cf3d617a98c2910551734d (diff)
downloadmpv-2aa7abdc0050e6d2d7bad788c4be778c4760d05a.tar.bz2
mpv-2aa7abdc0050e6d2d7bad788c4be778c4760d05a.tar.xz
if LANGUAGES=help_mp-??_??.h fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6200 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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