]> git.sesse.net Git - vlc/commitdiff
contribs: run autotools to build libxml2 for WIN32
authorRafaël Carré <funman@videolan.org>
Thu, 20 Sep 2007 16:19:30 +0000 (16:19 +0000)
committerRafaël Carré <funman@videolan.org>
Thu, 20 Sep 2007 16:19:30 +0000 (16:19 +0000)
extras/contrib/src/Makefile

index 302fc6b84736feaef130a5f7157e1613e30e6ade..b082e2e6b713d1462ad9942a258aa4ce1cff0c51 100644 (file)
@@ -1502,6 +1502,9 @@ ifdef HAVE_UCLIBC
 endif
 
 .xml: xml
+ifdef HAVE_WIN32
+       (cd xml; aclocal && automake && autoreconf)
+endif
        (cd xml; CFLAGS="-DLIBXML_STATIC" $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --with-minimal --with-catalog --with-reader --with-tree --with-push --with-xptr --with-valid --with-xpath --with-xinclude --with-sax1 --without-zlib --without-iconv --without-http --without-ftp && make && make install)
 ifndef HAVE_DARWIN_OS
        $(INSTALL_NAME)