In gnulib I'm seeing this errors:

configure:4438: error: possibly undefined macro: gl_CHECK_NEXT_HEADERS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

configure:4839: error: possibly undefined macro: gl_ABSOLUTE_HEADER_ONE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.

This patch fixes it.

diff --git a/modules/error-h b/modules/error-h
index b6618d3c76..31749b3f92 100644
--- a/modules/error-h
+++ b/modules/error-h
@@ -4,6 +4,8 @@ Functions for error reporting.
 Files:
 lib/error.in.h
 m4/error_h.m4
+m4/include_next.m4
+m4/absolute-header.m4

 Depends-on:
 gen-header

Reply via email to