bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

error: possibly undefined macro: gl_CHECK_NEXT_HEADERS


From: cbh34680
Subject: error: possibly undefined macro: gl_CHECK_NEXT_HEADERS
Date: Thu, 20 Jul 2023 22:50:58 +0900

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

[Prev in Thread] Current Thread [Next in Thread]