mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-16 15:57:00 +00:00
build-sys: default to ./configure --enable-silent-rules
This makes compiler to options not to be shown when running make, and that allows noticing warnings more easily. Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
parent
1b35a16d95
commit
9bb30b29ca
1 changed files with 3 additions and 0 deletions
|
|
@ -24,6 +24,9 @@ AM_INIT_AUTOMAKE([
|
|||
AC_CONFIG_SRCDIR([src/dhcpd-pools.h])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])],
|
||||
[AC_SUBST([AM_DEFAULT_VERBOSITY], [1])])
|
||||
|
||||
# Checks for programs
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
AC_C_RESTRICT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue