summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2012-12-23 06:37:21 (GMT)
committerTony Theodore <tonyt@logyst.com>2012-12-23 06:37:21 (GMT)
commit7e06d80cc76a5f19130f9583021640c4ef428c6e (patch)
tree535414c0b6c52dd0a81fc99648b6c1cc28179762
parent4337cf92aa977e5efce1620ca349945291924211 (diff)
downloadmxe-7e06d80cc76a5f19130f9583021640c4ef428c6e.zip
mxe-7e06d80cc76a5f19130f9583021640c4ef428c6e.tar.gz
mxe-7e06d80cc76a5f19130f9583021640c4ef428c6e.tar.bz2
package sdl_gfx: autoreconf with mxe installed m4 macros
-rw-r--r--src/sdl_gfx.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sdl_gfx.mk b/src/sdl_gfx.mk
index 2c5dc02..95da895 100644
--- a/src/sdl_gfx.mk
+++ b/src/sdl_gfx.mk
@@ -17,6 +17,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ cd '$(1)' && autoreconf -fi -I'$(PREFIX)/$(TARGET)/share/aclocal'
cd '$(1)' && ./configure \
--host='$(TARGET)' \
--disable-shared \