> ./bootstrap: 'automake' version >= 1.12.2 is required > > ./bootstrap: Please install the prerequisite programs > > But I cannot find a way to install 1.12.2 on > > $ lsb_release -d > Description: Debian GNU/Linux 7.8 (wheezy)
If everything fails, install it manually, this is, get the tarball from http://ftp.gnu.org/gnu/automake/automake-1.15.tar.gz then do `./configure; make; make install' to install it in /usr/local/. Werner _______________________________________________ bug-groff mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-groff
