Skip to content
Snippets Groups Projects
Commit c2ff3d45 authored by Simon McVittie's avatar Simon McVittie
Browse files

init-project: Fix --autoreconf, --no-autoreconf options


These went into infinite loops.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 12cfe5a0
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
......@@ -65,10 +65,14 @@ do
(--autoreconf)
autoreconf=yes;
shift;
continue;
;;
(--no-autoreconf)
autoreconf=;
shift;
continue;
;;
(--capsule-pkgdatadir)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment