Correcting my email address in MAINTAINERS and adding to .doap
[platform/core/uifw/at-spi2-atk.git] / configure.ac
index 19de330..08faf7a 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [0.1.3], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [0.1.8], [accessibility-atspi@lists.linux-foundation.org])
 AC_CONFIG_AUX_DIR(config)
 
 AT_SPI_ATK_MAJOR_VERSION=0
@@ -53,7 +53,7 @@ PKG_CHECK_MODULES(LIB_XML, [libxml-2.0 >= 2.0.0])
 AC_SUBST(LIB_XML_LIBS)
 AC_SUBST(LIB_XML_CFLAGS)
 
-PKG_CHECK_MODULES(ATK, [atk >= 1.17.0])
+PKG_CHECK_MODULES(ATK, [atk >= 1.29.3])
 AC_SUBST(ATK_LIBS)
 AC_SUBST(ATK_CFLAGS)
 
@@ -70,14 +70,7 @@ else
 fi
 AC_SUBST(X_LIBS)
 
-AC_ARG_VAR([DEFAULT_ATSPI_INTROSPECTION_PATH],
-          [Set the default path for the install ofDBus introspection XML
-           relative to the pkgdatadir.])
-if test -z "$DEFAULT_ATSPI_INTROSPECTION_PATH"; then
-         DEFAULT_ATSPI_INTROSPECTION_PATH=at-spi2/dbus
-fi
-
-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
@@ -111,12 +104,12 @@ DBIND_CHECK_ALIGNOF(dbind_struct)
 CPPFLAGS=$orig_CPPFLAGS 
 
 AC_CONFIG_FILES([Makefile
-                droute/Makefile
-                dbind/Makefile
                 dbind/dbind-config.h
+                dbind/Makefile
+                droute/Makefile
                 common/Makefile
                 atk-adaptor/Makefile
-                tests/Makefile
+                atk-adaptor/adaptors/Makefile
                ])
 
 AC_OUTPUT