From 7beec9f99af4464e6ca20a6c7c02f6911fd3b9b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Mon, 5 May 2025 16:49:46 +0200
Subject: [PATCH] Remove workaround for bug in Xcode, m4 is included again in
 version 16

This reverts commit 54956c22c524c4c59203ecda432e1ab55b3786af.
---
 macOS/build.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/macOS/build.sh b/macOS/build.sh
index c395f5358a..0889f4874a 100755
--- a/macOS/build.sh
+++ b/macOS/build.sh
@@ -40,11 +40,6 @@ else
 fi
 MATLAB_PATH=/Applications/"$PKG_ARCH"/MATLAB_R2024b.app
 
-# Workaround for bug in Xcode 15.3 which does not include m4
-# See https://github.com/Homebrew/homebrew-core/issues/165388
-# and https://trac.macports.org/ticket/69639
-path_prepend PATH "$BREWDIR"/opt/m4/bin
-
 # Append texbin to PATH to access latexmk and friends
 path_prepend PATH /Library/TeX/texbin
 
-- 
GitLab