1From ffd285a567e69f1bba5d47c4c0bb493345678055 Mon Sep 17 00:00:00 2001 2From: Alexander Kanavin <alex@linutronix.de> 3Date: Fri, 3 Mar 2023 13:24:58 +0100 4Subject: [PATCH] xorg-macros.m4.in: do not run AC_CANONICAL_HOST in manpage 5 section macro 6 7This doesn't work when building allarch items, as it calls into 8config.sub with the host triplet, and config.sub can't match 9it against any architeture it knows. 10 11Upstream-Status: Inappropriate [oe specific] 12Signed-off-by: Alexander Kanavin <alex@linutronix.de> 13--- 14 xorg-macros.m4.in | 1 - 15 1 file changed, 1 deletion(-) 16 17diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in 18index b15daf1..2a526a4 100644 19--- a/xorg-macros.m4.in 20+++ b/xorg-macros.m4.in 21@@ -111,7 +111,6 @@ AC_SUBST(TRADITIONALCPPFLAGS) 22 # Added AC_PROG_SED in version 1.8 23 24 AC_DEFUN([XORG_MANPAGE_SECTIONS],[ 25-AC_REQUIRE([AC_CANONICAL_HOST]) 26 AC_REQUIRE([AC_PROG_SED]) 27 28 case $host_os in 29