#!/bin/bash # The following cache entries set the values for tests that do not run while # cross-compiling: hvconfig_cache() { cat > ${BUILD_DIR}/config.cache << EOF gl_cv_func_wcwidth_works=yes ac_cv_func_fnmatch_gnu=yes EOF }