Merge lp:~rodrigo-moya/ubuntuone-client/silent-rules into lp:ubuntuone-client

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

Commit message

Use silent building if available

Description of the change

Use silent building

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-10-07 18:28:44 +0000
3+++ configure.ac 2010-10-08 14:18:57 +0000
4@@ -7,6 +7,8 @@
5 AM_INIT_AUTOMAKE([1.10 foreign])
6 AM_CONFIG_HEADER([config.h])
7
8+m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
9+
10 AC_ISC_POSIX
11 AC_PROG_CC
12 AC_PROG_LIBTOOL

Subscribers

People subscribed via source and target branches