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=5687fb1436769bccb3d1bb2f7e40c32ffdb31551;hb=eef38e79b4dfb2317ba7d94ad7c344f0fe145283;hpb=02c944a82f2e6f3cea6ce043959a1c620f509bd7 diff --git a/configure.ac b/configure.ac index 5687fb1..31c8202 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [0.3.5], [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