#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_auto_clean:
	find . -name Makefile.in | xargs rm -f
	rm -f Makefile aclocal.m4 configure
	dh_auto_clean
