PDA

View Full Version : Mandrake 8.1+Makefile



niteravn
02-20-2005, 01:09 PM
I've been using my Mandrake 8.1 setup for a few years with no troubles until this last patch.

Trying to get my stuff going again, and when I do a make -f Makefile.dist all I die quickly at:
Removing old files......................done!
Generating aclocal.m4 from configure.in.................make: *** [aclocal.m4] Error 1

My Makefile.dist.dbg reports:
*!* aclocal *!*
aclocal: m4/doxygen.m4: 170: duplicated macro 'DX_XML_FEATURE'

Any ideas where I should turn next? I condsidered installing a whole new OS version but the system is all SCSI and Gentoo does not want to detect my old SCSI stuff.

Thank you for your time!

purple
02-20-2005, 01:46 PM
autoconf --version
automake --version
libtool --version

What do those say?

niteravn
02-20-2005, 02:38 PM
Thank you, my automake was a bit out dated. It's working now!