summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2023-02-23 13:33:45 (EST)
committer P. J. McDermott <pj@pehjota.net>2023-02-23 13:35:34 (EST)
commit1ec719cde32acebfaf198acb284ee31e0b399f14 (patch)
tree1b9f166f7af1f848f4a1fa013a3d8c17e0d0e657 /configure.ac
parentcb0dd73c639fcef0a1d2d73226bbec713afdd42f (diff)
downloadoverworld-rpg-1ec719cde32acebfaf198acb284ee31e0b399f14.zip
overworld-rpg-1ec719cde32acebfaf198acb284ee31e0b399f14.tar.gz
overworld-rpg-1ec719cde32acebfaf198acb284ee31e0b399f14.tar.bz2
build: Use silent rules by default
The xcftools custom makefile is still noisy as hell, though.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eb00278..2fac9ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,6 +22,7 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([gnu dist-bzip2 dist-xz subdir-objects])
+AM_SILENT_RULES([yes])
AC_PROG_CC()
AM_PROG_CC_C_O()