From 82926e7e00138a3845d11ce711b085bf596986b3 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Thu, 24 Sep 2009 19:45:55 +0000 Subject: Support silent rules wherever possible. --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index 5d6417b..17aa8ed 100644 --- a/configure.in +++ b/configure.in @@ -2,6 +2,8 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(rrdbot, 0.9.4, stef@memberwebs.com) AM_INIT_AUTOMAKE(rrdbot, 0.9.4) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([no])]) + LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include" -- cgit v1.2.3