Disable skim support for this release.
authorTz-Huan Huang <tzhuan@gmail.com>
Thu, 5 Jul 2012 09:37:37 +0000 (09:37 +0000)
committerTz-Huan Huang <tzhuan@gmail.com>
Thu, 5 Jul 2012 09:37:37 +0000 (09:37 +0000)
svn commit r403

Makefile.am
configure.ac

index 3fb620cb595a21aa47ad5763a7f7adf71846a2b4..194756f23568f4475c12e8165b94bce448e1b0d6 100644 (file)
@@ -30,7 +30,7 @@ if SCIM_TABLES_ENABLE_SKIM_SUPPORT
   SKIM_SUBDIR=skim
 endif
 
-SUBDIRS                = docs icons po src tables $(SKIM_SUBDIR)
+SUBDIRS                = docs icons po src tables $(SKIM_SUBDIR)
 
 MAINTAINERCLEANFILES   = Makefile.in aclocal.m4 configure $(AUX_DIST)
 
index 36fe1539ee3a29889ad1e2a09875c0fddb8b911e..cd039dcc16a37b60f0b515bb7e7cda8ccd5596dc 100644 (file)
@@ -67,9 +67,10 @@ AC_ARG_ENABLE(debug,
              [  --enable-debug          Turn on debugging], ,
              enable_debug=no)
 
-AC_ARG_ENABLE(skim-support,
-              [  --enable-skim-support  Enable skim Setup UI], ,  
-              enable_skim_support=yes)
+# AC_ARG_ENABLE(skim-support,
+#               [  --enable-skim-support  Enable skim Setup UI], ,  
+#               enable_skim_support=yes)
+enable_skim_support="no"
 
 AM_CONDITIONAL(SCIM_BUILD_SKIM_SETUP, [test "$enable_skim_support" = "yes"])