[Geany] Possible error in configure file

Nick Treleaven nick.treleaven at xxxxx
Mon Oct 6 12:25:15 UTC 2008


On Sun, 05 Oct 2008 21:55:37 +1300
Andy Elvey <andy.elvey at paradise.net.nz> wrote:

> Hi all -
> 
>   I've just been trying to compile Geany from the most recent Git 
> snapshot, and came across this error message.  
> 
> andy at obsidian ~ $ cd geany
> andy at obsidian ~/geany $ ./configure
> ./configure: line 1710: syntax error near unexpected token `geany,'
> ./configure: line 1710: `AM_INIT_AUTOMAKE(geany, 0.15)'
> andy at obsidian ~/geany $ 
> 
> So, just wondering - has anyone else seen this? 

Maybe there's some problem with your automake? What version do you
have? On my system:

$ automake --version
automake (GNU automake) 1.9.6

Alternatively you may just need to:

make distclean
./autogen.sh

Regards,
Nick



More information about the Users mailing list