|
From: <br...@ph...> - 2006-06-20 19:23:16
|
Valentina Beato wrote: > I downloaded gnuplot 4.1 from the repository, but as soon as I run > ./prepare I get > > mv Makefile.amt Makefile.am > automake: configure.in: required file `../config.guess' not found > automake: configure.in: required file `../config.sub' not found This is a telltale symptom of having too old autoconf/automake. You'll want to have the latest you can get: automake 1.9.6 and autoconf 2.59, or higher. |