From: <HBB...@t-...> - 2007-10-27 20:25:16
|
Lichteveld, Edwin wrote: > [root@elixir gnuplot]# ./prepare > ./prepare: line 24: aclocal: command not found > I can't figure out what's wrong. It's clear that 'aclocal' is missing. > Do I miss some packages which are required for this (development) version? Yes. You're missing the package that provides the command "aclocal". It's called automake. |