hi clemens. the udev package on my arch linux doesn't have udevinfo so the configure fails. changeing line 1740 from udevinfo -V to udevd -V still fails. i'm no programmer ! i'll email you this as well.
best,
geoff beasley.
geoff@laughingboyrecords.com
udevinfo is now udevadm.
Change it by
udev_ver=`udevadm -V | awk '{ print $1 }'`
on line 1740. it works fine.