From 9e4ad7c5e2be5d7fb6cc47e76a5d149080bec214 Mon Sep 17 00:00:00 2001 From: Adam Conrad Date: Wed, 9 Jul 2014 05:19:17 +0800 Subject: Actually run dh_autoreconf, which the old/new mixed rules file misses. --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 9faf17d..bb6aa8a 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,10 @@ CONFIGURE_FLAGS := --disable-silent-rules --with-history CC="$(CC)" CFLAGS="$(CF override_dh_auto_configure: $(TARGETS:%=doconfigure-%) -doconfigure-%: +debian/autoreconf.after: + dh_autoreconf + +doconfigure-%: debian/autoreconf.after dh_auto_configure --builddirectory=builddir/$* -- $(CONFIGURE_FLAGS) doconfigure-main: CONFIGURE_FLAGS += --without-python -- cgit v1.2.3