vlc/vlc-2.0 | branch: master | Rafaël Carré <[email protected]> | Sat Feb  9 
23:54:55 2013 +0100| [95810db8c8ae717ee8ff98b1f3bdcbddf38a6f86] | committer: 
Rafaël Carré

dvdnav/dvdread: run autoreconf

autogen.sh does not exist anymore
(cherry picked from commit b3e62f036664bf4edc1d1edafd3b9df012c92ffa)

Signed-off-by: Rafaël Carré <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=95810db8c8ae717ee8ff98b1f3bdcbddf38a6f86
---

 contrib/src/dvdnav/rules.mak  |    2 +-
 contrib/src/dvdread/rules.mak |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/dvdnav/rules.mak b/contrib/src/dvdnav/rules.mak
index 25767fa..f597425 100644
--- a/contrib/src/dvdnav/rules.mak
+++ b/contrib/src/dvdnav/rules.mak
@@ -24,12 +24,12 @@ $(TARBALLS)/libdvdnav-git.tar.xz:
 
 dvdnav: libdvdnav-$(LIBDVDNAV_VERSION).tar.xz .sum-dvdnav
        $(UNPACK)
+       cd $(UNPACK_DIR) && autoreconf -ivf
        $(MOVE)
 
 DEPS_dvdnav = dvdcss dvdread
 
 .dvdnav: dvdnav .dvdcss .dvdread
-       cd $< && sh autogen.sh noconfig
        cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --disable-examples
        cd $< && $(MAKE) install
        touch $@
diff --git a/contrib/src/dvdread/rules.mak b/contrib/src/dvdread/rules.mak
index 9c6d57d..c6ac6c8 100644
--- a/contrib/src/dvdread/rules.mak
+++ b/contrib/src/dvdread/rules.mak
@@ -22,12 +22,12 @@ dvdread: libdvdread-$(LIBDVDREAD_VERSION).tar.bz2 
.sum-dvdread
 ifdef HAVE_WIN32
        $(APPLY) $(SRC)/dvdread/dvdread-win32.patch
 endif
+       cd $(UNPACK_DIR) && autoreconf -ivf
        $(MOVE)
 
 DEPS_dvdread = dvdcss
 
 .dvdread: dvdread .dvdcss
-       cd $< && sh autogen.sh noconfig
        cd $< && $(HOSTVARS) ./configure $(HOSTCONF) --enable-libdvdcss
        cd $< && $(MAKE) install
        touch $@

_______________________________________________
vlc-commits mailing list
[email protected]
http://mailman.videolan.org/listinfo/vlc-commits

Reply via email to