mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 12:20:12 +01:00
build: enable silent rules
This commit is contained in:
parent
13b8301fda
commit
aa52ca327a
1 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,7 @@ AC_CONFIG_AUX_DIR([build-aux])
|
|||
|
||||
AM_INIT_AUTOMAKE([1.11 tar-ustar no-dist-gzip dist-bzip2 -Wno-portability])
|
||||
AM_MAINTAINER_MODE([enable])
|
||||
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
dnl Define _SYSTEM_EXTENSIONS for various things like strcasestr()
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue