#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_configure:
# We modify one of the Makefile.am stuff, we need to re-run the AM/AC tools
	libtoolize -f 
	aclocal
	automake
	autoconf
	dh_auto_configure
