From: Donald Sharp Date: Wed, 20 May 2015 00:24:43 +0000 (-0700) Subject: enable autoreconf so that Makefile.in is regenerated in the cumulus build. X-Git-Tag: frr-2.0-rc1~1556 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=5b217be09d7a1986e814ff56bff09858850d109c;p=mirror%2Ffrr.git 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. --- 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