summaryrefslogtreecommitdiff
path: root/science/abinit/files/patch-config_scripts_make-macros-autotools
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2009-04-10 15:22:53 +0000
committerThierry Thomas <thierry@FreeBSD.org>2009-04-10 15:22:53 +0000
commitfefa5eaa8b127a1a2a76e69625d39b5263b8b37d (patch)
treec85cec2a9b1454656c70cb293226ce713d2a4db7 /science/abinit/files/patch-config_scripts_make-macros-autotools
parentUpgrade to email2trac version 0.80 (diff)
- 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)
Notes
Notes: svn path=/head/; revision=232017
Diffstat (limited to 'science/abinit/files/patch-config_scripts_make-macros-autotools')
-rw-r--r--science/abinit/files/patch-config_scripts_make-macros-autotools11
1 files changed, 11 insertions, 0 deletions
diff --git a/science/abinit/files/patch-config_scripts_make-macros-autotools b/science/abinit/files/patch-config_scripts_make-macros-autotools
new file mode 100644
index 000000000000..690b7c8cb422
--- /dev/null
+++ b/science/abinit/files/patch-config_scripts_make-macros-autotools
@@ -0,0 +1,11 @@
+--- ./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")