From: Keith Packard Date: Sat, 14 Dec 2013 20:15:36 +0000 (-0800) Subject: Run autoreconf before dh_auto_configure X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=febaf50aa599c45be0d69796d87bb8fa89348225;p=fw%2Fstlink Run autoreconf before dh_auto_configure This makes sure the configure script is generated and up-to-date Signed-off-by: Keith Packard --- diff --git a/debian/rules b/debian/rules index c149de1..e2ef0eb 100755 --- a/debian/rules +++ b/debian/rules @@ -6,3 +6,7 @@ export DH_VERBOSE=1 %: dh $@ --with autotools-dev + +override_dh_auto_configure: + autoreconf -i -f + dh_auto_configure