[at-spi2-core] Bump ersion to 0.5.1 and disable relocate



commit 377a15f04d2755311937571e74cfbcde76889f6e
Author: Mike Gorse <mgorse novell com>
Date:   Fri Oct 1 15:05:06 2010 -0400

    Bump ersion to 0.5.1 and disable relocate

 configure.ac |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4592517..ac33877 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-core], [0.4.0], [accessibility-atspi lists linux-foundation org])
+AC_INIT([at-spi2-core], [0.5.1], [accessibility-atspi lists linux-foundation org])
 AC_PREREQ([2.59])
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_MACRO_DIR([m4])
@@ -164,9 +164,9 @@ AC_SUBST(LIBTOOL_EXPORT_OPTIONS)
 
 AC_ARG_ENABLE([relocate],
 	[AS_HELP_STRING([--enable-relocate],
-		[Relocate to coexist with CORBA @<:@default=yes@:>@])],
+		[Relocate to coexist with CORBA @<:@default=no@:>@])],
 	[enable_relocate="$enableval"],
-	[enable_relocate=yes])
+	[enable_relocate=no])
 if test x$enable_relocate = xyes ; then
 	AC_DEFINE(RELOCATE, , [Relocate to coexist with CORBA])
 fi



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]