summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-08-26 10:42:22 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-08-26 10:42:22 (GMT)
commitb7c827a965eecfc7b4e2bae435058cc525e88cf4 (patch)
tree23a60f8ebf9a63a36932814ec3b8fe1a5bd9cd31
parente42592bb78957c8da76076bde80acf03fa32a0e5 (diff)
downloadmxe-b7c827a965eecfc7b4e2bae435058cc525e88cf4.zip
mxe-b7c827a965eecfc7b4e2bae435058cc525e88cf4.tar.gz
mxe-b7c827a965eecfc7b4e2bae435058cc525e88cf4.tar.bz2
Revert "package gdk-pixbuf: explicitly call aclocal and automake"
This reverts commit 99bee59b113787fbf3a6af2285b144cb9e5bb41d.
-rw-r--r--src/gdk-pixbuf.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gdk-pixbuf.mk b/src/gdk-pixbuf.mk
index 1be7a85..fc7529a 100644
--- a/src/gdk-pixbuf.mk
+++ b/src/gdk-pixbuf.mk
@@ -19,8 +19,6 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && aclocal
- cd '$(1)' && automake --add-missing
cd '$(1)' && autoreconf -I'$(PREFIX)/$(TARGET)/share/aclocal'
cd '$(1)' && ./configure \
--host='$(TARGET)' \