]> git.sur5r.net Git - glabels/commitdiff
Use autoreconf
authorJakob Haufe <sur5r@sur5r.net>
Tue, 3 Apr 2012 09:42:30 +0000 (11:42 +0200)
committerJakob Haufe <sur5r@sur5r.net>
Tue, 3 Apr 2012 09:44:10 +0000 (11:44 +0200)
Individual calls to auto* tend to break, use autoreconf instead.

debian/rules

index 97ac5e636a7f5c7b552b299a2863d1854a1b88a7..987bc131fc3249516bc318e6e9408964ed7a5f2d 100755 (executable)
@@ -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