| I get this when I try 
 Code: 
./configure
 
, the first thing I am supposed to do:
 
 
Code: 
./configure
 
loading cache ./config.cache
 
checking for a BSD compatible install... /usr/bin/install -c
 
checking whether build environment is sane... yes
 
checking whether make sets ${MAKE}... yes
 
checking for working aclocal-1.4... missing
 
checking for working autoconf... missing
 
checking for working automake-1.4... missing
 
checking for working autoheader... missing
 
checking for working makeinfo... missing
 
checking for gcc... gcc
 
checking whether the C compiler (gcc  ) works... yes
 
checking whether the C compiler (gcc  ) is a cross-compiler... no
 
checking whether we are using GNU C... yes
 
checking whether gcc accepts -g... yes
 
checking how to run the C preprocessor... gcc -E
 
checking for X... no
 
Sorry, X is very much needed
 
 
 |