summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Michael <cpmichael1@comcast.net>2009-12-06 02:31:10 +0000
committerChristopher Michael <cpmichael1@comcast.net>2009-12-06 02:31:10 +0000
commitf6055bfa9677f2266d8a950055b5ccbd102d0e8f (patch)
tree530e4ee67c95fe2db3ef90f9e8efa96404fa816f
parentc84c09c31ea9120a4018adb446574a9558dbc27c (diff)
downloadimlib2-f6055bfa9677f2266d8a950055b5ccbd102d0e8f.tar.gz
Enable silent rules in building imlib2
SVN revision: 44212
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 666acf2..9f4c999 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,7 @@ AC_ISC_POSIX
AM_INIT_AUTOMAKE(1.6 dist-bzip2)
AM_CONFIG_HEADER(config.h)
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AC_C_BIGENDIAN
AC_PROG_CC