[vlc-commits] commit: Contrib: point ACLOCAL to appropriate place for tremor. ( Konstantin Pavlov )

git at videolan.org git at videolan.org
Wed Dec 22 00:00:07 CET 2010


vlc/vlc-1.1 | branch: master | Konstantin Pavlov <thresh at videolan.org> | 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 <thresh at videolan.org>

> 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 $@
 



More information about the vlc-commits mailing list