Bump version to 0.5.1 and disable relocate
authorMike Gorse <mgorse@novell.com>
Fri, 1 Oct 2010 19:05:48 +0000 (15:05 -0400)
committerMike Gorse <mgorse@novell.com>
Fri, 1 Oct 2010 19:05:48 +0000 (15:05 -0400)
configure.ac

index b335c53..89ca462 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [0.4.0], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [0.5.1], [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=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