From 0bad95fe5a8690564e6b096be62805fadc4fa0f6 Mon Sep 17 00:00:00 2001 From: Christophe Grenier Date: Sat, 11 Oct 2014 09:40:19 +0200 Subject: Enable automake silent rules and fix the description of qt compilation as it is compiled by default. Thanks to Alexandre Franke for reporting the problem. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index b73c6a0..a4cc2f7 100644 --- a/configure.ac +++ b/configure.ac @@ -13,6 +13,7 @@ AC_CANONICAL_TARGET([]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_DEFINE([_GNU_SOURCE], 1, [Enable GNU extensions]) AH_TEMPLATE([TARGET_LINUX], [Define for LINUX target]) @@ -221,7 +222,7 @@ AC_ARG_ENABLE([missing-uuid-ok], [missing_uuid_ok=false]) AC_ARG_ENABLE([qt], - AS_HELP_STRING(--enable-qt,enable use of qt (default is NO)), + AS_HELP_STRING(--enable-qt,enable use of qt (default is YES)), [case "${enableval}" in yes) use_qt=true ;; no) use_qt=false ;; -- cgit v1.1