|
From: Hans-Bernhard B. <br...@ph...> - 2005-09-01 15:55:52
|
Peder wrote: > export CVS_RSH=ssh Useless for the kind of download you're doing. ssh access is for developers only. > export CVSROOT=:pserver:ano...@cv...:/cvsroot/gnuplot I'm reasonably sure that line's is out of date. The host name was changed to cvs.sourceforge.net quite a while ago. > ./prepare: line 17: aclocal: command not found > > Some part of the preparation process failed. > Please refer to INSTALL for details. > Any ideas what the reason could be? The reason is written there: aclocal: command not found In other words, your machine is lacking the 'aclocal' command. You'll have to install GNU auto-tools (automake, autoconf) to get it. I think Ethan's instructions do mention that precondition already. If not, they need to be changed. |