summaryrefslogtreecommitdiffstats
path: root/i18n/uim/CONFIGURE
blob: 8da3b058fe9adced97de2aeec98deb8b5c02b26a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
config_query UIMANTHY "Build with anthy support?" y &&

if [[ $UIMANTHY == y ]]
then
	config_query_option UIMCONF "Build with UTF-8 libanthy support?" "y" \
		"--with-anthy-utf8" \
		"--with-anthy"
fi &&

config_query UIMFEP "Build uim-fep?" y &&

if [[ $UIMFEP == y ]]
then
	UIMCONF="$UIMCONF --enable-fep"
else
	UIMCONF="$UIMCONF --disable-fep"
fi &&

config_query_option UIMCONF "Build uim.el (for emacs support)?" y \
		"--enable-emacs" "--disable-emacs" &&

config_query_option UIMCONF "Build dictionary utility (for Anthy and Canna)?" n \
		"--enable-dict" "--disable-dict" &&

config_query_option UIMCONF "Build KDE panel applet?" y \
		"--enable-kde-applet" "--disable-kde-applet" &&

config_query_option UIMCONF "Build graphical conf editor?" y \
		"--enable-pref" "--disable-pref"