Revision: 7105
Author: nogu.dev
Date: Sat May 21 08:31:32 2011
Log: * make-dist.sh
- Update position of comments.
http://code.google.com/p/uim/source/detail?r=7105
Modified:
/trunk/make-dist.sh
=======================================
--- /trunk/make-dist.sh Thu May 19 08:43:01 2011
+++ /trunk/make-dist.sh Sat May 21 08:31:32 2011
@@ -17,8 +17,6 @@
CONF_COMMON="$CONF_MAINT $CONF_NOWERROR"
CONF_NONE="$CONF_COMMON --disable-debug --disable-fep --disable-emacs
--disable-gnome-applet --disable-kde-applet --disable-pref --disable-dict
--without-anthy --without-canna --without-mana --without-prime
--without-skk --without-x --without-xft --without-m17nlib --without-scim
--without-gtk2 --without-qt --without-qt-immodule --disable-compat-scm
--without-eb --without-libedit"
CONF_DEFAULT="$CONF_COMMON"
-# --without-scim since it is broken
-# --without-qt
for file in "/etc/eb.conf" "/usr/lib64/eb.conf" "/usr/lib/eb.conf" \
"/usr/local/etc/eb.conf" "/usr/etc/eb.conf"
@@ -33,6 +31,8 @@
exit 1
fi
+# --without-scim since it is broken
+# --without-qt
CONF_FULL_WO_MAINT="$CONF_NOWERROR --enable-debug --enable-fep
--enable-emacs --enable-gnome-applet --enable-gnome3-applet
--enable-kde-applet --enable-kde4-applet --enable-pref --enable-dict
--enable-notify --with-anthy --with-canna --with-wnn --with-sj3 --with-mana
--with-prime --with-m17nlib --without-scim --with-gtk2 --with-gtk3
--without-qt --without-qt-immodule --enable-compat-scm --with-eb
--with-eb-conf=$EB_CONF --with-libedit --with-qt4 --with-qt4-immodule"
CONF_FULL="$CONF_MAINT $CONF_FULL_WO_MAINT"