diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2011-10-04 23:37:34 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-10-04 23:37:34 +0200 |
commit | 1ea5875dace0a4fffb8fc72c4e0944e4a6edb134 (patch) | |
tree | 17f10e614a679a2b61d2e69cfd798ad7021d09c5 /debian/rules | |
parent | 55b04c71f6875541b93d644e5cb4d9dc38033cf7 (diff) | |
download | screen-1ea5875dace0a4fffb8fc72c4e0944e4a6edb134.tar.gz |
Use dh_autoreconf
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index cff8fc4..72c958a 100755 --- a/debian/rules +++ b/debian/rules @@ -27,13 +27,13 @@ clean: unpatch test ! -s doc/Makefile || $(MAKE) -C doc realclean test ! -s Makefile || ! grep -q clean Makefile || $(MAKE) realclean rm -f config.log config.status Makefile - rm -f configure config.h.in + dh_autoreconf_clean dh_clean configure: configure-stamp configure-stamp: patch-stamp dh_testdir - ./autogen.sh + dh_autoreconf ./configure --prefix=/usr \ --infodir='$$(prefix)/share/info' \ --mandir='$$(prefix)/share/man' \ |