mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-21 07:39:08 +01:00
warnings: enable quiet builds
This commit is contained in:
committed by
Pieter Wuille
parent
cc20075ef7
commit
53628757f3
@@ -9,6 +9,9 @@ AH_BOTTOM([#endif //LIBSECP256K1_CONFIG_H])
|
|||||||
AM_INIT_AUTOMAKE([foreign])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
LT_INIT
|
LT_INIT
|
||||||
|
|
||||||
|
dnl make the compilation flags quiet unless V=1 is used
|
||||||
|
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||||
|
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
AC_PROG_CPP
|
AC_PROG_CPP
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
|
|||||||
Reference in New Issue
Block a user