Merge lp:~zekopeko-deactivatedaccount/covergloobus/autogenfix into lp:covergloobus

Proposed by zp
Status: Merged
Merge reported by: BadChoice
Merged at revision: not available
Proposed branch: lp:~zekopeko-deactivatedaccount/covergloobus/autogenfix
Merge into: lp:covergloobus
Diff against target: 10 lines (+2/-1)
1 file modified
autogen.sh (+2/-1)
To merge this branch: bzr merge lp:~zekopeko-deactivatedaccount/covergloobus/autogenfix
Reviewer Review Type Date Requested Status
BadChoice Pending
Review via email: mp+16583@code.launchpad.net
To post a comment you must log in.
Revision history for this message
zp (zekopeko-deactivatedaccount) wrote :

Just a small fix for the autogen.sh so that it calls ./configure (with arguments) in the end.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'autogen.sh'
2--- autogen.sh 2009-12-22 08:48:57 +0000
3+++ autogen.sh 2009-12-25 16:28:11 +0000
4@@ -3,4 +3,5 @@
5 aclocal -I m4
6 autoconf
7 automake --add-missing --copy
8-
9+echo Running configure with arguments "$@"
10+./configure $@

Subscribers

People subscribed via source and target branches