Upgrade to libnotify-0.7.6
[hvlinux.git] / stage1 / pkg / m4
index d048865..93d5abd 100644 (file)
@@ -1,9 +1,9 @@
 #!/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
+cat > ${BUILD_DIR}/config.cache << EOF
 gl_cv_func_btowc_eof=yes
 gl_cv_func_mbrtowc_incomplete_state=yes
 gl_cv_func_mbrtowc_sanitycheck=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 <sys/stat.h>' -i ${LFS_TMP}/${PACKAGE}/src/path.c
-}