mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
build: Enable silent rules by default.
* configure.ac: Use 'AM_SILENT_RULES'.
This commit is contained in:
parent
1dccdb758a
commit
032c7c5f78
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ AC_CONFIG_AUX_DIR([build-aux])
|
|||
AM_INIT_AUTOMAKE([1.12 gnu silent-rules subdir-objects \
|
||||
color-tests parallel-tests -Woverride])
|
||||
|
||||
# Enable silent rules by default.
|
||||
AM_SILENT_RULES([yes])
|
||||
|
||||
AC_CONFIG_SRCDIR([guix.scm])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
|
|
Loading…
Reference in a new issue