X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=b335c53a5fcc5e0e903ab2061963d073fca97d0b;hb=3a6ba954ebdea9e36de8c8fd12f2b4f78527de6f;hp=8dffa719b0974467f53673a5bd22c633a18f3a5a;hpb=59496aa66b943ec6ade80c40f3d4bbd6f2b733df;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/configure.ac b/configure.ac index 8dffa71..b335c53 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.4.0], [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