Really add the schema, and some related autoconf/automake fixes
[platform/core/uifw/at-spi2-atk.git] / configure.ac
index da3fabc..8bc43f0 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [0.1.6], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [0.1.8], [accessibility-atspi@lists.linux-foundation.org])
 AC_CONFIG_AUX_DIR(config)
 
 AT_SPI_ATK_MAJOR_VERSION=0
@@ -22,6 +22,9 @@ AC_SUBST(LT_AGE)
 
 AM_INIT_AUTOMAKE([-Wall foreign])
 
+dnl translation of any at-spi strings: used only for .server
+IT_PROG_INTLTOOL([0.40.0])
+
 AC_PROG_CC
 AM_DISABLE_STATIC
 AM_PROG_LIBTOOL
@@ -61,6 +64,10 @@ PKG_CHECK_MODULES(GTK, [gtk+-2.0 >= 2.10.0])
 AC_SUBST(GTK_LIBS)
 AC_SUBST(GTK_CFLAGS)
 
+dnl GConf checks
+AC_PATH_PROG(GCONFTOOL, gconftool-2)
+AM_GCONF_SOURCE_2
+
 AC_PATH_XTRA
 
 if test x$no_x = xyes ; then
@@ -110,6 +117,7 @@ AC_CONFIG_FILES([Makefile
                 common/Makefile
                 atk-adaptor/Makefile
                 atk-adaptor/adaptors/Makefile
+                po/Makefile.in
                ])
 
 AC_OUTPUT