From 16d17361945fa0264a607f7a1409c35ce7ac97b8 Mon Sep 17 00:00:00 2001 From: "Dr. Tobias Quathamer" Date: Mon, 18 Jul 2016 17:23:40 +0200 Subject: [PATCH] Enable usage of guile2 during configure --- debian/rules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 28a6437f9f..87828fafdd 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,8 @@ endif ## between upstreams bison and our bison, the build will fail epically override_dh_auto_configure: rm -f lily/out/parser.* - dh_auto_configure -- --disable-checking --enable-debugging $(config_opt) + ./autogen.sh --noconfigure + dh_auto_configure -- --disable-checking --enable-debugging --enable-guile2 $(config_opt) override_dh_auto_build-indep: dh_auto_build -- 2.39.2