X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=e46ebd789792bd7b95c10e06b4720ef4b92a1154;hb=7a04aebc85d20b9c31850b5615f040ec208134c3;hp=a13f7761a96bbc3ada95d5ee1a86eaaeac5702da;hpb=9059241db02f04a4445909826206dee90b46cf8e;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/configure.ac b/configure.ac index a13f776..e46ebd7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [1.91.3], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [1.91.6], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 @@ -62,10 +62,6 @@ PKG_CHECK_MODULES(ATK, [atk >= 1.29.3]) AC_SUBST(ATK_LIBS) AC_SUBST(ATK_CFLAGS) -dnl GConf checks -AC_PATH_PROG(GCONFTOOL, gconftool-2) -AM_GCONF_SOURCE_2 - AC_PATH_XTRA if test x$no_x = xyes ; then @@ -75,9 +71,14 @@ else fi AC_SUBST(X_LIBS) +AM_GCONF_SOURCE_2 AC_ARG_ENABLE(relocate, [ --enable-relocate Relocate to coexist with CORBA [default=no]], enable_relocate="$enableval", enable_relocate=no) if test x$enable_relocate = xyes ; then AC_DEFINE(RELOCATE, , [Relocate to coexist with CORBA]) + dnl GConf checks + AC_PATH_PROG(GCONFTOOL, gconftool-2) +else + GLIB_GSETTINGS fi AM_CONDITIONAL(RELOCATE, test x$enable_relocate = xyes) @@ -130,6 +131,7 @@ AC_CONFIG_FILES([Makefile atk-adaptor/gtk-2.0/Makefile atk-adaptor/gtk-3.0/Makefile po/Makefile.in + schemas/Makefile ]) AC_OUTPUT