Run autoreconf before dh_auto_configure
authorKeith Packard <keithp@keithp.com>
Sat, 14 Dec 2013 20:15:36 +0000 (12:15 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 14 Dec 2013 20:58:11 +0000 (12:58 -0800)
This makes sure the configure script is generated and up-to-date

Signed-off-by: Keith Packard <keithp@keithp.com>
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