vlc/vlc-1.1 | branch: master | Konstantin Pavlov <[email protected]> | Mon Nov 22 23:38:44 2010 +0300| [6afb4f6d5f46b58e124c307e9de50aafc6c532fc] | committer: Konstantin Pavlov
Contrib: point ACLOCAL to appropriate place for tremor. (cherry picked from commit 01dbb084e4d7d2b56856d3637aea9c4a9ae26e0a) Signed-off-by: Konstantin Pavlov <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=6afb4f6d5f46b58e124c307e9de50aafc6c532fc --- extras/contrib/src/Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 6e11a1b..a9cd15a 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -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 $@ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
