X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.ac;h=cc62e2e0e6e59be6093b1ed9e739f8ae66bb49bd;hp=a1d63c8266bb6b7f72b9f463401ce1f32333f7ae;hb=9527622abc75ef41498de70ed6ded6bf5b38cfac;hpb=413faffca356b25cf69ddf0a718730d46f9941bc;ds=sidebyside diff --git a/configure.ac b/configure.ac index a1d63c82..cc62e2e0 100644 --- a/configure.ac +++ b/configure.ac @@ -4,9 +4,10 @@ AC_PREREQ(2.61) AC_INIT([tinc], m4_esyscmd_s((git describe || echo UNKNOWN) | sed 's/release-//')) AC_CONFIG_SRCDIR([src/tincd.c]) AC_GNU_SOURCE -AM_INIT_AUTOMAKE([std-options subdir-objects nostdinc -Wall]) +AM_INIT_AUTOMAKE([std-options subdir-objects nostdinc silent-rules -Wall]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) +AM_SILENT_RULES([yes]) # Enable GNU extensions. # Define this here, not in acconfig's @TOP@ section, since definitions