#!/usr/bin/make -f

override_dh_auto_configure:
	dh_auto_configure -- MCS=/usr/bin/mono-csc

override_dh_autoreconf:
	dh_autoreconf autoreconf -- -f -I build/m4/shamrock/ -I build/m4/shave/ -I build/m4/sparkleshare/ -i .

%:
	dh $@ --with cli,autoreconf
