Silencing makefile by default.

master
Julian M. Kunkel 2018-07-14 06:50:55 +01:00
parent d46402ff7c
commit 19a0102181
2 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,4 @@
MAKEFLAGS = --no-print-directory
SUBDIRS = src doc contrib
EXTRA_DIST = META COPYRIGHT README.md ChangeLog
# ACLOCAL_AMFLAGS needed for autoconf < 2.69

View File

@ -16,6 +16,7 @@ AC_CANONICAL_HOST
# Automake support
AM_INIT_AUTOMAKE([check-news dist-bzip2 gnu no-define foreign subdir-objects])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_MAINTAINER_MODE
# Checks for programs