On 27/12/09 08:45, Liu Jie wrote:
Hello,

I have run into an issue while trying to build coreutils from git repoz,
before doing that, I have also tried to compile both autoconf and automake
grab from git repoz,

./bootstrap: aclocal --force -I m4 ...
m4/getline.m4:9: error: Autoconf version 2.59 or higher is required

coreutils$ autoconf --version
autoconf (GNU Autoconf) 2.65

The only thing I can think of is that you've not exported the
$PATH before you've compiled autoconf and automake et. al.
Can you confirm you've done this _before_ compiling any packages:

export PATH=$HOME/coreutils/deps/bin:$PATH

cheers,
Pádraig.


Reply via email to