Merge pull request #833 from LuaAndC/a52dec-rm-aclocal

a52dec: rm aclocal.m4
This commit is contained in:
Tony Theodore 2015-09-07 00:20:52 +10:00
commit 1f526499b1
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
cd '$(1)' && autoreconf -fi # The autotools files came with a52dec are _ancient_
cd '$(1)' && rm aclocal.m4 && autoreconf -fi # The autotools files came with a52dec are _ancient_
cd '$(1)' && ./configure CFLAGS=-std=gnu89 \
$(MXE_CONFIGURE_OPTS)
$(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=