summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-26 13:38:17 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-02-26 13:38:17 +0000
commit919a6cdc0d6a1b991d950ae1c44b20ad2185ac0d (patch)
tree3be72a5d03118770fc3216b71078fd52a87bba5f /configure
parenta6eaa9f992f5514f9bd50b54a9e304113954320f (diff)
downloadmpv-919a6cdc0d6a1b991d950ae1c44b20ad2185ac0d.tar.bz2
mpv-919a6cdc0d6a1b991d950ae1c44b20ad2185ac0d.tar.xz
--charset configure option to convert help messages charset
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14831 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure b/configure
index 1c66595c84..20491f490d 100755
--- a/configure
+++ b/configure
@@ -285,6 +285,7 @@ Miscellaneous options:
--target=PLATFORM target platform (i386-linux, arm-linux, etc)
--enable-static build a statically linked binary. Set further linking
options with --enable-static="-lslang -lncurses"
+ --charset convert the help messages to this charset
--language=list a white space or comma separated list of languages
for translated man pages, the first language is the
primary and therefore used for translated messages
@@ -1383,6 +1384,7 @@ _largefiles=no
#_language=en
_shm=auto
_linux_devfs=no
+#_charset=utf8
_i18n=auto
_dynamic_plugins=no
_crash_debug=auto
@@ -1682,6 +1684,9 @@ for ac_option do
--enable-sortsub) _sortsub=yes ;;
--disable-sortsub) _sortsub=no ;;
+ --charset=*)
+ _charset=`echo $ac_option | cut -d '=' -f 2`
+ ;;
--language=*)
_language=`echo $ac_option | cut -d '=' -f 2`
;;
@@ -6649,6 +6654,7 @@ INSTALL = $_install
EXTRA_INC = $_inc_extra $_inc_gtk
OPTFLAGS = -I../libvo -I../../libvo $_inc_x11 $CFLAGS \$(EXTRA_INC)
STRIPBINARIES = $_stripbinaries
+CHARSET = $_charset
HELP_FILE = $_mp_help
PRG = $_prg