From a4d984a8c175249632643329af8889f1a52bc00f Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 8 Aug 2017 12:17:53 -0300 Subject: Run ./autogen.sh conditionally This helps crossbuild but still allows us to build git snapshots. Based on a patch from Helmut Grohne Closes: #871475 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 987e69c..b2322c5 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ include /usr/share/dpkg/buildflags.mk dh $@ override_dh_auto_configure: - ./autogen.sh + [ -f ./configure ] || ./autogen.sh dh_auto_configure -- \ --libexecdir=/usr/lib/NetworkManager \ --disable-static -- cgit v1.2.3