1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
From d81f26e30e0923fd9318c569f6eed324f81ede42 Mon Sep 17 00:00:00 2001
From: Didier Raboud <odyx@debian.org>
Date: Sun, 27 Aug 2017 17:19:02 +0200
Subject: Let autosetup accept silent-rules and runstatedir options
These are given by debhelper's dh_auto_configure in compat 11+
Origin: vendor
Last-Update: 2018-03-30
---
autosetup/autosetup | 3 +++
1 file changed, 3 insertions(+)
diff --git a/autosetup/autosetup b/autosetup/autosetup
index 84886c2..891d834 100755
--- a/autosetup/autosetup
+++ b/autosetup/autosetup
@@ -94,6 +94,9 @@ proc main {argv} {
quiet
timing
conf:
+ # Options given by debhelper compat 11+ autoconf:
+ silent-rules
+ runstatedir
}
#parray ::useropts
|