[vlc-devel] commit: Liboil: autoreconf is needed after m4 changes. ( Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Aug 19 09:55:51 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 19 09:54:45 2009 +0200| [e04840409fe5f75abecc22c870d4899af5ca3d79] | committer: Jean-Baptiste Kempf 

Liboil: autoreconf is needed after m4 changes.

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

 extras/contrib/src/Makefile |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile
index 97191d6..15dcb36 100644
--- a/extras/contrib/src/Makefile
+++ b/extras/contrib/src/Makefile
@@ -2467,8 +2467,10 @@ liboil-$(OIL_VERSION).tar.gz:
 liboil: liboil-$(OIL_VERSION).tar.gz
 	$(EXTRACT_GZ)
 	patch -d liboil -p1 < Patches/liboil-noshared.patch
-	patch -d liboil -p1 < Patches/liboil-Xcompile.patch
 	patch -d liboil -p1 < Patches/liboil-win64.patch
+	patch -d liboil -p1 < Patches/liboil-Xcompile.patch
+	(cd $@; autoreconf)
+
 
 
 .liboil: liboil




More information about the vlc-devel mailing list