X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fm4;h=38f969cc0c78883a7f7ead5788ef4bd90fb89bb2;hb=123a4b9f48445243382b252cc68c8e56320aa670;hp=d048865ad69caa299b297717d6b81bc7558c4f58;hpb=69ac3e7cf686f8e95e47a7ab89bc38796aace488;p=hvlinux.git diff --git a/stage1/pkg/m4 b/stage1/pkg/m4 index d048865..38f969c 100644 --- a/stage1/pkg/m4 +++ b/stage1/pkg/m4 @@ -1,7 +1,7 @@ #!/bin/bash # Configure can not properly determine the results of the following tests: -config_cache() +hvconfig_cache() { cat > ${LFS_TMP}/${PACKAGE}-build/config.cache << EOF gl_cv_func_btowc_eof=yes @@ -14,9 +14,3 @@ gl_cv_func_wcrtomb_retval=yes gl_cv_func_wctob_works=yes EOF } - -configure_pre() -{ - # Add a missing include statement into one of the source files: - sed -e '/"m4.h"/i\#include ' -i ${LFS_TMP}/${PACKAGE}/src/path.c -}