From 1ea5875dace0a4fffb8fc72c4e0944e4a6edb134 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Tue, 4 Oct 2011 23:37:34 +0200 Subject: Use dh_autoreconf --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') 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' \ -- cgit v1.2.3