Merge lp:~charlesk/indicator-datetime/lp-1075753 into lp:indicator-datetime/13.04

Proposed by Charles Kerr
Status: Merged
Approved by: Lars Karlitski
Approved revision: 195
Merged at revision: 195
Proposed branch: lp:~charlesk/indicator-datetime/lp-1075753
Merge into: lp:indicator-datetime/13.04
Diff against target: 12 lines (+1/-1)
1 file modified
configure.ac (+1/-1)
To merge this branch: bzr merge lp:~charlesk/indicator-datetime/lp-1075753
Reviewer Review Type Date Requested Status
Lars Karlitski (community) Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Review via email: mp+133173@code.launchpad.net

Commit message

one-liner to add "check-news" to our AM_INIT_AUTOMAKE() call.

Description of the change

one-liner to add "check-news" to our AM_INIT_AUTOMAKE() call.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Lars Karlitski (larsu) :
review: Approve
Revision history for this message
Allan LeSage (allanlesage) wrote :

This Jenkins failure looks like a system failure, will re-initiate build.

Revision history for this message
Allan LeSage (allanlesage) wrote :

Or actually nm--I see now that we've merged :/ .

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 2012-10-04 13:09:42 +0000
3+++ configure.ac 2012-11-07 02:38:19 +0000
4@@ -12,7 +12,7 @@
5 AC_CONFIG_MACRO_DIR([m4])
6 AC_CONFIG_AUX_DIR([build-aux])
7
8-AM_INIT_AUTOMAKE([1.11 -Wall])
9+AM_INIT_AUTOMAKE([check-news 1.11 -Wall])
10 AM_MAINTAINER_MODE([enable])
11
12 AM_SILENT_RULES([yes])

Subscribers

People subscribed via source and target branches