mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
12 lines
497 B
Diff
12 lines
497 B
Diff
--- config/scripts/makemake.orig 2024-11-27 08:26:01
|
|
+++ config/scripts/makemake 2024-12-19 09:19:03
|
|
@@ -418,7 +418,7 @@
|
|
sys.exit(0)
|
|
|
|
# Get Autotools versions
|
|
-(m4_ret, m4_version) = getstatusoutput("m4 --version | sed 's/o/ /g' ")
|
|
+(m4_ret, m4_version) = getstatusoutput("gm4 --version | sed 's/o/ /g' ")
|
|
(ac_ret, ac_version) = getstatusoutput("autoconf --version")
|
|
(am_ret, am_version) = getstatusoutput("automake --version")
|
|
(lt_ret, lt_version) = getstatusoutput("libtool --version")
|