diff options
author | Stef Walter <stef@memberwebs.com> | 2009-09-24 19:45:55 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2009-09-24 19:45:55 +0000 |
commit | 82926e7e00138a3845d11ce711b085bf596986b3 (patch) | |
tree | a86935c34575fd956d21458cbce560340556bcaf /configure.in | |
parent | f12f3793d362e64d2888efae8b382e517016e86f (diff) |
Support silent rules wherever possible.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
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" |