1
1

Restored support for Automake's silent rules

This commit was SVN r22741.
Этот коммит содержится в:
Matthias Jurenz 2010-03-01 13:10:27 +00:00
родитель 157942809c
Коммит 5f368a094f

Просмотреть файл

@ -8,6 +8,9 @@ AC_CONFIG_MACRO_DIR(config/m4)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
# If Automake supports silent rules, enable them.
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# Check whether we are inside Open MPI package
inside_openmpi="no"
AC_ARG_WITH(openmpi-inside, [],