summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2009-09-19 03:14:24 +0200
committerDaniel Elstner <daniel.kitta@gmail.com>2009-09-19 03:14:24 +0200
commitdb56ad989bbaa3840610dc80af5090272f896912 (patch)
treed9417bbdfbdfefb96517aa6fe6dc4d13c3886833 /configure.ac
parent4fe3aad92b89a04b657fe34236393044a571a85f (diff)
downloadsigc++-db56ad989bbaa3840610dc80af5090272f896912.tar.gz
Support Automake silent rules
* configure.ac: Call the AM_SILENT_RULES macro if it is defined. * docs/doc-manual.am, sigc++/Makefile.am: Prefix the commands of custom rules with $(AM_V_GEN) or $(AM_V_at) in order to support the silent rules feature of Automake.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index f9b6cd1..28997d3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,6 +26,7 @@ AC_CONFIG_MACRO_DIR([build])
AC_CONFIG_HEADERS([config.h sigc++config.h])
AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-pax])
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
AM_MAINTAINER_MODE
AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])