From 4d8da83a49efb2c7f101e2c36ea9c5d4c72c71d2 Mon Sep 17 00:00:00 2001 From: Andreas Beckmann Date: Mon, 21 Oct 2013 23:15:23 +0200 Subject: support passing automake arguments for the refresh-debian-configure target --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8ae2056..2388432 100755 --- a/debian/rules +++ b/debian/rules @@ -187,6 +187,8 @@ refresh-debian:: # Maintainer only rule... refresh debian/configure and debian/*/Makefile.in AUTOFOODUMMY = debian/AUTHORS debian/COPYING debian/ChangeLog debian/INSTALL debian/NEWS debian/README AUTOFOODUMMY += debian/build/debian/changelog.in +AUTOMAKEARGS ?= --force +AUTOMAKEARGS ?= --force --force-missing --add-missing --copy refresh-debian-configure: touch $(AUTOFOODUMMY) # unpack @@ -194,7 +196,7 @@ refresh-debian-configure: # regenerate cd debian && aclocal -I ./build cd debian && autoconf - -cd debian && automake + cd debian && automake $(AUTOMAKEARGS) # regenerate more $(RM) debian/stamp-autotools debian/rules configure -- cgit v1.2.3