[vlc-commits] dvdnav/dvdread: run autoreconf

Rafaël Carré git at videolan.org
Sat Feb 9 23:55:13 CET 2013


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Sat Feb  9 23:54:55 2013 +0100| [b3e62f036664bf4edc1d1edafd3b9df012c92ffa] | committer: Rafaël Carré

dvdnav/dvdread: run autoreconf

autogen.sh does not exist anymore

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

 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 81b254d..8d5d3a6 100644
--- a/contrib/src/dvdnav/rules.mak
+++ b/contrib/src/dvdnav/rules.mak
@@ -26,12 +26,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 94a4e83..a3b37a86 100644
--- a/contrib/src/dvdread/rules.mak
+++ b/contrib/src/dvdread/rules.mak
@@ -29,12 +29,12 @@ dvdread: libdvdread-$(LIBDVDREAD_VERSION).tar.xz .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 $@



More information about the vlc-commits mailing list