>> > -Add AUTOCONF_VERSION >> > -Add AUTOMAKE_VERSION >> > -Add autoconf and automake to BUILD_DEPENDS >> > >> > This is necessary because it failed to build when I did not have >> > autoconf and automake installed on my system.
Stuart Henderson <[email protected]> writes: > Actually .. I don't see where autoconf/automake would be used. > Are you still able to reproduce? If so, can you show the log please? Good catch. Sorry for the mistake. Undo the AUTOCONF_VERSION, AUTOMAKE_VERSION and adding lines to BUILD_DEPENDS. The reason why it complained about missing automake and autoconf was because I left in AUTOMAKE_VERSION and AUTOCONF_VERSION but removed the BUILD_DEPENDS lines. After reverting back to the one Aaron reviewed, it works.
