Merge pull request #93

5362875 warnings: enable quiet builds (Cory Fields)
This commit is contained in:
Pieter Wuille 2014-11-03 23:35:17 -08:00
commit 112510dfab
No known key found for this signature in database
GPG Key ID: 57896D2FF8F0B657
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