summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorNiels Thykier <niels@thykier.net>2016-04-02 14:20:39 +0000
committerNiels Thykier <niels@thykier.net>2016-04-02 14:20:45 +0000
commitd97912243ff7955cf3831ad41bf7ecacc70783d6 (patch)
tree84fab6f92ab60c2d465c630fa7e4742361677d86 /dh
parentc7fcec35a3124cd0bde4e6a144dec8d423c17af4 (diff)
downloaddebhelper-d97912243ff7955cf3831ad41bf7ecacc70783d6.tar.gz
RUn dh-autoreconf seq. by default in compat 10
Signed-off-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'dh')
-rwxr-xr-xdh5
1 files changed, 5 insertions, 0 deletions
diff --git a/dh b/dh
index 1505ce45..fdeee461 100755
--- a/dh
+++ b/dh
@@ -287,6 +287,11 @@ if (compat(8, 1)) {
# (and comes first so python-central loads later and can disable it).
unshift @ARGV, "--with=python-support";
}
+if (not compat(10, 1)) {
+ # Enable autoreconf'ing by default in compat 10 or later. Use the
+ # sequence add-on so existing --without=autoreconf
+ unshift(@ARGV, "--with=autoreconf");
+}
init(options => {
"until=s" => \$dh{UNTIL},