Run autoreconf before dh_auto_configure
[fw/stlink] / debian / rules
1 #!/usr/bin/make -f
2 # -*- makefile -*-
3
4 # Uncomment this to turn on verbose mode.
5 export DH_VERBOSE=1
6
7 %:
8         dh $@  --with autotools-dev
9
10 override_dh_auto_configure:
11         autoreconf -i -f
12         dh_auto_configure