From 6a2252420016e0cb4651776d54b95e4923353ace Mon Sep 17 00:00:00 2001 From: Mohamed Akram Date: Thu, 11 Nov 2021 00:10:22 +0400 Subject: [PATCH] Fix build --- glib/m4macros/glib-gettext.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/glib/m4macros/glib-gettext.m4 b/glib/m4macros/glib-gettext.m4 index 5217fd8..9f39b5f 100644 --- a/glib/m4macros/glib-gettext.m4 +++ b/glib/m4macros/glib-gettext.m4 @@ -36,8 +36,8 @@ dnl We go to great lengths to make sure that aclocal won't dnl try to pull in the installed version of these macros dnl when running aclocal in the glib directory. dnl -m4_copy([AC_DEFUN],[glib_DEFUN]) -m4_copy([AC_REQUIRE],[glib_REQUIRE]) +m4_copy_force([AC_DEFUN],[glib_DEFUN]) +m4_copy_force([AC_REQUIRE],[glib_REQUIRE]) dnl dnl At the end, if we're not within glib, we'll define the public dnl definitions in terms of our private definitions. -- GitLab