Add NEWS, disable relocate, and bump version to 0.3.1
[platform/core/uifw/at-spi2-atk.git] / configure.ac
index 5128363..06ffe8b 100644 (file)
@@ -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.1], [accessibility-atspi@lists.linux-foundation.org])
 AC_CONFIG_AUX_DIR(config)
 
 AT_SPI_ATK_MAJOR_VERSION=0
 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"
 AT_SPI_ATK_INTERFACE_AGE=0
 AT_SPI_ATK_BINARY_AGE=0
 AT_SPI_ATK_VERSION="$AT_SPI_MAJOR_VERSION.$AT_SPI_MINOR_VERSION"
@@ -76,7 +76,7 @@ else
 fi
 AC_SUBST(X_LIBS)
 
 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
 if test x$enable_relocate = xyes ; then
        AC_DEFINE(RELOCATE, , [Relocate to coexist with CORBA])
 fi