From: Mathieu Desnoyers Date: Thu, 17 Nov 2011 20:22:10 +0000 (-0500) Subject: Support older autotools versions lack of AM_SILENT_RULES X-Git-Tag: v2.0-pre15~104 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=c615ee2f7b88dcd131787d9915d3b80b5e42e0f2 Support older autotools versions lack of AM_SILENT_RULES Signed-off-by: Mathieu Desnoyers --- diff --git a/configure.ac b/configure.ac index cd1e0d152..32343868d 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_CANONICAL_TARGET AC_CANONICAL_HOST AC_CONFIG_MACRO_DIR([config]) AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip]) -AM_SILENT_RULES([yes]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AC_CONFIG_HEADERS([include/config.h])