mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
Added a check for AM_SILENT_RULES before enabling it.
This commit is contained in:
parent
2a0cacb015
commit
ed37cbfd2e
@ -37,7 +37,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
||||
## AM_INIT_AUTOMAKE takes a list of options that should be applied to
|
||||
## every Makefile.am when automake is run.
|
||||
AM_INIT_AUTOMAKE([foreign subdir-objects])
|
||||
AM_SILENT_RULES([yes])
|
||||
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES(yes)]) # use silent rules where available - automake 1.11
|
||||
|
||||
## AM_MAINTAINER_MODE turns off "rebuild rules" that contain dependencies
|
||||
## for Makefiles, configure, src/H5config.h, etc. If AM_MAINTAINER_MODE
|
||||
|
Loading…
Reference in New Issue
Block a user