#!/usr/bin/make -f

override_dh_auto_configure:
	dh_auto_configure -- --without-xalan

override_dh_auto_clean:
	dh_auto_clean

%:
	dh $@ --with autotools_dev
