mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
fefa5eaa8b
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)
12 lines
602 B
Plaintext
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")
|