Commit 6afb4f6d authored by Konstantin Pavlov's avatar Konstantin Pavlov

Contrib: point ACLOCAL to appropriate place for tremor.

(cherry picked from commit 01dbb084e4d7d2b56856d3637aea9c4a9ae26e0a)
Signed-off-by: default avatarKonstantin Pavlov <thresh@videolan.org>
parent d41e06b4
......@@ -750,7 +750,7 @@ tremor: tremor-$(TREMOR_VERSION).tar.bz2
endif
.tremor: tremor .ogg
(cd $<; $(HOSTCC) ./autogen.sh $(HOSTCONF) --prefix=$(PREFIX) --disable-shared CFLAGS="$(NOTHUMB)" && make && make install)
(cd $<; ACLOCAL="aclocal -I $(PREFIX)/share/aclocal/" autoreconf && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-shared CFLAGS="$(NOTHUMB)" && make && make install)
$(INSTALL_NAME)
touch $@
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment