#!/bin/bash hvconfig_pre() { cd ${SRC_DIR} rm -rf libltdl ./bootstrap CONFIGURE_OPTS+=" \ --disable-static" }