diff options
author | spiff <spiff@xbmc.org> | 2012-10-16 20:13:19 +0200 |
---|---|---|
committer | spiff <spiff@xbmc.org> | 2012-10-16 20:13:19 +0200 |
commit | 74c3102a2c973ee1cbe07408b9a1a67dc5747596 (patch) | |
tree | dfb14175db4452829ed87c72938eb6464d9c1408 | |
parent | bc940e82d5b0e5b98c5e5387d82ee280ee253348 (diff) |
changed: add silent rules to libcpluff to shut it up a little
-rw-r--r-- | lib/cpluff/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cpluff/configure.ac b/lib/cpluff/configure.ac index 7baabc702e..a531cf5126 100644 --- a/lib/cpluff/configure.ac +++ b/lib/cpluff/configure.ac @@ -45,6 +45,7 @@ AC_SUBST([CP_CXX_LIB_VERSION]) # Automake initialization # ----------------------- AM_INIT_AUTOMAKE([foreign]) +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) AM_GNU_GETTEXT([external]) AM_GNU_GETTEXT_VERSION([0.16.1]) |