Karel Zak wrote: > On Wed, Mar 07, 2007 at 02:32:17PM +0000, Pádraig Brady wrote: > >> On ubuntu breezy, after doing ./autogen.sh; ./configure.sh && make >> I immediately get a build error as follows: > > grr... > > versions of autopoint, autoconf, automake and autoheader? > > I need to add a check of versions to the ./autogen.sh. It's probably > unreal wish that all old versions of autotools is able to generate an > useful build system... > > I don't expect that anyone (except developers who checkout from GIT) > will run ./autogen.sh. > > I have: > > aclocal (GNU automake) 1.9.6 > automake (GNU automake) 1.9.6 > autoconf (GNU Autoconf) 2.59 > autoheader (GNU Autoconf) 2.59 Right thanks. automake1.4 was the default on breezy I fixed this up by doing: sudo apt-get install automake1.9 sudo apt-get remove automake1.4 Pádraig. - To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html