# initialize source with autogen.sh found in the upstream
override_dh_autoreconf:
	dh_autoreconf -- autogen.sh
## Alternatively
## support for -Wl,--as-needed to ltmain.sh with autoreconf -f -i
#override_dh_autoreconf:
#	dh_autoreconf --as-needed

#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

