mirror of
https://github.com/anrieff/libcpuid
synced 2025-07-02 14:04:15 +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_HEADERS([config.h])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AM_INIT_AUTOMAKE([-Wall dist-bzip2 dist-zip foreign])
|
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 Versioning scheme shamelessly copied from libexif.
|
||||||
dnl Short walkthrough. C means CURRENT, A mean AGE, R means REVISION
|
dnl Short walkthrough. C means CURRENT, A mean AGE, R means REVISION
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue