warnings: enable quiet builds

This commit is contained in:
Cory Fields 2014-06-19 22:36:24 -04:00 committed by Pieter Wuille
parent cc20075ef7
commit 53628757f3
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ AH_BOTTOM([#endif //LIBSECP256K1_CONFIG_H])
AM_INIT_AUTOMAKE([foreign])
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_CPP
AC_PROG_INSTALL