[vlc-devel] commit: (contrib) use autoreconf iso autoconf in libass (Jean-Paul Saman )
git version control
git at videolan.org
Tue Oct 14 17:05:12 CEST 2008
vlc | branch: 0.9-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Tue Oct 7 14:25:52 2008 +0200| [bb9121e28a48f26e766b4c6795d61df8145061ed] | committer: Jean-Paul Saman
(contrib) use autoreconf iso autoconf in libass
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bb9121e28a48f26e766b4c6795d61df8145061ed
---
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 727bd11..a1c580a 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2457,7 +2457,7 @@ libass: libass-$(ASS_VERSION).tar.bz2
patch -p0 < Patches/libass_mplayer_updates.patch
ifneq ($(HOST),$(BUILD))
patch -p0 < Patches/libass-cross.patch
- cd $@; autoconf; automake
+ (cd $@; autoreconf; automake)
endif
.libass: libass .png
More information about the vlc-devel
mailing list