There seem to be more ports than I realized failing due to automake-1.13.  If 
you encounter build failure in a port due to automake-1.13, give this 
post-patch block a try:

post-patch {
        reinplace {s:AM_CONFIG_HEADER(\(.*\)):AC_CONFIG_HEADERS([\1]):} 
${worksrcpath}/configure.ac
        reinplace {/AM_PROG_CC_STDC/d} ${worksrcpath}/configure.ac
}

Note that the backwards incompatibilities in 1.14 will be less trivial to fix, 
so if you see any warnings about INCLUDES, renaming configure.in to 
configure.ac, or MKDIR_P, you should probably fix those now, so you don't get 
bit by 1.14.

--Jeremy

_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to