X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=configure.ac;h=11683f30bc869ab524c6083aa2fc1427cf2e1340;hb=b6f20b2db69e9b0d89f061546590a705b5f72ab2;hp=684c7832dec88d10103c48652f325cb1d6b60963;hpb=f30d14953e2bf8182c6229339abb23a0bcb899d6;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/configure.ac b/configure.ac index 684c783..11683f3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([at-spi2-core], [2.25.2], [accessibility-atspi@lists.linux-foundation.org]) +AC_INIT([at-spi2-core], [2.25.90], [accessibility-atspi@lists.linux-foundation.org]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR([m4]) @@ -20,14 +20,14 @@ AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE) -AM_INIT_AUTOMAKE([1.9 -Wall foreign no-dist-gzip dist-xz]) +AM_INIT_AUTOMAKE([1.13 -Wall -Wno-portability foreign subdir-objects no-dist-gzip dist-xz]) # Support silent build rules. Disable # by either passing --disable-silent-rules to configure or passing V=1 # to make AM_SILENT_RULES([yes]) -AC_PROG_CC +AM_PROG_CC_C_O LT_INIT([disable-static]) PKG_PROG_PKG_CONFIG