diff gub/specs/automake1_12.py @ 6512:ccc20ae889ca default tip guix

mingw::guile-2.0.7 builds.
author Jan Nieuwenhuizen <janneke@gnu.org>
date Thu, 24 Mar 2016 08:03:39 +0100
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/gub/specs/automake1_12.py	Thu Mar 24 08:03:39 2016 +0100
@@ -0,0 +1,13 @@
+from gub import tools
+
+class Automake1_12__tools (tools.AutoBuild):
+    source = 'http://ftp.gnu.org/pub/gnu/automake/automake-1.12.2.tar.gz'
+    def get_conflict_dict (self):
+        return {'': ['automake', 'automake1_11']}
+    dependencies = ['autoconf']
+    configure_variables = (tools.AutoBuild.configure_variables
+                           + ' AUTOM4TE=%(tools_prefix)s/bin/autom4te'
+                           + ' autom4te_perllibdir=%(tools_prefix)s/share/autoconf'
+                           + ' AC_MACRODIR=%(tools_prefix)s/share/autoconf'
+                           + ' M4PATH=%(tools_prefix)s/share/autoconf'
+                           + ' AUTOM4TE_CFG=%(tools_prefix)s/share/autoconf/autom4te.cfg')