Code

configure.ac: enable automake silent-rules
[ncmpc.git] / configure.ac
index 933af4100614206420c6a8717d111de4c163cbd7..8877a4bfc688c5a490c18b587b28cb2341b13d68 100644 (file)
@@ -8,10 +8,12 @@ VERSION_EXTRA=0
 
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_AUX_DIR(build)
-AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects])
+AM_INIT_AUTOMAKE([foreign 1.11 dist-bzip2 dist-xz subdir-objects])
+AM_SILENT_RULES
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
 
+
 dnl Check for programs
 AC_PROG_CC_C99
 AC_PROG_INSTALL