From 494486ee656406d9ce813c37f3d8b91bc96faefc Mon Sep 17 00:00:00 2001 From: Jakob Haufe Date: Tue, 3 Apr 2012 11:42:30 +0200 Subject: [PATCH] Use autoreconf Individual calls to auto* tend to break, use autoreconf instead. --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 97ac5e63..987bc131 100755 --- a/debian/rules +++ b/debian/rules @@ -26,5 +26,5 @@ DEB_CONFIGURE_SCRIPT_ENV += LDFLAGS=-Wl,--as-needed DEB_DH_INSTALL_ARGS := --sourcedir=debian/tmp --list-missing post-patches:: - automake - autoconf + mkdir -p m4 + autoreconf -i -- 2.39.2