r3/dist-debian/rules

13 lines
220 B
Plaintext
Raw Normal View History

2014-06-11 23:04:17 -04:00
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@ --with autotools-dev
override_dh_auto_configure:
./autogen.sh
./configure --enable-check --prefix=/usr