aboutsummaryrefslogtreecommitdiffstats
path: root/science/abinit/files/patch-config_scripts_makemake
blob: 7f57ca5af7c6689914b85a7966b6a041d55ec515 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- config/scripts/makemake.orig	2024-04-16 19:11:37 UTC
+++ config/scripts/makemake
@@ -414,7 +414,7 @@ if ( opts.run_clean ):
   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")