Moin Forum,

ich habe mir einen kleinen ThinClient (Futro) aufgesetzt mit absolute-Linux (www.absolutelinux.org). Wenn ich versuche, den monitord zu compilieren, bekomme ich folgende Fehlermeldung:
Code:
cd . && /bin/sh /home/hk/trunk/missing --run autoheader
aclocal.m4:16: warning: this file was generated for autoconf 2.61.
You have another version of autoconf.  It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically `autoreconf'.
/usr/bin/m4:configure.ac:67: bad expression in eval: use_plugins=${enableval}+0
/usr/bin/m4:configure.ac:67: bad expression in eval (bad input): 7 > (use_plugins=no)
/usr/bin/m4:configure.ac:67: bad expression in eval (bad input): 20 > (use_plugins=no)
/usr/bin/m4:configure.ac:67: bad expression in eval (bad input): 27 > (use_plugins=no)
/usr/bin/m4:configure.ac:67: bad expression in eval (bad input): 35 > (use_plugins=no)
/usr/bin/m4:configure.ac:67: bad expression in eval (bad input): 44 > (use_plugins=no)
/usr/bin/m4:configure.ac:67: bad expression in eval (bad input): 47 > (use_plugins=no)
/usr/bin/m4:configure.ac:67: bad expression in eval (bad input): 51 > (use_plugins=no)
autom4te: /usr/bin/m4 failed with exit status: 1
autoheader: '/usr/bin/autom4te' failed with exit status: 1
make: *** [config.h.in] Error 1
Ich habs mal mit automake -V gecheckt, meine Version ist 2.65. Da diese neuer ist, dachte ich, dass eigentlich das Compilieren funktionieren sollte. Leider ist dem nicht so und ich muss mal wieder einen neuen Anlauf für den Wechsel zum monitord canceln.

Hat jemand eine Idee / einen Workaround / eine Lösung für dieses Problem???

Gruß,
Funkwart

PS: Ich habe versucht, ohne Plugins zu compilieren, damit erstmal wenigstens der Grundstock gelegt ist. Leider daneben :-(