From 5b217be09d7a1986e814ff56bff09858850d109c Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 19 May 2015 17:24:43 -0700 Subject: [PATCH] enable autoreconf so that Makefile.in is regenerated in the cumulus build. This is necessary for the added .c files and modified Makefile.am files in our patches. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 536b800501..30c9ef1260 100755 --- a/debian/rules +++ b/debian/rules @@ -11,7 +11,7 @@ else endif %: - dh $@ --parallel --with autotools_dev --dbg-package=quagga-dbg --list-missing + dh $@ --parallel --with autoreconf --dbg-package=quagga-dbg --list-missing override_dh_auto_clean: dh_auto_clean -- 2.39.5