From: Dr. Tobias Quathamer Date: Mon, 18 Jul 2016 15:23:40 +0000 (+0200) Subject: Enable usage of guile2 during configure X-Git-Url: https://git.donarmstrong.com/lilypond.git?a=commitdiff_plain;h=16d17361945fa0264a607f7a1409c35ce7ac97b8;p=lilypond.git Enable usage of guile2 during configure --- 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