mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-02 07:36:17 +01:00
Support silent build rules with automake 1.11
Support silent build rules, requires at least automake-1.11. Enable by either passing --enable-silent-rules to configure or passing V=0 to make. Bug #588863.
This commit is contained in:
parent
ad0c04c6e9
commit
e4bf2ac41d
@ -58,6 +58,10 @@ AM_INIT_AUTOMAKE([no-define])
|
||||
# Specify a configuration file
|
||||
AM_CONFIG_HEADER([config.h])
|
||||
|
||||
# Support silent build rules, requires at least automake-1.11. Enable
|
||||
# by either passing --enable-silent-rules to configure or passing V=0
|
||||
# to make
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])])
|
||||
|
||||
GLIB_MAJOR_VERSION=glib_major_version
|
||||
GLIB_MINOR_VERSION=glib_minor_version
|
||||
|
Loading…
Reference in New Issue
Block a user