On Wed, 2007-11-14 at 19:30 +0100, Carlos Nieves Ónega wrote: > Are you sure you have the aclocal command?
This is the thing to check... as the error message regarding versions comes from our autogen.sh script. It reports that same message for any condition it can't find aclocal. > I use automake1.9 package. > > >From the automake package: > Automake 1.10 fails to work in a number of situations that Automake > 1.4, 1.6, 1.7, 1.8 and 1.9 did, so has been renamed so that the > previous version can continue to be made available. I'm developing with automake1.10 On Ubuntu (and by that token, probably Debian too), aclocal and automake come from the "automake" package. (Oddly, automake1.10 seems to be a virtual package provided by the automake package). my /usr/bin/aclocal is a symlink: /usr/bin/aclocal -> /etc/alternatives/aclocal and that is a symlink back to version 1.10: /etc/alternatives/aclocal -> /usr/bin/aclocal-1.10 If yours isn't, you could try: update-alternatives --display automake If it doesn't seem right, alter with: update-alternatives --auto automake or update-alternatives --config automake (and pick an option explicitly). -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) _______________________________________________ geda-user mailing list [email protected] http://www.seul.org/cgi-bin/mailman/listinfo/geda-user

