diff --git a/system/devel/autogen/actions.py b/system/devel/autogen/actions.py
index 14f603ab..072b3660 100644
--- a/system/devel/autogen/actions.py
+++ b/system/devel/autogen/actions.py
@@ -6,13 +6,13 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
-from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
- autotools.autoreconf("-vfi")
- autotools.configure("--disable-static")
+ #autotools.autoreconf("-vfi")
+ autotools.configure("--prefix=/usr \
+ --disable-static")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
@@ -22,6 +22,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.domove("usr/share/pkgconfig/", "/usr/lib/")
-
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README", "THANKS", "TODO", "VERSION")
diff --git a/system/devel/autogen/pspec.xml b/system/devel/autogen/pspec.xml
index e146e5a5..c0cf2a7a 100644
--- a/system/devel/autogen/pspec.xml
+++ b/system/devel/autogen/pspec.xml
@@ -12,7 +12,7 @@
app:console
The automated text and program generation tool
autogen is a tool designed to simplify the creation and maintenance of programs that contain large amounts of repetitious text.
- ftp://ftp.gnu.org/gnu/autogen/rel5.18.4/autogen-5.18.4.tar.xz
+ ftp://ftp.gnu.org/gnu/autogen/autogen-5.18.7.tar.xz
gc-devel
gmp-devel
@@ -55,6 +55,13 @@
+
+ 2016-01-11
+ 5.18.7
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2014-11-23
5.18.4