Skip to content
Snippets Groups Projects
Commit ae80ae07 authored by Vivek Das Mohapatra's avatar Vivek Das Mohapatra
Browse files

Drive both autoreconf and auto_configure from debian/rules

parent 3c4006e9
No related branches found
No related tags found
1 merge request!311Build capsule-capture-libs from a bundled copy of libcapsule
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
@echo "DH $@" @echo "DH $@"
dh $@ --with autoreconf dh $@ --with autoreconf
confflags = --libexecdir=\$${libdir}/capsule --enable-gtk-doc
override_dh_auto_configure:
dh_auto_configure -- $(confflags)
override_dh_autoreconf: override_dh_autoreconf:
NOCONFIGURE=1 dh_autoreconf ./autogen.sh -- --libexecdir=\$${libdir}/capsule NOCONFIGURE=1 dh_autoreconf ./autogen.sh -- $(confflags)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment