#!/bin/bash hvconfig_pre() { CONFIGURE_OPTS="\ --prefix=/opt/guile1 \ --enable-posix \ --disable-static \ --enable-networking \ --enable-regex" } hvbuild_post() { # Addition to /etc/ld.so.conf string_add "/opt/guile1/lib" /etc/ld.so.conf }