summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-01-28 04:04:55 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-01-28 04:04:55 (GMT)
commit63fcd52ddaea5cb250566020987219d0ed04c956 (patch)
treed9a5145abfa2d6eaa4bcd603201bcaab4cd72b2b
parentad174ec0fe03a224660070857c65f92967d1e0a4 (diff)
downloadmxe-63fcd52ddaea5cb250566020987219d0ed04c956.zip
mxe-63fcd52ddaea5cb250566020987219d0ed04c956.tar.gz
mxe-63fcd52ddaea5cb250566020987219d0ed04c956.tar.bz2
package gdk-pixbuf: install autotools aux files
-rw-r--r--src/gdk-pixbuf.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gdk-pixbuf.mk b/src/gdk-pixbuf.mk
index cfe2834..6ef7d5c 100644
--- a/src/gdk-pixbuf.mk
+++ b/src/gdk-pixbuf.mk
@@ -19,7 +19,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
- cd '$(1)' && autoreconf -I'$(PREFIX)/$(TARGET)/share/aclocal'
+ cd '$(1)' && autoreconf -fi -I'$(PREFIX)/$(TARGET)/share/aclocal'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--build="`config.guess`" \