aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-01-12 06:51:51 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-01-12 06:51:51 +0000
commit036ac04bd5a6814f9050433089082735262d39d5 (patch)
tree5c22b6121740748dd82c927184ff4108ee4b7358 /configure.in
parenteb82c84883c922d83e8f944ea7d20c336e9f393c (diff)
added AM_SILENT_RULES.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2418 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 07963971..81c9526d 100644
--- a/configure.in
+++ b/configure.in
@@ -20,6 +20,7 @@ AC_CANONICAL_SYSTEM
dnl
AM_INIT_AUTOMAKE($PACKAGE, $VERSION, no-define)
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
dnl AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
dnl AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
AC_SUBST(PACKAGE)