After using the './configure' command, eggdrop asks to use 'make' afeter that.
But when I do, I get the following error:
----------
make[1]: Entering directory `/home/egg/eggdrop1.7'
Making all in intl
make[2]: Entering directory `/home/egg/eggdrop1.7/intl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/egg/eggdrop1.7/intl'
Making all in libltdl
make[2]: Entering directory `/home/egg/eggdrop1.7/libltdl'
make[2]: *** No rule to make target `/home/egg/eggdrop1.7/acconfig/ltmain.sh', needed by `libtool'. Stop.
make[2]: Leaving directory `/home/egg/eggdrop1.7/libltdl'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/egg/eggdrop1.7'
make: *** [all] Error 2
-------
What am I doing wrong. I never had any problems compiling eggdrop before.