--- madfuload-1.2/configure.ac.orig 2009-10-23 08:50:56.000000000 +0200 +++ madfuload-1.2/configure.ac 2009-10-23 08:51:14.000000000 +0200 @@ -7,7 +7,7 @@ AC_PROG_CC AC_MSG_CHECKING([for udev version]) -udev_ver=`udevinfo -V | awk '{ print $3 }'` +udev_ver=`udevadm info -V` if test -n "$udev_ver"; then AC_MSG_RESULT([$udev_ver]) else