summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilherme Lima Bernal <lb-guilherme@live.com>2014-06-24 23:19:14 (GMT)
committerGuilherme Lima Bernal <lb-guilherme@live.com>2014-06-24 23:19:14 (GMT)
commit38b2888a660009f18fd671aff776a37b42aa441f (patch)
tree12c3c52213a320a8b33be96bb36dc75b4ac4e6d7
parent9812b2bedee5dd9c50bb9b7704bf889cbf5d7e1b (diff)
downloadmxe-38b2888a660009f18fd671aff776a37b42aa441f.zip
mxe-38b2888a660009f18fd671aff776a37b42aa441f.tar.gz
mxe-38b2888a660009f18fd671aff776a37b42aa441f.tar.bz2
libmpcdec: use `autoreconf -fi` instead of `automake --add-missing`
-rw-r--r--src/libmpcdec.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libmpcdec.mk b/src/libmpcdec.mk
index bf55b43..cf081f2 100644
--- a/src/libmpcdec.mk
+++ b/src/libmpcdec.mk
@@ -22,8 +22,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && aclocal
cd '$(1)' && libtoolize
- cd '$(1)' && automake --add-missing
- cd '$(1)' && autoreconf
+ cd '$(1)' && autoreconf -fi
cd '$(1)' && ./configure \
$(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j 1 install