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