Merge lp:~rodrigo-moya/libubuntuone/silent-rules into lp:libubuntuone

Proposed by Rodrigo Moya
Status: Merged
Approved by: Manuel de la Peña
Approved revision: 107
Merged at revision: 108
Proposed branch: lp:~rodrigo-moya/libubuntuone/silent-rules
Merge into: lp:libubuntuone
Diff against target: 12 lines (+2/-0)
1 file modified
configure.ac (+2/-0)
To merge this branch: bzr merge lp:~rodrigo-moya/libubuntuone/silent-rules
Reviewer Review Type Date Requested Status
Manuel de la Peña (community) Approve
dobey (community) Approve
Review via email: mp+37978@code.launchpad.net

Commit message

Use silent building if available

Description of the change

Use silent building if available

To post a comment you must log in.
Revision history for this message
dobey (dobey) :
review: Approve
Revision history for this message
Manuel de la Peña (mandel) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'configure.ac'
2--- configure.ac 2010-09-21 13:30:42 +0000
3+++ configure.ac 2010-10-08 14:51:58 +0000
4@@ -8,6 +8,8 @@
5
6 AM_INIT_AUTOMAKE([1.6.3 foreign])
7
8+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
9+
10 AC_GNU_SOURCE
11 AC_ENABLE_SHARED
12 AC_DISABLE_STATIC

Subscribers

People subscribed via source and target branches