On 1 August 2012 10:13, Matthias Clasen <[email protected]> wrote: > I'm finding myself trying to jhbuild on a system that only has > automake 1.12 installed, and quite a few modules fail to autogen > because they're only looking for 1.11 or older. Do we have any > guidance on that beyond 'use gnome-autogen' ?
Do not check for specific versions of automake in autogen.sh, but require the minimum version in AM_INIT_AUTOMAKE macro in configure.ac Do you have a list of these modules so we can fix them? -- Javier Jardón Cabezas _______________________________________________ [email protected] https://mail.gnome.org/mailman/listinfo/release-team Release-team lurker? Do NOT participate in discussions.
