On Sat, Sep 21, 2013 at 03:34:32PM -0500, Jeff Epler wrote: > I have noticed a few other items in UBC3. > > * autoconf fails on hardy, but no one is committed to resolving this. > I think this directive in configure.in needs to be bumped to get a > better error (i.e., "won't work, so sad"): > AC_PREREQ(2.53) > but I did not determine what version was needed. The errors were > about m4sugar macros not in 2.61, including m4_cond and m4_apply. > I arbitrarily put 2.62 and it gives this better diagnostic: > $ ./autogen.sh > configure.in:26: error: Autoconf version 2.62 or higher is required
m4_apply was added between autoconf 2.62 and 2.63, so it should be AC_PREREQ(2.63). (m4_cond was added between 2.61 and 2.62) jeff ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
