X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=configure.ac;h=31c82027f5999de945f3e0d1c45abaa5740c319f;hp=3797d8bae4f183aca8856bd9c5607b14d05a4d72;hb=eef38e79b4dfb2317ba7d94ad7c344f0fe145283;hpb=fc094495dd170c3b0e1d61851d44081d3fef5ade diff --git a/configure.ac b/configure.ac index 3797d8b..31c8202 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [0.3.2], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [0.3.92], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 @@ -72,7 +72,7 @@ else fi AC_SUBST(X_LIBS) -AC_ARG_ENABLE(relocate, [ --enable-relocate Relocate to coexist with CORBA [default=no]], enable_relocate="$enableval", enable_relocate=no) +AC_ARG_ENABLE(relocate, [ --enable-relocate Relocate to coexist with CORBA [default=yes]], enable_relocate="$enableval", enable_relocate=yes) if test x$enable_relocate = xyes ; then AC_DEFINE(RELOCATE, , [Relocate to coexist with CORBA]) fi @@ -112,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 ])