From dafaacc2c12d341124d43a1df8713b11d2e2d4b4 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 9 Nov 2012 12:18:17 +0100 Subject: Override auto_build with our own automake mechanism. --- debian/rules | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index a69e88d..47a9b64 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,11 @@ #!/usr/bin/make -f %: - dh $@ --with-autoreconf + dh $@ + +override_dh_auto_configure: + aclocal && automake --add-missing + ./configure $(shell dpkg-buildflags --export=configure) override_dh_install: dh_install -- cgit v1.2.3