[vlc-commits] Revert "Contrib: point ACLOCAL to appropriate place for tremor."
Konstantin Pavlov
git at videolan.org
Fri Jan 21 13:56:54 CET 2011
vlc | branch: master | Konstantin Pavlov <thresh at videolan.org> | Fri Jan 21 15:54:49 2011 +0300| [d4c31920fca493ec23505b5adc6b16811f079f1a] | committer: Konstantin Pavlov
Revert "Contrib: point ACLOCAL to appropriate place for tremor."
This reverts commit 01dbb084e4d7d2b56856d3637aea9c4a9ae26e0a.
I must have had something really wrong going on in scratchbox for this
commit to fix things.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d4c31920fca493ec23505b5adc6b16811f079f1a
---
extras/contrib/src/contrib-src.mak | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/extras/contrib/src/contrib-src.mak b/extras/contrib/src/contrib-src.mak
index cd8dac7..b141e91 100644
--- a/extras/contrib/src/contrib-src.mak
+++ b/extras/contrib/src/contrib-src.mak
@@ -660,7 +660,7 @@ tremor: tremor-$(TREMOR_VERSION).tar.bz2
endif
.tremor: tremor .ogg
- (cd $<; ACLOCAL="aclocal -I $(PREFIX)/share/aclocal/" autoreconf && $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-shared CFLAGS="$(NOTHUMB)" && make && make install)
+ (cd $<; $(HOSTCC) ./autogen.sh $(HOSTCONF) --prefix=$(PREFIX) --disable-shared CFLAGS="$(NOTHUMB)" && make && make install)
$(INSTALL_NAME)
touch $@
More information about the vlc-commits
mailing list