From 6a15e69e88027e591ad287aa0848748f34d9e7a9 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 20 Sep 2012 11:10:11 +0200 Subject: [PATCH] Updated git-buildpackage options to not run ./configure twice. --- debian/gbp.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/gbp.conf b/debian/gbp.conf index af6f0fd44..a2c0dbe5c 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,2 +1,2 @@ [git-buildpackage] -prebuild = ./autogen.sh +prebuild = NOCONFIGURE=1 ./autogen.sh -- 2.50.1