mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 09:30:45 -05:00
Be silent by default
We might as well turn on the AM_SILENT_RULES by default if a new-enough automake is found rather than requiring --enable-silent-rules. http://bugzilla.gnome.org/show_bug.cgi?id=591367
This commit is contained in:
parent
c5874e0da5
commit
dafdecb4e8
@ -18,7 +18,7 @@ AC_CONFIG_SRCDIR(src/core/display.c)
|
||||
AC_CONFIG_HEADERS(config.h)
|
||||
|
||||
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip])
|
||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([no])],)
|
||||
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])],)
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
MUTTER_MAJOR_VERSION=mutter_major_version
|
||||
|
Loading…
Reference in New Issue
Block a user