Run autoreconf before dh_auto_configure
[fw/stlink] / debian / rules
index c149de1927369401ba910b71d5878fc66d8f8312..e2ef0ebf19f7a059abe53ffa502a53702e94e779 100755 (executable)
@@ -6,3 +6,7 @@ export DH_VERBOSE=1
 
 %:
        dh $@  --with autotools-dev
+
+override_dh_auto_configure:
+       autoreconf -i -f
+       dh_auto_configure