1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/science/abinit/files/patch-config_scripts_make-macros-autotools
Thierry Thomas fefa5eaa8b - Upgrade to 5.7.3
Release notes at
	<http://www.abinit.org/Infos_v5.7/release_notes/release_notes.html>

- enable bindings to get the headers
	This requires makemake and GSL.

Approved by:	Maho (maintainer)
2009-04-10 15:22:53 +00:00

12 lines
602 B
Plaintext

--- ./config/scripts/make-macros-autotools.orig 2009-02-22 07:08:33.000000000 +0100
+++ ./config/scripts/make-macros-autotools 2009-03-25 22:34:01.000000000 +0100
@@ -413,7 +413,7 @@
now = strftime("%Y/%m/%d %H:%M:%S +0000",gmtime())
# Get Autotools versions
-(m4_ret,m4_version) = commands.getstatusoutput("m4 --version")
+(m4_ret,m4_version) = commands.getstatusoutput("gm4 --version")
(ac_ret,ac_version) = commands.getstatusoutput("autoconf --version")
(am_ret,am_version) = commands.getstatusoutput("automake --version")
(lt_ret,lt_version) = commands.getstatusoutput("libtool --version")