X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=c32625f164f8cfd738d7abf42880ade8436fd174;hb=c0a05e32cc6569d245747d192352ce2be3b4cddd;hp=bc95b30b6ce86e291181feeb165dad62a712f07d;hpb=2bda09ed8d4877c20341810edbcba646b6986781;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git diff --git a/configure.ac b/configure.ac index bc95b30..c32625f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [0.1.5], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [0.1.7], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 @@ -70,13 +70,6 @@ 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=yes]], enable_relocate="$enableval", enable_relocate=yes) if test x$enable_relocate = xyes ; then AC_DEFINE(RELOCATE, , [Relocate to coexist with CORBA])