On Sun, Dec 12, 2004 at 01:26:03PM +0000, Ben Crowell wrote:
This is on Debian-testing, pretty standard setup except that I had to install automake 1.9 from source, since Debian only has 1.4 in unstable.
Unfortunately, automake 1.9 has bugs that make it not compile inkscape. (See bug #1056633) https://sourceforge.net/tracker/index.php?func=detail&aid=1056633&gr... Please install 1.8 or 1.7 ("apt-get install automake1.8"). (And 1.9, actually, is available in debian...)
You can always use "apt-cache search automake" to find packages:
automake1.4 - A tool for generating GNU Standards-compliant Makefiles. automake1.6 - A tool for generating GNU Standards-compliant Makefiles. automake1.7 - A tool for generating GNU Standards-compliant Makefiles automake1.8 - A tool for generating GNU Standards-compliant Makefiles automake1.9 - A tool for generating GNU Standards-compliant Makefiles