X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=configure.ac;h=5687fb1436769bccb3d1bb2f7e40c32ffdb31551;hp=5128363b55b9752da84a8296c57a8442f60d43c9;hb=02c944a82f2e6f3cea6ce043959a1c620f509bd7;hpb=5fbe616d503fc2ee3ad8a64ce55863b8845afa95 diff --git a/configure.ac b/configure.ac index 5128363..5687fb1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ -AC_INIT([at-spi2-atk], [0.1.8], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [0.3.5], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 -AT_SPI_ATK_MINOR_VERSION=1 +AT_SPI_ATK_MINOR_VERSION=3 AT_SPI_ATK_INTERFACE_AGE=0 AT_SPI_ATK_BINARY_AGE=0 AT_SPI_ATK_VERSION="$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION" @@ -59,10 +59,6 @@ PKG_CHECK_MODULES(ATK, [atk >= 1.29.3]) AC_SUBST(ATK_LIBS) AC_SUBST(ATK_CFLAGS) -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 @@ -76,7 +72,7 @@ else fi AC_SUBST(X_LIBS) -AC_ARG_ENABLE(relocate, [ --enable-relocate Relocate to coexist with CORBA [default=yes]], enable_relocate="$enableval", enable_relocate=yes) +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]) fi @@ -116,6 +112,8 @@ AC_CONFIG_FILES([Makefile common/Makefile atk-adaptor/Makefile atk-adaptor/adaptors/Makefile + atk-adaptor/gtk-2.0/Makefile + atk-adaptor/gtk-3.0/Makefile po/Makefile.in ])