X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git;a=blobdiff_plain;f=configure.ac;h=12bb59398c724f9c90ecb6905ae049474ae85e4c;hp=ade71239c829fc9bc45ad236916dadfe6a868e7f;hb=7d9875fca39efe216625ee411bf18661b548da54;hpb=9c6a0bf23be6b7ec8459c32bef270e44c16e8af7 diff --git a/configure.ac b/configure.ac index ade7123..12bb593 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-atk], [2.1.5], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-atk], [2.5.92], [accessibility-atspi@lists.linux-foundation.org]) AC_CONFIG_AUX_DIR(config) AT_SPI_ATK_MAJOR_VERSION=0 @@ -20,10 +20,10 @@ AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE) -AM_INIT_AUTOMAKE([-Wall foreign]) +AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz]) -dnl translation of any at-spi strings: used only for .server -IT_PROG_INTLTOOL([0.40.0]) +# Enable silent build when available (Automake 1.11) +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AC_PROG_CC AM_DISABLE_STATIC @@ -59,15 +59,6 @@ PKG_CHECK_MODULES(ATSPI, [atspi-2 >= 2.1.4]) AC_SUBST(ATSPI_LIBS) AC_SUBST(ATSPI_CFLAGS) -AC_PATH_XTRA - -if test x$no_x = xyes ; then - AC_MSG_ERROR([X development libraries not found]) -else - X_LIBS="$X_LIBS $X_PRE_LIBS -lX11 $X_EXTRA_LIBS" -fi -AC_SUBST(X_LIBS) - GLIB_GSETTINGS AC_ARG_ENABLE(p2p, [ --enable-p2p Allow peer-to-peer DBus connections [default=yes]], enable_p2p="$enableval", enable_p2p=yes) @@ -110,14 +101,13 @@ fi AC_SUBST(P2P_CFLAGS) AC_CONFIG_FILES([Makefile + atk-bridge-2.0.pc dbind/dbind-config.h dbind/Makefile droute/Makefile atk-adaptor/Makefile atk-adaptor/adaptors/Makefile atk-adaptor/gtk-2.0/Makefile - atk-adaptor/gtk-3.0/Makefile - po/Makefile.in schemas/Makefile ])