Mercurial > mplayer.hg
diff configure @ 9451:b4a565ed2034
patch by "Andriy N. Gritsenko" <andrej@lucky.net>
author | gabucino |
---|---|
date | Mon, 17 Feb 2003 13:06:03 +0000 |
parents | c54fb9b3cdd5 |
children | 22739ed7d801 |
line wrap: on
line diff
--- a/configure Mon Feb 17 11:45:10 2003 +0000 +++ b/configure Mon Feb 17 13:06:03 2003 +0000 @@ -293,6 +293,10 @@ done # for parm in ... +# set up LANGUAGES +test "$LINGUAS" || LINGUAS=`cd DOCS;/bin/ls -d ??` 2>/dev/null +LANGUAGES=`echo $LINGUAS | sed 's/en//g' | sed 's/^ *//'` + # 1st pass checking for vital options _install=install _ranlib=ranlib @@ -4808,6 +4812,7 @@ LANG = C LINGUAS = $LINGUAS +LANGUAGES = $LANGUAGES TARGET_OS = $system_name DESTDIR = prefix = \$(DESTDIR)$_prefix