diff --git a/system/base/eudev/actions.py b/system/base/eudev/actions.py
index 26637eaa..5ad4175a 100644
--- a/system/base/eudev/actions.py
+++ b/system/base/eudev/actions.py
@@ -13,8 +13,8 @@ from pisi.actionsapi import get
suffix = "32" if get.buildTYPE() == "emul32" else ""
def setup():
- shelltools.system("./autogen.sh")
-
+ autotools.autoreconf("-fis")
+
autotools.configure("--prefix=/usr \
--bindir=/sbin \
--sbindir=/sbin \
diff --git a/system/base/eudev/pspec.xml b/system/base/eudev/pspec.xml
index eac5e0ab..a4bde5fe 100644
--- a/system/base/eudev/pspec.xml
+++ b/system/base/eudev/pspec.xml
@@ -24,6 +24,7 @@
libpcre-devel
libxslt-devel
gperf
+ intltool