update translate
[platform/core/uifw/ise-engine-unikey.git] / configure.ac
index f1773be..74ee8b2 100644 (file)
@@ -1,22 +1,22 @@
 # Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.59)
 
-AC_INIT(scim-unikey, 0.3~0, mr.lequoctuan@gmail.com)
+AC_INIT(scim-unikey, 0.3~r32, mr.lequoctuan@gmail.com)
 
 cflags_set=${CFLAGS+set}
 cppflags_set=${CPPFLAGS+set}
 
 # Init automake stuff
-AM_INIT_AUTOMAKE([dist-bzip2])
+AM_INIT_AUTOMAKE
 AM_CONFIG_HEADER([config.h])
-AC_CONFIG_SRCDIR([src/scim_unikey_imengine.h])
+AC_CONFIG_SRCDIR([src/scim_unikey_const.h])
 AM_PROG_INSTALL_STRIP
 
 AM_GNU_GETTEXT([external])
 AM_GNU_GETTEXT_VERSION(0.17)
 
 # Init libtool
-LT_INIT([disable-static])
+LT_INIT(disable-static)
 AC_PROG_LIBTOOL
 
 # Checks for programs.
@@ -37,6 +37,11 @@ AC_SUBST(UNIKEY_CURRENT)
 AC_SUBST(UNIKEY_REVISION)
 AC_SUBST(UNIKEY_AGE)
 
+PKG_CHECK_MODULES(GIO, [
+    gio-2.0
+])
+AC_SUBST(GIO)
+
 PKG_CHECK_MODULES(SCIM,[scim >= $SCIM_VERSION])
 AC_SUBST(SCIM_VERSION)
 
@@ -107,6 +112,7 @@ AC_CONFIG_FILES([Makefile
   ukengine/Makefile
   icon/Makefile
   po/Makefile.in
+  setup/Makefile
 ])
 AC_OUTPUT