[vlc-devel] commit: Bootstrap when you modify configure.in (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Jun 13 09:02:46 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at altair.videolan.org> | Fri Jun 13 09:04:15 2008 +0200| [6a498752f498c192bcdde2f37609746c28db1df2]
Bootstrap when you modify configure.in
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6a498752f498c192bcdde2f37609746c28db1df2
---
extras/contrib/src/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 0f80052..faae9ea 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -1175,6 +1175,7 @@ libdvdread: libdvdread-$(LIBDVDREAD_VERSION).tar.gz
$(EXTRACT_GZ)
#ifdef HAVE_WIN32
patch -p 0 < Patches/libdvdread-win32.patch
+ (cd $@; ./bootstrap )
#endif
.libdvdread: libdvdread .dvdcss
More information about the vlc-devel
mailing list