build: Quiet by default
[platform/core/uifw/at-spi2-atk.git] / configure.ac
index 9cfe9b9..d93d3a5 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([at-spi2-atk], [2.3.1], [accessibility-atspi@lists.linux-foundation.org])
+AC_INIT([at-spi2-atk], [2.5.2], [accessibility-atspi@lists.linux-foundation.org])
 AC_CONFIG_AUX_DIR(config)
 
 AT_SPI_ATK_MAJOR_VERSION=0
@@ -22,6 +22,9 @@ AC_SUBST(LT_AGE)
 
 AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])
 
+# Enable silent build when available (Automake 1.11)
+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
+
 dnl translation of any at-spi strings: used only for .server
 IT_PROG_INTLTOOL([0.40.0])