I have automake 1.4s installed, and just tried to make a freshly checked out cvs copy. After running configure, make gives:
Making all in . cd . && /usr/src/local/automake/aclocal --acdir=m4 Can't locate Automake/General.pm in @INC (@INC contains: /usr/local/share/automake /usr/local/lib/perl5/5.6.0/i386-netbsd /usr/local/lib/perl5/5.6.0 /usr/local/lib/perl5/site_perl/5.6.0/i386-netbsd /usr/local/lib/perl5/site_perl/5.6.0 /usr/local/lib/perl5/site_perl .) at /usr/src/local/automake/aclocal line 35. BEGIN failed--compilation aborted at /usr/src/local/automake/aclocal line 35. which makes perfect sense as it is in ./lib/Automake. It will be in /usr/local/share/automake once I install it, but I would rather make and make check it first... Cheers, Patrick