Nux

Merge lp:~3v1n0/nux/autoreconf-doxygen-fix into lp:nux

Proposed by Marco Trevisan (Treviño)
Status: Merged
Approved by: Andrea Azzarone
Approved revision: 795
Merged at revision: 795
Proposed branch: lp:~3v1n0/nux/autoreconf-doxygen-fix
Merge into: lp:nux
Diff against target: 11 lines (+1/-0)
1 file modified
configure.ac (+1/-0)
To merge this branch: bzr merge lp:~3v1n0/nux/autoreconf-doxygen-fix
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Andrea Azzarone (community) Approve
Review via email: mp+169805@code.launchpad.net

Commit message

configure.ac: fix autoreconf by including the missing doxygen m4 macros

Description of the change

Fixing the annoying autoreconf issue we have since long time...

To post a comment you must log in.
Revision history for this message
Andrea Azzarone (azzar1) wrote :

LGTM.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

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 2013-05-23 11:45:52 +0000
3+++ configure.ac 2013-06-17 14:19:39 +0000
4@@ -356,6 +356,7 @@
5 dnl ===========================================================================
6
7 # sets up doxygen
8+m4_include([m4/ac_doxygen.m4])
9 DX_DOXYGEN_FEATURE(ON)
10 DX_HTML_FEATURE(ON)
11 DX_CHM_FEATURE(OFF)

Subscribers

People subscribed via source and target branches