From: Jan Nieuwenhuizen Date: Mon, 14 Apr 2003 08:25:53 +0000 (+0000) Subject: * format-page.py (button_active_template, button_template): Use X-Git-Tag: release/1.7.17~29 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ef65eccfeefb1b8e0623f9fb54bd9bf6b2182d43;p=lilypond.git * format-page.py (button_active_template, button_template): Use non-mangled text and activeness. * stepmake/aclocal.m4: Check for $GUILE_CONFIG; allows circumvention of Debian packaging bug. --- diff --git a/stepmake/aclocal.m4 b/stepmake/aclocal.m4 index 8851cc4e7a..1abbe7cf82 100644 --- a/stepmake/aclocal.m4 +++ b/stepmake/aclocal.m4 @@ -421,7 +421,7 @@ AC_DEFUN([STEPMAKE_GUILE_FLAGS], [ AC_DEFUN(STEPMAKE_GUILE_DEVEL, [ ## First, let's just see if we can find Guile at all. AC_MSG_CHECKING([for guile-config]) - for guile_config in guile-config $target-guile-config $build-guile-config; do + for guile_config in $GUILE_CONFIG guile-config $target-guile-config $build-guile-config; do AC_MSG_RESULT([$guile_config]) if ! $guile_config --version > /dev/null 2>&1 ; then AC_MSG_WARN([cannot execute $guile_config])