From cb8e3856e40ab12586d3120690ea86a3c80760d5 Mon Sep 17 00:00:00 2001 From: WHR Date: Tue, 14 Jan 2020 17:53:56 +0800 Subject: [PATCH] Fix configure option '--disable-silent-rules' not working --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 34c351c7..ecad596b 100644 --- a/configure.ac +++ b/configure.ac @@ -14,9 +14,9 @@ AC_INIT(lolengine, 0.0) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR(.auto) AC_CANONICAL_SYSTEM +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_INIT_AUTOMAKE([subdir-objects no-define tar-ustar silent-rules]) dnl AM_MAINTAINER_MODE -AM_DEFAULT_VERBOSITY=0 dnl Versioning of the separate software we ship LOLUNIT_VERSION=0.1