#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
	touch src/config.h.in
	aclocal
	automake --foreign -a
	autoconf
	dh_auto_configure $@
