mirror of
https://github.com/anrieff/libcpuid
synced 2024-12-16 16:35:45 +00:00
Silent rules in configure.ac
Less useless output to easily see warnings
This commit is contained in:
parent
9059fb6ff5
commit
e631e62ce6
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ AC_CONFIG_SRCDIR([libcpuid/libcpuid.h])
|
|||
AC_CONFIG_HEADERS([config.h])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_INIT_AUTOMAKE([-Wall dist-bzip2 dist-zip foreign])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
|
||||
|
||||
dnl Versioning scheme shamelessly copied from libexif.
|
||||
dnl Short walkthrough. C means CURRENT, A mean AGE, R means REVISION
|
||||
|
|
Loading…
Reference in a new issue