# Initialize source with autogen.sh found in the upstream
override_dh_autoreconf:
	dh_autoreconf -- ./autogen.sh
#
# Set options for ./configure
#CONFIGURE_FLAGS = <options for ./configure>
#
#overrride_dh_configure:
#	dh_configure -- $(CONFIGURE_FLAGS)
#
# Do not install libtool archive, python .pyc .pyo
#override_dh_install:
#	dh_install --list-missing -X.la -X.pyc -X.pyo

