summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2010-02-18 17:35:01 +0000
committerSimon McVittie <smcv@debian.org>2010-02-18 17:35:01 +0000
commit4bef0dcf7a040d3656b60e480e9e94b663887ab9 (patch)
treea6c1cffdf3e349d4baddf73d26d2ee5bc863c09f
parentea197112c5601b0b527b933c3e1241a1bdb02f9f (diff)
downloaddbus-python-4bef0dcf7a040d3656b60e480e9e94b663887ab9.tar.gz
Support silent rules if automake >= 1.11
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d889e0c..15ad351 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,6 +19,7 @@ dnl m4_define(glib_required_version, 2.8.0)
AC_INIT(dbus-python, dbus_python_version,
[http://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=python])
AC_CONFIG_MACRO_DIR([m4])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AC_DEFINE(DBUS_PYTHON_MAJOR_VERSION, dbus_python_major_version, [dbus-python major version])
AC_SUBST(DBUS_PYTHON_MAJOR_VERSION, dbus_python_major_version)