So I am sorta back from the dead... hopefully.
When I run autogen.sh with current amule cvs, I get:
Running automake --foreign -a -c -f
configure.in:58: automake requires `AM_PROG_LEX', not `AC_PROG_LEX'
Makefile.am:1: SUBDIRS was already defined in condition TRUE, which implies condition COMPILE_NLS_TRUE
SUBDIRS (User, where = Makefile.am:1) +=
{
TRUE => m4 docs src unittests
}
Makefile.am:12: dist_icon_DATA was already defined in condition TRUE, which implies condition MONOLITHIC_TRUE
dist_icon_DATA (User, where = Makefile.am:12) +=
{
TRUE =>
}
Makefile.am:15: dist_util_DATA was already defined in condition TRUE, which implies condition MONOLITHIC_TRUE
...
I am using flex 2.5.33 installed via darwin ports.
I haven't compiled aMule in 6 months and I had a system hard drive die on me, so I had to reinstall the 3rd party libraries, etc. In other words, I am not in very good shape to pinpoint what might cause this error.
UPDATE:I just installed a new version of automake and that seemed to have fixed the above issue.