Revision: 132611 https://trac.macports.org/changeset/132611 Author: jeremyhu@macports.org Date: 2015-02-05 14:19:32 -0800 (Thu, 05 Feb 2015) Log Message: ----------- automake: Add instructions on dependent revbumps to prevent future headaches Modified Paths: -------------- trunk/dports/devel/automake/Portfile Modified: trunk/dports/devel/automake/Portfile =================================================================== --- trunk/dports/devel/automake/Portfile 2015-02-05 21:50:37 UTC (rev 132610) +++ trunk/dports/devel/automake/Portfile 2015-02-05 22:19:32 UTC (rev 132611) @@ -2,6 +2,12 @@ PortSystem 1.0 +# IMPORTANT +# On future version bumps, make sure you also revbump the libtool port +# Otherwise glibtoolize will provide an incompatible version of aclocal.m4 +# from the older version of automake. +# cf: ${prefix}/share/libtool/aclocal.m4 + name automake version 1.15 revision 0