Commit d4c31920 authored by Konstantin Pavlov's avatar Konstantin Pavlov

Revert "Contrib: point ACLOCAL to appropriate place for tremor."

This reverts commit 01dbb084.

I must have had something really wrong going on in scratchbox for this
commit to fix things.
parent 88388e21
...@@ -660,7 +660,7 @@ tremor: tremor-$(TREMOR_VERSION).tar.bz2 ...@@ -660,7 +660,7 @@ tremor: tremor-$(TREMOR_VERSION).tar.bz2
endif endif
.tremor: tremor .ogg .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) $(INSTALL_NAME)
touch $@ 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