From c42ea2fa7c025074bff706cbd92b478c39d08aa9 Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Thu, 1 Dec 2011 13:08:54 +0100 Subject: [PATCH] Use AM_SILENT_RULES only when it's actually available. Otherwise building breaks with older make versions. Happens on OS X 10.6 for instance. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8a598b0..31aa1f2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ # Process this file with autoconf to produce a configure script. AC_INIT(LibVNCServer, 0.9.8.1, http://sourceforge.net/projects/libvncserver) AM_INIT_AUTOMAKE(LibVNCServer, 0.9.8.1) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_CONFIG_HEADER(rfbconfig.h) AX_PREFIX_CONFIG_H([rfb/rfbconfig.h]) -AM_SILENT_RULES([yes]) # Checks for programs. AC_PROG_CC