From: Jakob Haufe Date: Tue, 3 Apr 2012 09:42:30 +0000 (+0200) Subject: Use autoreconf X-Git-Tag: debian/3.0.0-1~5 X-Git-Url: https://git.sur5r.net/?p=glabels;a=commitdiff_plain;h=494486ee656406d9ce813c37f3d8b91bc96faefc Use autoreconf Individual calls to auto* tend to break, use autoreconf instead. --- 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