Build from SVN error - main-opt.c:208: error: 'CMDLINE_PARSER_VERSION' undeclared

I just checked out coova-chilli from SVN (svn checkout http://dev.coova.org/svn/coova-chilli/), did sh bootstrap, ./configure, make.

I get this error:

make[3]: Entering directory `/home/jcallaghan/coova-chilli/src'
gcc -DHAVE_CONFIG_H -I. -I.. -D_GNU_SOURCE -Wall -Werror -fno-builtin -fno-strict-aliasing -O2 -fomit-frame-pointer -funroll-loops -pipe -I../bstring -DDEFCHILLICONF='"/usr/local/etc/chilli.conf"' -DDEFPIDFILE='"/usr/local/var/run/chilli.pid"' -DDEFSTATEDIR='"/usr/local/var/run"' -DSBINDIR='"/usr/local/sbin"' -g -O2 -MT main-opt.o -MD -MP -MF .deps/main-opt.Tpo -c -o main-opt.o main-opt.c
main-opt.c: In function 'options_print_version':
main-opt.c:208: error: 'CMDLINE_PARSER_PACKAGE' undeclared (first use in this function)

OS: 2.6.39-gentoo-r3

Has someone seen this?

Thank you,
Jerome

Same here, OS: Ubuntu 12.04

Same here, OS: Ubuntu 12.04 LTS i386
Installed gengetopt as well, with no results.
Any hints on how to get around this?